@font-face {
  font-family: "wulkan_displayblack_italic";
  src: url("./fonts/wulkan_display_black-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_black_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displayblack";
  src: url("./fonts/wulkan_display_black-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaybold_italic";
  src: url("./fonts/wulkan_display_bold_italic-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaybold";
  src: url("./fonts/wulkan_display_bold-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_display_italicitalic";
  src: url("./fonts/wulkan_display_italic-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaylight_italic";
  src: url("./fonts/wulkan_display_light_italic-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_light_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaylight";
  src: url("./fonts/wulkan_display_light-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaymedium_italic";
  src: url("./fonts/wulkan_display_medium_italic-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_medium_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaymedium";
  src: url("./fonts/wulkan_display_medium-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_display_regularregular";
  src: url("./fonts/wulkan_display_regular-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaysemibold_italic";
  src: url("./fonts/wulkan_display_semibold_italic-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_semibold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wulkan_displaysemibold";
  src: url("./fonts/wulkan_display_semibold-webfont.woff2") format("woff2"), url("./fonts/wulkan_display_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kingdomregular";
  src: url("./fonts/kingdom-webfont.woff2") format("woff2"), url("./fonts/kingdom-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: wulkan_display_regularregular, serif;
  font-size: 0.75rem;
  line-height: 1.3;
  background-color: #E9F7FF;
  overflow-x: hidden;
}
@media (min-width: 130rem) {
  body {
    font-size: 1.5rem;
  }
}

a, a:visited, a:hover {
  text-decoration: none;
  color: black;
}

ul {
  margin: 0;
  padding: 0;
}

li, li::before, li::after {
  list-style: none;
  color: black;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  color: blue;
}
@media (min-width: 130rem) {
  h1 {
    font-size: 1.7rem;
  }
}

p {
  position: relative;
  font-weight: 600;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 130rem) {
  p {
    font-size: 1.5rem;
  }
}

svg {
  cursor: pointer;
}

.overlay {
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6012780112) 0%, rgba(255, 255, 255, 0) 20%);
}

.overlay-modal {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.356);
  opacity: 1;
  z-index: 1;
}

.btn-hover:hover {
  transition: all 0.3s ease;
}

.disabled {
  opacity: 0.4 !important;
}

.open-modal {
  display: block !important;
}

.has-fade {
  visibility: hidden;
}

.fade-in {
  -webkit-animation: fade-in 300ms ease-in-out forwards;
          animation: fade-in 300ms ease-in-out forwards;
}

.fade-modal-in {
  -webkit-animation: fade-modal-in 300ms ease-in-out forwards;
          animation: fade-modal-in 300ms ease-in-out forwards;
}

.active {
  display: block !important;
  -webkit-animation: hasFade 0.3s ease-in-out;
          animation: hasFade 0.3s ease-in-out;
}

.overflow-hidden {
  overflow: hidden;
}

#popup {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1f1f1f;
  padding: 20px 30px;
  border-radius: 10px;
  color: #fff;
  z-index: -1;
}
@media (max-width: 39.9375em) {
  #popup {
    padding: 10px 15px;
    width: 85%;
  }
}
@media (min-width: 130rem) {
  #popup {
    width: 25%;
  }
}
#popup .info p {
  color: #fff;
}
#popup .info a {
  color: #AD7E61;
  padding-left: 5px;
}
#popup .info .close-icon {
  text-align: center;
  color: #DA202A;
}
#popup .info .close-icon .close {
  cursor: pointer;
}
@media (min-width: 130rem) {
  #popup .info {
    font-size: 1.7rem;
  }
  #popup .info p {
    font-size: 1.5rem;
  }
}

.info-icon {
  position: fixed;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-weight: 100;
  font-size: 1.3rem;
}
.info-icon h5 {
  cursor: pointer;
}

footer {
  font-family: kingdomregular, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  font-size: 1rem;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-sa {
  justify-content: space-around;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

#hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#hero .hero {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .navbar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 40px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
@media (max-width: 39.9375em) {
  #hero .navbar {
    padding: 35px 5px;
  }
}
@media (min-width: 64em) {
  #hero .navbar {
    max-width: 1400px;
  }
}
#hero .navbar .logo img {
  width: 150px;
}
@media (min-width: 130rem) {
  #hero .navbar .logo img {
    width: 200px;
  }
}
#hero .navbar .nav ul {
  display: flex;
}
#hero .navbar .nav ul li {
  color: #fff;
  font-weight: 100;
  font-size: 1.3rem;
  margin-left: 25px;
  cursor: pointer;
}
@media (min-width: 130rem) {
  #hero .navbar .nav ul li {
    font-size: 1.5rem;
  }
}
#hero .headline {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#hero .headline h1 {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 63.9375em) {
  #hero .headline h1 {
    font-size: 5rem;
  }
}
@media (min-width: 130rem) {
  #hero .headline h1 {
    font-size: 8rem;
  }
}
#hero .headline h1 .italic {
  font-style: italic;
  font-weight: 300;
}

#data .data_general {
  display: flex;
  height: 600px;
  align-items: center;
  z-index: 99;
}
@media (max-width: 39.9375em) {
  #data .data_general {
    flex-direction: column;
    overflow: hidden;
    margin-top: 25px;
  }
}
@media (min-width: 64em) {
  #data .data_general {
    max-width: 1400px;
    margin: auto;
  }
}
#data .data_general .side {
  position: relative;
  width: 50%;
}
@media (max-width: 39.9375em) {
  #data .data_general .side {
    width: 100%;
    margin-bottom: 70px;
  }
}
#data .data_general .side .text {
  max-width: 400px;
  margin: auto;
}
@media (max-width: 63.9375em) {
  #data .data_general .side .text {
    max-width: 291px;
  }
}
#data .data_general .side .btn {
  position: absolute;
  right: 30px;
  bottom: -50px;
  font-size: 0.9rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px 25px;
  cursor: pointer;
}
@media (min-width: 130rem) {
  #data .data_general .side .btn {
    font-size: 1.3rem;
  }
}
#data .data_general .img {
  width: 50%;
}
@media (max-width: 39.9375em) {
  #data .data_general .img {
    width: 100%;
    margin-top: 25px;
  }
}
#data .data_general .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
#data .data_2 {
  flex-direction: row-reverse;
}
@media (max-width: 39.9375em) {
  #data .data_2 {
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 25px;
  }
}
#data .data_2 h3 {
  max-width: 400px;
  margin: auto;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 130rem) {
  #data .data_2 h3 {
    font-size: 1.6rem;
  }
}
#data .data_2 p {
  font-weight: 400;
}/*# sourceMappingURL=styles.css.map */