.gfc.module-resources {
  position: relative;
}
.gfc.module-resources .stage {
  position: relative;
  height: 100%;
  --swiper-navigation-size: 20px;
}
.gfc.module-resources .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;
}
@media (min-width: 992px) {
  .gfc.module-resources .stage::before {
    left: auto;
    right: calc((100vw - 90%) / -2);
  }
}
.gfc.module-resources .stage .card .thumbnail-image {
  width: 380px;
  height: 310px;
  object-fit: cover;
}
.gfc.module-resources .stage .card .thumbnail-image-title {
  position: absolute;
  bottom: 4px;
  left: 10px;
  padding: 0.7rem 2rem;
  background-color: white;
  color: #ba093d;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.gfc.module-resources .stage .card .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-resources .stage .card .excerpt {
  color: #1e2127;
  font-family: Assistant, sans-serif;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-resources .stage .card .cta {
  color: #ba093d;
  font-family: Assistant;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.gfc.module-resources .stage .card:hover .cta {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .gfc.module-resources .stage .swiper-resources:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(239, 239, 239, 0)), color-stop(34.48%, rgba(239, 239, 239, 0.65)), to(#EFEFEF));
    background: -o-linear-gradient(left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.65) 34.48%, #EFEFEF 100%);
    background: linear-gradient(90deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.65) 34.48%, #EFEFEF 100%);
    content: "";
    height: 100%;
    width: 27rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.gfc.module-resources .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-resources .stage .unpos-mobile {
    display: block;
    padding-block-start: unset;
  }
}
.gfc.module-resources .stage .swiper-button-next,
.gfc.module-resources .stage .swiper-button-prev {
  position: unset;
  margin-top: unset;
}
@media (min-width: 992px) {
  .gfc.module-resources .stage .swiper-button-next,
  .gfc.module-resources .stage .swiper-button-prev {
    position: absolute;
  }
}
.gfc.module-resources .stage .swiper-button-next {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-color: #fff;
  background-color: #ba093d;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-resources .stage .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #1e2127;
  background-color: transparent;
}
.gfc.module-resources .stage .swiper-button-prev {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-color: #fff;
  background-color: #ba093d;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-resources .stage .swiper-button-prev.swiper-button-disabled {
  --swiper-navigation-color: #1e2127;
  background-color: transparent;
}
@media (min-width: 992px) {
  .gfc.module-resources .stage .swiper-button-prev {
    margin-left: -8rem;
  }
}
.gfc.module-resources .ribbons.bottom.right {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-resources .ribbons.bottom.right {
    --ribbons-bottom-right-thin-width: 50%;
    --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;
    display: block;
    position: relative;
    height: calc(var(--ribbons-bottom-right-thick-height) * 2);
  }
  .gfc.module-resources .ribbons.bottom.right .thin {
    position: absolute;
    z-index: 2;
    right: 10vw;
    top: calc(var(--ribbons-bottom-right-thick-height) * 1.6);
    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-resources .ribbons.bottom.right .thick {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    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-resources.css.map */
