.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d9dd;
  opacity: 1;
  margin: 0 8px;
}
.swiper-pagination-bullet-active {
  background-color: #333;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.kv .swiper {
  position: relative;
}
.kv .swiper::before {
  position: absolute;
  content: "";
  background-image: url("../images/anoah_logo_2c_wt.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12vw;
  height: 6vw;
  top: 3vw;
  right: 3vw;
  z-index: 9;
}