.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Aktivgroteskcorp, sans-serif;
  color: #989898;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.031em;
}

.nav-link {
  margin-left: 15px;
  padding: 8px 4px;
  color: #3c404b;
  text-decoration: none;
}

.nav-link:hover {
  color: #130d4a;
}

.nav-link.w--current {
  color: #130d4a;
}

.navbar {
  position: relative;
  background-color: #fff;
}

.navbar.s-p-y-30 {
  z-index: 999;
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1080px;
  padding: 8px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  margin-right: 24px;
}

.brand-logo-image {
  height: 28px;
}

.coming-soon-section {
  padding-right: 0px;
  padding-bottom: 100px;
  text-align: center;
}

.background-colorchange {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.container-coming-soon {
  z-index: 1;
}

.main-heading {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}

.main-heading-container {
  overflow: hidden;
}

.subheading {
  margin-top: 0px;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 0.98em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.heading-main {
  color: #213a6f;
  font-size: 35px;
  line-height: 58.8px;
  font-weight: 300;
  letter-spacing: -0.005em;
  text-transform: capitalize;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading-6 {
  display: none;
  margin-top: 0px;
  color: #ffd000;
  font-size: 18px;
  line-height: 0.98em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sub-heading-2 {
  width: 1139px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.005em;
}

.sub-heading-p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
}

.notify-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-right: 1px solid #353535;
  border-left: 1px solid transparent;
  border-radius: 0px;
  background-color: rgba(15, 15, 15, 0.73);
}

.text-field:focus {
  border-right-style: none;
  border-left-style: none;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.form {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 40px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
  border-radius: 300px;
}

.submit-button {
  width: 110px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #cacaca;
  font-weight: 400;
  letter-spacing: 0em;
}

.submit-button:hover {
  color: #fff;
}

.page-layout {
  overflow: hidden;
}

.footer-grid {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vertical-menu-title {
  margin-bottom: 16px;
  font-weight: 500;
}

.vertical-menu-link {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #989898;
  text-decoration: none;
}

.vertical-menu-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: #838d95;
}

.vertical-menu-link.color-inverse:hover {
  color: #2f54eb;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6875;
}

.footer-bottom.color-inverse {
  border-top: 1px solid #1a1a1a;
  color: #838d95;
  font-size: 10px;
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer {
  padding-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e3e6;
  background-color: #fff;
  text-align: left;
}

.footer.dark {
  position: relative;
  z-index: 99;
  border-top-style: none;
  background-color: transparent;
  color: #fff;
}

.coming-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.coming-soon {
  font-size: 200px;
  line-height: 225px;
  font-weight: 700;
}

.custom-cursor-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-elements-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff007a;
  border-radius: 50%;
  background-color: rgba(255, 0, 122, 0.05);
  -webkit-transition: right 200ms linear, height 300ms linear, width 300ms linear, left 200ms linear, top 200ms linear;
  transition: right 200ms linear, height 300ms linear, width 300ms linear, left 200ms linear, top 200ms linear;
}

.circle.nav-link--hover {
  width: 15px;
  height: 15px;
}

.circle.vertical-menu-link--hover {
  width: 15px;
  height: 15px;
}

.circle.brand-logo-image--hover {
  width: 75px;
  height: 75px;
}

.circle.circle-pressed {
  width: 25px;
  height: 25px;
  -webkit-transition-duration: 200ms, 75ms, 75ms, 200ms, 200ms;
  transition-duration: 200ms, 75ms, 75ms, 200ms, 200ms;
}

.circle.submit-button--hover {
  width: 12px;
  height: 12px;
}

.circle.text-field--hover {
  width: 12px;
  height: 12px;
}

.video-wrapper {
  position: absolute;
  z-index: 99;
  width: 500px;
  height: 500px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #ff007a;
  box-shadow: 0 0 3px 1px rgba(255, 0, 122, 0.6);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  min-width: 285px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  background-color: transparent;
}

.success-message-text {
  color: #fff;
}

.error-message-text {
  color: #ff007a;
}

.error-message {
  background-color: #213a6f;
}

.link-email {
  color: #213a6f;
}

.link-email:hover {
  color: #febf11;
}

.link-email:active {
  color: #213a6f;
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    background-color: #0e0f11;
  }

  .nav-link {
    text-align: center;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-menu {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }

  .brand-logo {
    margin-right: 0px;
    padding-left: 0px;
  }

  .page-layout {
    overflow: hidden;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .coming-soon {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-heading {
    margin-top: 50px;
  }

  .heading-main {
    line-height: 1.4em;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer {
    padding: 48px 0px 0px;
  }

  .coming-soon {
    line-height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-heading {
    margin-top: 51px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .subheading {
    font-size: 17px;
  }

  .heading-main {
    padding-top: 40px;
    line-height: 1.1em;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .coming-soon {
    font-size: 55px;
    line-height: 55px;
  }
}

@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgroteskcorp';
  src: url('../fonts/AktivGroteskCorp-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}