.gfc.module-top-banner-medium {
  position: relative;
  overflow: unset;
}
.gfc.module-top-banner-medium .stage {
  position: relative;
  height: var(--height-mobile);
}
@media (min-width: 992px) {
  .gfc.module-top-banner-medium .stage {
    height: 100%;
  }
}
.gfc.module-top-banner-medium .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: 50% 0;
  background-image: var(--bg);
}
.gfc.module-top-banner-medium .stage .full-width {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-top-banner-medium .stage .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 500px;
    min-height: 500px;
    object-fit: cover;
    display: unset;
    max-width: unset;
  }
}
.gfc.module-top-banner-medium .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-top-banner-medium .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-top-banner-medium .stage .hero-content h1,
.gfc.module-top-banner-medium .stage .hero-content .sub-heading {
  color: var(--font-color, #1E2127);
}
@media (min-width: 992px) {
  .gfc.module-top-banner-medium .stage .hero-content h1,
  .gfc.module-top-banner-medium .stage .hero-content .sub-heading {
    text-shadow: 0px 3px 10px rgba(255, 255, 255, 0.7);
  }
}
.gfc.module-top-banner-medium .stage .hero-content h1 {
  font-size: clamp(42px, 4vw, 60px);
  line-height: clamp(52px, 4vw, 72px);
}
@media (min-width: 992px) {
  .gfc.module-top-banner-medium .ribbons.bottom.right {
    --ribbons-bottom-right-thin-width: 30%;
    --ribbons-bottom-right-thin-height: 3px;
    --ribbons-bottom-right-thin-bgcolor: #BA093D;
    --ribbons-bottom-right-thick-width: 40%;
    --ribbons-bottom-right-thick-height: 49px;
    --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
  }
  .gfc.module-top-banner-medium .ribbons.bottom.right .thin {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: var(--ribbons-bottom-right-thick-height);
    width: var(--ribbons-bottom-right-thin-width, 30%);
    height: var(--ribbons-bottom-right-thin-height, 3px);
    background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
  }
  .gfc.module-top-banner-medium .ribbons.bottom.right .thick {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: calc(var(--ribbons-bottom-right-thick-height) / -2);
    width: var(--ribbons-bottom-right-thick-width, 40%);
    height: var(--ribbons-bottom-right-thick-height, 50px);
    background-color: var(--ribbons-bottom-right-thick-bgcolor, #9F0A3D);
  }
}

/*# sourceMappingURL=module-top-banner-medium.css.map */
