:root {
  --pale-turquoise: #a3e2d6;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aventa Light, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Aventa Light, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Aventa Light, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Aventa Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
}

.d_logo {
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
  padding-top: 5px;
  display: flex;
}

.navbar {
  z-index: 99;
  color: #000;
  background-color: #0000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav-link {
  color: #fff;
}

.nav-link.cc-gradientbg {
  background-image: linear-gradient(126deg, #f7933e, #c0707f);
  font-family: Aventa Normal, sans-serif;
  font-weight: 400;
}

.d_vidbg {
  width: 100%;
  height: 100%;
}

.c_main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.c_main.cc-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c_main.cc-100h {
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.c_main.flex {
  flex-direction: column;
  justify-content: flex-end;
  height: 80%;
  display: flex;
}

.cc-height100 {
  height: 100%;
}

.s_hero {
  height: 100vh;
  position: relative;
}

.bgv_hero {
  width: 100%;
  height: 100%;
  display: block;
}

.bgv_hero.cc-hide {
  display: none;
}

.c_bgvid {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.d_herotext {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.herotitle {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Multiphi_TextGradient.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
  font-family: Aventa Normal, sans-serif;
  font-size: 2em;
  display: block;
  position: relative;
}

.herotitle.cc-mobile {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 120%;
}

.img_textgradient {
  z-index: 1;
  max-width: 40%;
  position: absolute;
}

.s_footer {
  background-color: #000;
  border-top: 1px solid #272727;
  display: block;
}

.g_footer {
  grid-template-rows: auto;
  margin-top: 56px;
  margin-bottom: 56px;
}

.p_small {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.p_small.cc-right {
  text-align: right;
}

.btn_h1 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  background-image: none;
  border: 1px solid #fff;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px 32px;
  font-family: Aventa Normal, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.btn_h1:hover {
  color: #000;
  background-color: #fff;
}

.btn_h1.cc-hide {
  display: none;
}

.d_leftcta {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  display: none;
}

.tm {
  font-size: .5em;
  line-height: 150%;
  position: relative;
}

.s_mission {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.b_mission {
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.cc-dim {
  color: #adacac;
}

.grid {
  grid-column-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.pmission {
  margin-bottom: 50px;
}

.cc-color2 {
  color: var(--pale-turquoise);
}

.cc-color2.cc-ntm {
  margin-top: 0;
}

.cc-color2.cc-ntm.cc-inc {
  font-family: Inconsolata, monospace;
  font-size: 1em;
}

.bcallout {
  background-color: #111;
  max-width: 375px;
  padding: 32px;
}

.pcallout {
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.pcallout.cc-dim {
  font-size: .9em;
}

.p_medium {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
}

.p_medium.cc-right {
  text-align: right;
}

.tb_copyright {
  color: #666;
  text-align: right;
  letter-spacing: 1px;
  font-size: .7em;
}

.tb_leftfooter {
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .7em;
}

.tb_leftfooter.cc-right {
  text-align: right;
}

.flexform {
  align-items: center;
  display: flex;
}

.in {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff29;
  height: 65px;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 11px;
  font-family: Inconsolata, monospace;
  transition: border-color .2s;
}

.in:focus {
  border-bottom-color: #fff;
}

.in::placeholder {
  color: #fff;
  font-size: 1.2em;
}

.btn_form {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff26;
  height: 65px;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Aventa Bold, sans-serif;
  font-size: .7em;
  font-weight: 700;
  transition: background-color .2s;
}

.btn_form:hover {
  background-color: #fff3;
}

.form_waitlist {
  width: 100%;
  max-width: 400px;
  font-family: Open Sans, sans-serif;
}

.success-message {
  color: #fff;
  background-color: #ffffff14;
}

.a_footerlink {
  color: #fff;
}

.b_gradient {
  background-image: url('../images/green-gradient-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 31px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link.cc-gradientbg {
    text-align: center;
  }

  .g_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    text-align: left;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .s_mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid {
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s_mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bcallout {
    max-width: 100%;
  }

  .b_gradient {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  body, .w_site {
    height: 100%;
  }

  .d_logo {
    max-width: 150px;
    margin-left: 24px;
    padding-left: 0;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .c_main.cc-100h {
    padding-left: 24px;
  }

  .s_hero {
    height: 100%;
  }

  .herotitle.cc-mobile {
    font-size: 2.2em;
  }

  .g_footer {
    grid-template-columns: 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .p_small, .p_small.cc-right {
    text-align: center;
  }

  .nav_menuicon {
    color: #fff;
  }

  .cc-hide {
    display: none;
  }

  .btn_h1 {
    background-color: #3898ec00;
    background-image: none;
    border: 1px solid #fff;
  }

  .d_leftcta {
    margin-top: 6.3rem;
  }

  .s_mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .p_medium, .p_medium.cc-right, .tb_copyright, .tb_leftfooter, .tb_leftfooter.cc-right {
    text-align: center;
  }

  .flexform {
    flex-direction: column;
    align-items: stretch;
  }

  .btn_form {
    background-color: #ffffff40;
    margin-top: 32px;
    margin-left: 0;
  }

  .b_gradient {
    height: auto;
    padding: 10px;
  }
}

#w-node-ba8841f0-4a0a-9695-c25a-8212e6d9ab86-28178495 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ba8841f0-4a0a-9695-c25a-8212e6d9ab86-28178495 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d145402c-0ddf-6ba0-3109-17278ada19a4-28178495 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Aventa Bold';
  src: url('../fonts/aventa-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa Normal';
  src: url('../fonts/aventa-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa Light';
  src: url('../fonts/aventa-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa Thin';
  src: url('../fonts/aventa-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}