:root {
  --swiper-theme-color: #EBE3DF;
}

.swiper-pagination {
  margin: 30px auto;
  position: static;
  display: flex;
  justify-content: space-between;
  width: 222px!important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin: 20px auto;
    margin-bottom: 0px;
    width: 100px!important;
  }
}

.swiper-pagination-bullet {
  display: block;
  color: #B6B0AD;
  background-color: #B6B0AD;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  display: block;
  color: #BAB4B1;
  background-color: #BAB4B1;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

/*# sourceMappingURL=swiper.css.map */
