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

@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans Variable;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --orange: #f9e3df;
  --black: black;
  --greyc8: #cac8c8;
  --black-2: black;
  --blue-ff: #4144ff;
  --grey86: #868686;
  --white-2: 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: #fff;
  font-family: Dm Sans Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  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 {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 500;
}

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

sup {
  font-size: .925rem;
  top: -2.2rem;
}

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, #0073e61a, #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;
}

.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 {
  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(--white);
  color: var(--orange);
  border-radius: 60px;
  padding: 1.25rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  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;
}

.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-white {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  color: var(--white);
  background-color: #f54040;
  border-radius: 80px;
  margin-top: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.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(--orange);
  color: #fff;
  text-align: center;
  border-radius: 90px;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--orange);
}

.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 {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  color: var(--black);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button.is-outline {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.is-outline:hover {
  color: var(--orange);
  background-color: #fff;
}

.button.is-outline-blue {
  border: 2px solid var(--orange);
  color: var(--orange);
  background-color: #fff0;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.is-outline-blue:hover {
  background-color: var(--orange);
  color: var(--white);
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

.section_home-hero {
  z-index: 0;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 110vh;
  display: flex;
  position: relative;
}

.home-hero_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  display: grid;
}

.home-hero_cta-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 31rem;
  display: grid;
}

.swiper {
  cursor: pointer;
  width: 100%;
  margin-top: 2rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.swiper-slide {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 2rem;
  display: grid;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.local-page-css {
  display: none;
}

.navbar_logo-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  display: flex;
}

.navbar_logo-wrapper.is-open {
  color: #0d0d0d;
}

.navbar_logo-wrapper.is-main {
  color: #fff;
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  margin-right: 2rem;
  display: flex;
}

.navbar_logo-wrapper.is-main.w--current {
  padding-bottom: 0;
}

.navbar_menu-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link-mobile {
  color: #000;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3.75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar_link-mobile.no-dropdown {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.navbar_menu-wrapper-desktop {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_logo {
  width: 100%;
}

.nav_logo.is-main.dsfds {
  filter: brightness(999%);
}

.navbar-wrapper {
  height: 5rem;
}

.navbar_container-mobile {
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.navbar_menu-button {
  display: none;
}

.navbar_menu-button.is-open {
  color: #0d0d0d;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -1.25rem;
  display: flex;
}

.navbar_menu-button.is-main {
  z-index: 10000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -1.25rem;
  display: none;
  position: relative;
}

.navbar_menu-wrapper-mobile {
  z-index: 10000;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
  overflow: scroll;
}

.navbar_component {
  z-index: 9999;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: 16px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  align-items: center;
  padding: 2px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar_menu-buttons.is-menu-mobile {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-items: stretch;
  width: 12rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_left-wrapper {
  align-items: center;
  display: flex;
}

.navbar_container {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_mobile-menu-wrapper.is-new {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.navbar_mobile-link-wrapper {
  border-top: 1px solid #d6d6d6;
  flex-direction: column;
  display: flex;
}

.nav-button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .2s;
}

.nav-button:hover {
  background-color: var(--white);
  color: var(--orange);
}

.navbar_menu-link-wrapper {
  align-items: center;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.navbar_menu-wrapper-mobile-top {
  justify-content: space-between;
  height: 5rem;
  min-height: 5rem;
  display: flex;
}

.navbar_link {
  z-index: 99;
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 2.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar_link:hover {
  color: #e1e1e1;
}

.footer-menu-text {
  color: var(--white);
  font-size: .925rem;
  font-weight: 500;
}

.footer-copyright {
  background-color: var(--white);
  color: #000;
}

.footer_component {
  display: block;
}

.footer-copyright_wrapper {
  color: var(--white);
  justify-content: space-between;
  font-size: .875rem;
  display: flex;
}

.footer-wrapper {
  z-index: 1000;
  background-color: #222;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  overflow: hidden;
}

.footer_menu-column {
  color: #fff;
  flex-direction: column;
  min-width: 10rem;
  max-width: 14rem;
  display: flex;
}

.footer_link-block {
  color: #a0a0a0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  transition: all .2s;
}

.footer_link-block:hover {
  color: #fff;
}

.footer-copyright_legal-link {
  color: var(--orange);
  margin-right: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.footer-copyright_legal-link:hover {
  text-decoration: underline;
}

.footer-copyright_legal-link.is-last {
  margin-right: 0;
}

.footer-menu-title {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.footer {
  background-color: var(--orange);
  overflow: hidden;
}

.footer-copyright_legal-wrapper {
  display: flex;
}

.footer_menu-new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer_content-top {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.home-hero_content-left {
  text-align: center;
  max-width: 47rem;
}

.swiper-slide_content {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.cr-text {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}

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

.section_home-intro {
  background-color: var(--white);
}

.home-intro_item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-intro_image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_description-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 24rem;
  display: grid;
}

.home-intro_description {
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 700;
}

.home-h2 {
  color: var(--orange);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.home-h2.is-white {
  color: var(--white);
}

.home-intro_image {
  filter: saturate(53%) hue-rotate(177deg);
}

.section_home-hiw {
  background-color: var(--white);
}

.home-hiw_heading-wrapper {
  text-align: center;
}

.home-hiw_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 72rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-hiw_item-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  max-width: 19rem;
  display: grid;
}

.home-hiw_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hiw_image {
  filter: saturate(25%) hue-rotate(128deg);
  display: inline-flex;
}

.home-hiw_image.gdhrf {
  filter: none;
  justify-content: center;
  align-items: center;
}

.home-hiw_item-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_home-love {
  background-color: var(--white);
}

.home-love_heading-wrapper {
  text-align: center;
  max-width: 47rem;
}

.home-love_component {
  z-index: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-love_bg-wrapper {
  z-index: -2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-love_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-love_bg-overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_home-quotes {
  overflow: hidden;
}

.home-quotes_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-quotes_top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.home-quotes_list-wrapper {
  cursor: grab;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  margin-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  overflow: scroll;
}

.home-quotes_item-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--orange);
  border-radius: 40px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  display: grid;
}

.home-quotes_quote-text {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-quotes_name {
  font-weight: 700;
}

.html-embed {
  display: none;
}

.home-stories_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--orange);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5rem 3rem;
  display: grid;
}

.home-stories_top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92rem;
  display: flex;
}

.home-stories_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.home-stories_item-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  padding: 1rem;
  text-decoration: none;
  display: grid;
}

.home-stories_item-wrapper.is-last {
  margin-right: 0;
}

.home-stories_logo-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-stories_logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home-next {
  background-color: var(--white);
}

.home-next_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-next_image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  max-width: 38rem;
  overflow: hidden;
}

.home-next_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.home-next_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 34rem;
  max-width: 35rem;
  margin-left: 3rem;
  display: grid;
}

.home-next_h2 {
  color: var(--black);
  font-size: 3.3rem;
  line-height: 1.1;
}

.home-download_heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 50rem;
  display: grid;
}

.footer_name-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_name {
  font-variation-settings: "wght" 1000;
  font-size: 15vw;
  font-weight: 900;
}

.footer_download-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_download-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  max-width: 33rem;
  display: grid;
}

.footer_download-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.footer_download-divider {
  background-color: var(--white);
  width: 1.5px;
  height: 100%;
}

.footer_download-qr-wrapper {
  border-radius: 10px;
  width: 7rem;
  max-width: 7rem;
  overflow: hidden;
}

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

.footer_nl-heading {
  font-weight: 700;
}

.footer_nl-form-block {
  margin-bottom: 0;
}

.footer_nl-form {
  background-color: var(--white);
  border-radius: 80px;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.footer_nl-form-input {
  color: var(--orange);
  border: 0 #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.footer_nl-form-input::placeholder {
  color: var(--orange);
  font-weight: 600;
}

.home-hero_bg-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.home-hero_bg-video {
  z-index: -2;
  width: 100%;
  height: 100%;
}

.home-stories_country-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.25rem;
  font-weight: 600;
  display: grid;
}

.home-hero_bg-overlay {
  z-index: -1;
  background-color: #0000004a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-stories_name {
  font-size: 1.125rem;
  line-height: 1.2;
}

.home-stories_country {
  font-size: 1rem;
  line-height: 1.2;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
}

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

.padding-section-home-hiw {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

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

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

.section_home-cta {
  background-color: var(--white);
}

.padding-section-home-cta {
  padding-top: 0;
  padding-bottom: 8rem;
}

.padding-section-home-next {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.home-cta_component {
  z-index: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.how-hiw_item-description {
  color: var(--orange);
}

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

  h2 {
    font-size: 3.5rem;
  }

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

  .button.is-outline-blue {
    flex: none;
  }

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

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

  .home-hero_cta-wrapper {
    max-width: 28rem;
  }

  .swiper {
    display: block;
  }

  .swiper-wrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .swiper-slide {
    height: 100%;
  }

  .navbar_logo-wrapper {
    display: flex;
  }

  .navbar_logo-wrapper.is-open {
    z-index: 999;
    display: flex;
    position: relative;
  }

  .navbar_logo-wrapper.is-main {
    margin-right: 0;
  }

  .navbar_menu-icon {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_link-mobile {
    text-transform: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 600;
    display: block;
  }

  .navbar_link-mobile.no-dropdown {
    color: var(--white);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.75rem;
  }

  .navbar_menu-wrapper-desktop {
    display: none;
  }

  .navbar_container-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    color: #fff;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -1.25rem;
    padding: 1.25rem;
    display: flex;
  }

  .navbar_menu-button.is-open {
    width: 3rem;
    height: 3rem;
  }

  .navbar_menu-button.is-main {
    z-index: 9999;
    color: #fff;
    display: flex;
    position: relative;
  }

  .navbar_menu-wrapper-mobile {
    z-index: 10000;
    background-color: var(--orange);
    object-fit: fill;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    min-height: auto;
    padding-top: 5rem;
    display: none;
    position: fixed;
    inset: 0 0% 0%;
  }

  .navbar_component {
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_menu-buttons {
    display: none;
  }

  .navbar_menu-buttons.is-menu-mobile {
    justify-items: center;
    width: auto;
    margin-top: 1rem;
  }

  .navbar_container {
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .navbar_mobile-menu-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navbar_mobile-menu-wrapper.is-new {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_mobile-link-wrapper {
    border-top-style: none;
    justify-content: center;
    align-items: center;
    height: 60vh;
    min-height: 25rem;
    display: flex;
  }

  .nav-button {
    background-color: var(--white);
    color: var(--orange);
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .navbar_menu-link-wrapper {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navbar_menu-wrapper-mobile-top {
    z-index: 0;
    justify-content: space-between;
    height: 5rem;
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar_link {
    color: #001137;
    text-align: left;
    object-fit: fill;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: 70px;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .padding-section-home-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .footer-menu-title {
    margin-top: 0;
  }

  .footer_menu-new {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: max-content max-content max-content;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 0;
    display: grid;
  }

  .home-hero_content-left {
    max-width: 40rem;
  }

  .swiper-slide_content {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding: 0;
  }

  .home-h2 {
    font-size: 3rem;
  }

  .home-love_component {
    padding: 12rem 2rem;
  }

  .home-quotes_heading-wrapper {
    margin-right: 2rem;
  }

  .home-quotes_item-wrapper {
    max-width: 44rem;
  }

  .home-stories_top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-stories_list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-stories_item-wrapper {
    max-width: none;
    margin-right: 0;
  }

  .home-next_image-wrapper {
    max-width: 28rem;
  }

  .home-next_content-left {
    min-width: auto;
    max-width: 24rem;
    margin-left: 2rem;
  }

  .home-next_h2 {
    font-size: 2.5rem;
  }

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

  .padding-section-home-hiw, .padding-section-home-quotes {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-home-cta {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

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

  .home-cta_component {
    padding: 12rem 2rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  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-vertical.padding-large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

  .button.is-outline-blue {
    font-size: 1.125rem;
  }

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

  .home-hero_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: -6rem;
    display: grid;
  }

  .home-hero_cta-wrapper {
    max-width: 30rem;
    margin-left: 0;
  }

  .swiper {
    display: block;
  }

  .swiper-wrapper {
    display: flex;
  }

  .navbar_logo-wrapper.is-open, .navbar_logo-wrapper.is-main {
    width: 9rem;
    min-width: 9rem;
    max-width: 9rem;
  }

  .navbar_link-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link-mobile.no-dropdown {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo {
    position: relative;
    top: -.1rem;
  }

  .navbar_menu-button.is-open {
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .navbar_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .navbar_menu-buttons.is-menu-mobile {
    width: 100%;
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_mobile-menu-wrapper, .navbar_menu-wrapper-mobile-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-home-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .footer-copyright_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer_menu-column {
    flex-direction: column;
    min-width: 8.5rem;
    margin-right: 0;
    display: block;
  }

  .footer_link-block {
    display: block;
  }

  .footer-copyright_legal-link {
    text-decoration: underline;
  }

  .footer-menu-title {
    margin-top: 7px;
  }

  .footer {
    padding-top: 1rem;
  }

  .footer_menu-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .footer_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .home-hero_content-left {
    max-width: 31rem;
  }

  .home-intro_item-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-intro_heading-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 34rem;
    display: flex;
  }

  .home-intro_description-wrapper {
    text-align: center;
    justify-items: center;
    max-width: 32rem;
  }

  .home-h2 {
    font-size: 2.75rem;
  }

  .home-h2.is-white {
    color: var(--white);
  }

  .home-hiw_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hiw_item-wrapper {
    max-width: 28rem;
  }

  .home-hiw_image-wrapper {
    max-width: 20rem;
  }

  .home-hiw_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-love_component {
    padding: 8rem 2rem;
  }

  .home-quotes_top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    display: grid;
  }

  .home-quotes_heading-wrapper {
    margin-right: 0;
  }

  .home-quotes_list-wrapper {
    flex: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .home-quotes_item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 25px;
    flex: none;
  }

  .home-quotes_item-wrapper.is-mobile {
    flex: none;
    max-width: 20rem;
    margin-right: 1.5rem;
  }

  .home-quotes_quote-text {
    font-size: 1.5rem;
  }

  .home-stories_component {
    padding: 3rem 1.5rem;
  }

  .home-stories_top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

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

  .home-next_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .home-next_content-left {
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .home-next_h2 {
    font-size: 2.75rem;
  }

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

  .footer_nl-form {
    padding: .5rem .5rem .5rem 1.5rem;
  }

  .footer_nl-form-input {
    font-size: 1.125rem;
  }

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

  .padding-section-home-hiw {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-section-home-love {
    padding-bottom: 4rem;
  }

  .padding-section-home-quotes {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

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

  .home-cta_component {
    padding: 8rem 2rem;
  }

  .how-hiw_item-description {
    font-size: 1.125rem;
  }
}

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

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

  .button.is-outline, .button.is-outline-blue {
    margin-bottom: 0;
  }

  .button.is-form {
    font-size: 1rem;
  }

  .section_home-hero {
    height: 105vh;
  }

  .home-hero_component {
    margin-top: -6rem;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .navbar_link-mobile {
    display: block;
  }

  .navbar_link-mobile.no-dropdown {
    font-size: 1.5rem;
  }

  .navbar_menu-wrapper-desktop {
    display: none;
  }

  .navbar-wrapper {
    height: 4.375rem;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .navbar_menu-wrapper-mobile {
    padding-top: 4.375rem;
    top: 0;
  }

  .navbar_component {
    display: flex;
  }

  .navbar_menu-buttons.is-menu-mobile {
    margin-top: 1rem;
  }

  .navbar_container {
    min-width: 0;
    max-width: none;
  }

  .nav-button {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.35rem;
  }

  .navbar_menu-wrapper-mobile-top {
    height: 4.375rem;
    min-height: auto;
  }

  .footer_menu-column {
    margin-left: 0;
  }

  .footer-menu-title {
    margin-bottom: 20px;
  }

  .footer_menu-new {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .footer_content-top {
    flex-direction: column;
    grid-template-rows: auto;
    margin-bottom: 2rem;
  }

  .swiper-slide_content {
    flex: 1;
  }

  .home-intro_item-wrapper {
    border-radius: 20px;
  }

  .home-intro_description {
    font-size: 1.25rem;
  }

  .home-h2 {
    font-size: 2.5rem;
  }

  .home-hiw_item-wrapper {
    max-width: 18rem;
  }

  .home-quotes_heading-wrapper {
    margin-right: 0;
  }

  .home-stories_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
  }

  .home-stories_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-stories_list-wrapper {
    grid-template-columns: 1fr;
  }

  .home-stories_item-wrapper {
    max-width: none;
    margin-right: 0;
  }

  .home-next_content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-next_h2 {
    font-size: 2.5rem;
  }

  .footer_name {
    font-size: 20vw;
  }

  .footer_download-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .footer_download-content {
    max-width: 23rem;
  }

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

  .footer_download-divider {
    width: 100%;
    height: 1.5px;
  }

  .footer_nl-heading {
    font-size: 2rem;
  }

  .footer_nl-form {
    padding: .25rem .5rem .25rem 1.5rem;
  }

  .footer_nl-form-input {
    font-size: 1rem;
  }

  .padding-section-home-hiw {
    padding-bottom: 2rem;
  }

  .padding-section-home-love, .padding-section-home-quotes {
    padding-bottom: 3rem;
  }

  .padding-section-home-next {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

#w-node-_440e5668-3baa-6798-b94a-36ea095c8019-e80fb510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d654263-a188-b1bf-7193-370da9d9521d-e80fb510 {
  justify-self: end;
}

#w-node-_5d654263-a188-b1bf-7193-370da9d95222-e80fb510, #w-node-_9609ed0c-9ed7-48b2-50ee-b78adc605f4b-e80fb510, #w-node-_2afde6f8-4020-81a7-0f6d-c6478f24156d-e80fb510, #w-node-c17345c3-cd51-e473-54b1-4ab33e140958-e80fb510, #w-node-c0dcd606-f0e9-be18-8cec-fd1614545af5-e80fb510, #w-node-ab1b1113-f0b8-70c1-3610-2ba1509995d7-e80fb510, #w-node-_24daf665-ac1e-efce-055d-bb673262dbcd-e80fb510, #w-node-_24daf665-ac1e-efce-055d-bb673262dbd1-e80fb510, #w-node-_4f2ca117-e24a-d52a-9133-6ebbe001bf44-c46a368f, #w-node-_26694706-19ec-bceb-ad96-bc4a885fa8b9-c46a368f, #w-node-_5a498b8a-ffba-4fe4-b7e6-7f74c5032e0d-c46a368f, #w-node-_25ff5f43-edd0-759a-7793-2a46f542e63e-c46a368f, #w-node-bcd09a86-2868-ec83-9d26-598fef8ca942-c46a368f, #w-node-_3dde5419-9a9d-e9c6-35ef-9e1b42029ec2-c46a368f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_5d654263-a188-b1bf-7193-370da9d9521d-e80fb510 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'InterDisplay';
  src: url('../fonts/InterDisplay.var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans Variable';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}