.gfc.module-consult-dealer {
  position: relative;
}
.gfc.module-consult-dealer .extra-space-top {
  height: calc(var(--height) / 6);
}
.gfc.module-consult-dealer .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-consult-dealer .stage {
    height: var(--height);
  }
}
.gfc.module-consult-dealer .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 270px;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-consult-dealer .stage::before {
    top: 0;
  }
}
.gfc.module-consult-dealer .stage .hero-content {
  position: relative;
  background-color: #e4e4e5;
}
@media (min-width: 992px) {
  .gfc.module-consult-dealer .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-consult-dealer .stage .hero-content .left-image {
  left: -90px;
  position: relative;
}
@media (min-width: 992px) {
  .gfc.module-consult-dealer .stage .hero-content .left-image {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: calc(var(--height) * 1.2);
    object-fit: cover;
  }
}
.gfc.module-consult-dealer .stage .hero-content .headline {
  text-align: left;
}
.gfc.module-consult-dealer .stage .hero-content h2,
.gfc.module-consult-dealer .stage .hero-content .sub-heading {
  color: var(--font-color, #000);
  text-align: left;
}
.gfc.module-consult-dealer .stage .hero-content .sub-heading {
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 600;
}
.gfc.module-consult-dealer .stage .hero-content .cta-container {
  justify-content: flex-start;
  text-align: left;
}

/*# sourceMappingURL=module-consult-dealer.css.map */
