.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 99;
  min-height: 90px;
  margin-bottom: -90px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-container.shadow {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 50px;
}

.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-menu-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-nav {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 25px;
  padding: 12px 25px;
  font-family: noka, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: all .2s;
}

.button-nav:hover {
  color: #fff;
  background-color: #32343a;
}

.button-nav:active {
  background-color: #43464d;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.section.about {
  background-color: #0000;
  min-height: 100vh;
}

.section.contact {
  background-color: #fff;
  min-height: 100vh;
}

.section.strategy {
  background-color: #fff;
  min-height: 75vh;
}

.section.investors {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  min-height: 75vh;
}

.section.mission {
  background-color: #0071bc;
  min-height: 75vh;
}

.body {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 700;
  line-height: 7rem;
}

.h1 {
  font-size: 4rem;
  line-height: 4.5rem;
}

.h1.white {
  color: #fff;
}

.h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.h3 {
  text-transform: none;
  font-family: noka, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.h4 {
  font-family: noka, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.p {
  color: #333;
  text-align: justify;
  letter-spacing: -.75px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.65rem;
}

.p.white {
  color: #fff;
}

.p.center {
  text-align: center;
}

.button-primary {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0071bc;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: noka, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.button-primary:hover {
  background-color: #000;
}

.button-primary.white {
  color: #333;
  background-color: #fff;
}

.button-primary.white:hover {
  color: #fff;
  background-color: #333;
}

.spacer {
  background-color: #0071bc;
  width: 100%;
  max-width: none;
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer.black {
  background-color: #333;
}

.spacer.alt {
  background-color: #0071bc00;
  border: 15px #0071bc;
  border-top: 10px dotted #0071bc;
}

.spacer.white {
  background-color: #fff;
}

.section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-wrapper.hero {
  justify-content: center;
  align-items: center;
}

.list {
  letter-spacing: -.75px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.35rem;
  list-style-type: disc;
  display: block;
}

.list.white {
  color: #fff;
}

.link {
  color: #0071bc;
  letter-spacing: -.75px;
  font-size: 1.5rem;
  line-height: 1.65rem;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #333;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.footer-copyright {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-text {
  text-align: center;
  margin-bottom: 0;
}

.footer-nav {
  z-index: auto;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 50px;
}

.footer-nav.shadow {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 50px;
}

.footer-nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #ffffffbf;
}

.footer-nav-link:focus-visible, .footer-nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.transition.blue-to-gray {
  background-image: linear-gradient(#0071bc, #333);
  width: 100%;
  min-height: 100px;
}

.caption {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.caption.white {
  color: #fff;
}

.contact-form {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-field {
  border-radius: 5px;
}

.contact-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.disclaimer {
  text-align: justify;
}

.navbar-bg {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.full-page-background {
  z-index: -99;
  position: fixed;
  inset: 0%;
}

.background-tint {
  z-index: -98;
  background-color: #00000082;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-tint.white {
  background-color: #ffffff80;
}

.background-tint.hero {
  background-color: #00000080;
}

.background-image {
  z-index: -99;
  min-width: 100vw;
  max-width: none;
  position: relative;
}

.button-secondary {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: noka, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.button-secondary:hover {
  color: #fff;
  background-color: #333;
}

.button-secondary.white {
  color: #333;
  background-color: #fff;
}

.button-secondary.white:hover {
  color: #fff;
  background-color: #333;
}

.video-background {
  z-index: -98;
  background-color: #00000082;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.video-background.white {
  background-color: #fff;
}

.background-video {
  z-index: -99;
  height: 100vh;
}

.nav-logo.white {
  position: absolute;
  inset: 0% auto auto 0%;
}

.center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar-container.shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-menu-wrapper {
    flex-flow: column;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-heading {
    font-size: 5rem;
    line-height: 6rem;
  }

  .menu-wrapper {
    flex-flow: column;
  }

  .menu-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .h1.white.small {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .p, .button-primary {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .section-wrapper {
    justify-content: center;
    align-items: center;
  }

  .list {
    font-size: 1rem;
  }

  .button-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-nav {
    max-width: 100%;
  }

  .footer-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .caption {
    text-align: center;
  }

  .disclaimer {
    font-size: .75rem;
    line-height: 1rem;
  }

  .italic-text-2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .button-secondary {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

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

  .footer-container {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-menu {
    flex-direction: column;
  }

  .menu-container {
    max-width: none;
  }
}

#w-node-_619b3549-a34b-ae5a-07b1-224d2f7483eb-56aaa8ef {
  grid-area: 1 / 1 / 2 / 2;
}

#name.w-node-_619b3549-a34b-ae5a-07b1-224d2f7483ed-56aaa8ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29a5f7d9-6e41-1675-3f23-8531b97fd048-56aaa8ef {
  grid-area: 1 / 2 / 2 / 3;
}

#email.w-node-_619b3549-a34b-ae5a-07b1-224d2f7483f0-56aaa8ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6377e4f8-f743-2a9c-8622-bdc1077c12c5-56aaa8ef {
  grid-area: 3 / 1 / 4 / 2;
}

#message.w-node-_76d4ccc8-a358-7850-e2a6-46b4c8a77c32-56aaa8ef {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_619b3549-a34b-ae5a-07b1-224d2f7483ee-56aaa8ef {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a54cf1fb-e599-87b6-3019-b1c1d671783b-56aaa8ef {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_699279e4-bc0a-f340-d332-fc361b439ac8-56aaa8ef {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_619b3549-a34b-ae5a-07b1-224d2f7483f1-56aaa8ef {
  grid-area: 8 / 1 / 9 / 3;
  align-self: auto;
}


