.hero-carousel {
  position: relative;
}
@media (max-width: 992px) {
  .hero-carousel {
    margin-bottom: 0;
  }
}
.hero-carousel .swiper {
  position: relative;
}
.hero-carousel .hero-swiper {
  width: 100%;
  min-height: calc(100vh - 100px);
}
@media (max-width: 992px) {
  .hero-carousel .hero-swiper {
    min-height: unset;
  }
}
.hero-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: calc(100vh - 100px);
}
@media (max-width: 992px) {
  .hero-carousel .swiper-wrapper {
    min-height: 350px;
  }
}
.hero-carousel__slide {
  position: relative;
  width: 100%;
  min-height: inherit;
}
.hero-carousel__slide.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto !important;
}
.hero-carousel__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: clamp(5rem, 7vw, 10rem) 0 12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .hero-carousel__inner {
    padding: 3rem 0 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-carousel__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  aspect-ratio: 1920/1106;
}
.hero-carousel__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(65%, transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 10%, transparent 65%);
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .hero-carousel__background::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.hero-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-carousel__wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-carousel__content {
  color: var(--color-light);
  max-width: 45%;
  position: relative;
  z-index: 4;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .hero-carousel__content {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .hero-carousel__content {
    max-width: 100%;
  }
}
.hero-carousel__title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.15;
}
.hero-carousel__title * {
  line-height: inherit;
}
@media (max-width: 992px) {
  .hero-carousel__title {
    max-width: 100%;
  }
}
.hero-carousel__title--main {
  max-width: 100%;
}
.hero-carousel__description {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 85%;
}
@media (max-width: 992px) {
  .hero-carousel__description {
    max-width: 100%;
    font-size: 16px;
  }
}
.hero-carousel__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.hero-carousel__ctas .button {
  background: transparent;
  color: var(--color-light);
  border-color: var(--color-primary);
}
.hero-carousel__ctas .button:hover {
  background: var(--color-primary);
}
.hero-carousel__ctas .button:last-child {
  background: var(--color-primary);
  color: var(--color-light);
  border-color: var(--color-primary);
}
.hero-carousel__ctas .button:last-child:hover {
  background: rgb(181.6, 22.4, 96.8);
}
.hero-carousel__mobile-progress {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .hero-carousel__mobile-progress {
    display: block;
  }
}
.hero-carousel__progress-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.hero-carousel__progress-fill {
  height: 100%;
  background: var(--color-primary);
  width: 0%;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.hero-carousel__progress-fill--animating {
  -webkit-animation: mobileProgressBar var(--progress-duration, 6s) linear forwards;
          animation: mobileProgressBar var(--progress-duration, 6s) linear forwards;
  -webkit-animation-play-state: var(--progress-state, running);
          animation-play-state: var(--progress-state, running);
}
.hero-carousel__navigation {
  margin-top: 162px;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .hero-carousel__navigation {
    display: none;
  }
}
.hero-carousel__navigation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 3.5rem);
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, var(--color-dark)), to(transparent));
  background: linear-gradient(to top, var(--color-dark) 45%, transparent 100%);
  z-index: 1;
  opacity: 0.8;
}
.hero-carousel__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-carousel__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero-carousel__card {
  all: unset;
  cursor: pointer;
  padding: 1rem 2rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.hero-carousel__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 2rem;
  left: 0;
  background: #f9f9f9;
  opacity: 0.13;
}
.hero-carousel__card::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  height: 3px;
  background: var(--color-secondary);
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 3;
}
.hero-carousel__card--spotlight {
  background: var(--color-primary);
  color: var(--color-light);
}
.hero-carousel__card--spotlight .hero-carousel__card-number {
  color: var(--color-light);
}
.hero-carousel__card--spotlight .hero-carousel__card-type {
  color: var(--color-light);
}
.hero-carousel__card--spotlight .hero-carousel__card-title {
  color: var(--color-light);
}
.hero-carousel__card--progress::after {
  -webkit-animation: progressBar var(--progress-duration, 6s) linear forwards;
          animation: progressBar var(--progress-duration, 6s) linear forwards;
  -webkit-animation-play-state: var(--progress-state, running);
          animation-play-state: var(--progress-state, running);
}
.hero-carousel__card-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--color-primary);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  line-height: 0.9;
}
.hero-carousel__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 15px;
}
.hero-carousel__card-type {
  font-size: 0.85rem;
  color: var(--color-secondary);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 600;
}
.hero-carousel__card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-light);
  line-height: 1.3;
  max-width: 80%;
}
@media (max-width: 768px) {
  .hero-carousel .hero-swiper {
    min-height: 350px;
  }
  .hero-carousel__navigation {
    padding: 1.5rem 0;
  }
  .hero-carousel__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .hero-carousel__card {
    padding: 1rem;
  }
  .hero-carousel__card-title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero-carousel__cards {
    grid-template-columns: 1fr;
  }
}
.hero-carousel .swiper-slide {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-carousel .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0%;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  85% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  92% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  85% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  92% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes mobileProgressBar {
  0% {
    width: 0%;
  }
  85% {
    width: 100%;
  }
  92% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes mobileProgressBar {
  0% {
    width: 0%;
  }
  85% {
    width: 100%;
  }
  92% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.hero-carousel__content[data-aos] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}
.hero-carousel__content[data-aos].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*# sourceMappingURL=hero-carousel.css.map*/