body.mode-login .hero-slider .hero-slider-item {
  height: calc(100vh - 48px);
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero-slider .hero-slider-item {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-slider .hero-slider-item .slider-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider .hero-slider-item .slider-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slider .hero-slider-item .slider-img-wrapper .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-slider .hero-slider-item .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: #ffffff;
  width: 90%;
  max-width: 695px;
}
.hero-slider .hero-slider-item .slider-content .slider-title {
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 44px;
}
.hero-slider .hero-slider-item .slider-content .slider-description {
  font-size: 16px;
  line-height: 24px;
}
.hero-slider .swiper-pagination {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 7px !important;
  background: #c4c4c4;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}

/*# sourceMappingURL=view.css.map */
