.wrap {
  background-color: unset;
}

body {
  background-color: #243374;
}

.logolink {
  position: absolute;
  max-width: 115px;
  width: 100%;
  height: auto;
  top: 0;
  left: 2.5vw;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .logolink {
    left: 2vw;
    width: 16vw;
    height: 14vw;
  }
}
.logolink a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.carousel {
  height: 38vw;
}
@media only screen and (max-width: 768px) {
  .carousel {
    height: 173vw;
  } 
}

.carousel .cover {
  background-size: cover;
  background-position: center;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  background: unset;
  bottom: 5% !important;
}
@media only screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 3% !important;
  }
}/*# sourceMappingURL=abs.css.map */