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

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

@font-face {
  font-family: Worksans Variablefont Wght;
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-dark: #121212;
  --text: #cfcec4;
  --white: white;
  --black: black;
  --bright: #ffc476;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--bg-dark);
  color: #333;
  font-family: Noigrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

.primary {
  z-index: 10;
  max-width: 1728px;
  margin-left: 128px;
  margin-right: 128px;
  position: relative;
}

.intro {
  color: var(--text);
  font-variation-settings: "wght" 350;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 500;
  line-height: 125%;
}

.footer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1728px;
  margin-left: 128px;
  margin-right: 128px;
  position: relative;
  bottom: 0;
}

.footer-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

.lead {
  color: var(--text);
  font-variation-settings: "wght" 350;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.col-basic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.label {
  color: var(--text);
  font-variation-settings: "wght" 380;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
}

.footer-link {
  color: var(--text);
  font-variation-settings: "wght" 380;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.footer-link:hover {
  background-color: #cfcec429;
  border-radius: 999px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.section-bottom {
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 64px;
}

.footer-label {
  color: var(--text);
  font-variation-settings: "wght" 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
}

.header {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1728px;
  margin-left: 128px;
  margin-right: 128px;
  padding-top: 64px;
  position: relative;
}

.section-mid {
  margin-top: 160px;
}

.load-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.load-circle {
  aspect-ratio: 1;
  background-color: var(--bg-dark);
  border-radius: 9999px;
  width: 0;
  height: 0;
}

.footer-wrapper {
  width: 100%;
  max-height: 95px;
  position: absolute;
  bottom: 64px;
}

@media screen and (min-width: 1280px) {
  .intro {
    font-variation-settings: "wght" 390;
    font-size: 48px;
  }

  .lead {
    font-variation-settings: "wght" 390;
    font-size: 36px;
  }

  .label, .footer-link {
    font-variation-settings: "wght" 370;
    font-size: 22px;
  }

  .section-mid {
    margin-top: 192px;
  }
}

@media screen and (max-width: 991px) {
  .primary {
    margin-left: 64px;
    margin-right: 64px;
  }

  .intro {
    font-size: 36px;
  }

  .footer {
    margin-left: 64px;
    margin-right: 64px;
    position: relative;
    top: 0;
  }

  .lead {
    font-size: 28px;
    line-height: 140%;
  }

  .hide-tab, .cell {
    display: none;
  }

  .section-bottom {
    margin-top: 112px;
    position: static;
  }

  .header {
    margin-left: 64px;
    margin-right: 64px;
    padding-top: 32px;
  }

  .section-mid {
    margin-top: 112px;
  }

  .footer-wrapper {
    position: relative;
    bottom: 0;
  }

  .hyphen {
    color: var(--text);
  }
}

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

  .intro {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .lead {
    font-size: 22px;
  }

  .label, .footer-link {
    font-size: 18px;
  }

  .section-bottom {
    margin-top: 64px;
  }

  .footer-label {
    font-size: 16px;
  }

  .header {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
  }

  .footer-wrapper {
    max-height: 116px;
  }
}

#w-node-b0a65dde-09d0-692f-2387-5ba3c06416e6-48e2627d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b0a65dde-09d0-692f-2387-5ba3c06416e7-48e2627d {
  grid-column: span 2 / span 2;
}

#w-node-d926dd50-b1a1-1b05-dc30-3b36b388883e-48e2627d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d926dd50-b1a1-1b05-dc30-3b36b388883f-48e2627d, #w-node-_71238a80-c772-0030-6696-9772b2093d5d-48e2627d {
  grid-column: span 3 / span 3;
}

#w-node-df159a2c-973a-dd7b-522f-630a04ae8d7b-48e2627d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b0a65dde-09d0-692f-2387-5ba3c06416e6-48e2627d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d926dd50-b1a1-1b05-dc30-3b36b388883e-48e2627d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d926dd50-b1a1-1b05-dc30-3b36b388883f-48e2627d {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b811820-02a2-985c-c7d2-abdb14386dd1-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71238a80-c772-0030-6696-9772b2093d5d-48e2627d {
    grid-column: span 3 / span 3;
  }

  #w-node-_0494044b-865b-ba45-8827-4b8ae50406fe-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df159a2c-973a-dd7b-522f-630a04ae8d7b-48e2627d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0a65dde-09d0-692f-2387-5ba3c06416e6-48e2627d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88d56729-2cb3-d092-305a-67b5f5ab0d20-48e2627d, #w-node-ad6a187b-37f3-564b-52c8-67f55349bbe8-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d926dd50-b1a1-1b05-dc30-3b36b388883e-48e2627d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b811820-02a2-985c-c7d2-abdb14386dd1-48e2627d, #w-node-_0494044b-865b-ba45-8827-4b8ae50406fe-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df159a2c-973a-dd7b-522f-630a04ae8d7b-48e2627d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df159a2c-973a-dd7b-522f-630a04ae8d80-48e2627d, #w-node-df159a2c-973a-dd7b-522f-630a04ae8d86-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df159a2c-973a-dd7b-522f-630a04ae8d7b-48e2627d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df159a2c-973a-dd7b-522f-630a04ae8d80-48e2627d, #w-node-df159a2c-973a-dd7b-522f-630a04ae8d86-48e2627d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Noigrotesk';
  src: url('../fonts/NoiGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noigrotesk';
  src: url('../fonts/NoiGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans Variablefont Wght';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}