.tp-discovery-hero .tp-home-banner-slider,
.tp-discovery-hero .tp-home-banner-static {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.tp-discovery-hero .tp-home-banner-slider {
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}

.tp-discovery-hero .tp-home-banner-slider.is-dragging {
  cursor: grabbing;
}

.home-page-banner .tp-discovery-hero__veil,
.home-page-banner .tp-discovery-hero__copy {
  pointer-events: none;
}

.tp-home-banner-slider .swiper-wrapper,
.tp-home-banner-slider .swiper-slide,
.tp-home-banner-slider picture,
.tp-home-banner-static picture {
  width: 100%;
  height: 100%;
}

.tp-home-banner-slider picture,
.tp-home-banner-static picture {
  display: block;
}

.tp-home-banner-slider .swiper-slide {
  position: relative;
  flex: 0 0 100%;
}

.tp-home-banner-slider .tp-discovery-hero__image,
.tp-home-banner-static .tp-discovery-hero__image {
  border-radius: 0;
}

.tp-home-banner-slider .swiper-pagination {
  z-index: 3;
  right: clamp(24px, 5vw, 72px);
  bottom: 70px;
  left: auto;
  width: auto;
}

.tp-home-banner-slider .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, .92);
  background: rgba(15, 35, 54, .45);
  box-shadow: 0 1px 4px rgba(15, 35, 54, .28);
}

.tp-home-banner-slider .swiper-pagination-bullet-active {
  background: var(--tp-coral-500);
}

@media (max-width: 767px) {
  .tp-home-banner-slider .swiper-pagination {
    right: 22px;
    bottom: 38px;
  }

  .tp-home-banner-slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-home-banner-slider .swiper-wrapper {
    transition-duration: 0s !important;
  }
}
