.thehands-video-reviews {
  padding-top: clamp(60 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 60px, 80 / 10 * 1rem);
  padding-bottom: clamp(80 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 80px, 100 / 10 * 1rem);
}
.thehands-video-reviews .wrap {
  position: relative;
  z-index: 2;
}
.thehands-video-reviews .wrap .custom-background {
  position: absolute;
  top: 37.3rem;
  left: -6.8rem;
  z-index: -1;
}
.thehands-video-reviews .wrap .custom-background svg {
  max-width: 100%;
  height: auto;
}
.thehands-video-reviews .wrap .title {
  margin-bottom: clamp(45 / 10 * 1rem, 35 * (100vw - 375px) / 905 + 45px, 80 / 10 * 1rem);
  font-weight: 700;
  font-size: clamp(38 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 38px, 88 / 10 * 1rem);
  line-height: 120%;
  color: var(--color-dark);
}
.thehands-video-reviews .wrap .row {
  --bs-gutter-x: 4.6rem;
}
.thehands-video-reviews .wrap .row .video-review .background {
  margin-bottom: 1.5rem;
  position: relative;
  height: clamp(407 / 10 * 1rem, 100 * (100vw - 375px) / 905 + 407px, 507 / 10 * 1rem);
  cursor: pointer;
}
.thehands-video-reviews .wrap .row .video-review .background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.thehands-video-reviews .wrap .row .video-review .person {
  margin-bottom: 2.4rem;
}
.thehands-video-reviews .wrap .row .video-review .person .name {
  font-weight: 700;
  font-size: clamp(22 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 22px, 24 / 10 * 1rem);
  line-height: 120%;
  color: var(--color-dark);
  margin-bottom: 8px;
}
.thehands-video-reviews .wrap .row .video-review .person .link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: clamp(16 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 16px, 18 / 10 * 1rem);
  line-height: 150%;
  color: var(--color-orange);
}
.thehands-video-reviews .wrap .row .video-review .person .link span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.thehands-video-reviews .wrap .row .video-review .person .link span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
}
.thehands-video-reviews .wrap .row .video-review .person .link:hover span:after {
  opacity: 1;
}
.thehands-video-reviews .wrap .row .video-review .person:last-child {
  margin-bottom: 0;
}
.thehands-video-reviews .wrap .row .video-review[data-id="0"] {
  margin-top: 19.7rem;
  margin-bottom: 42.2rem;
}
.thehands-video-reviews .wrap .row .video-review[data-id="3"] {
  margin-top: 24.9rem;
  margin-bottom: 37rem;
}
.thehands-video-reviews .wrap .row .video-review[data-id="5"] {
  margin-top: 41.8rem;
  margin-bottom: 40.8rem;
}
.thehands-video-reviews .wrap .row .video-review[data-id="8"] {
  margin-top: 24.9rem;
  margin-bottom: 20.5rem;
}

.thehands-video-reviews-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(2.2rem);
  backdrop-filter: blur(2.2rem);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.thehands-video-reviews-shadow.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60rem;
  max-width: 100%;
  max-height: calc(100% - 10rem);
  visibility: hidden;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .close {
  position: absolute;
  width: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  height: clamp(42 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 42px, 52 / 10 * 1rem);
  cursor: pointer;
  top: -1.6rem;
  right: 5.8rem;
  transform: translate(100%, -100%);
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-slide-inner {
  padding: 0 7rem;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-slide-inner .wp-video {
  max-height: 80vh;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-slide {
  margin-bottom: 3rem;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-pagination {
  bottom: 0;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4.5rem;
  background-color: rgba(244, 244, 244, 0.2);
  margin: 0 3px;
  border-radius: 0;
  opacity: 1;
}
.thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}

@media all and (max-width: 991px) {
  .thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .close {
    top: -1.5rem;
    right: 1.5rem;
    transform: translateY(-100%);
  }
  .thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-slide-inner {
    padding: 0 5px;
  }
  .thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-button-prev,
  .thehands-video-reviews-shadow .thehands-video-reviews-shadow-popup .swiper-button-next {
    display: none;
  }
  .thehands-video-reviews .wrap .row {
    --bs-gutter-x: 1.2rem;
  }
  .thehands-video-reviews .wrap .row .video-review[data-id="0"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .thehands-video-reviews .wrap .row .video-review[data-id="3"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .thehands-video-reviews .wrap .row .video-review[data-id="5"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .thehands-video-reviews .wrap .row .video-review[data-id="8"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .video-reviews-swiper .swiper-slide {
    padding-bottom: 3rem;
  }
  .video-reviews-swiper .swiper-pagination {
    bottom: 0;
    top: auto;
  }
  .video-reviews-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.7rem;
    height: 4px;
    background: rgba(63, 32, 33, 0.2);
    opacity: 1;
    margin: 0 4px;
    transition: background var(--transition, 0.2s);
  }
  .video-reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-orange);
  }
}
/*# sourceMappingURL=video-reviews.css.map */
