@charset "utf-8";
/* CSS Document */
:root {
  --swiper-theme-color: rgba(0,104,182,1.00);
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
