.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  color: #e8e6e4;
  background-color: #0a151b;
  font-family: "Manrope (Variable)", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  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 {
  letter-spacing: -.03em;
  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;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text a:hover {
  color: #0173e6;
}

.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 {
  letter-spacing: -.03em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.is-nav {
  width: 100%;
}

.padding-global.is-soon {
  height: 100%;
}

.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: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-section-large.is-soon {
  height: 100%;
  padding-bottom: 0;
}

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

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

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

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

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

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

.page-wrapper {
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

.container-large.is-soon {
  height: 100%;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #242f3a;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button.is-secondary {
  color: #000;
  background-color: #ddd;
}

.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-line {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #000;
}

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

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

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

.blogs-feed_pagination-pagecount {
  display: none;
}

.blogs-feed_pagination-pagecount.opacity-0 {
  opacity: 0;
}

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

.cookie-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.cookie-layout {
  z-index: 40;
  width: auto;
  grid-column-gap: 2rem;
  grid-row-gap: .25rem;
  background-color: #e8ecf0;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem 1.5rem;
  display: grid;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.cookie-banner {
  justify-content: center;
  display: none;
}

.cooke-text-wrapper {
  max-width: none;
}

.link-text {
  text-decoration: underline;
  transition: all .2s;
}

.home-header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_home-header {
  position: relative;
}

.home--_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-half {
  min-height: 50vh;
}

.nav_spacer {
  height: 4rem;
  border: 1px solid red;
}

.spacer-full {
  min-height: 100vh;
}

.background_section-wrapper {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.nav_logo-image {
  width: auto;
  height: 2rem;
  max-width: none;
}

.nav_dropdown-menu {
  background-color: #fff;
}

.nav_link {
  grid-column-gap: .5rem;
  padding: 1.25rem;
  display: flex;
}

.nav_link.is-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar-component {
  z-index: 20;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_menu-list {
  align-items: center;
  display: flex;
}

.menu_button {
  width: 4rem;
  height: 4rem;
  padding: 0;
}

.nav_logo-link {
  padding: 0;
}

.nav_background {
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.nav_dropdown-content-wrapper {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.nav_container {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_dropdown-icon {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.cta-main_background {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer_component {
  overflow: hidden;
}

.footer_link-badge {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.footer_link-list-heading {
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.footer_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  display: flex;
}

.footer_wrapper {
  margin-top: auto;
}

.beyond-lottie {
  width: 100%;
  height: 100%;
}

.section_cta-main {
  position: relative;
}

.footer_embed {
  display: none;
}

.cta-main_component {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.beyond-wrapper {
  display: inline-block;
  position: relative;
}

.footer-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.footer_copyright {
  align-items: baseline;
  font-size: .75rem;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.footer_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

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

.form.is-footer {
  flex-direction: row;
}

.form-input {
  min-height: 3rem;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.footer_social-link {
  grid-column-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer_social-link:hover {
  color: rgba(128, 128, 128, .5);
}

.beyond-lottie-wrapper {
  width: 12.5em;
  height: 12.5em;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.footer_left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

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

.footer_link {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer_link:hover {
  color: rgba(128, 128, 128, .5);
}

.cta-main_heading-wrapper {
  max-width: 30rem;
}

.subheading-style-medium {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.cta-main_button-group {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer_legal-link:hover {
  color: rgba(128, 128, 128, .5);
}

.section_legal-content, .section_legal-header {
  position: relative;
}

.legal-header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-content_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.legal-header_background {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.post-body_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.share_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.post-body_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.share_success {
  z-index: 10;
  width: 150%;
  opacity: 0;
  text-align: center;
  background-color: rgba(128, 128, 128, .5);
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  padding: .3em .2em;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: -1rem;
  left: -25%;
  right: 0;
}

.post-body_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.section_post-header {
  position: relative;
}

.share_link {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: rgba(128, 128, 128, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.share_link:hover {
  background-color: rgba(0, 0, 0, 0);
}

.post-header_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.share_icon {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share_script {
  margin-bottom: 0;
}

.header_background-glow {
  width: 120vmax;
  height: 120vmax;
  background-image: radial-gradient(circle farthest-side, #525252, rgba(0, 37, 73, 0));
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -73%;
  left: auto;
  right: -56%;
}

.header_background-wrapper {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section_--header, .section_-- {
  position: relative;
}

.component, .header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sitemap-item-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.sitemap--_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sitemap-link {
  transition: all .2s;
  box-shadow: 0 2px rgba(0, 0, 0, 0);
}

.sitemap-link:hover {
  box-shadow: 0 2px #b8b8b8;
}

.sitemap-item-item {
  display: flex;
}

.sitemap-header_background-wrapper {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.sitemap-header_component {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_sitemap-header {
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper.is-resources, .swiper.is-testimonials {
  overflow: visible;
}

.swiper-slide {
  width: 45%;
  height: auto;
  flex: none;
}

.swiper-slide.is-resources {
  width: 40%;
}

.swiper-slide.is-testimonials {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.resources-preview_heading-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.resources-preview_style {
  margin-bottom: 0;
}

.section_resources-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.swiper-arrow-icon {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  grid-column-gap: .88rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resources-preview_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.swiper-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .35s;
}

.swiper-arrow:hover {
  filter: brightness() grayscale(0%);
  color: #818181;
}

.swiper-arrow.is-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.resources-preview_card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.resources-preview_image-wrapper {
  width: 100%;
  height: 14rem;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.resources-preview_content-wrapper {
  flex-direction: column;
  display: flex;
}

.resources-preview_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.resources-preview_card-description-mask {
  height: auto;
  opacity: 0;
  flex-direction: column;
  transition: all .35s;
  display: flex;
  overflow: hidden;
}

.resources-preview_card-description-wrapper {
  flex: none;
  padding-top: 1rem;
}

.resources-preview_card-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_item-texts-wrapper {
  max-width: 24rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-flex {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.section-height {
  height: 300vh;
  position: relative;
}

.track {
  height: 100%;
  flex: none;
  position: relative;
  transform: translate(0%);
}

.background_color {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.sticky-element {
  z-index: 2;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background_wrapper {
  z-index: -2;
  height: 100vh;
  background-color: #fff;
  padding: 2.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.timeline_horizaontal-item {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective: 2000px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: grid;
  position: relative;
}

.timeline_item-text {
  font-size: 1.375rem;
}

.timeline_year {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.marquee {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_list-wrapper, .marquee_list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  flex: none;
}

.marquee_logo-wrapper {
  width: 20rem;
  height: 11rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 3rem;
  display: flex;
}

.marquee_item-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.spacer-quarter {
  min-height: 25vh;
}

.footer_logo-image {
  height: 2rem;
}

.share_link-label {
  display: none;
}

.testimonials-swiper_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.section_testimonials-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonials-swiper_stylesheet {
  margin-bottom: 0;
}

.testimonials-swiper_css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.swiper-arrow-copy {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity .35s;
}

.swiper-arrow-copy:hover {
  filter: brightness() grayscale(0%);
}

.swiper-arrow-copy.is-prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.testimonials-swiper_heading-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.testimonials-swiper_card {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-swiper_image-wrapper {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.testimonials-swiper_content-wrapper {
  flex-direction: column;
  display: flex;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #000;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.testimonials-swiper_arrows-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-swiper_arrow-wrapper {
  position: absolute;
}

.testimonials-swiper_arrow-wrapper.is-prev {
  left: 0;
}

.testimonials-swiper_arrow-wrapper.is-next {
  right: 0;
}

.swiper-scrollbar-drag {
  width: 20%;
  height: .5rem;
  background-color: #000;
}

.section_blogs-header {
  position: relative;
}

.blogs-header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blogs-header_text-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blogs-header_background {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section_blogs-feed {
  position: relative;
}

.blogs-feed_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blogs-feed_list-wrapper {
  width: 100%;
}

.blogs-feed_list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs-feed_item {
  width: 100%;
}

.blogs-filter_list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.blogs-filter_label {
  margin-bottom: 1rem;
}

.blogs-filter_radio-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.blogs-filter_radio-field {
  min-width: 5rem;
  color: #000;
  cursor: pointer;
  background-color: rgba(128, 128, 128, .5);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.blogs-filter_radio-field:hover {
  background-color: #ddd;
}

.blogs-filter_radio-field.is-active {
  color: #fff;
  background-color: #000;
}

.blogs-filter_radio-button {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.blogs-filter_radio-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.blogs-filter_radio-button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.blogs-filter_radio-label {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.blogs-feed_card {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blogs-feed_link {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogs-feed_image-wrapper {
  width: 100%;
  height: 14rem;
  transition: all .35s;
  position: relative;
  overflow: hidden;
}

.blogs-feed_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogs-feed_content-wrapper {
  flex-direction: column;
  display: flex;
}

.blogs-feed_tags-wrapper {
  display: flex;
}

.blogs-feed_empty-wrapper {
  background-color: rgba(128, 128, 128, .5);
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 2.5rem;
  display: flex;
}

.heading-style-x1 {
  letter-spacing: -.03em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.home-header_description {
  max-width: 40ch;
}

.home-header_background-wrapper {
  z-index: -2;
  background-color: rgba(128, 128, 128, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blogs-feed_pagination {
  flex-direction: column;
  align-items: center;
}

.nav_dropdown-list {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.header_image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.faq_accordion_embed {
  margin-bottom: 0;
}

.fs_accordion-1_message {
  color: #9b9b9b;
}

.faq_accordion_paragraph {
  margin-bottom: 0;
}

.faq_accordion_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.faq_accordion_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.faq_accordion_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.faq_accordion_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.faq_accordion_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.faq_accordion_content {
  overflow: hidden;
}

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

.faq_accordion_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.section_faq {
  position: relative;
}

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

.section_soon-header {
  width: 100%;
  height: 100svh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.soon-header_component {
  height: 100%;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.soon-header_logo {
  order: -1;
  font-size: 1.88rem;
  font-weight: 500;
}

.soon-header_heading {
  font-size: 6.25rem;
}

.button-gradient_link {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-gradient_link:hover {
  text-shadow: 0 1px 10px #fff;
}

.button-gradient_background {
  background-image: repeating-linear-gradient(#8659f6, #03dbeb);
  border-radius: .63rem;
  padding: 1px;
  position: relative;
}

.button-gradient_content-wrapper {
  border-radius: .63rem;
  padding: 1.75rem 2.5rem;
  position: relative;
  overflow: hidden;
}

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

.button-gradient_fill {
  background-color: #0a151b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-gradient_glow {
  z-index: -1;
  filter: blur(40px);
  background-image: linear-gradient(#8659f6, #03dbeb);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.soon-blobs_component {
  width: 40svh;
  height: 40svh;
  margin-bottom: -4svh;
  position: relative;
}

.soon-blobs_face {
  width: 100%;
  height: 100%;
  max-width: none;
}

.soon-blobs_face.is-eyes1 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.soon-blobs_face.is-eyes2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.soon-blobs_face.is-blink1, .soon-blobs_face.is-blink2 {
  z-index: 5;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.soon-header_content-wrapper {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cursor_area {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cursor_null {
  width: 0;
  height: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor_icon {
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: none;
  display: flex;
  position: relative;
}

.cursor_dot {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e8e6e4;
  border-radius: 50%;
  position: absolute;
}

.cursor-none {
  cursor: none;
}

.html-embed {
  width: 700px;
}

.section_waitlist-header {
  width: 100%;
  height: 100svh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  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;
  }

  .padding-global.is-nav {
    padding-right: 0;
  }

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

  .home-header_component, .home--_component {
    grid-template-columns: 1fr;
  }

  .nav_menu {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_menu-list {
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 6.5rem 2.5rem 2.5rem;
  }

  .nav_logo-link, .nav_background {
    z-index: 1;
  }

  .cta-main_component {
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .legal-header_component, .legal-content_component, .post-body_component, .post-header_component, .component, .header_component, .sitemap--_component, .sitemap-header_component {
    grid-template-columns: 1fr;
  }

  .swiper-slide.is-resources {
    width: 50%;
  }

  .resources-preview_component {
    grid-template-columns: 1fr;
  }

  .timeline_item-texts-wrapper {
    padding-top: 4rem;
  }

  .timeline_horizaontal-item-image {
    height: 70vw;
  }

  .background_wrapper {
    padding: 2rem;
  }

  .timeline_horizaontal-item {
    grid-row-gap: 2rem;
    grid-template-rows: min-content min-content auto;
    grid-template-columns: 1fr;
    padding: 4rem;
  }

  .timeline_year {
    font-size: 7vw;
  }

  .marquee_logo-wrapper {
    width: 40vw;
    height: 22vw;
    padding: 4vw 6vw;
  }

  .testimonials-swiper_component, .blogs-header_component, .blogs-feed_component {
    grid-template-columns: 1fr;
  }

  .blogs-feed_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .soon-header_component {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .soon-header_heading {
    font-size: 5rem;
  }

  .soon-blobs_component {
    width: 50svh;
    height: 50svh;
    margin-top: auto;
  }

  .html-embed {
    width: 100%;
    height: 100%;
  }
}

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

  .text-size-medium {
    font-size: 1.13rem;
  }

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

  .cookie-buttons-wrapper {
    margin-top: 12px;
  }

  .cookie-layout {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_menu-list {
    padding: 5.25rem 1.25rem 1.25rem;
  }

  .footer_logo-link {
    padding-left: 0;
  }

  .footer_link-badge {
    padding: .125rem .5rem;
  }

  .footer_copyright {
    order: 1;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_form-block {
    margin-top: 1.5rem;
  }

  .footer_social-link {
    grid-column-gap: .5rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_link:hover {
    color: #667085;
  }

  .subheading-style-medium {
    font-size: 1.25rem;
  }

  .footer_legal-link:hover {
    color: #98a2b3;
  }

  .share_list {
    grid-auto-flow: row;
  }

  .sitemap-item-list {
    grid-row-gap: .75rem;
  }

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

  .swiper-slide.is-resources {
    width: 66.6667%;
  }

  .resources-preview_heading-wrapper {
    grid-column-gap: .75rem;
  }

  .swiper-arrow {
    width: 2rem;
    height: 2rem;
  }

  .timeline_item-texts-wrapper {
    grid-row-gap: 1.5rem;
  }

  .timeline_horizaontal-item-image {
    height: 80vw;
  }

  .background_wrapper {
    padding: 1.25rem;
  }

  .timeline_horizaontal-item {
    padding: 2.5rem;
  }

  .timeline_year {
    font-size: 2.5rem;
  }

  .marquee_item {
    margin-right: 4vw;
  }

  .swiper-arrow-copy {
    width: 2rem;
    height: 2rem;
  }

  .testimonials-swiper_heading-wrapper {
    grid-column-gap: .75rem;
  }

  .blogs-filter_radio-column {
    grid-auto-flow: row;
  }

  .blogs-feed_empty-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-x1 {
    font-size: 3rem;
  }

  .soon-header_logo {
    font-size: 1.5rem;
  }

  .button-gradient_link {
    font-size: 1.13rem;
  }

  .button-gradient_content-wrapper {
    padding: 1.25rem 2rem;
  }

  .soon-header_content-wrapper {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
}

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

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

  .text-size-medium.is-soon {
    max-width: 22ch;
  }

  .cookie-layout {
    width: 100%;
    grid-auto-flow: row;
  }

  .beyond-wrapper {
    display: inline;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .share_icon {
    margin-top: 0;
  }

  .swiper-slide.is-resources {
    width: 90%;
  }

  .timeline_horizaontal-item-image {
    height: 100vw;
  }

  .marquee_item {
    margin-right: 6vw;
  }

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

  .blogs-feed_list {
    grid-template-columns: 1fr;
  }

  .soon-header_heading {
    font-size: 3rem;
  }

  .soon-blobs_component {
    width: 100vw;
    height: 100vw;
  }
}

#w-node-_4228527d-dae9-51af-fc20-fc02e1c39576-c5e84c82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4228527d-dae9-51af-fc20-fc02e1c39578-c5e84c82, #w-node-_4228527d-dae9-51af-fc20-fc02e1c39579-c5e84c82, #w-node-_4228527d-dae9-51af-fc20-fc02e1c39581-c5e84c82, #w-node-_4228527d-dae9-51af-fc20-fc02e1c39582-c5e84c82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4228527d-dae9-51af-fc20-fc02e1c3958a-c5e84c82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_4228527d-dae9-51af-fc20-fc02e1c3958b-c5e84c82 {
  justify-self: start;
}

#w-node-_4228527d-dae9-51af-fc20-fc02e1c39593-c5e84c82, #w-node-_4228527d-dae9-51af-fc20-fc02e1c39594-c5e84c82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19ab3301-9e29-23b3-5356-0a18a03dc146-a03dc13f, #w-node-_19ab3301-9e29-23b3-5356-0a18a03dc145-a03dc13f {
  justify-self: center;
}

#w-node-_19ab3301-9e29-23b3-5356-0a18a03dc14a-a03dc13f {
  order: -9999;
}

#w-node-_19ab3301-9e29-23b3-5356-0a18a03dc14c-a03dc13f, #w-node-_19ab3301-9e29-23b3-5356-0a18a03dc14f-a03dc13f, #w-node-f7ee869f-818b-7478-157a-724821ec381e-21ec381b, #w-node-db10c178-4bfe-ba0d-25dd-efdf2dd2f9de-8ee84c83, #w-node-db10c178-4bfe-ba0d-25dd-efdf2dd2f9df-8ee84c83, #w-node-_62f1af43-707e-ea8a-bbd0-469888c7058a-8ee84c83, #w-node-c8a76f23-66fc-b7fd-6ac1-ddaaf0711486-8ee84c83, #w-node-c8a76f23-66fc-b7fd-6ac1-ddaaf0711487-8ee84c83, #w-node-c8a76f23-66fc-b7fd-6ac1-ddaaf071148b-8ee84c83, #w-node-ed309de4-4dd0-da50-28f2-54fd00b626f6-00b626f1, #w-node-ed309de4-4dd0-da50-28f2-54fd00b626f7-00b626f1, #w-node-ed309de4-4dd0-da50-28f2-54fd00b626fb-00b626f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bce84c84, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bce84c84, #w-node-_42d6253c-059c-a1cb-c73d-3ef47b0fe457-bce84c84, #w-node-_8bd27452-125e-0dbf-d874-31964dca1785-bce84c84, #w-node-_85d50b24-40b7-b452-8295-1895e705ff8d-bce84c84 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_2bc2bccc-cd2d-06ae-1b6c-852266c4a11d-bce84c84, #w-node-d01461c7-08e5-d9e9-08b8-a6d8f71db15f-bce84c84, #w-node-db10c178-4bfe-ba0d-25dd-efdf2dd2f9df-7d1023ea, #w-node-db10c178-4bfe-ba0d-25dd-efdf2dd2f9df-ed2ea8d7, #w-node-db10c178-4bfe-ba0d-25dd-efdf2dd2f9df-de2f7c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4228527d-dae9-51af-fc20-fc02e1c39576-c5e84c82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4228527d-dae9-51af-fc20-fc02e1c3958a-c5e84c82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Manrope (Variable)';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}