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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #eaeaea;
  background-color: #181818;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #181818;
}

.text-color-purple {
  color: #7717ff;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #eaeaea;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: #181818;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: relative;
  top: 5rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  text-transform: uppercase;
  background-color: #7717ff;
  border-radius: 110px;
  padding: .75rem 3rem;
  font-weight: 400;
  transition: all .3s;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-black {
  background-color: #181818;
}

.button.is-black:hover {
  color: #7717ff;
  background-color: #eaeaea;
}

.button.max-width-full-mobile-landscape {
  min-height: 48px;
  align-items: center;
  display: flex;
}

.button.max-width-full-mobile-landscape:hover {
  color: #7717ff;
  background-color: #eaeaea;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  letter-spacing: .2px;
  font-size: 1.1rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.nav {
  z-index: 5;
  background-color: #181818;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-hero-wave {
  width: 100%;
  height: 40vh;
  max-height: 45rem;
  min-height: 30rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-wave-blackbox {
  z-index: 0;
  width: 14rem;
  height: 14rem;
  background-color: #181818;
  align-items: flex-end;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.section-wave-blackbox-circle {
  width: 24px;
  height: 24px;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  position: absolute;
}

.section-hero-video {
  max-height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.section-hero-copy {
  margin: 1rem;
}

.section-hero-copy-highlight {
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
}

.section-hero-copy-headlines {
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 12rem;
  display: flex;
}

.nav-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.nav-workdmark-zk {
  width: 3rem;
  height: 3rem;
  color: #181818;
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 400;
  display: flex;
}

.nav-wordmark-shield {
  text-transform: uppercase;
  font-size: 3rem;
}

.nav-wordmark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #eaeaea;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-concept {
  max-width: 19rem;
}

.section-statement {
  margin: 12rem 1rem;
  padding-left: 20%;
  font-size: 5rem;
  line-height: .8;
}

.footer {
  z-index: 0;
  background-color: #640edf;
  margin-top: -100dvh;
  position: relative;
}

.section-partnerships {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 14rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
}

.label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.label-dot {
  width: 1rem;
  height: 1rem;
  background-color: #eaeaea;
}

.section-partnerships-partner {
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 1.3rem;
  display: flex;
}

.section-partnerships-partner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.field-label-big {
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
}

.form-success {
  height: 300px;
  background-color: #4304af;
  border-radius: 8px;
  overflow: hidden;
}

.section-newsletter-disclaimer {
  width: 13rem;
  text-align: right;
}

.form-waitlist {
  margin-bottom: 0;
}

.field-label-wrapper {
  width: 22rem;
  height: 4rem;
  border-bottom: 2px solid #eaeaea;
  align-items: center;
  display: flex;
}

.form-success-wrapper {
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 9.7rem;
  padding-right: 9.7rem;
  display: flex;
  position: relative;
}

.form-error-bubble-wrapper {
  justify-content: flex-end;
}

.form-error {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.field-input {
  height: 4rem;
  color: #eaeaea;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

.field-input:hover {
  border-bottom-color: rgba(119, 23, 255, .9);
}

.field-input:focus {
  color: #eaeaea;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eaeaea;
}

.field-input::-ms-input-placeholder {
  color: rgba(234, 234, 234, .5);
}

.field-input::placeholder {
  color: rgba(234, 234, 234, .5);
}

.form-error-bubble {
  color: #fff;
  background-color: #330b6d;
  border-radius: 40px;
  justify-content: center;
  padding: 1.05rem 3rem;
  display: flex;
}

.section-newsletter-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10000px;
  padding: .75rem 3.5rem;
  transition: all .2s;
}

.button-2:hover {
  background-color: #f53d78;
  border-color: #f53d78;
}

.button-2.max-width-full-mobile-landscape {
  padding: 1rem 4rem;
  font-size: 1.2rem;
}

.section-waitlist-field-wrapper {
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.field-label-circle {
  font-size: 2.1rem;
}

.field-label-circle.number {
  font-size: 2rem;
}

.heading-style-h4-2 {
  letter-spacing: -.05rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: .9;
}

.section-waitilist-form {
  height: 286px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section-waitlist-form-wrapper {
  max-width: 60vw;
  min-width: 720px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 8rem;
  display: flex;
}

.div-block-49 {
  justify-content: flex-end;
  display: flex;
}

.section-waitlist-header {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: .9;
}

.section-newsletter-header-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: right;
  justify-content: space-between;
  display: flex;
}

.form-newsletter {
  height: 8.9rem;
}

.div-block-50 {
  color: #fff;
  background-color: #f53d78;
  border-radius: 40px;
  justify-content: flex-end;
  padding: 1.05rem 3rem;
  display: flex;
}

.section-waitlist {
  height: 50dvh;
  min-height: 720px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.section-value {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #202020;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 5rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.section-value.n2 {
  z-index: 3;
  margin-left: 0;
  position: relative;
}

.section-value-wrapper {
  height: 100%;
  background-color: #181818;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  overflow: hidden;
}

.spacer {
  height: 100dvh;
}

.link-block {
  color: #eaeaea;
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  opacity: .7;
}

.footer-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  bottom: 0;
}

.footer-socials {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  display: flex;
}

.section-brand {
  padding-bottom: 12rem;
}

.section-brand-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12rem;
  font-size: 10rem;
  line-height: 1;
  display: flex;
}

.section-brand-button {
  font-size: 1rem;
}

.paragraph {
  font-size: 8dvw;
}

.section-brand-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-transform: uppercase;
  font-weight: 400;
}

.text-span {
  color: #7717ff;
}

.section-punch {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
}

.heading-punch {
  font-size: 5rem;
  line-height: .8;
}

.section-value-right-circle {
  z-index: 0;
  width: 300px;
  height: 300px;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  position: absolute;
  top: 13.5rem;
  right: -82px;
}

.heading-1 {
  line-height: .8;
}

.section-value-left-circle {
  width: 64px;
  height: 64px;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.section-value-left-circle.n2 {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 4rem;
}

.section-value-left {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.mobile-button-hide {
  display: none;
}

.section-puch-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-size-huge {
  line-height: .8;
}

.section-value-right {
  height: 100%;
  padding-bottom: 24rem;
  position: relative;
}

.form-success-success-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  position: absolute;
  top: -3rem;
  left: -4rem;
}

.form-success-success-circle.n2 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: 30px;
}

.form-success-success-circle.n3 {
  width: 24px;
  height: 24px;
  top: 3rem;
  left: auto;
  right: 8rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.8rem;
    line-height: .8;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    top: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav {
    position: static;
  }

  .section-hero-copy-headlines {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    line-height: .8px;
  }

  .nav-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-concept {
    max-width: 60vw;
  }

  .section-partnerships {
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .section-waitlist-form-wrapper {
    min-width: 80vw;
  }

  .section-waitlist-header {
    font-size: 2.75rem;
  }

  .section-newsletter-header-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .section-value.n1 {
    z-index: 1;
    padding-right: 15rem;
    position: relative;
  }

  .section-value.n2 {
    margin-left: 1rem;
    padding-left: 16rem;
    padding-right: 7rem;
  }

  .section-value-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-socials {
    justify-content: center;
  }

  .section-brand-wrapper {
    margin-top: 0;
  }

  .paragraph {
    font-size: 11dvw;
  }

  .section-value-right-circle {
    z-index: 4;
    width: 240px;
    height: 240px;
    top: -4rem;
    left: -3rem;
    right: auto;
  }

  .section-value-left-circle {
    z-index: 4;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -3rem;
    right: -4rem;
  }

  .section-value-left {
    position: relative;
  }

  .section-value-right {
    padding-bottom: 14rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav {
    z-index: 5;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .form-success-wrapper {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .section-waitlist-form-wrapper {
    min-width: 90vw;
    margin-bottom: 6rem;
  }

  .section-waitlist-header {
    font-size: 2.25rem;
  }

  .section-waitlist {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-value.n1 {
    padding-right: 8rem;
  }

  .section-value.n2 {
    padding-left: 10rem;
    padding-right: 2rem;
  }

  .footer-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .paragraph {
    font-size: 12dvw;
  }

  .section-punch {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2.25fr;
  }

  .heading-punch {
    font-size: 3.8rem;
  }

  .section-value-right-circle {
    width: 200px;
    height: 200px;
  }

  .footer-grid-cities {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .main-wrapper {
    top: 2rem;
  }

  .button.max-width-full-mobile-landscape {
    text-align: center;
    justify-content: center;
  }

  .nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-bottom: 0;
  }

  .section-hero-wave {
    min-height: 26rem;
  }

  .section-wave-blackbox {
    width: 8rem;
    height: 8rem;
  }

  .section-wave-blackbox-circle {
    width: 16px;
    height: 16px;
  }

  .section-hero-video {
    margin-left: 0;
  }

  .section-hero-copy {
    margin-bottom: 8rem;
  }

  .section-hero-copy-highlight {
    flex-direction: column;
    font-size: .9rem;
  }

  .section-hero-copy-headlines {
    margin-bottom: 2rem;
  }

  .nav-concept {
    max-width: 80vw;
  }

  .section-partnerships {
    margin-bottom: 8rem;
  }

  .section-partnerships-partner {
    font-size: .9rem;
  }

  .section-partnerships-partner-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .field-label-big {
    padding: 0 0 0 .5rem;
    font-size: 1rem;
  }

  .form-success {
    height: 100%;
  }

  .form-waitlist {
    height: 364px;
  }

  .field-label-wrapper {
    width: auto;
    height: auto;
    border-bottom-style: none;
  }

  .form-success-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-error-bubble-wrapper {
    margin-top: 1.6rem;
  }

  .field-input {
    height: 3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .form-error-bubble {
    font-size: .8rem;
  }

  .section-newsletter-button-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .section-waitlist-field-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.3rem;
  }

  .field-label-circle {
    font-size: 1.5rem;
  }

  .field-label-circle.number {
    font-size: 1.4rem;
  }

  .section-waitilist-form {
    height: 348px;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    justify-content: flex-start;
  }

  .section-waitlist-form-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

  .section-newsletter-header-wrapper {
    align-items: flex-start;
  }

  .form-newsletter {
    height: 12.8rem;
  }

  .section-waitlist {
    height: 100dvh;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .section-value.n1 {
    margin-right: 0;
    padding: 3rem;
  }

  .section-value.n2 {
    margin-left: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .footer-grid {
    padding-bottom: 1rem;
  }

  .footer-socials {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section-punch {
    margin-bottom: 0;
  }

  .heading-punch {
    font-size: 3.1rem;
  }

  .section-value-right-circle {
    width: 80px;
    height: 80px;
    top: -3.1rem;
    left: -1rem;
  }

  .section-value-left-circle {
    width: 120px;
    height: 120px;
    top: -3rem;
    right: -3rem;
  }

  .section-value-left-circle.n2 {
    left: 1rem;
  }

  .mobile-button-hide {
    display: block;
  }

  .nav-right {
    display: none;
  }

  .section-value-right {
    padding-bottom: 10rem;
  }

  .section-waitlist-release {
    display: none;
  }

  .form-success-success-circle.n1 {
    width: 150px;
    height: 150px;
    top: -4rem;
    left: -4.9rem;
  }

  .form-success-success-circle.n3 {
    top: 2rem;
    right: 1rem;
  }
}

#w-node-_01c744c4-6c8b-5045-2d91-3acca0789cbc-8a215f7e, #w-node-c76e50f2-383d-9bcc-15f8-8f99a0202400-8a215f7e, #w-node-_6d5e28b0-af3d-e15e-683c-8410f1d2913b-8a215f7e, #w-node-be80b2de-4740-3769-8992-8951e989e076-8a215f7e, #w-node-_16811d05-e053-eeed-e8f8-5e69d13be9f6-8a215f7e, #w-node-_4caf0a2f-9398-28cf-9cc7-595b63dd5acd-8a215f7e, #w-node-eb93beae-b3f4-ec81-6aa0-3164aa77457a-8a215f7e, #w-node-_6c4ad36a-d1e3-eb9d-08b6-1772690d256b-8a215f7e, #w-node-_0b1e9bab-fad1-ebcb-06cc-40f78c20f952-8a215f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-f7215f81, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-f7215f81 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-f7215f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f7215f81 {
  justify-self: start;
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype'), url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}