.swiper {
  position: relative;
  overflow: hidden;
}
.swiper-container {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.swiper-item {
  display: inline-block;
  width: 100%;
  height: 30rem;
}
.swiper-item + .swiper-item {
  display: none;
}
.swiper-item a {
  position: relative;
}
.swiper-item a p {
  position: absolute;
  bottom: 6rem;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 15px;
}
.swiper-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0 0.2rem;
  z-index: 2;
}
.swiper-indicator li {
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  height: 0.6rem;
  width: 0.6rem;
  margin: 0.2rem;
}
.swiper-indicator li[data-active=true] {
  background: white;
}
/*.swiper-switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  border: none;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
/*.swiper-switch[data-direction="right"] {
  right: 0;
}
.swiper-switch[data-direction="left"] {
  left: 0;
}*/
/*# sourceMappingURL=swiper.css.map */