.swiper-slide__labels {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}

.swiper-slide__label-adv {
  position: relative;
}

.label-adv {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #9b9b9b;
  display: inline-block;
  transition: background-color 0.3s ease;
  background-color: #202020;
  border-radius: 14px;
  font-size: 12px;
  color: #9b9b9b;
}
.label-adv_hover {
  border: 1px solid #202020;
  color: #202020;
  background-color: #fff;
}

.label-tips {
  position: absolute;
  right: 0;
  top: 34px;
  background-color: #fff;
  padding: 16px 28px 16px 16px;
  border-radius: 14px;
  z-index: -1;
  width: 240px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  transition: opacity 0.2s ease;
}
.label-tips__ip {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
}
.label-tips__ip img {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 20px !important;
  opacity: 0.6;
}
.label-tips__ip img:hover {
  opacity: 0.8;
}
.label-tips a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}

.home-hero {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .home-hero {
    padding-top: 0px;
  }
}
.home-hero__wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1399.9px) {
  .home-hero__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
.home-hero__slider {
  border-radius: 23px;
  overflow: hidden;
}
@media screen and (max-width: 1399.9px) {
  .home-hero__slider {
    border-radius: 0;
  }
}
.home-hero__nav {
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 479.9px) {
  .home-hero__nav {
    display: none;
  }
}
.home-hero__nav_prev.swiper-button-prev {
  left: 17px;
}
@media screen and (max-width: 1399.9px) {
  .home-hero__nav_prev.swiper-button-prev {
    left: 20px;
  }
}
.home-hero__nav_next.swiper-button-next {
  right: 17px;
}
@media screen and (max-width: 1399.9px) {
  .home-hero__nav_next.swiper-button-next {
    right: 20px;
  }
}
.home-hero__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
}
.home-hero__footer {
  position: absolute;
  bottom: 32px;
  left: 50%;
  translate: -50% 0;
  height: 24px;
  display: flex;
  z-index: 1;
  width: 100%;
  gap: 10px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 1399.9px) {
  .home-hero__footer {
    bottom: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .home-hero__footer {
    bottom: 12px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 479.9px) {
  .home-hero__footer {
    bottom: 4px;
  }
}
.home-hero__pagination {
  --progress: 0;
  position: relative !important;
  bottom: unset !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.home-hero__pagination span {
  margin: 0 !important;
  height: 100%;
  max-width: 117px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: unset;
  opacity: unset;
  border-radius: unset;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .home-hero__pagination span {
    width: 75px;
    flex: 0 0 75px;
  }
}
@media screen and (max-width: 479.9px) {
  .home-hero__pagination span {
    width: 40px;
    flex: 0 0 40px;
  }
}
.home-hero__pagination span::before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: rgba(144, 144, 144, 0.5019607843);
  width: 100%;
  z-index: 1;
}
.home-hero__pagination span::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #fff;
  z-index: 2;
}
.home-hero__pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  width: calc(var(--progress) * 1%);
}
.home-hero__pagination span.swiper-pagination-bullet {
  flex-shrink: 1;
}
.home-hero__stop {
  border: none;
  background: transparent;
}
@media screen and (max-width: 767.9px) {
  .home-hero__stop {
    display: none;
  }
}
.home-hero__stop .play {
  display: none;
}
.home-hero__stop.active .play {
  display: block;
}
.home-hero__stop.active .stop {
  display: none;
}
.home-hero .hero-slide {
  height: auto;
  display: flex;
}
@media screen and (max-width: 479.9px) {
  .home-hero .hero-slide .desktop {
    display: none;
  }
}
.home-hero .hero-slide .mobile {
  display: none;
}
@media screen and (max-width: 479.9px) {
  .home-hero .hero-slide .mobile {
    display: block;
  }
}
.home-hero .hero-slide a {
  display: flex;
  height: inherit;
}
.home-hero .hero-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: contrast(1.05);
}
@media screen and (max-width: 1399.9px) {
  .home-hero .hero-slide img {
    height: auto;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
