.gfc.header__medium_height_hero {
  transition: margin-top 500ms ease-in-out;
}
.gfc.header__medium_height_hero .stage {
  position: relative;
}
.gfc.header__medium_height_hero .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: var(--bg);
}
.gfc.header__medium_height_hero .stage .full-width {
  display: none;
}
@media (min-width: 992px) {
  .gfc.header__medium_height_hero .stage .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: unset;
    max-width: unset;
  }
}
.gfc.header__medium_height_hero .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.header__medium_height_hero .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.header__medium_height_hero .stage .hero-content .yoast-breadcrumb {
  color: #F47721;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gfc.header__medium_height_hero .stage .hero-content .yoast-breadcrumb a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .gfc.header__medium_height_hero .stage .hero-content .yoast-breadcrumb {
    position: absolute;
    top: 3rem;
    z-index: 9;
  }
}
.gfc.header__medium_height_hero .stage .hero-content h1,
.gfc.header__medium_height_hero .stage .hero-content .sub-heading {
  text-align: center;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .gfc.header__medium_height_hero .stage .hero-content h1,
  .gfc.header__medium_height_hero .stage .hero-content .sub-heading {
    text-align: left;
  }
}
.gfc.header__medium_height_hero .stage .hero-content .cta-container {
  text-align: center;
}
@media (min-width: 992px) {
  .gfc.header__medium_height_hero .stage .hero-content .cta-container {
    text-align: left;
  }
}

/*# sourceMappingURL=header__medium_height_hero.css.map */
