.swiper-wrapper {
    transition: 600ms !important;
    
}
.dhs-hero-swiper-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.dhs-hero-heading-wrapper {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  z-index: 9;
}
.dhs-hero-heading {
  color: #fff !important;
  font-size: clamp(2.1rem, -0.224rem + 6.197vi, 8.7rem) !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: left !important;
  line-height: 1.2;
  font-weight: 700 !important;
  letter-spacing: -3px !important;
  padding-right: 1rem !important;
  max-width: 132rem;
  margin: 0 auto !important;
  @media(max-width: 768px) {
    letter-spacing: 0 !important;
    padding: calc(2rem * 2) 3rem calc(2rem * 2) 2rem !important;
  }
  
}
.dhs-hero-swiper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.6) 85%, rgba(13, 13, 13, 0.8) 100%);
  z-index: 5;
  pointer-events: none;
  height: clamp(32rem, 7.211rem + 66.103vi, 102.4rem);
}
.dhs-hero-swiper img {
  width: 100%;
  height: clamp(32rem, 7.211rem + 66.103vi, 102.4rem) !important;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.6);
}
.swiper-pagination-bullet-active {
  background: #fff;
}
