@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik Trial;
  src: url('../fonts/AeonikTRIAL-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  color: #000;
  font-family: Aeonik Trial, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  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 {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

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

.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 {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-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;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

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

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.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-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  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: 16rem;
}

.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;
  line-height: 1.2;
}

.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: 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;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.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 {
  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-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-color--border-primary) var(--border-color--border-primary) #a1a1a161;
  color: #000;
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem .5rem 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
}

.form_input::placeholder {
  color: #2222229e;
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.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: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  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: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-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(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  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-brand {
  background-color: var(--background-color--background-secondary);
}

.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;
  line-height: 1.2;
}

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.section_landing-roads {
  background-color: #c2cfdb;
  padding-top: 15rem;
  padding-bottom: 19.5rem;
}

.landing-roads_text {
  vertical-align: middle;
  max-width: 18.5ch;
  font-size: 6.75rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.section_landing-grounded {
  background-color: #7a909b;
  height: 95vh;
  padding-top: 15.875rem;
  position: relative;
  overflow: clip;
}

.landing-grounded_component {
  z-index: 5;
  position: relative;
}

.landing-grounded_heading-text {
  font-size: 4.5rem;
  line-height: 1;
}

.to-delete-100 {
  height: 100vh;
}

.landing-grounded_subtext-wrapper {
  max-width: 34.25rem;
}

.landing-grounded_heading-wrapper {
  margin-bottom: 1rem;
}

.landing-grounded_subtext {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-grounded_heading-span {
  color: #fff;
}

.section_landing-featured-blog {
  background-color: #c2cfdb;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section_landing-location {
  background-color: #c2cfdb;
  padding-top: 7rem;
  padding-bottom: 2rem;
  position: relative;
}

.landing-location_heading {
  max-width: 20ch;
  font-size: 4.5rem;
  line-height: 1;
}

.landing-location_heading-wrapper {
  margin-bottom: 1.25rem;
}

.landing-location_content-wrapper {
  width: 100%;
  max-width: 46.875rem;
  margin-bottom: 2rem;
}

.landing-location_content-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-location_image-wrapper {
  margin-bottom: 2rem;
}

.landing-location_image {
  width: 100%;
}

.landing-location_link {
  color: #222;
  border: 1px solid #0000005c;
  border-radius: 100rem;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}

.landing-location_link:hover {
  background-color: #f1f1f1;
  border-color: #0000;
}

.landing-featured-blog_heading {
  max-width: 17ch;
  font-size: 4.875rem;
  line-height: 1;
}

.landing-featured-blog_heading-wrapper {
  margin-bottom: 1.25rem;
}

.landing-featured-blog_content {
  max-width: 60ch;
}

.landing-featured-blog_para {
  line-height: 1.2;
}

.landing-featured-blog_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4rem;
  display: flex;
}

.landing-featured-blog_link {
  color: #222;
  background-color: #f1f1f100;
  border: 1px solid #00000080;
  border-radius: 100rem;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
}

.landing-featured-blog_link:hover {
  background-color: #f1f1f1;
  border-color: #0000;
}

.landing-featured-blog_video {
  background-color: #fff7f7;
  justify-content: center;
  align-items: flex-start;
  height: 45rem;
  padding-top: 8px;
  display: none;
}

.section_landing-persective {
  background-color: #c2cfdb;
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.landing-persective_component {
  margin-bottom: 3.625rem;
}

.landing-persective_heading-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  display: flex;
}

.landing-persective_heading {
  font-size: 4.875rem;
  line-height: 1.1;
}

.landing-persective_content {
  text-align: left;
  max-width: 36.25rem;
  margin-left: 0;
  margin-right: auto;
  line-height: 1.2;
}

.landing-persective_slider {
  pointer-events: auto;
  background-color: #ddd0;
  height: auto;
}

.landing-persective_mask {
  height: auto;
}

.landing-persective_nav {
  display: none;
}

.landing-persective_left-arrow {
  height: 3rem;
  inset: -17% 4rem auto auto;
}

.landing-persective_right-arrow {
  height: 3rem;
  inset: -17% 0% auto auto;
}

.landing-persective_slide-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 49%;
}

.landing-persective_slide-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.landing-persective_slider-nav {
  display: none;
}

.landing-persective_slider-arrow {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 0% auto auto;
}

.landing-persective_slider-arrow.landing-persective_slider-arrow-left {
  top: -10%;
  right: 5%;
}

.landing-persective_slider-arrow.landing-persective_slider-arrow-right {
  top: -10%;
}

.landing-persective_slider-arrow-icon {
  width: 1.5rem;
}

.landing-persective_slider-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.section_landing-contact {
  background-color: #c2cfdb;
  padding-top: 2.5rem;
  padding-bottom: 8rem;
  position: relative;
}

.landing-contact_component {
  margin-bottom: 5.375rem;
}

.landing-contact_eyebrow {
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.landing-contact_heading {
  max-width: 20ch;
  margin-bottom: 2rem;
  font-size: 4.875rem;
  line-height: 1;
}

.landing-contact_form-block {
  max-width: 68rem;
}

.landing-contact_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-contact_form-success {
  background-color: #7de77d;
  border-radius: 4px;
}

.form_input-label {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
}

.landing-contact_form-button {
  color: #000;
  background-color: #7a909b;
  border-radius: .5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section_landing-footer {
  background-color: #7a909b;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.landing-footer_component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_landing-hero {
  background-color: #c2cfdc;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: clip;
}

.landing-hero_logo-desktop {
  width: 100%;
  height: 13.7rem;
}

.landing-hero_content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.landing-hero_content_component {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-hero_content_text {
  font-size: 3rem;
  line-height: 1.1;
}

.landing-hero_subtext-wrapper {
  text-align: center;
  max-width: 31.125rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero_subtext {
  font-size: 1.15rem;
}

.landing-hero_background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.landing-grounded_background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_blog-hero {
  background-color: #c2cfdc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-hero_video {
  background-color: #e4e4e4;
  max-width: 55rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section_blog-content {
  background-color: #c2cfdc;
  padding-bottom: 4rem;
}

.blog-content_component {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-footer_pattern01 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.landing-footer_menu {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.landing-footer_menu-liink {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.landing-footer_menu-image {
  width: 100%;
  max-width: .875rem;
  height: .875rem;
}

.landing-footer_pattern02 {
  opacity: .37;
  pointer-events: none;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-166deg);
}

.container-large-navbar {
  z-index: 5;
  width: 100%;
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section_thankyou {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.thankyou_component {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.thankyou_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.thankyou_link {
  color: #000;
  margin-top: 1rem;
}

.back-to-home-fixed {
  z-index: 10000;
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 9px 32px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.landing-persective_map-link {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.landing-footer_our-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.div-line {
  background-color: #929292;
  width: 1px;
  height: 1.3rem;
  margin-left: 17px;
  margin-right: 17px;
}

.floating-menu {
  color: #000;
  text-decoration: none;
}

.landing-hero_logo-link {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section_landing-roots {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.landing-roots_top-component {
  margin-bottom: 16rem;
}

.landing-eyebrow-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-eyebrow-wrapper {
  overflow: clip;
}

.landing-roots_eybrow-wrapper {
  margin-bottom: 1.125rem;
  overflow: clip;
}

.landing-roots_heading {
  max-width: 23ch;
  font-size: 4.375rem;
  line-height: 1;
}

.landing-roots_bottom-heading-wrapper {
  margin-bottom: 1.5rem;
}

.landing-roots_para-content {
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-roots_eybrow-wrapper-02 {
  overflow: clip;
}

.landing-roots_bottom-component {
  max-width: 68ch;
  margin-left: auto;
}

.sans-text {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 200;
}

.landing-location_eyebrow {
  margin-bottom: .5rem;
}

.landing-featured-blog_eyebrow-wrapper {
  margin-bottom: 1.5rem;
}

.landing-persective_eyebrow-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.landing-hero_logo-mobile {
  width: 100vw;
  display: none;
}

.landing-contact_eyebrow-wrapper {
  margin-bottom: 1.5rem;
}

.section_landing-hero-v3 {
  background-color: #fff;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: clip;
}

.landing-hero-v3_component {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.landing-hero-v3_top-logo {
  width: 100%;
}

.landing-hero-v3_top-logo-mbl {
  display: none;
}

.landing-hero-v3_bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.landing-hero-v3_vg-embed {
  width: 100%;
  height: 100%;
}

.section-empty {
  background-color: #fad2d2;
  height: 100vh;
}

.container-large-hero {
  width: 100%;
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.landing-hero-v3_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.back-to-home-fixed-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.landing-hero_lottie, .landing-hero_lottie.hide-desktop {
  display: none;
}

.landing-hero-position {
  height: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #fff;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 2px 8px #7a909b33;
}

.hamburger-menu_lottie {
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  display: flex;
}

.hamburger-menu_wrap {
  z-index: 99;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.back-to-home-fixed-outer-wrap {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  overflow: clip;
  box-shadow: 0 2px 8px #7a909b33;
}

.section_landing-hero-v1 {
  background-color: #c2cfdc;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: clip;
}

.landing-hero-v1_background {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.landing-hero-v1_component {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.landing-hero-v1_logo-link {
  z-index: 1;
  width: 100%;
  position: relative;
}

.landing-hero-v1_logo-desktop {
  width: 100%;
  height: 13.7rem;
}

.landing-hero-v1_logo-mobile {
  width: 100vw;
  display: none;
}

.landing-hero-v1_content-wrap {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-hero-v1_content-text {
  font-size: 3rem;
  line-height: 1.1;
}

.landing-featured_timestamp-component {
  border-radius: .5rem;
  padding: 0;
  display: none;
}

.landing-featured_timestamp {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  padding: .6rem;
  font-size: .8rem;
  text-decoration: none;
}

.landing-featured_timestamp-span {
  color: #0990ff;
  background-color: #e0f3ff;
  border-radius: 3px;
  padding: .1rem .4rem;
  display: inline-block;
}

.landing-featured_timestamp-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_landing-team {
  background-color: #c2cfdb;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

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

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header, .landing-roads_text {
    font-size: 4rem;
  }

  .section_landing-grounded {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .landing-grounded_heading-text {
    font-size: 3rem;
  }

  .landing-grounded_subtext {
    font-size: 1.3rem;
  }

  .landing-location_heading, .landing-featured-blog_heading {
    font-size: 3rem;
  }

  .landing-persective_component {
    margin-bottom: 2rem;
  }

  .landing-persective_heading {
    font-size: 3rem;
    line-height: 1;
  }

  .landing-persective_slide-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 28rem;
  }

  .landing-persective_slide-image.even-image {
    display: none;
  }

  .landing-persective_slide-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    pointer-events: none;
  }

  .landing-persective_slider-arrow {
    top: 0%;
    bottom: -128%;
  }

  .landing-persective_slider-arrow.landing-persective_slider-arrow-left {
    right: 10%;
  }

  .landing-contact_heading {
    font-size: 3rem;
  }

  .form_input-label {
    font-size: 1.6rem;
  }

  .section_landing-hero {
    height: 100%;
  }

  .landing-hero_logo-desktop {
    height: 9rem;
  }

  .landing-hero_content_component {
    max-width: 24rem;
  }

  .landing-hero_content_text {
    font-size: 2.3rem;
  }

  .landing-footer_menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
  }

  .landing-roots_top-component {
    max-width: 70%;
  }

  .landing-roots_heading {
    font-size: 2.4rem;
  }

  .landing-roots_eybrow-wrapper-02 {
    margin-bottom: 1rem;
  }

  .landing-roots_bottom-component {
    max-width: 60ch;
    margin-left: 0;
  }

  .section_landing-hero-v3 {
    height: 100%;
  }

  .landing-hero-v3_component {
    grid-column-gap: 44rem;
    grid-row-gap: 44rem;
    height: 100%;
  }

  .landing-hero-v1_background {
    justify-content: flex-end;
    align-items: center;
  }

  .landing-hero-v1_logo-desktop {
    height: 9rem;
  }

  .landing-hero-v1_content-wrap {
    max-width: 24rem;
  }

  .landing-hero-v1_content-text {
    font-size: 2.3rem;
  }

  .landing-featured_timestamp-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

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

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

  .section_landing-roads {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .landing-roads_text, .landing-grounded_heading-text {
    font-size: 3rem;
  }

  .landing-grounded_subtext {
    font-size: 1.25rem;
  }

  .section_landing-featured-blog {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section_landing-location {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .landing-location_heading, .landing-featured-blog_heading {
    font-size: 3rem;
  }

  .landing-featured-blog_content {
    margin-bottom: .875rem;
  }

  .landing-featured-blog_content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section_landing-persective {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .landing-persective_component {
    margin-bottom: 2.2rem;
  }

  .landing-persective_heading-wrapper {
    text-align: center;
  }

  .landing-persective_slide-image.even-image {
    display: none;
  }

  .landing-persective_slider-arrow {
    inset: auto 50% -20% auto;
  }

  .landing-persective_slider-arrow.landing-persective_slider-arrow-left {
    margin-bottom: 0;
    right: 50%;
    transform: translate(0%);
  }

  .landing-persective_slider-arrow.landing-persective_slider-arrow-right {
    margin-bottom: 0;
    right: 40%;
  }

  .section_landing-contact {
    padding-bottom: 4rem;
  }

  .landing-contact_component {
    margin-bottom: 3rem;
  }

  .landing-contact_form {
    grid-template-columns: 1fr 1fr;
  }

  .form_input-label {
    font-size: 1.5rem;
  }

  .section_landing-footer {
    padding-bottom: 7.5rem;
  }

  .section_landing-hero.alt-2 {
    background-color: #c2cfdc00;
    background-image: url('../images/home-hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .landing-hero_logo-desktop {
    height: 5.5rem;
  }

  .landing-hero_content-wrapper {
    padding-bottom: 4.5rem;
  }

  .landing-hero_content_text {
    font-size: 2.2rem;
  }

  .landing-hero_background.alt-2 {
    display: none;
  }

  .landing-footer_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .landing-footer_pattern02 {
    opacity: 0;
  }

  .landing-persective_map-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .floating-menu {
    font-size: .8rem;
  }

  .landing-roots_top-component {
    max-width: 100%;
    margin-bottom: 14rem;
  }

  .landing-location_eyebrow {
    margin-bottom: .875rem;
  }

  .landing-persective_eyebrow-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .landing-hero_logo-mobile {
    display: none;
  }

  .landing-hero-v3_component {
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
  }

  .landing-hero-v3_top-logo {
    display: none;
  }

  .landing-hero-v3_top-logo-mbl {
    display: block;
  }

  .landing-hero-v3_vg-embed {
    display: none;
  }

  .section {
    background-color: #d52a2a;
  }

  .section_landing-hero-v1.alt-2 {
    background-color: #c2cfdc00;
    background-image: url('../images/home-hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .landing-hero-v1_background {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 100svh;
  }

  .landing-hero-v1_background.alt-2 {
    display: none;
  }

  .landing-hero-v1_logo-desktop {
    height: 5.5rem;
  }

  .landing-hero-v1_logo-mobile {
    display: none;
  }

  .landing-hero-v1_content-text {
    font-size: 2.2rem;
  }

  .landing-featured_timestamp-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_landing-team {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .padding-global.position-absoulte {
    position: absolute;
    inset: 0%;
  }

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_landing-roads {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .landing-roads_text {
    font-size: 2.5rem;
    line-height: 1;
  }

  .section_landing-grounded {
    height: 80vh;
    padding-top: 9rem;
  }

  .landing-grounded_subtext, .landing-grounded_heading-span {
    color: #000;
  }

  .section_landing-featured-blog {
    padding-top: 1.9rem;
    padding-bottom: 0;
  }

  .section_landing-location {
    padding-top: 3rem;
    padding-bottom: 3.4rem;
  }

  .landing-location_heading {
    font-size: 2rem;
  }

  .landing-location_heading-wrapper {
    max-width: 36ch;
  }

  .landing-location_content-text {
    font-size: 1.1rem;
  }

  .landing-location_image {
    object-fit: cover;
    height: 15rem;
  }

  .landing-location_link {
    padding: .3rem 1rem;
    font-size: .9rem;
  }

  .landing-featured-blog_heading {
    font-size: 2rem;
  }

  .landing-featured-blog_heading-wrapper {
    max-width: 35ch;
    margin-bottom: .75rem;
  }

  .landing-featured-blog_content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 2rem;
  }

  .landing-featured-blog_link {
    padding: .3rem 1rem;
    font-size: .9rem;
  }

  .section_landing-persective {
    padding-top: 4.5rem;
    padding-bottom: 4.7rem;
  }

  .landing-persective_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
    display: flex;
  }

  .landing-persective_heading-wrapper {
    max-width: none;
    margin-bottom: .75rem;
  }

  .landing-persective_heading {
    text-align: left;
    font-size: 2rem;
  }

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

  .landing-persective_mask {
    pointer-events: none;
  }

  .landing-persective_slide-image {
    aspect-ratio: 1;
    height: auto;
  }

  .landing-persective_slide-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .landing-persective_slider-arrow {
    right: 38%;
  }

  .landing-persective_slider-arrow.landing-persective_slider-arrow-left {
    top: auto;
    bottom: -16%;
    right: 50%;
    transform: translate(0%);
  }

  .landing-persective_slider-arrow.landing-persective_slider-arrow-right {
    inset: auto 49% -16% auto;
    transform: translate(100%);
  }

  .landing-contact_component {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .landing-contact_heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .landing-contact_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .form_input-label {
    font-size: 1.2rem;
  }

  .landing-contact_form-button {
    width: 100%;
  }

  .section_landing-footer {
    padding-bottom: 5.5rem;
  }

  .landing-footer_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_landing-hero {
    position: relative;
    top: auto;
  }

  .landing-hero_logo-desktop {
    display: none;
  }

  .landing-hero_content_component {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 18rem;
  }

  .landing-hero_content_text {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

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

  .section_blog-content {
    padding-bottom: 1rem;
  }

  .landing-footer_menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .landing-footer_menu-liink {
    align-self: flex-start;
  }

  .section_landing-roots {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }

  .landing-roots_top-component {
    margin-bottom: 10rem;
  }

  .landing-eyebrow-text {
    font-size: .875rem;
  }

  .landing-roots_heading {
    font-size: 2.25rem;
  }

  .landing-roots_para-content {
    font-size: 1.25rem;
  }

  .landing-featured-blog_eyebrow-wrapper {
    margin-bottom: .875em;
  }

  .landing-persective_eyebrow-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .875rem;
  }

  .landing-hero_logo-mobile {
    display: block;
  }

  .landing-contact_eyebrow-wrapper {
    margin-bottom: .875rem;
  }

  .landing-contact_para-wrapper {
    max-width: 22rem;
  }

  .landing-hero-v3_component {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .landing-hero-v3_vg-embed, .landing-hero-v3_video {
    display: none;
  }

  .landing-hero_lottie {
    display: none;
    position: absolute;
    inset: 0%;
    transform: scale(1.25);
  }

  .landing-hero_lottie.hide-desktop {
    display: block;
  }

  .landing-hero_video-css {
    display: none;
  }

  .landing-hero-position {
    position: relative;
  }

  .hamburger-menu {
    z-index: 99;
  }

  .hamburger-menu_lottie {
    width: 1rem;
    display: flex;
  }

  .hamburger-menu_wrap {
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .landing-hero-v1_component {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .landing-hero-v1_logo-desktop {
    display: none;
  }

  .landing-hero-v1_logo-mobile {
    display: block;
  }

  .landing-hero-v1_content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 18rem;
  }

  .landing-hero-v1_content-text {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .landing-featured_timestamp {
    font-size: .8rem;
  }

  .landing-featured_timestamp-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    height: 8rem;
    overflow: clip;
  }

  .section_landing-team {
    padding-top: 4.4rem;
    padding-bottom: 0;
  }
}

#w-node-c7dc8d93-af56-67f4-1d48-81f0ad889f18-3665ac39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-3665ac3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-3665ac3c, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-3665ac3c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-3665ac3c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-3665ac3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_26a506c8-ac42-87f5-647a-0a5c798ed8e9-3665ac39 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7dc8d93-af56-67f4-1d48-81f0ad889f18-3665ac39 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26a506c8-ac42-87f5-647a-0a5c798ed8e9-3665ac39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Trial';
  src: url('../fonts/AeonikTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}