.single-swiper-wrap {
  max-width: 100%;
  margin-top: clamp(40 / 10 * 1rem, 50px - (10) * (100vw - 375px) / 905, 50 / 10 * 1rem);
  margin-bottom: 6rem;
}
.single-swiper-wrap .swiper-wrapper {
  padding-bottom: clamp(25 / 10 * 1rem, 5 * (100vw - 375px) / 905 + 25px, 30 / 10 * 1rem);
}
.single-swiper-wrap .swiper-wrapper .swiper-slide .inner {
  height: clamp(280 / 10 * 1rem, 200 * (100vw - 375px) / 905 + 280px, 480 / 10 * 1rem);
  padding: 0 clamp(0 / 10 * 1rem, 63 * (100vw - 375px) / 905 + 0px, 63 / 10 * 1rem);
}
.single-swiper-wrap .swiper-wrapper .swiper-slide .inner .background-cover {
  height: 100%;
}
.single-swiper-wrap .swiper-wrapper .swiper-slide .inner .wp-video {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
}
.single-swiper-wrap .swiper-wrapper .swiper-slide .inner .wp-video > .mejs-container {
  height: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.single-swiper-wrap .swiper-pagination {
  bottom: 0;
}
.single-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4.5rem;
  background-color: rgba(63, 32, 33, 0.2);
  margin: 0 3px;
  border-radius: 0;
  opacity: 1;
}
.single-swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.single-swiper-wrap .swiper-button-prev svg,
.single-swiper-wrap .swiper-button-next svg {
  width: clamp(20 / 10 * 1rem, 18 * (100vw - 375px) / 905 + 20px, 38 / 10 * 1rem);
  height: auto;
}
.single-swiper-wrap .swiper-button-next {
  text-align: right;
}
.single-swiper-wrap .single-swiper-thumbs {
  gap: 20px;
  justify-content: center;
}
.single-swiper-wrap .single-swiper-thumbs .item {
  width: 15rem;
  height: 12rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity var(--transition);
}
.single-swiper-wrap .single-swiper-thumbs .item .background-cover svg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-swiper-wrap .single-swiper-thumbs .item:hover, .single-swiper-wrap .single-swiper-thumbs .item.active {
  opacity: 1;
}
/*# sourceMappingURL=swiper.css.map */
