@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #010101;
  --white: white;
  --green: #7fffe5;
  --charcoal: #0c0c0c;
  --glass_edge: #ffffff80;
  --glow: #dcf3ff57;
  --white-2: white;
  --green-glow: #4cfcff1a;
  --black-2: black;
  --gradient-animation--margin-top: 0px;
  --gradient-animation--margin-right: 0px;
  --gradient-animation--margin-bottom: 0px;
  --gradient-animation--margin-left: 0px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

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

h2 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

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 {
  letter-spacing: -.019em;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  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;
  inset: 0% auto auto 0%;
}

.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-bottom.margin-xsmall, .margin-bottom.margin-xxsmall {
  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 {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.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-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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 {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  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: var(--black);
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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: 1.5rem;
  padding-right: 1.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: var(--white);
}

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

.text-weight-medium {
  font-size: 2.9rem;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  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;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.text-size-small {
  letter-spacing: -.005em;
  font-size: .9rem;
}

.text-size-small.text-color-green {
  color: var(--green);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
}

.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 {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.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 {
  background-color: #0000;
  min-height: 3rem;
  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 {
  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;
  width: 100%;
  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: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  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: 87rem;
  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;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 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 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 1.5rem;
  font-weight: 600;
  line-height: .9;
  text-decoration: none;
  position: relative;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  width: 100%;
}

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

.button.is-secondary {
  color: var(--white);
  background-color: #0000;
}

.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: var(--charcoal);
  color: var(--white);
}

.button.is-video {
  min-width: 20rem;
}

.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 {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-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;
}

.button-group.is-course {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.nav_logo-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.nav_link {
  color: var(--white);
  letter-spacing: -.019em;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
}

.nav_link:hover {
  opacity: 1;
  color: var(--green);
  transform: translate(0, -1.5px);
}

.nav_link.w--current {
  color: var(--green);
}

.nav_link.is-muted {
  color: #ffffff80;
  text-align: left;
  flex: 0 auto;
  text-decoration: line-through;
  transition: none;
}

.nav_link.is-muted:hover {
  opacity: 1;
  transform: none;
}

.nav_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.nav_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.nav_component {
  background-color: #fff0;
}

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

.nav_title {
  color: #ffffff80;
  letter-spacing: -.019em;
  font-size: .75rem;
}

.nav_logo {
  height: 1.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.nav_logo-pic {
  width: 2.25rem;
}

.nav_logo-wrapper {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-direction: column;
  display: flex;
}

.grid-container {
  z-index: -1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-line {
  background-color: #ff000038;
  width: 100%;
  height: 100vh;
}

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

.gallery_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.gallery_list.is-2-column {
  grid-template-columns: 1fr 1fr;
}

.gallery_item {
  border: 1px solid var(--glass_edge);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_item:hover {
  border-color: var(--white);
  box-shadow: 0 2px 32px 10px var(--glow);
  transform: translate(0, -10px);
}

.gallery_item.muted {
  filter: grayscale();
}

.gallery_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery_image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  display: flex;
}

.gallery_content-wrapper {
  background-color: var(--charcoal);
  color: var(--white);
  width: 100%;
  padding: 1rem .875rem;
}

.gallery_category {
  opacity: .75;
  margin-bottom: 7px;
  font-size: .75rem;
  font-weight: 500;
  line-height: .95;
}

.footer_content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.course_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.course_component.is-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.course_content {
  width: 100%;
}

.course_content.is-project {
  max-width: 43rem;
}

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

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

.message_block {
  border: 1px solid var(--glass_edge);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: all .4s;
  overflow: hidden;
}

.message_block:hover {
  border-color: var(--white);
}

.message_image-wrapper {
  width: 100%;
  position: relative;
}

.message_image {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.message_bottom {
  background-color: var(--charcoal);
  color: var(--white);
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.project_thumbnail {
  width: 100%;
}

.meta-details_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.meta-details_title {
  color: #ffffff80;
  font-size: .75rem;
}

.background_image {
  z-index: -1;
  opacity: .9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 115%;
  max-width: none;
  height: 115%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s linear;
  display: block;
  position: relative;
}

.background_component {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.background_image-gradient {
  background-image: linear-gradient(to top, var(--black), #000000d1 32%, #0000);
  height: 9rem;
  position: absolute;
  inset: auto 0% 0%;
}

.background_gradient-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.background_gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000, var(--black) 65%);
  width: 200%;
  height: 200%;
}

.project_rich-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.project_rich-text p {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.project_rich-text h6, .project_rich-text h5 {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.project_rich-text h4, .project_rich-text h3, .project_rich-text h1, .project_rich-text blockquote, .project_rich-text ul, .project_rich-text ol {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.project_rich-text figure {
  width: 100%;
  max-width: 42.5rem;
  margin: .5rem auto;
}

.project_rich-text a {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
}

.project_rich-text strong {
  font-weight: 600;
}

.project_rich-text h2 {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.project_rich-text figcaption {
  text-align: left;
  font-size: .875rem;
}

.video_block {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: sticky;
  top: 1rem;
  box-shadow: 0 28px 92px #000;
}

.video_video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.video_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
  transition: width .4s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  overflow: hidden;
}

.video_play-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  transition: transform .4s ease-out;
  display: flex;
}

.video_pause-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s ease-out;
  display: flex;
  position: absolute;
  inset: 1.2rem auto 0% 1.2rem;
}

.video_play-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.background_edge-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, var(--black), #0a0a0a00 38%, #0a0a0a00 62%, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
}

.button_prompt {
  height: 100%;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 1.3;
}

.background_image-wrappe {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.gallery_top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.gallery_sponsor-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ffffff80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.background_image-container {
  width: 100%;
  max-width: 87rem;
  height: 100vh;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.nav_menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_menu-button {
  padding: 0;
}

.nav_menu-button.w--open {
  background-color: #0000;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: var(--white);
  width: 24px;
  height: 2px;
}

.button_bg {
  background-color: var(--green);
  pointer-events: none;
  width: 0%;
  transition: width 1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.button_bg.is-white {
  background-color: var(--white);
}

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

.button_text.is-message {
  color: var(--white);
  mix-blend-mode: difference;
}

.course_component-copy {
  grid-column-gap: 5.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.video_source {
  display: block;
}

.footer_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-background-video {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background-video.mobile {
  display: none;
}

.hero-background-video._3d {
  z-index: 1;
}

.hero-background-video.hide {
  display: none;
}

.skinny {
  font-weight: 400;
}

.collection-list-wrapper {
  width: 100%;
}

.parallax-wrapper {
  z-index: -1;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 1em;
  width: 30vw;
  position: absolute;
  inset: 0% auto auto 3rem;
  overflow: hidden;
  box-shadow: 0 2px 32px -8px #00000070;
}

.footer_logo_link {
  width: 100%;
}

.card_item {
  background-color: #dfeaf7;
  background-image: linear-gradient(#0000, #fff);
  width: 33.3333%;
  padding: 3.13em;
  position: relative;
  overflow: hidden;
}

.h1-hero-menu-content {
  grid-row-gap: 11px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.highlight {
  color: var(--green);
  font-weight: 400;
}

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

.brands-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.divider-line {
  background-color: #00ca25;
  width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.line {
  background-color: #bababa;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.line.margin---16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.question-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 16px;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.question-title:hover {
  color: #00ca25;
}

.scrollable-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 230vw;
  display: flex;
}

.xl-header {
  letter-spacing: -2.5px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.xl-header.white-text.slide-into-view.center-align {
  text-align: center;
}

.subheader-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.process-big-number {
  color: #585858;
  letter-spacing: -2px;
  font-size: 124px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: -60px auto auto 80px;
}

.process-big-number.slide-into-view {
  color: #f0f0f0;
  box-shadow: 11px -5px 11px 8px #00000059;
}

.process-header {
  margin-top: 80px;
  position: static;
  inset: 0% 0% auto;
}

.subheader-wrapper {
  margin-top: 15px;
  display: inline-block;
}

.process-item {
  border: 1px solid var(--glass_edge);
  background-color: var(--charcoal);
  box-shadow: 0 0 64px 0 var(--glow);
  border-radius: 8px;
  width: 20%;
  max-width: 792px;
  margin-top: 8vh;
  padding: 80px;
  position: relative;
  overflow: visible;
}

.subheader-dot {
  background-color: var(--green);
  border-radius: 99px;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-right: 12px;
  display: inline-block;
}

.process-section {
  height: 230vh;
  position: relative;
  overflow: visible;
}

.process-section.slide-into-view {
  height: 203vh;
}

.sticky-wrapper {
  width: 100%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.red-strip {
  background-color: var(--glass_edge);
  height: 2px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.container._5-7-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.absolute.footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 24px;
  display: flex;
  inset: auto 0% 0%;
}

.process-mask {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.bottom-margin---16px {
  margin-bottom: 16px;
}

.testimonial-thumbnail {
  object-fit: cover;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.right {
  width: 58.5%;
  padding-left: 12px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-item {
  border: 1px solid var(--glass_edge);
  background-color: var(--charcoal);
  box-shadow: none;
  border-radius: 0 0 16px 16px;
  width: 100%;
  margin-right: 24px;
  padding: 40px 33px;
  transition: all .3s;
}

.testimonial-item:hover {
  border-color: var(--white);
  box-shadow: 0 0 48px -12px var(--glow);
}

.slider-arrow {
  border: 2px solid #00ca25;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 16px;
  transition: border-color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: -72px auto auto 0%;
}

.slider-arrow:hover {
  background-color: #008b1a;
  border-color: #00ca25;
}

.slider-arrow.arrow-right {
  border-color: #00ca25;
  left: 64px;
}

.slider-arrow.arrow-right:hover {
  background-color: #008b1a;
}

.page-section {
  padding-top: 260px;
  padding-bottom: 260px;
  overflow: visible;
}

.page-section.overflow-hidden {
  padding-top: 27px;
  padding-bottom: 27px;
  overflow: hidden;
}

.page-section.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-margin---40px {
  margin-bottom: 40px;
}

.paragraph---smaller {
  font-size: 16px;
  line-height: 2;
}

.thumbnail-and-name-wrapper {
  align-items: center;
  display: flex;
}

.subheader-dot-2 {
  background-color: #00ca25;
  border-radius: 99px;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-right: 12px;
  display: inline-block;
}

.testimonial-video-text {
  text-transform: capitalize;
  font-weight: 700;
}

.company-and-role {
  font-size: 18px;
  line-height: 1.77778;
}

.client-name {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.red-strip-2 {
  background-color: var(--glass_edge);
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

._5-stars {
  filter: hue-rotate(33deg);
  width: 113px;
  margin-bottom: 22px;
}

.slider-arrow-icon {
  width: 14px;
  height: 14px;
  transform: rotate(0);
}

.hide-2 {
  display: none;
}

.testimonial-video-link {
  color: #f2f2f2;
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s;
}

.testimonial-video-link:hover {
  color: #40ad39;
}

.left {
  width: 41.5%;
  padding-right: 12px;
}

.bottom-margin---160px {
  margin-bottom: 160px;
}

.slider-mask {
  width: 40.5%;
  height: auto;
  overflow: visible;
}

.social-media-icon-container {
  background-color: #9c9c9c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-media-icon-container:hover {
  color: #f0f0f0;
  background-color: #a79302;
}

.social-media-icon-container.hidden {
  display: none;
}

.scrolling-text {
  opacity: .5;
  color: #fff;
  white-space: nowrap;
  margin-top: 24px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto;
}

.button-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  letter-spacing: 0;
  background-color: #00ca2599;
  background-image: linear-gradient(144deg, #0000 17%, #0009);
  border: 3px solid #d4d4d440;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 700;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button-2:hover {
  color: #000;
  background-color: #f0f0f0;
  background-image: linear-gradient(145deg, #c4c4c4, #fff 55%), linear-gradient(144deg, #00ca25 17%, #008b1a);
  border-color: #f0f0f0;
  transform: translate(0, -7px)scale(1.01);
  box-shadow: 0 30px 64px -20px #00ca25a3;
}

.button-2.bigger-padding {
  padding: 24px 80px;
}

.button-2.bigger-padding.slide-into-view {
  background-color: var(--white-2);
  color: var(--black);
  border-radius: 12px;
}

.button-2.bigger-padding.slide-into-view:hover {
  background-image: linear-gradient(145deg, #c4c4c4, #fff 55%), linear-gradient(144deg, var(--green) 17%, var(--white));
}

.social-media-icon {
  height: 16px;
}

.white-text {
  color: #fff;
}

.flex-horizontal-center-spacebetween {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal-center-spacebetween.mobile {
  justify-content: flex-start;
}

.footer-text {
  opacity: .4;
  color: #fff;
  letter-spacing: .8px;
  text-transform: capitalize;
  margin-left: 24px;
  font-size: 16px;
}

.footer-line {
  opacity: .5;
  background-color: #bababa;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 24px;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab {
  color: var(--white);
  background-color: #0000;
}

.tab.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-panel {
  padding: 3%;
}

.service-card-list {
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-card-paragraph {
  margin-bottom: 15px;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100% 50%, var(--green-glow), #4454fe00);
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0% 50%, var(--green-glow), #ff6f4c00);
}

.service-card {
  border: 1px solid var(--glass_edge);
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #66666624, #00000024);
  border-radius: 8px;
  padding: 50px 24px;
  transition: all .4s;
}

.service-card:hover {
  border-color: var(--white);
  box-shadow: 6px 7px 28px -6px var(--glow);
  background-color: #5050501a;
}

.service-card-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.service {
  padding-top: 50px;
}

.section-container.process {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 245px;
}

.process-card {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 46%;
  max-width: 450px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.process-card-paragraph {
  margin-bottom: 0;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.process-card-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.slide-nav {
  display: none;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-image-container {
  width: 50%;
  padding: 16px;
  overflow: hidden;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.about-video-thumbnail {
  aspect-ratio: 1;
  border: 1px solid var(--glass_edge);
  object-fit: cover;
  border-radius: 8px;
  min-height: 450px;
  transition: all .3s;
}

.about-video-thumbnail:hover {
  border-color: var(--white);
  box-shadow: 0 8px 28px -3px var(--glow);
}

.about-video-thumbnail.no-border {
  border-style: none;
}

.right-arrow {
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto 0% auto auto;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0% 50%, var(--green-glow), #ff6f4c00 95%);
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.left-arrow {
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto auto auto 50%;
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  padding-top: 125px;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: none;
}

.project-info-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  line-height: 1.6em;
  display: flex;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: #9e5847;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  line-height: 1.3em;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-block {
  flex: 1;
}

.field-label {
  color: #c2c2c2;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1em;
}

.success-message {
  color: #fff;
  background-color: #dddddd0d;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-1 {
  background-image: linear-gradient(113deg, #ff6f4c, #4454fe);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

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

.submit-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(120deg, #693834, #282c67);
  border-radius: 50px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.lightbox-wrapper {
  object-fit: cover;
  min-height: 450px;
}

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .service-card-paragraph, .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .project-description {
    font-size: 15px;
  }

  .project-tag-container {
    font-size: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .service-card {
    padding: 60px;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .process-card-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .project-title {
    font-size: 40px;
  }

  .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .section-title-2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .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;
  }

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

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

  .nav_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .course_component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
    margin-top: 10rem;
  }

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

  .background_gradient {
    background-image: radial-gradient(circle, #0000, #000 60%);
  }

  .video_block {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .background_edge-gradient {
    display: none;
  }

  .nav_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .course_component-copy {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
  }

  .course_spacer-block, .hero-background-video {
    display: none;
  }

  .hero-background-video.mobile {
    display: flex;
  }

  .hero-background-video.mobile.hide {
    display: none;
  }

  .hero-background-video._3d {
    display: flex;
  }

  .card_item {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1.56em;
    display: flex;
  }

  .h1-hero-menu-content {
    width: 100%;
  }

  .brands-wrapper {
    justify-content: center;
  }

  .divider-line {
    width: 100%;
  }

  .scrollable-content {
    flex-direction: column;
    width: auto;
    margin-top: 160px;
  }

  .xl-header {
    font-size: 72px;
  }

  .subheader-text {
    font-size: 12px;
  }

  .process-big-number {
    left: 40px;
  }

  .process-header {
    margin-top: 0;
  }

  .process-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-section {
    height: auto;
    padding-top: 260px;
  }

  .sticky-wrapper {
    height: auto;
    position: static;
  }

  .container, .page-section.footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .company-and-role {
    font-size: 14px;
  }

  .client-name {
    font-size: 16px;
  }

  .slider-mask {
    width: 50%;
  }

  .social-media-icon-container {
    width: 32px;
    height: 32px;
  }

  .button-2 {
    font-size: 16px;
  }

  .footer-text {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 12px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card-paragraph {
    font-size: 12px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    font-size: 20px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .section-title {
    font-size: 26px;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .about-video-thumbnail {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .textarea {
    border-radius: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 26px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .button-1:hover {
    transform: none;
  }

  .lightbox-wrapper {
    width: 100%;
    height: 450px;
    min-height: auto;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .button.is-course {
    width: 100%;
    max-width: 20rem;
  }

  .button-group {
    grid-row-gap: 0rem;
  }

  .button-group.is-course {
    width: 100%;
    display: block;
  }

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

  .nav_left-wrapper {
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    display: flex;
  }

  .nav_component {
    z-index: 10;
    position: relative;
  }

  .gallery_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .gallery_list.is-2-column {
    grid-template-columns: 1fr;
  }

  .course_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 14rem;
    display: flex;
  }

  .course_content {
    max-width: none;
  }

  .message_block {
    width: 100%;
    max-width: 20rem;
    margin-left: 0;
  }

  .meta-details_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video_block {
    box-shadow: 0 12px 50px #00000080;
  }

  .button_prompt {
    padding-left: 0;
  }

  .nav_menu {
    background-color: #fff0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .nav_menu-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #0000000d;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.25rem;
    display: grid;
  }

  .course_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .xl-header.white-text.slide-into-view.center-align {
    text-align: center;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container._5-7-grid {
    flex-direction: column;
  }

  .right {
    width: 100%;
    padding-left: 0;
  }

  .page-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .page-section.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left {
    width: auto;
    margin-bottom: 48px;
  }

  .slider-mask {
    width: 70%;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.process {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .project-title {
    font-size: 24px;
  }

  .about-video-thumbnail {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-link {
    font-size: 14px;
  }

  .contact-form-container {
    width: 100%;
  }

  .section-title-2 {
    font-size: 24px;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-1 {
    padding: 1px;
  }

  .lightbox-wrapper {
    height: 320px;
    min-height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

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

  .text-weight-medium {
    font-size: 1.8rem;
  }

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

  .button.is-course {
    max-width: none;
  }

  .button.is-video {
    width: 100%;
    min-width: auto;
  }

  .button-group.is-course {
    display: flex;
  }

  .nav_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery_list {
    grid-template-columns: 1fr;
  }

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

  .message_block {
    max-width: none;
  }

  .meta-details_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .video_block {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video_video {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_prompt {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .gallery_sponsor-block {
    width: 5.9rem;
  }

  .nav_menu {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav_menu-block {
    grid-row-gap: 2rem;
    background-color: #00000024;
  }

  .menu-icon4 {
    width: 40px;
    height: 40px;
  }

  .course_component-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .parallax-wrapper {
    width: 60vw;
    height: 50vh;
    left: 1rem;
  }

  .footer_logo_link.w--current {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .xl-header {
    font-size: 56px;
  }

  .process-big-number {
    font-size: 80px;
    top: -40px;
    left: 20px;
  }

  .process-item {
    padding: 60px 20px 40px;
  }

  .container.absolute.footer {
    margin-top: 95px;
    padding-bottom: 10px;
    position: static;
  }

  .page-section.footer {
    text-align: center;
  }

  .slider-mask {
    width: 90%;
  }

  .social-media-icon-container {
    margin: 16px;
  }

  .scrolling-text {
    font-size: 20px;
  }

  .flex-horizontal-center-spacebetween.mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-horizontal-center-spacebetween.footer {
    flex-direction: column;
  }

  .footer-text {
    margin-left: 0;
  }

  .service-card-list {
    font-size: 13px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .section-container.process {
    padding-top: 60px;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .process-card {
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .about-video-thumbnail {
    height: 70vw;
  }

  .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .left-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .lightbox-wrapper {
    height: 70vw;
  }
}

#w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-278ca766, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-278ca766, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-278ca766, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-278ca766, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-278ca766, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-278ca766, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-278ca766, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-278ca766, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-278ca766, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-278ca766, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-278ca766, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-278ca766, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-278ca766, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-278ca766, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-278ca766, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-278ca766 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-278ca766 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9273b8d8-2395-dafb-0ae5-13a6781fdc25-278ca766, #w-node-af4b81da-4aaf-36a5-f150-70d5e25c10c4-278ca766 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b21113b-7a5c-4699-b99e-7ce5cdc09a0d-8b666d31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_513baad8-abfb-ebfc-a175-9da597c10ea6-278ca769, #w-node-a44bde27-42d2-bc41-ebf3-795576c7efda-278ca769 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2fdef85-e034-305a-b991-87ef5d6b403e-5d6b403b {
  justify-self: center;
}

#w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-278ca76b, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-278ca76b, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-278ca76b, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-278ca76b, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-278ca76b, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-278ca76b, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-278ca76b, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-278ca76b, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-278ca76b, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-278ca76b, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-278ca76b, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-278ca76b, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-278ca76b, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-278ca76b, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-278ca76b, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-278ca76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-278ca76b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-278ca76c, #w-node-d8057e08-cf50-369c-650d-2b8993868736-278ca76c, #w-node-d8057e08-cf50-369c-650d-2b8993868737-278ca76c, #w-node-_2f6c85c0-0ee8-d24b-f50c-e1ae5a87583e-278ca76c, #w-node-_2f6c85c0-0ee8-d24b-f50c-e1ae5a87583f-278ca76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-278ca76c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-278ca76c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-278ca76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-278ca76c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-278ca76c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-278ca76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-b949b8ca-d9a2-a18d-e188-2cf8e2c81c0d-278ca76c, #w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-60934beb, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-60934beb, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-60934beb, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-60934beb, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-60934beb, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-60934beb, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-60934beb, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-60934beb, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-60934beb, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-60934beb, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-60934beb, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-60934beb, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-60934beb, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-60934beb, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-60934beb, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-60934beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-60934beb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-c3b692a6, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-c3b692a6, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-c3b692a6, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-c3b692a6, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-c3b692a6, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-c3b692a6, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-c3b692a6, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-c3b692a6, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-c3b692a6, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-c3b692a6, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-c3b692a6, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-c3b692a6, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-c3b692a6, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-c3b692a6, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-c3b692a6, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-c3b692a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-c3b692a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-f2eca0f2, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-f2eca0f2, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-f2eca0f2, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-f2eca0f2, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-f2eca0f2, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-f2eca0f2, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-f2eca0f2, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-f2eca0f2, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-f2eca0f2, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-f2eca0f2, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-f2eca0f2, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-f2eca0f2, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-f2eca0f2, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-f2eca0f2, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-f2eca0f2, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-f2eca0f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-f2eca0f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9273b8d8-2395-dafb-0ae5-13a6781fdc25-f2eca0f2, #w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-b3152eeb, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-b3152eeb, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-b3152eeb, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-b3152eeb, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-b3152eeb, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-b3152eeb, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-b3152eeb, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-b3152eeb, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-b3152eeb, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-b3152eeb, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-b3152eeb, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-b3152eeb, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-b3152eeb, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-b3152eeb, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-b3152eeb, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-b3152eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-b3152eeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9273b8d8-2395-dafb-0ae5-13a6781fdc25-b3152eeb, #w-node-f9fd021e-131e-0abd-093a-7c60b8e9faa9-8f5c3ac0, #w-node-_9fc738b4-7671-c70f-1286-91d920668b81-8f5c3ac0, #w-node-_7b76feca-6ff6-d4b8-9678-ff36e531fc82-8f5c3ac0, #w-node-_14c80b26-5ac5-e7eb-83ce-fff70a89f9fb-8f5c3ac0, #w-node-cc997bac-6a89-125d-c97d-ce800a085f3b-8f5c3ac0, #w-node-_0802d49a-81be-29c1-9de3-9a42242f8e67-8f5c3ac0, #w-node-_0c4f307f-515f-65a6-becc-e4c605c719a4-8f5c3ac0, #w-node-e55cabb8-3582-4164-c790-64eb65ba5d7f-8f5c3ac0, #w-node-_5ac9f69d-4e19-a03d-3bb9-f8c72979adf9-8f5c3ac0, #w-node-b16acb99-a3e3-6896-6a67-b275b7e51525-8f5c3ac0, #w-node-a50d61bc-c061-c8d1-35f4-07bb6e9244dc-8f5c3ac0, #w-node-a9647166-7084-90cf-a01d-6d39ae9e94a3-8f5c3ac0, #w-node-_37043ad3-645b-9594-6360-887d749b79b8-8f5c3ac0, #w-node-_4f782c7a-fb92-c9ee-cde3-0653de310602-8f5c3ac0, #w-node-_4e24afcb-7a13-f866-564c-b8a0001abf21-8f5c3ac0, #w-node-_58236e50-01e1-0633-0b57-01d9145d5e16-8f5c3ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8934f37e-af8f-f8cd-214f-b358479c4d84-8f5c3ac0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9273b8d8-2395-dafb-0ae5-13a6781fdc25-8f5c3ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_72e7b742-8f80-63ea-696b-bd8d8b666d36-8b666d31 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4ee973c7-e42d-7dec-7c66-2b0d7e32c8ea-278ca769 {
    order: -9999;
  }

  #w-node-_513baad8-abfb-ebfc-a175-9da597c10ea6-278ca769, #w-node-a44bde27-42d2-bc41-ebf3-795576c7efda-278ca769 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2fdef85-e034-305a-b991-87ef5d6b403e-5d6b403b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-278ca766 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72e7b742-8f80-63ea-696b-bd8d8b666d36-8b666d31 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-f2eca0f2, #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-b3152eeb, #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-8f5c3ac0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-278ca766, #w-node-_72e7b742-8f80-63ea-696b-bd8d8b666d36-8b666d31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2fdef85-e034-305a-b991-87ef5d6b403e-5d6b403b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-f2eca0f2, #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-b3152eeb, #w-node-b1a6aa5f-0ef2-b4ac-a1ee-ac11d0c6bd1c-8f5c3ac0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}