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