.gfc.module-cta-block-cards-3 {
  position: relative;
}
.gfc.module-cta-block-cards-3 .stage {
  position: relative;
  height: 100%;
  --swiper-navigation-size: 20px;
}
.gfc.module-cta-block-cards-3 .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: 100%;
  z-index: -1;
}
.gfc.module-cta-block-cards-3 .stage .thumbnail-image {
  width: 100%;
  object-fit: cover;
  height: 380px;
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-3 .stage .thumbnail-image {
    height: 482px;
  }
}
.gfc.module-cta-block-cards-3 .stage .thumbnail-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.7rem 2rem;
  background-color: #FFFFFF;
  color: #BA093D;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.gfc.module-cta-block-cards-3 .stage .title {
  color: #000;
  font-family: "Selawik Semibold", sans-serif;
  font-size: clamp(30px, 4vw, 30px);
  line-height: clamp(38px, 4vw, 38px);
  font-weight: 600;
}
.gfc.module-cta-block-cards-3 .stage .blurb {
  color: #1E2127;
  font-family: Assistant, sans-serif;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-cta-block-cards-3 .stage .cta {
  color: #BA093D;
  font-family: Assistant;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.gfc.module-cta-block-cards-3 .stage .unpos-mobile {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 3rem;
  padding-block-start: 3rem;
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-3 .stage .unpos-mobile {
    display: block;
    padding-block-start: unset;
  }
}
.gfc.module-cta-block-cards-3 .stage .swiper-button-next,
.gfc.module-cta-block-cards-3 .stage .swiper-button-prev {
  position: unset;
  margin-top: unset;
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-3 .stage .swiper-button-next,
  .gfc.module-cta-block-cards-3 .stage .swiper-button-prev {
    position: absolute;
  }
}
.gfc.module-cta-block-cards-3 .stage .swiper-button-next {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: -50px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-cta-block-cards-3 .stage .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}
.gfc.module-cta-block-cards-3 .stage .swiper-button-prev {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: -50px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-cta-block-cards-3 .stage .swiper-button-prev.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}
.gfc.module-cta-block-cards-3 .ribbons.top.left {
  --ribbons-top-left-thin-width: 30%;
  --ribbons-top-left-thin-height: 3px;
  --ribbons-top-left-thin-bgcolor: #BA093D;
  --ribbons-top-left-thick-width: 50%;
  --ribbons-top-left-thick-height: 35px;
  --ribbons-top-left-thick-bgcolor: #9F0A3D;
  height: calc(var(--ribbons-top-left-thick-height) * 2);
}
.gfc.module-cta-block-cards-3 .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-cta-block-cards-3 .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-cta-block-cards-3 .ribbons.top.left {
    --ribbons-top-left-thin-width: 4%;
    --ribbons-top-left-thin-height: 3px;
    --ribbons-top-left-thin-bgcolor: #BA093D;
    --ribbons-top-left-thick-width: 5%;
    --ribbons-top-left-thick-height: 49px;
    --ribbons-top-left-thick-bgcolor: #9F0A3D;
    height: unset;
  }
}
@media screen and (min-width: 1500px) {
  .gfc.module-cta-block-cards-3 .ribbons.top.left {
    --ribbons-top-left-thin-width: 13%;
    --ribbons-top-left-thick-width: 15%;
  }
}
@media (min-width: 992px) {
  .gfc.module-cta-block-cards-3 .ribbons.top.left .thin {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 40px;
    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-cta-block-cards-3 .ribbons.top.left .thick {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 70px;
    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);
  }
}

/*# sourceMappingURL=module-cta-block-cards-3.css.map */
