body {
  overflow-x: hidden;
}
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-swiper {
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero-swiper.is-ready {
  opacity: 1;
}

.hero-swiper:not(.is-ready) .swiper-slide {
  transition: none !important;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide video,
.swiper-slide .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-progress-container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  right: 10%;
  display: flex;
  gap: 8px;
  padding: 0;
  z-index: 10;
}

.custom-progress-bar {
  flex: 1;
  height: 2px;
  background: #ffffff33;
  overflow: hidden;
}

.custom-progress-fill {
  height: 100%;
  background: #ffffff;
  transition: width 0.1s linear;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 50;
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  display: none !important;
}

.hero-swiper .swiper-button-next img,
.hero-swiper .swiper-button-prev img {
  width: 40px;
  height: 40px;
}
.swiper-navigation-icon {
  display: none !important;
}
.hero-swiper .swiper-button-prev {
  left: 3rem !important;
}
.hero-swiper .swiper-button-next {
  right: 3rem !important;
}

@media (min-width: 1920px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
  }
  .hero-swiper .swiper-button-next img,
  .hero-swiper .swiper-button-prev img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    display: none !important;
  }

  .custom-progress-container {
    bottom: 1rem;
    left: 4%;
    right: 4%;
  }
}

.wysiwyg-hero p,
.wysiwyg-hero h1,
.wysiwyg-hero h2,
.wysiwyg-hero h3,
.wysiwyg-hero h4,
.wysiwyg-hero h5,
.wysiwyg-hero h6 {
  color: inherit;
  margin: 0;
}

.wysiwyg-hero h1 {
  font-size: clamp(2.25rem, 1.5rem + 2vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.05em;
}

.wysiwyg-hero h2 {
  font-size: clamp(1.5rem, 1rem + 1vw, 2.25rem);
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.05em;
}

.wysiwyg-hero h3 {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

.wysiwyg-hero h4 {
  font-size: clamp(1rem, 1rem + 0.125vw, 1.125rem);
  font-weight: 600;
  line-height: 1.55em;
  letter-spacing: -0.02em;
}

.wysiwyg-hero p + p {
  margin-top: 0.5em;
}

.wysiwyg-hero strong {
  font-weight: 700;
}

.wysiwyg-hero ul,
.wysiwyg-hero ol {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
}

.wysiwyg-hero ul li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}

.wysiwyg-hero ul li::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 22px;
  background-image: url("../img/technology/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}

.wysiwyg-hero ol {
  list-style: decimal;
  padding-left: 1.25rem;
}
