.slider-frontpage {
  margin-bottom: var(--spacing-xl);
}
@media screen and (min-width: 992px) {
  .slider-frontpage {
    margin-top: var(--spacing-lg);
  }
}

.slider-frontpage .wrapper__content {
  padding: 0;
}

.swiper1 {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-left: auto;
}

.ms_title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  line-height: 25px;
  width: 100%;
  border-bottom: 2px solid #0d111c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000000;
}

.ms_text {
  font-size: 0.875rem;
  line-height: 22px;
}

.slider-frontpage__button-prev {
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-type-4.svg");
  background-position-x: center;
  background-position-y: center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: var(--color-linline-gray);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  display: inherit;
  opacity: 0.7;
}
.slider-frontpage__button-prev:hover {
  opacity: 0.5;
}

.slider-frontpage__button-next {
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-type-4.svg");
  background-position-x: center;
  background-position-y: center;
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: var(--color-linline-gray);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%) rotate(-180deg);
  border-radius: 50%;
  display: inherit;
  opacity: 0.7;
}
.slider-frontpage__button-next:hover {
  opacity: 0.5;
}

@media screen and (min-width: 576px) {
  .slider-frontpage .wrapper__content {
    padding: inherit;
  }
  .ms_title {
    font-size: 2rem;
    line-height: 30px;
  }
  .ms_text {
    font-size: 1.3em;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .slider-frontpage {
    height: 242px;
  }
  .ms_title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 60px;
    padding-top: 39px;
    padding-bottom: 7px;
    border-bottom: 4px solid #0d111c;
    margin-bottom: 23px;
  }
  .ms_text {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .slider-frontpage {
    height: 323px;
  }
  .ms_title {
    font-size: 3rem;
    padding-left: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .slider-frontpage {
    height: 400px;
  }
  .ms_text {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=map/slider.css.map */
