.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  display: none;
}
.swiper .swiper-pagination-wrapper {
  position: absolute;
  bottom: 24px;
}
.swiper .swiper-pagination-wrapper .swiper-pagination-fraction {
  width: 152px;
  color: transparent;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.swiper .swiper-pagination-wrapper .swiper-pagination-fraction span {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.swiper .swiper-pagination-wrapper .swiper-pagination-fraction:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.swiper .swiper-pagination-wrapper .swiper-progressbar {
  width: 0;
  height: 6px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -2px;
  z-index: 1;
}/*# sourceMappingURL=slider.css.map */