._header {
  height: 120px;
  width: 100%;
  z-index: 999999999;
}
._header ._header_content ._nav_links li a {
  position: relative;
  height: 47px;
  width: 147px;
  background-color: transparent;
  font-size: 20px;
  color: #ccc;
  margin-right: 10px;
}
._header ._header_content ._nav_links li a._reg {
  width: 224px;
  margin-right: 15px;
}
._header ._header_content ._nav_links li a::before {
  position: absolute;
  content: "";
  background: #3A205B;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: skewX(-14deg);
  border: 1px solid #52287A;
  transition: all linear 0.3s !important;
}

._showcase_video ._video_container ._video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  ._showcase_video ._video_container ._video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  ._showcase_video ._video_container ._video {
    width: auto;
    height: 100%;
  }
}

._main {
  overflow: hidden;
}
._main ._main_section_header {
  height: 700px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  ._main ._main_section_header {
    height: 650px;
  }
}
@media only screen and (max-width: 1300px) {
  ._main ._main_section_header {
    height: 550px;
  }
}
@media only screen and (max-width: 1100px) {
  ._main ._main_section_header {
    height: 550px;
  }
}
@media only screen and (max-width: 900px) {
  ._main ._main_section_header {
    height: 400px;
  }
}
._main ._main_section_header ._section_image {
  position: relative;
}
._main ._main_section_header ._section_image ._rock {
  position: absolute;
  left: -350px;
  top: -450px;
  z-index: 1;
}
._main ._main_section_header ._section_image ._rock img {
  height: 1000px;
}
@media only screen and (max-width: 1500px) {
  ._main ._main_section_header ._section_image ._rock {
    top: -350px;
    left: -250px;
  }
  ._main ._main_section_header ._section_image ._rock img {
    height: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  ._main ._main_section_header ._section_image ._rock {
    top: -250px;
    left: -150px;
  }
  ._main ._main_section_header ._section_image ._rock img {
    height: 600px;
  }
}
._main ._main_section_header ._section_image ._hubbcity {
  position: relative;
}
._main ._main_section_header ._section_image ._hubbcity img {
  position: absolute;
  right: -100px;
  top: -160px;
  width: 80%;
}
@media only screen and (max-width: 1500px) {
  ._main ._main_section_header ._section_image ._hubbcity img {
    top: -120px;
  }
}
._main ._main_section_header ._section_image ._hubbcity ._airbellun {
  position: relative;
}
._main ._main_section_header ._section_image ._hubbcity ._airbellun img {
  height: 350px;
  width: auto;
  top: 200px;
  right: 150px;
  position: absolute;
}
@media only screen and (max-width: 1600px) {
  ._main ._main_section_header ._section_image ._hubbcity ._airbellun img {
    top: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  ._main ._main_section_header ._section_image ._hubbcity ._airbellun img {
    top: 100px;
    height: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  ._main ._main_section_header ._section_image ._hubbcity ._airbellun img {
    top: 80px;
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */