@charset "UTF-8";

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}
.swiper-pagination {
  position: unset;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -24px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 50em;
  background: #edefee;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #00d16c;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
