.hero {
	min-height: 648px;
}
.hero__content {
  height: 648px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero__item {
  position: relative;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 20, 42, 0) 34.06%, #03142a 98.58%);
}
.hero__info {
  position: absolute;
  display: flex;
  flex-flow: column;
  gap: 32px;
  bottom: 32px;
  left: 32px;
}
.hero__slide-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -3%;
  color: #fff;
  text-transform: capitalize;
  max-width: 913px;
  width: 100%;
}
.hero__slide-desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 445px;
  width: 100%;
}
.hero__tag-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero__tag {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 2px 16px;
  transition: 0.3s ease;
}
.hero__tag.active {
  background: #fff;
  color: #0d499c;
}
.hero .swiper-horizontal > .swiper-pagination-bullets,
.hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero .swiper-pagination-custom,
.hero .swiper-pagination-fraction {
  display: flex;
  flex-flow: row;
  gap: 10px;
  right: 32px;
  bottom: 32px;
  left: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  background: #ffffff;
  border-radius: 100px;
  opacity: 0.4;
  height: 4px;
  margin: 0;
  transition: 0.3s ease;
}
.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .hero__content {
    height: 680px;
  }
  .hero__info {
    gap: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .hero__slide-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }
  .hero__slide-desc {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .hero__tag-container {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .hero .swiper-horizontal > .swiper-pagination-bullets,
  .hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .hero .swiper-pagination-custom,
  .hero .swiper-pagination-fraction {
    left: 16px;
    bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */