.cmp__features_text[data-v-3816e9e2] {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}
.cmp__features_text .cmp__features_text__title[data-v-3816e9e2] {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.95);
  text-align: center;
}
.cmp__features_text .cmp__features_text__subtitle[data-v-3816e9e2] {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.cmp__features_text .cmp__features_text__swiper .swiper-wrapper[data-v-3816e9e2] {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.cmp__features_text .cmp__features_text__swiper.images-slider[data-v-3816e9e2] {
  margin-top: 50px;
  height: 580px;
  position: relative;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-next[data-v-3816e9e2],
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-prev[data-v-3816e9e2] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-next[data-v-3816e9e2] {
  right: 20px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-prev[data-v-3816e9e2] {
  left: 20px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide[data-v-3816e9e2] {
  transform: translateZ(0);
  backface-visibility: hidden;
  flex-shrink: 0;
  position: relative;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__image[data-v-3816e9e2] {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__image img[data-v-3816e9e2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text[data-v-3816e9e2] {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.95);
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text .thumbs-slider-title[data-v-3816e9e2] {
  color: inherit;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text .thumbs-slider-des[data-v-3816e9e2] {
  color: inherit;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text.text-white[data-v-3816e9e2] {
  color: #fff;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide.swiper-slide-active img[data-v-3816e9e2] {
  transform: scale(1);
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-pagination[data-v-3816e9e2] {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin-top: 20px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-pagination .swiper-pagination-progressbar-fill[data-v-3816e9e2] {
  background: rgba(0, 0, 0, 0.95);
  height: 200%;
  display: block;
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.cmp__features_text.dark-theme[data-v-3816e9e2] {
  background-color: rgba(0, 0, 0, 0.95);
}
.cmp__features_text.dark-theme .cmp__features_text__title[data-v-3816e9e2] {
  color: rgba(255, 255, 255, 0.95);
}
.cmp__features_text.dark-theme .cmp__features_text__subtitle[data-v-3816e9e2] {
  color: rgba(255, 255, 255, 0.5);
}
.cmp__features_text.dark-theme .cmp__features_text__swiper.images-slider .swiper-pagination[data-v-3816e9e2] {
  background: rgba(255, 255, 255, 0.3);
}
.cmp__features_text.dark-theme .cmp__features_text__swiper.images-slider .swiper-pagination .swiper-pagination-progressbar-fill[data-v-3816e9e2] {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
.cmp__features_text[data-v-3816e9e2] {
    padding: 40px 0 48px;
}
.cmp__features_text .cmp__features_text__title[data-v-3816e9e2] {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    margin-top: 12px;
    text-align: center;
}
.cmp__features_text .cmp__features_text__title br[data-v-3816e9e2] {
    display: block;
}
.cmp__features_text .cmp__features_text__subtitle[data-v-3816e9e2] {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}
.cmp__features_text .cmp__features_text__swiper.images-slider[data-v-3816e9e2] {
    margin-top: 80px;
    height: unset;
    width: 100%;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-next[data-v-3816e9e2],
  .cmp__features_text .cmp__features_text__swiper.images-slider .swiper-button-prev[data-v-3816e9e2] {
    display: none;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide[data-v-3816e9e2] {
    width: 88.8vw;
    max-width: 460px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__image[data-v-3816e9e2] {
    aspect-ratio: 3/2;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__image img[data-v-3816e9e2] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: inline-block;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text[data-v-3816e9e2] {
    position: relative;
    transform: translateX(0);
    left: 0;
    bottom: 0;
    margin-top: 6px;
    display: block;
    background: rgb(246, 246, 246);
    border-radius: 6px;
    padding: 24px 16px;
    height: calc(100% - 220px);
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text .thumbs-slider-title[data-v-3816e9e2] {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text .thumbs-slider-des[data-v-3816e9e2] {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-wrapper .swiper-slide.swiper-slide-active img[data-v-3816e9e2] {
    transform: scale(1);
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-pagination[data-v-3816e9e2] {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.095);
    margin-top: 30px;
}
.cmp__features_text .cmp__features_text__swiper.images-slider .swiper-pagination .swiper-pagination-progressbar-fill[data-v-3816e9e2] {
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    display: block;
    transform-origin: left top;
    transition: transform 0.3s ease;
}
.cmp__features_text.dark-theme .images-slider .swiper-wrapper .swiper-slide .cmp__features_text__swiper__text[data-v-3816e9e2] {
    background: rgb(22, 22, 22);
}
}
@media (min-width: 769px) {
.cmp__features_text__swiper .swiper-slide[data-v-3816e9e2] {
    opacity: 0;
}
.cmp__features_text__swiper .swiper-slide.swiper-slide-active[data-v-3816e9e2] {
    opacity: 1;
}
.cmp__features_text__swiper .swiper-pagination.swiper-pagination-progressbar[data-v-3816e9e2] {
    margin-top: 600px !important;
    height: 2px !important;
}
.cmp__features_text__swiper[data-v-3816e9e2] {
    --swiper-theme-color: black;
}
}