@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --surface--bg-gray: var(--gray-xlight);
  --text--text-body: var(--gray-mid);
  --text--text-title: var(--black);
  --text--text-primary: var(--primary--main);
  --text--text-dark: var(--primary--dark);
  --stroke--st-gray-mid: var(--gray-mid);
  --size--xsmall: .5rem;
  --stroke--st-primary: var(--primary--main);
  --surface--bg-white: var(--white);
  --button--btn-primary: var(--primary--main);
  --text--text-white: var(--white);
  --surface--bg-light: var(--primary--xlight);
  --size--xhuge: 4.5rem;
  --gray-light: #e9e9e7;
  --surface--bg-primary: var(--primary--main);
  --size--regular: 1.25rem;
  --size--semi-mid: 2rem;
  --icon--primary: var(--primary--main);
  --size--small: 1rem;
  --gray-xlight: #f7f7f7;
  --icon--black: var(--black);
  --size--large: 2.5rem;
  --black: #222;
  --size--tiny: .25rem;
  --stroke--st-gray-light: var(--gray-light);
  --size--mid: 1.5rem;
  --size--xlarge: 3rem;
  --size--huge: 4rem;
  --size--xxhuge: 5rem;
  --primary--main: #09f;
  --white: white;
  --gray-mid: #888;
  --gray-dark: #545454;
  --button--btn-secondary: var(--primary--light);
  --icon--white: var(--white);
  --primary--dark: #007acc;
  --primary--light: #ccebff;
  --primary--xlight: #e5f5ff;
  --size--xxlarge: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--surface--bg-gray);
  color: var(--text--text-body);
  font-family: Sf Pro Rounded, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--text--text-title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
}

h2 {
  color: var(--text--text-title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

h5 {
  color: var(--text--text-title);
  margin-top: 0;
  margin-bottom: .5rem;
  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(--text--text-body);
  margin-bottom: 0;
  font-size: 1.25rem;
}

a {
  color: var(--text--text-primary);
  font-size: 1.25rem;
  text-decoration: none;
}

a:hover {
  color: var(--text--text-dark);
}

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

li {
  color: var(--text--text-body);
  margin-bottom: .25rem;
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 1.5rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.form_wrap {
  justify-content: center;
  display: flex;
}

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

.text-color-grey {
  color: var(--text--text-body);
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  color: var(--text--text-title);
  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 {
  color: var(--text--text-title);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
}

.padding-global {
  color: var(--text--text-title);
  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: .875rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

.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: 1rem;
  display: inline-block;
}

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

.heading-style-h4.text-color-black.is-link:hover {
  color: var(--text--text-dark);
}

.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 {
  border: 1px solid var(--stroke--st-gray-mid);
  border-radius: var(--size--xsmall);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input:hover {
  border-width: 3px;
  border-color: var(--stroke--st-primary);
  box-shadow: 0 0 16px 2px #0099ff8c;
}

.form_input:focus {
  border-color: var(--stroke--st-primary);
}

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

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

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

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

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.is-welcome {
  background-color: var(--surface--bg-white);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.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 {
  border-radius: var(--size--xsmall);
  background-color: var(--button--btn-primary);
  color: var(--text--text-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .3s ease-in-out, color .35s ease-in-out;
}

.button:hover {
  background-color: var(--surface--bg-light);
  color: var(--text--text-primary);
}

.button.is-text {
  color: var(--text--text-title);
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--button--btn-primary);
  color: var(--text--text-primary);
  background-color: #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar-wrap {
  z-index: 999;
  height: var(--size--xhuge);
  border-bottom: 2px solid var(--gray-light);
  background-color: var(--surface--bg-white);
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.content-wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.sidebar {
  z-index: 999;
  border-right: 2px solid var(--gray-light);
  background-color: var(--surface--bg-white);
  flex-direction: column;
  justify-content: space-between;
  width: 15rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 4.5rem auto 0% 0%;
}

.sidebar.is-left {
  justify-content: space-between;
  margin-top: 4.5rem;
  transition: transform .35s ease-in;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.sidebar.is-category {
  justify-content: flex-start;
}

.content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 4.5rem;
  margin-left: 15rem;
  overflow: scroll;
}

.sidebar-link {
  grid-column-gap: var(--size--xsmall);
  grid-row-gap: var(--size--xsmall);
  border-radius: var(--size--xsmall);
  background-color: var(--surface--bg-white);
  color: var(--text--text-body);
  margin-bottom: 1rem;
  padding: .5rem;
  display: flex;
}

.sidebar-link:hover {
  background-color: var(--surface--bg-gray);
}

.sidebar-link.w--current {
  border-radius: var(--size--xsmall);
  background-color: var(--surface--bg-primary);
  color: var(--text--text-white);
}

.icon {
  width: var(--size--regular);
  height: var(--size--regular);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar-icon-wrap {
  width: var(--size--semi-mid);
  height: var(--size--semi-mid);
  border-radius: var(--size--xsmall);
  background-color: var(--surface--bg-light);
  color: var(--icon--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 56px;
  height: 56px;
}

.logo-wrap {
  align-items: center;
  display: flex;
}

.top-bar-actions {
  grid-column-gap: var(--size--small);
  grid-row-gap: var(--size--small);
  display: flex;
}

.icon-wrap {
  width: var(--size--semi-mid);
  height: var(--size--semi-mid);
  border-radius: var(--size--xsmall);
  background-color: var(--gray-xlight);
  color: var(--icon--black);
  justify-content: center;
  align-items: center;
  transition: color .25s ease-in-out, background-color .25s ease-in;
  display: flex;
}

.icon-wrap:hover {
  background-color: var(--gray-light);
  color: var(--icon--primary);
}

.icon-wrap.is-sidebar {
  transition: transform .35s ease-out, color .25s ease-in-out, background-color .25s ease-in;
}

.icon-wrap.is-overlay {
  position: absolute;
  inset: 4rem 4rem auto auto;
}

.top-bar-action {
  color: var(--black);
}

.grid {
  grid-column-gap: var(--size--xsmall);
  grid-row-gap: var(--size--semi-mid);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid.is-project {
  max-width: 1080px;
}

.tag {
  border: 1px solid var(--stroke--st-primary);
  border-radius: var(--size--tiny);
  background-color: var(--surface--bg-light);
  color: var(--text--text-primary);
  padding: .25rem .5rem;
  display: inline-block;
}

.tags-wrap {
  grid-column-gap: var(--size--xsmall);
  grid-row-gap: var(--size--xsmall);
  display: flex;
}

.card-wrap {
  flex: 1;
  min-width: 320px;
  max-width: 100%;
  min-height: 216px;
}

.card-wrap.is-info {
  border: 2px solid var(--stroke--st-gray-light);
  border-radius: var(--size--regular);
  background-color: var(--surface--bg-white);
  min-width: 40%;
  max-width: 50%;
}

.card-wrap.is-info.is-results {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  display: flex;
  position: relative;
}

.card-tumbnail {
  border-radius: var(--size--small);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
}

.card-tumbnail.is-square {
  height: 320px;
}

.card-tumbnail.is-book {
  height: 480px;
}

.card-info {
  grid-column-gap: var(--size--small);
  grid-row-gap: var(--size--small);
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.card-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-title-wrap.is-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.card-slider {
  grid-column-gap: var(--size--mid);
  grid-row-gap: var(--size--mid);
  justify-content: space-between;
  display: flex;
}

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

.heading-style-custom {
  color: var(--text--text-primary);
  flex: none;
  margin-right: 5rem;
  font-size: 10rem;
}

.heading-style-custom.is-bold {
  color: var(--text--text-title);
  font-weight: 700;
}

.text-marquee-row {
  width: 150vw;
  display: flex;
}

.rate-card-stars {
  color: var(--text--text-primary);
  display: flex;
}

.rate-card-title {
  flex-direction: column;
  display: flex;
}

.page-layout {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-marquee-row2 {
  align-items: center;
  width: 120vw;
  display: flex;
}

.back-button {
  grid-column-gap: var(--size--xsmall);
  grid-row-gap: var(--size--xsmall);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.project-image-wrap {
  height: 480px;
}

.project-details {
  min-height: 80svh;
}

.category-image {
  border-radius: var(--size--mid);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-gallery {
  width: 100%;
  position: relative;
}

.swiper-slide.is-photos {
  border-radius: var(--size--small);
  inset: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper.is-photos {
  flex: 1;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.card-list {
  grid-column-gap: var(--size--large);
  grid-row-gap: var(--size--large);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.card-list.is-vertical {
  flex-direction: column;
  align-items: center;
}

.card-list.about {
  grid-column-gap: var(--size--large);
  grid-row-gap: var(--size--large);
}

.project-wrapper {
  background-color: var(--surface--bg-gray);
  margin-top: 4rem;
}

.info-card {
  border: 2px solid var(--stroke--st-gray-light);
  border-radius: var(--size--xsmall);
  background-color: var(--surface--bg-white);
  flex: 1;
}

.info-card.is-fixed {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

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

.section_background {
  flex-direction: column;
  justify-content: center;
  min-height: 80svh;
  display: flex;
}

.solution_item {
  grid-column-gap: var(--size--mid);
  grid-row-gap: var(--size--mid);
  grid-template-rows: .25fr auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 80svh;
  padding-bottom: 0;
  display: grid;
}

.solution_item-mock {
  border-radius: var(--size--small);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_kpi {
  flex-direction: column;
  justify-content: center;
  min-height: 60svh;
  display: flex;
}

.info-card-wrap {
  border: 2px solid var(--stroke--st-primary);
  border-radius: var(--size--small);
  background-color: var(--surface--bg-light);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30svh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.case-study-wrapper {
  margin-top: 4.5rem;
  margin-right: 15rem;
  transition: margin-right .5s ease-in-out;
  position: relative;
  overflow: scroll;
}

.sidebar-button {
  width: var(--size--semi-mid);
  height: var(--size--semi-mid);
  border-radius: var(--size--xsmall);
  background-color: var(--surface--bg-gray);
  color: var(--text--text-title);
  justify-content: center;
  align-items: center;
  display: flex;
}

.welcome-lottie {
  width: 5rem;
  height: 5rem;
}

.slider_right {
  width: 35%;
}

.slider_height {
  width: 100%;
  padding-top: 140%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.slider_left {
  width: 60%;
  position: relative;
}

.about-title {
  position: relative;
}

.about-image-wrap {
  border-radius: var(--size--small);
  background-color: var(--surface--bg-gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-image {
  z-index: 100;
  border-radius: var(--size--mid);
  background-image: url('../images/about_me.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.about-link {
  font-size: 4rem;
}

.contact-form {
  grid-column-gap: var(--size--small);
  grid-row-gap: var(--size--small);
  border: 1px solid var(--stroke--st-primary);
  border-radius: var(--size--small);
  background-color: var(--surface--bg-white);
  flex-direction: column;
  width: 560px;
  margin-bottom: 2rem;
  padding: 3rem;
  display: flex;
}

.success-message {
  padding: 0;
}

.error-message {
  margin-top: 2rem;
  padding: 0;
}

.matter-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-content {
  flex-wrap: wrap;
  display: flex;
}

.image-one {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.card-shrink-wrap {
  margin-left: 33%;
  margin-right: 33%;
}

.solution_vid {
  border-radius: var(--size--small);
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 3px 3px 8px 1px #0003;
}

.image-wrapper {
  border-radius: var(--size--small);
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-item {
  justify-content: center;
  align-items: center;
  display: none;
}

.gallery-item:first-child {
  display: block;
}

.gallery-link {
  width: var(--size--xxhuge);
  height: var(--size--xxhuge);
  background-color: var(--primary--main);
  color: var(--text--text-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .3s ease-out;
  display: flex;
  position: absolute;
  top: 45%;
}

.gallery-link:hover {
  color: var(--text--text-white);
}

.gallery-cover {
  border-radius: var(--size--regular);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px 1px #22222240;
}

.project-framing-wrap {
  grid-column-gap: var(--size--small);
  grid-row-gap: var(--size--small);
  flex-direction: column;
  justify-content: space-between;
  margin-left: 50%;
  display: flex;
}

.tiktok-clip-wrap {
  z-index: 100;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery-overlay {
  background-image: linear-gradient(#e5f5ffd9, #e5f5ffd9);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader_progress {
  z-index: 1;
  background-color: var(--surface--bg-white);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_number {
  color: var(--text--text-white);
  padding-bottom: .14em;
  font-size: 20em;
  font-weight: 500;
  line-height: .55;
}

.loader_p {
  color: var(--text--text-dark);
  font-size: var(--size--mid);
  line-height: 1;
}

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

.loader_top {
  height: var(--size--xhuge);
  border-bottom: 2px solid var(--stroke--st-gray-light);
  color: #eb412b;
  position: relative;
}

.container-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-2.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-2.is-loader-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loader {
  z-index: 1000;
  background-color: var(--surface--bg-primary);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader_suffix {
  color: var(--text--text-white);
  padding-bottom: .14em;
  font-size: 20rem;
}

.page_progress {
  z-index: 100;
  height: var(--size--xsmall);
  width: 100%;
  position: fixed;
  inset: 4.5rem 15rem auto 0%;
}

.progress_bar {
  background-color: var(--surface--bg-primary);
  width: 0%;
  height: 100%;
}

.overlay {
  z-index: 999;
  opacity: 0;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s ease-out;
  display: none;
  position: fixed;
  inset: 0%;
}

.confetti {
  position: absolute;
}

.social-links-wrap {
  justify-content: space-between;
  display: flex;
}

.specific {
  background-image: url('../images/about_me.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
  padding-right: 0;
}

.heading {
  position: absolute;
}

.recaptcha-wrap {
  width: 100%;
}

@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-xxlarge.mobile {
    padding: 3rem;
  }

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

  .form_wrap {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .sidebar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--surface--bg-white);
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100svw;
    height: 4.5rem;
    padding: 0 0 0 2.5rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .sidebar.is-left {
    inset: auto 0% 0%;
  }

  .content {
    margin-left: 0;
    padding-bottom: 4.5rem;
  }

  .sidebar-link {
    grid-column-gap: var(--size--xsmall);
    grid-row-gap: var(--size--xsmall);
    justify-content: space-between;
    min-width: 16.6px;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-wrap {
    width: var(--size--semi-mid);
    height: var(--size--semi-mid);
  }

  .icon-wrap.is-socail {
    width: var(--size--large);
    height: var(--size--large);
    background-color: var(--surface--bg-light);
  }

  .card-wrap {
    flex: 0 auto;
  }

  .card-wrap.is-info {
    max-width: 100%;
  }

  .card-tumbnail {
    width: 100%;
  }

  .card-info {
    width: 100%;
    max-width: none;
  }

  .card-slider {
    flex-direction: column;
  }

  .heading-style-custom {
    font-size: 6rem;
  }

  .swiper-wrapper.is-photos {
    display: flex;
  }

  .card-list {
    flex-direction: column;
  }

  .card-list.about {
    grid-column-gap: var(--size--xlarge);
    grid-row-gap: var(--size--xlarge);
    flex-flow: wrap;
  }

  .info-card.is-fixed {
    max-width: none;
  }

  .info-card-wrap {
    padding: 4.5rem;
  }

  .case-study-wrapper {
    margin-right: 0;
  }

  .sidebar-menu {
    display: flex;
  }

  .sidebar-button {
    display: none;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-form {
    flex: 1;
    width: 100%;
    max-width: none;
  }

  .slider-content {
    flex-wrap: wrap;
    display: flex;
  }

  .card-shrink-wrap {
    margin-left: 0%;
    margin-right: 0%;
  }

  .solution_vid {
    height: 380px;
  }

  .project-framing-wrap {
    margin-left: 0%;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .sidebar_top {
    display: flex;
  }

  .social-links-wrap {
    grid-column-gap: var(--size--small);
    grid-row-gap: var(--size--small);
    flex-direction: column;
    position: fixed;
    bottom: 6rem;
    right: 3%;
  }
}

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

  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: 1.5rem;
  }

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

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

  .sidebar {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-link {
    justify-content: center;
  }

  .sidebar-link.w--current {
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sidebar-text {
    display: none;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .card-list {
    flex-direction: column;
  }

  .info-card-wrap {
    padding: 3rem;
  }

  .sidebar-menu {
    grid-column-gap: var(--size--xsmall);
    grid-row-gap: var(--size--xsmall);
    justify-content: center;
    width: 100%;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .slider_left {
    width: 100%;
  }
}

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

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

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

  .sidebar {
    padding-left: 1rem;
  }

  .content {
    padding-bottom: 9.5rem;
  }

  .sidebar-link {
    min-width: 16.6%;
  }

  .card-slider {
    flex-direction: column;
  }

  .project-image-wrap {
    height: 416px;
  }

  .card-list.about {
    grid-column-gap: var(--size--huge);
    grid-row-gap: var(--size--huge);
  }

  .solution_item {
    min-height: 60svh;
  }

  .welcome-lottie {
    width: 3rem;
    height: 3rem;
  }

  .contact-form {
    min-width: 320px;
    padding: 1.5rem;
  }

  .solution_vid {
    height: 200px;
  }

  .loader_number, .loader_suffix {
    font-size: 40vw;
  }

  .recaptcha-wrap {
    justify-content: center;
    display: flex;
    transform: scale(.8);
  }
}

#w-node-b6d9c00d-b155-61f5-1923-36ff54da5b2b-7d26d656, #w-node-_3e47ebda-0247-93ee-88d2-3580dd498829-7d26d656, #w-node-_71a7064f-e86c-48d8-63bb-c1184210cd36-7d26d656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-f851f5cd-1cc4-a84c-8c42-80baa1ae7d24-7cd410d6, #w-node-b62a93d4-dd0c-2793-5ba3-7535dfdd075e-7cd410d6, #w-node-_307eda86-3aa1-e8ef-3cdf-9b6119d60991-7cd410d6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_307eda86-3aa1-e8ef-3cdf-9b6119d60998-7cd410d6 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#background.w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25ac-7cd410d6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25af-7cd410d6, #w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25b1-7cd410d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24da6d0f-a55c-a3d1-ae8a-05153592e165-7cd410d6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_041bb5e3-59db-ac3d-19f3-5fe85a866bb6-7cd410d6, #w-node-_55686274-ea74-8d8c-89f8-a2fe0ed49739-7cd410d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25b6-7cd410d6, #w-node-_432a41d4-96f9-f5d3-f14d-e5c2a71fb350-7cd410d6, #w-node-_502c7b59-a078-f0a8-5d84-1ef3bf6ecc44-7cd410d6, #w-node-_307eda86-3aa1-e8ef-3cdf-9b6119d609a3-7cd410d6, #w-node-_556dc5dd-133d-d28b-5461-5185b2878252-b2878252, #w-node-_6868e051-29a8-d6dc-a4ad-cdc58cf9728e-8cf9728e, #w-node-_5f4286d7-b8d5-1526-4308-cc74ca6713fa-ca6713fa, #w-node-ae42b556-e7ba-c392-606d-c5480c9f7a85-d550bc87, #back-button.w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f2-d550bc87 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f9-d550bc87 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#background.w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbc-d550bc87 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-d550bc87, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-d550bc87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc6-d550bc87, #research.w-node-_236ef6db-8104-ee66-9399-2a7590cee27c-d550bc87 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-d550bc87, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-d550bc87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee283-d550bc87, #solutions.w-node-_01708193-acc1-3c60-8698-190f1a7574b9-d550bc87 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_69477360-d264-1fb1-b5a3-6c940ee49217-d550bc87, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-d550bc87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a5623f81-04fa-c224-3549-83c39c58c167-d550bc87 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-d550bc87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f1fd309-61e1-f447-2de2-3a955c4c035e-d550bc87 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-d550bc87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_541d49e9-5021-ac4b-eafd-2609325fb7df-d550bc87 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#kpi.w-node-fbee93ed-73cb-2094-525e-742f8fcdb93a-d550bc87, #w-node-fbee93ed-73cb-2094-525e-742f8fcdb93d-d550bc87, #results.w-node-_44999c64-c0c9-5445-af90-797e6a15ea51-d550bc87, #w-node-_8c82fae2-a1dd-54ca-ae88-6ec1ea3045f1-d550bc87, #w-node-_44999c64-c0c9-5445-af90-797e6a15ea58-d550bc87, #w-node-_0d3e677a-5533-0c89-4e1a-7080e9b3db65-d550bc87, #w-node-ae42b556-e7ba-c392-606d-c5480c9f7a85-f461d48c, #w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f2-f461d48c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f9-f461d48c {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#background.w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbc-f461d48c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-f461d48c, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc6-f461d48c, #research.w-node-_236ef6db-8104-ee66-9399-2a7590cee27c-f461d48c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-f461d48c, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee283-f461d48c, #solutions.w-node-_01708193-acc1-3c60-8698-190f1a7574b9-f461d48c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_69477360-d264-1fb1-b5a3-6c940ee49217-f461d48c, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a98566cd-ca6a-81df-677c-236308cefc9a-f461d48c {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e56d-f461d48c {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e2d-f461d48c {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-c3f06cfc-2c7e-bb20-745e-44bcf96d0a45-f461d48c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3f06cfc-2c7e-bb20-745e-44bcf96d0a4a-f461d48c {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#kpi.w-node-fbee93ed-73cb-2094-525e-742f8fcdb93a-f461d48c, #w-node-fbee93ed-73cb-2094-525e-742f8fcdb93d-f461d48c, #results.w-node-_44999c64-c0c9-5445-af90-797e6a15ea51-f461d48c, #w-node-_3367330e-50b4-b28e-3b5f-3219e8738757-f461d48c, #w-node-_996b1307-219a-ccbe-61c2-43c419ae52ac-f461d48c, #w-node-ae42b556-e7ba-c392-606d-c5480c9f7a85-1c668bdf, #w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f2-1c668bdf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f9-1c668bdf {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#background.w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbc-1c668bdf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-1c668bdf, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-1c668bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc6-1c668bdf, #research.w-node-_236ef6db-8104-ee66-9399-2a7590cee27c-1c668bdf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-1c668bdf, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-1c668bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee283-1c668bdf, #solutions.w-node-_01708193-acc1-3c60-8698-190f1a7574b9-1c668bdf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_69477360-d264-1fb1-b5a3-6c940ee49217-1c668bdf, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-1c668bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a98566cd-ca6a-81df-677c-236308cefc9a-1c668bdf {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-1c668bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e56d-1c668bdf {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-1c668bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e2d-1c668bdf {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#kpi.w-node-fbee93ed-73cb-2094-525e-742f8fcdb93a-1c668bdf, #w-node-fbee93ed-73cb-2094-525e-742f8fcdb93d-1c668bdf, #results.w-node-_44999c64-c0c9-5445-af90-797e6a15ea51-1c668bdf, #w-node-a5895125-eb22-a416-4768-44b1afb06801-1c668bdf, #w-node-d4a21628-586a-f2f5-b884-e1aaaa211e65-1c668bdf, #w-node-ae42b556-e7ba-c392-606d-c5480c9f7a85-8c050f52, #w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f2-8c050f52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e2c6493-3fa9-f1ea-87ce-666c2f4c72f9-8c050f52 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#background.w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbc-8c050f52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-8c050f52, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-8c050f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc6-8c050f52, #research.w-node-_236ef6db-8104-ee66-9399-2a7590cee27c-8c050f52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-8c050f52, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-8c050f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_236ef6db-8104-ee66-9399-2a7590cee283-8c050f52, #solutions.w-node-_01708193-acc1-3c60-8698-190f1a7574b9-8c050f52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_69477360-d264-1fb1-b5a3-6c940ee49217-8c050f52, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-8c050f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a98566cd-ca6a-81df-677c-236308cefc9a-8c050f52 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-8c050f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f54d719-e0a1-e982-24a4-38c10b27e56d-8c050f52 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-8c050f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f91eee63-45f8-2fb7-8501-e6aa24581e2d-8c050f52 {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#kpi.w-node-fbee93ed-73cb-2094-525e-742f8fcdb93a-8c050f52, #w-node-fbee93ed-73cb-2094-525e-742f8fcdb93d-8c050f52, #results.w-node-_44999c64-c0c9-5445-af90-797e6a15ea51-8c050f52, #w-node-a172e0d3-dff6-5084-3c2d-50f72288fcf4-8c050f52, #w-node-_4f5edda9-ea56-5fb7-d4ef-4f12ef2b3b98-8c050f52, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f0e-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f11-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f15-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f19-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f1a-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f1e-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f22-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f23-4531370d, #w-node-_8ddf4304-2e7c-9cd5-ae49-a0bb302d1f2f-4531370d, #w-node-e73df37e-a600-6235-ba9d-6b26bb1e5f80-919f6af6, #w-node-e73df37e-a600-6235-ba9d-6b26bb1e5f82-919f6af6, #w-node-d0917284-34ee-4e3e-fef0-64d1cfcd8d84-40607c39, #screenshotIMG.w-node-d0917284-34ee-4e3e-fef0-64d1cfcd8d8c-40607c39, #w-node-d0917284-34ee-4e3e-fef0-64d1cfcd8d8f-40607c39, #w-node-d0917284-34ee-4e3e-fef0-64d1cfcd8d99-40607c39, #w-node-_318843b7-3ca6-5c12-8e6c-b41d607dce06-b331013a, #w-node-_318843b7-3ca6-5c12-8e6c-b41d607dce09-b331013a, #w-node-_318843b7-3ca6-5c12-8e6c-b41d607dce0f-b331013a, #w-node-_318843b7-3ca6-5c12-8e6c-b41d607dce13-b331013a, #w-node-_4c457d3a-5af7-9008-ba61-68d68368b5d6-a77cc10b, #w-node-_4c457d3a-5af7-9008-ba61-68d68368b5da-a77cc10b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c457d3a-5af7-9008-ba61-68d68368b5dd-a77cc10b {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_4c457d3a-5af7-9008-ba61-68d68368b5df-a77cc10b, #w-node-_4c457d3a-5af7-9008-ba61-68d68368b5e3-a77cc10b, #w-node-_4c457d3a-5af7-9008-ba61-68d68368b5e8-a77cc10b, #w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8c4-5685e6b0, #w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8c8-5685e6b0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8cb-5685e6b0 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8cd-5685e6b0, #w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8d1-5685e6b0, #w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8d6-5685e6b0, #w-node-cedbf0b0-e71b-5be0-d995-9b577d45817e-fd181df6, #w-node-cedbf0b0-e71b-5be0-d995-9b577d458182-fd181df6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cedbf0b0-e71b-5be0-d995-9b577d458185-fd181df6 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-cedbf0b0-e71b-5be0-d995-9b577d458187-fd181df6, #w-node-cedbf0b0-e71b-5be0-d995-9b577d45818b-fd181df6, #w-node-_65e8f7db-fa76-c015-15bb-53514d65b8b8-fd181df6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25af-7cd410d6, #w-node-_66c6a556-ee67-2fa2-1401-97e8d45f25b1-7cd410d6, #w-node-_24da6d0f-a55c-a3d1-ae8a-05153592e165-7cd410d6, #w-node-_041bb5e3-59db-ac3d-19f3-5fe85a866bb6-7cd410d6, #w-node-_55686274-ea74-8d8c-89f8-a2fe0ed49739-7cd410d6, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-d550bc87, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-d550bc87, #w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-d550bc87, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-d550bc87, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-d550bc87, #w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-d550bc87, #w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-d550bc87, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-f461d48c, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-f461d48c, #w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-f461d48c, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-f461d48c, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-f461d48c, #w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-f461d48c, #w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-f461d48c, #w-node-c3f06cfc-2c7e-bb20-745e-44bcf96d0a45-f461d48c, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-1c668bdf, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-1c668bdf, #w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-1c668bdf, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-1c668bdf, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-1c668bdf, #w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-1c668bdf, #w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-1c668bdf, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccbf-8c050f52, #w-node-_2526dcfb-1b1f-b84c-63a6-45fa1042ccc1-8c050f52, #w-node-_236ef6db-8104-ee66-9399-2a7590cee27f-8c050f52, #w-node-_236ef6db-8104-ee66-9399-2a7590cee281-8c050f52, #w-node-_7df2291c-428e-9ad9-c232-a819be708b6c-8c050f52, #w-node-_2f54d719-e0a1-e982-24a4-38c10b27e568-8c050f52, #w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-8c050f52, #w-node-_4feed0f6-c08a-bd44-6a40-606844a1b8cd-5685e6b0 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f91eee63-45f8-2fb7-8501-e6aa24581e28-d550bc87 {
    grid-column: span 6 / span 6;
  }

  #w-node-_65e8f7db-fa76-c015-15bb-53514d65b8b8-fd181df6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}