.fullpage {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.hero-slide {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
}
.hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-slide.lightened {
  background-color: rgba(255, 255, 255, 0.1);
}

._hs-headerbar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #000000;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 72px;
  line-height: 72px;
}
._hs-headerbar.white-tint {
  background-color: rgba(20, 22, 33, 0.1);
}
._hs-headerbar .logo {
  flex: 0 0 72px;
  order: 1;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  user-select: none;
}
._hs-headerbar .logo img {
  width: auto;
  height: 64px;
}
._hs-headerbar .fill-remaining-space {
  order: 2;
  flex: 1 0 auto;
  text-align: center;
}
._hs-headerbar .heading-wrapper {
  order: 2;
  flex: 1 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope";
  color: #FFFFFF;
}
._hs-headerbar .heading-wrapper .line1 {
  line-height: 44px;
}
._hs-headerbar .heading-wrapper .line2 {
  line-height: 4px;
}
._hs-headerbar .heading-wrapper .heading {
  line-height: 72px;
}

.comong-soon {
  width: 100%;
  padding-top: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  font-family: "Manrope";
}

body {
  overscroll-behavior-y: none;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  touch-action: manipulation;
}

/*# sourceMappingURL=style.css.map */
