.gfc.module-content-block-7 {
  overflow: unset;
  position: relative;
}
.gfc.module-content-block-7 .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage {
    height: var(--height);
  }
}
.gfc.module-content-block-7 .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: var(--bg-color);
    height: var(--height);
    left: calc((50vw - 100%) / -2);
  }
}
.gfc.module-content-block-7 .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-content-block-7 .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-content-block-7 .stage .hero-content .left-image-container {
  position: relative;
}
.gfc.module-content-block-7 .stage .hero-content .left-image-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 60%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage .hero-content .left-image-container {
    position: unset;
  }
  .gfc.module-content-block-7 .stage .hero-content .left-image-container::before {
    display: none;
  }
}
.gfc.module-content-block-7 .stage .hero-content .left-image-container .left-image {
  position: relative;
  width: 100vw;
  box-shadow: -4px 4px 10px 2px rgba(64, 66, 71, 0.3);
  object-fit: cover;
  height: 300px;
  left: calc((100vw - 90%) / 2);
  max-width: unset;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage .hero-content .left-image-container .left-image {
    position: absolute;
    padding-left: unset;
    left: -15.6vw;
    width: calc(55% + 7vw);
    object-fit: cover;
    height: 550px;
  }
}
.gfc.module-content-block-7 .stage .hero-content .grey-mobile {
  position: relative;
}
.gfc.module-content-block-7 .stage .hero-content .grey-mobile::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .stage .hero-content .grey-mobile {
    position: unset;
  }
  .gfc.module-content-block-7 .stage .hero-content .grey-mobile::before {
    display: none;
  }
}
.gfc.module-content-block-7 .stage .hero-content .grey-mobile h2,
.gfc.module-content-block-7 .stage .hero-content .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-content-block-7 .ribbons.top.right {
  --ribbons-top-right-thin-width: 60%;
  --ribbons-top-right-thin-height: 3px;
  --ribbons-top-right-thin-bgcolor: #BA093D;
  --ribbons-top-right-thick-width: 75%;
  --ribbons-top-right-thick-height: 35px;
  --ribbons-top-right-thick-bgcolor: #9F0A3D;
  position: relative;
  height: calc(var(--ribbons-top-right-thick-height) * 2);
}
.gfc.module-content-block-7 .ribbons.top.right .thin {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-top-right-thin-width));
  top: 10px;
  width: var(--ribbons-top-right-thin-width, 30%);
  height: var(--ribbons-top-right-thin-height, 3px);
  background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
}
.gfc.module-content-block-7 .ribbons.top.right .thick {
  position: relative;
  z-index: 2;
  left: calc(100% - var(--ribbons-top-right-thick-width) - 10%);
  top: var(--ribbons-top-right-thick-height);
  width: var(--ribbons-top-right-thick-width, 40%);
  height: var(--ribbons-top-right-thick-height, 50px);
  background-color: var(--ribbons-top-right-thick-bgcolor, #9F0A3D);
}
@media (min-width: 992px) {
  .gfc.module-content-block-7 .ribbons.top.right {
    --ribbons-top-right-thin-width: 21%;
    --ribbons-top-right-thin-height: 3px;
    --ribbons-top-right-thin-bgcolor: #BA093D;
    --ribbons-top-right-thick-width: 35%;
    --ribbons-top-right-thick-height: 49px;
    --ribbons-top-right-thick-bgcolor: #9F0A3D;
    position: unset;
    height: unset;
  }
  .gfc.module-content-block-7 .ribbons.top.right .thin {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-top-right-thin-width));
    top: 0;
    width: var(--ribbons-top-right-thin-width, 30%);
    height: var(--ribbons-top-right-thin-height, 3px);
    background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
  }
  .gfc.module-content-block-7 .ribbons.top.right .thick {
    position: relative;
    z-index: 2;
    left: calc(100% - var(--ribbons-top-right-thick-width) - 10%);
    top: calc(var(--ribbons-top-right-thick-height) / 2);
    width: var(--ribbons-top-right-thick-width, 40%);
    height: var(--ribbons-top-right-thick-height, 50px);
    background-color: var(--ribbons-top-right-thick-bgcolor, #9F0A3D);
  }
}

/*# sourceMappingURL=module-content-block-7.css.map */
