.rs-slider {
  height: 100vh;
  padding-top: 90px;
  padding-bottom: 0px;
}
@media (max-width: 1920px) {
  .rs-slider {
    padding-top: calc(70px + 20 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-slider {
    padding-top: 60px;
    padding-bottom: 57px;
  }
}
.rs-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-slider__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.5);
}
.rs-slider__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-slider__container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.rs-slider__slider {
  height: 100%;
}
.rs-slider__swiper {
  height: 100%;
}
.rs-slider__slide {
  height: 100%;
}
.rs-slider__slide .rs-slider__body {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(100px) !important;
      -ms-transform: translateY(100px) !important;
          transform: translateY(100px) !important;
}
.rs-slider__slide.swiper-slide-active .rs-slider__body {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
      -ms-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.rs-slider__body {
  width: 100%;
  max-width: 672px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  margin-top: -3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991.98px) {
  .rs-slider__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.rs-slider__body h1 {
  margin-bottom: 16px;
}
@media (max-width: 1439.98px) {
  .rs-slider__body h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__body h1 {
    margin-bottom: 5px;
  }
}
.rs-slider__body p {
  margin-bottom: 40px;
}
@media (min-width: 1439.98px) {
  .rs-slider__body p {
    line-height: 30px;
  }
}
@media (max-width: 1439.98px) {
  .rs-slider__body p {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .rs-slider__body p {
    margin-bottom: 20px;
  }
}