.wows-nexa {
  overflow: hidden;
  position: relative;
}
.wows-nexa .wows-custom-main-slider {
  height: clamp(25rem, 70vw, 43.75rem);
  position: relative;
  /* SwiperGL prepends a canvas that covers the container; keep slides (and text) above it */
}
.wows-nexa .wows-custom-main-slider > canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.wows-nexa .wows-custom-main-slider .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.wows-nexa .wows-custom-main-slider {
  /* Source images are only for GL textures; hide duplicate bitmap so the canvas shows through */
}
.wows-nexa .wows-custom-main-slider.wows-nexa--gl .wows-custom-img-wrap .wows-custom-img {
  opacity: 0;
  pointer-events: none;
}
.wows-nexa .wows-custom-item.swiper-slide {
  position: relative;
}
.wows-nexa .wows-custom-img-wrap {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.wows-nexa .wows-custom-img-wrap .wows-custom-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wows-nexa .wows-custom-content {
  position: absolute;
  top: 50%;
  left: clamp(1.875rem, 4.5vw, 4.25rem);
  transform: translateY(-50%);
  max-width: clamp(21.563rem, 40vw, 31.25rem);
  padding: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: left;
  pointer-events: none;
}
.wows-nexa .wows-custom-content a {
  pointer-events: auto;
}
.wows-nexa .wows-custom-sub-title {
  color: #5b5b6a;
  margin: 0;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 3rem;
  align-self: flex-start;
}
.wows-nexa .wows-custom-sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 1px;
  background: currentColor;
}
.wows-nexa .wows-custom-title {
  margin: 20px 0 0;
  color: #26262e;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}
.wows-nexa .wows-custom-desc {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  color: #484b4e;
  margin: 20px 0 0;
}
.wows-nexa .wows-custom-desc p {
  margin: 0;
}
.wows-nexa .wows-custom-link-btn a {
  margin: 30px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(188, 198, 207);
  text-decoration: none;
  padding: 10px 20px;
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
  color: #26262e;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  letter-spacing: 0.16em;
  border-radius: 999px;
  font-weight: 700;
  overflow: hidden;
}
.wows-nexa .wows-custom-link-btn a:hover {
  color: #fff;
  border-color: #ca0ff0;
  background: #ca0ff0;
}
.wows-nexa .wows-custom-thumbs-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: clamp(1.875rem, 4.5vw, 4.25rem);
  box-sizing: border-box;
  display: none;
}
.wows-nexa .wows-custom-thumbs-slider .wows-custom-thumbs-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(15px);
  border-radius: 6px;
}
.wows-nexa .wows-custom-thumbs-slider .wows-custom-thumbs-item .wows-thumbs-line-border {
  height: 2px;
  width: 100%;
  background: rgba(92, 92, 106, 0.3215686275);
  transition: background-color 0.3s ease;
}
.wows-nexa .wows-custom-thumbs-slider .wows-custom-thumbs-item.swiper-slide-active .wows-thumbs-line-border, .wows-nexa .wows-custom-thumbs-slider .wows-custom-thumbs-item:hover .wows-thumbs-line-border {
  background: #ca0ff0;
}
.wows-nexa .wows-slide-number {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
.wows-nexa .wows-thumbs-custom-title .wows-custom-title {
  font-size: 20px;
  margin: 10px 0 0;
}
.wows-nexa .wows-swiper-pagination {
  position: absolute !important;
  top: 50%;
  right: 0;
  z-index: 6;
  margin-right: clamp(1.875rem, 4.5vw, 4.25rem);
  left: unset;
  bottom: unset !important;
  transform: translateY(-50%);
}
.wows-nexa .wows-swiper-pagination .swiper-pagination-bullet {
  border-color: #000;
}
.wows-nexa .wows-swiper-pagination .swiper-pagination-bullet::before {
  background: #000;
}

@media (min-width: 768px) {
  .wows-nexa .wows-custom-thumbs-slider {
    display: block;
  }
}