.kv .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.kv .slide {
  position: relative;
  height: auto;
  max-height: 1000px;
}

.kv .slide:before {
  content: "";
  display: block;
}

@media (max-width: 991px) {
  .kv .slide:before {
    padding-top: 175.89744%;
  }
}

@media (min-width: 992px) {
  .kv .slide:before {
    padding-top: 55.55556%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kv .slide:before {
    padding-top: 84%;
  }
}

@media screen and (max-width: 991px) {
  .kv .slide {
    max-height: 850px;
  }
}

.kv .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media screen and (max-width: 991px) {
  .kv .bg {
    background-position: right 40% center;
  }
}

.kv .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67.4%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, color-stop(14.81%, rgba(0, 0, 0, 0.3)), color-stop(58.86%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.4%, #000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 14.81%, rgba(0, 0, 0, 0) 58.86%);
}

@media screen and (max-width: 991px) {
  .kv .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(77.84%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, color-stop(14.81%, rgba(0, 0, 0, 0.3)), color-stop(58.86%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.84%, #000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 14.81%, rgba(0, 0, 0, 0) 58.86%);
  }
}

.kv .desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .kv .desc {
    top: 70%;
  }
}

.kv .desc .wrapper {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .kv .desc .wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 20px;
  }
}

.kv .desc h2 {
  font-size: 5em;
  line-height: 0.85;
  text-transform: uppercase;
  font-weight: 400;
  padding: 24px 0;
}

@media screen and (max-width: 991px) {
  .kv .desc h2 {
    font-size: 3.5em;
    padding: 16px 0;
  }
}

.kv .desc .txt-wrap {
  font-size: 1.25em;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .kv .desc .txt-wrap {
    font-size: 1em;
  }
}

.kv .desc p {
  margin-top: 0;
}

.kv .btn-container {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .kv .btn-container {
    margin-top: 47px;
  }
}

.kv .swiper-pagination {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .content {
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .content .container {
    padding: 0;
  }
}

#popup .wrapper {
  max-width: 1500px;
}

#popup .wrapper video {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=index.css.map */