@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuepower;
  src: url('../fonts/NeuePower-Ultra.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --light--theme-background: var(--swatch--light);
  --button--background: white;
  --swatch--dark: #333;
  --button--text: white;
  --swatch--light: #efefef;
  --light--theme-text: var(--swatch--dark);
  --swatch--light-secondary: #efefef;
  --swatch--dark-secondary: #1d1d1d;
  --swatch--light-transparent: #ffffffbd;
  --swatch--dark-transparent: #000000d6;
  --swatch--transparent: #fff0;
  --button--border: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --button--border-hover: white;
  --light--theme-background-alt: var(--swatch--light);
  --light--theme-border: var(--swatch--dark);
  --light--theme-link-btn: var(--swatch--dark);
  --dark--theme-background: var(--swatch--dark-secondary);
  --dark--theme-background-alt: var(--swatch--dark-secondary);
  --dark--theme-text: var(--swatch--light-secondary);
  --dark--theme-border: var(--swatch--light);
  --dark--theme-link-btn: var(--swatch--light-secondary);
  --dark--font--primary-font: Neuepower, Arial, sans-serif;
}

body {
  background-color: var(--light--theme-background);
  font-family: Neuepower, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.page-main {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.page-wrap {
  overflow: clip;
}

.page_code_wrap {
  display: none;
  position: fixed;
}

.page_code_color {
  background-color: var(--button--background);
}

.nav-wrap {
  z-index: 3;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.reach-out {
  z-index: 3;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.nav-left {
  z-index: 3;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex: none;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-center {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.pres-wrap {
  align-items: flex-end;
  display: flex;
}

.designer-pres {
  color: var(--swatch--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.more-things {
  text-align: left;
  text-transform: uppercase;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-tn {
  align-items: flex-end;
  height: 28px;
  display: block;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.reach-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--button--text);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reach-btn.w--current {
  background-color: var(--button--background);
  color: var(--button--text);
  border: 1px solid #0000;
}

.reach-text {
  color: var(--swatch--dark);
  text-transform: uppercase;
  position: static;
  overflow: hidden;
}

.submit-button {
  color: var(--swatch--light);
  background-color: #0323d8;
}

.introduction-main {
  z-index: 1;
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-home-link {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.pre-f-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.f-init-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 20%;
  padding-left: 35px;
  display: flex;
}

.marquee-text {
  color: var(--swatch--light);
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.image {
  width: 70px;
  height: 3px;
}

.mini-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.position {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.pos-text {
  color: var(--swatch--dark);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.pos-circl {
  background-color: var(--light--theme-text);
  width: 3px;
  height: 3px;
}

.heading {
  color: var(--swatch--light);
}

.field-label {
  color: var(--swatch--light-secondary);
  font-weight: 400;
}

.text-field {
  color: var(--light--theme-text);
}

.heading-2 {
  color: var(--swatch--light);
}

.text-block {
  color: var(--swatch--light-secondary);
}

.earth {
  flex: 0 auto;
  align-items: flex-end;
  width: 21px;
  height: 14px;
  display: block;
  position: relative;
  overflow: hidden;
}

.w26 {
  color: var(--swatch--dark);
  text-transform: none;
  font-family: Neuepower, Arial, sans-serif;
  font-size: 39vw;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background-color: var(--swatch--dark-secondary);
  flex-flow: column;
  flex: 0 auto;
  width: 35vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.marquee-wrapper {
  z-index: 1;
  background-color: var(--swatch--dark-secondary);
  width: 35vw;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-copy {
  color: var(--swatch--dark);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.text-intro-wrap {
  justify-content: center;
  width: 122vw;
  display: flex;
  position: relative;
}

.vid-wrap {
  background-color: var(--swatch--dark-secondary);
  border-radius: 4px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 4% 5% auto;
  overflow: hidden;
}

.pres-txt {
  text-indent: 14px;
  overflow-wrap: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.tn-presentation {
  width: 40vw;
  color: var(--swatch--dark);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav-left {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .f-init-wrap {
    width: 30%;
  }

  .video, .marquee-wrapper {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .reach-out {
    display: flex;
  }

  .nav-center {
    display: none;
  }

  .pre-f-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-init-wrap {
    width: 100%;
    padding-left: 0;
  }

  .mini-icons {
    display: none;
  }

  .tn-presentation {
    width: 85%;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .page-main {
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .introduction-main {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .f-init-wrap {
    justify-content: center;
    align-items: center;
  }

  .mini-icons {
    justify-content: flex-start;
    width: auto;
    display: none;
  }

  .w26 {
    position: relative;
  }

  .video, .marquee-wrapper {
    width: 90vw;
  }

  .text-intro-wrap {
    align-items: flex-start;
    height: 15vh;
    margin-top: 100px;
  }

  .vid-wrap {
    bottom: 10%;
    right: auto;
  }

  .tn-presentation {
    margin-top: 35%;
    bottom: 10%;
    right: auto;
  }
}


@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuepower';
  src: url('../fonts/NeuePower-Ultra.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}