.gfc.module-content-block-4 {
  overflow: unset;
  position: relative;
}
.gfc.module-content-block-4 .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-content-block-4 .stage {
    height: var(--height);
  }
}
.gfc.module-content-block-4 .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-content-block-4 .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: var(--bg-color);
    left: calc((100vw - 50%) / -2);
    height: var(--height);
  }
}
.gfc.module-content-block-4 .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-content-block-4 .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-content-block-4 .stage .hero-content .right-image-container {
  position: relative;
}
.gfc.module-content-block-4 .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-4 .stage .hero-content .right-image-container {
    position: unset;
  }
  .gfc.module-content-block-4 .stage .hero-content .right-image-container::before {
    display: none;
  }
}
.gfc.module-content-block-4 .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-4 .stage .hero-content .right-image-container .right-image {
    position: absolute;
    right: -15.6vw;
    width: calc(55% + 7vw);
    object-fit: cover;
    height: 650px;
  }
}
.gfc.module-content-block-4 .stage .hero-content .grey-mobile {
  position: relative;
}
.gfc.module-content-block-4 .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-4 .stage .hero-content .grey-mobile {
    position: unset;
  }
  .gfc.module-content-block-4 .stage .hero-content .grey-mobile::before {
    display: none;
  }
}
.gfc.module-content-block-4 .stage .hero-content .grey-mobile h2,
.gfc.module-content-block-4 .stage .hero-content .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-content-block-4 .stage .hero-content .number-lists {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 1200px) {
  .gfc.module-content-block-4 .stage .hero-content .number-lists {
    padding-right: 6rem;
  }
}
.gfc.module-content-block-4 .stage .hero-content .number-lists > li {
  display: flex;
  gap: 1rem;
}
.gfc.module-content-block-4 .stage .hero-content .number-lists > li .number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  color: #BA093D;
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 82px;
}
.gfc.module-content-block-4 .stage .hero-content .number-lists > li .content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.gfc.module-content-block-4 .stage .hero-content .number-lists > li .content .heading {
  color: #404247;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(20px, 4vw, 30px);
  line-height: clamp(28px, 4vw, 38px);
}
.gfc.module-content-block-4 .stage .hero-content .number-lists > li .content .excerpt {
  color: #404247;
  font-family: Assistant, sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(20px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-content-block-4 .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-4 .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-4 .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-4 .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: 27%;
    --ribbons-bottom-right-thick-height: 49px;
    --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
    position: unset;
    height: unset;
  }
  .gfc.module-content-block-4 .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-4 .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-4.css.map */
