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

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

@font-face {
  font-family: Rock Salt;
  src: url('../fonts/rock-salt-v18-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sassy molassy;
  src: url('../fonts/Sassy-Molassy.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Awesome;
  src: url('../fonts/la-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-gray: #e5e9f6;
  --black: black;
  --pink: #ff005c;
  --white: white;
  --orange-red: #ff5e27;
  --bright-blue: #00c7fe;
  --purple: #a73cdd;
  --yellow: #f9c806;
  --dark-blue: #0d80f2;
  --border-color-gray: #cfd7f4;
  --aquamarine: #1ae6b3;
  --passive-grey: #333;
  --dim-grey: #6a6a6a;
  --accessible-components-dark-grey: #9b9b9b;
}

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  background-color: var(--blue-gray);
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_form-block {
  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: 4rem;
}

.padding-large.is-relative {
  position: relative;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  z-index: 5;
  padding: 2.5rem;
}

.padding-custom2.is-slider {
  position: relative;
}

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

.margin-bottom.margin-small {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1.color-gradient {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(60deg, #46b1c2, #54e653);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-h1.color-gradient.purple {
  background-image: linear-gradient(60deg, #5339ec, #b461f9);
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.display-inlineflex.with-spaces {
  padding-left: .5rem;
  padding-right: .5rem;
}

.display-inlineflex.with-spaces-right {
  padding-right: .5rem;
}

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

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

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

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

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

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #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.2rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.is-relative {
  position: relative;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  width: 95%;
}

.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 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

.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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-hero {
  cursor: pointer;
  border-width: 2px;
}

.button.is-red {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
}

.button.is-orange {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

.button.is-blue {
  border-color: var(--bright-blue);
  background-color: var(--bright-blue);
  color: var(--white);
}

.button.is-purple {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}

.button.is-yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.button.is-dark-blue {
  background-color: var(--dark-blue);
  color: var(--white);
  border-width: 0;
}

.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: var(--blue-gray);
}

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

.navbar4_menu-button {
  align-items: flex-start;
  padding: 0;
  display: flex;
}

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

.navbar4_logo {
  mix-blend-mode: difference;
  width: 15rem;
}

.navbar4_logo-link {
  mix-blend-mode: hard-light;
  padding-left: 0;
}

.navbar4_container {
  z-index: 999;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar4_wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_component {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  overflow: hidden;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.footer1_component {
  width: 95vw;
}

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

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

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

.section_hero {
  pointer-events: none;
  height: 100vh;
  position: relative;
}

.section_hero.overflow-hidden {
  overflow: visible;
}

.section_hero.overflow-hidden.pointer-events-off.z-index-1000 {
  z-index: 1000;
}

.section_hero.is-cities {
  pointer-events: auto;
  flex-direction: column;
}

.section_our-projects, .section_about-us {
  position: relative;
}

.section_team {
  position: relative;
  overflow: hidden;
}

.section_contact-us {
  position: relative;
}

.hero_embedd {
  height: 100%;
  margin-right: 8rem;
  position: absolute;
  inset: 0%;
}

.hero_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.is-rock-salt {
  font-family: Rock Salt, sans-serif;
  font-weight: 400;
}

.about-us_wrapper {
  background-color: var(--dark-blue);
  border-radius: 1.5rem;
  position: relative;
}

.about-us_wrapper.overflow-hidden {
  z-index: 1;
}

.about-us_top-heading-wrapper {
  align-items: center;
  display: flex;
}

.about-us_thumbnails-wrapper {
  display: none;
}

.about-us_head-thumbnail {
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding-top: 2px;
  padding-left: 2px;
}

.about-us_content-wrapper {
  z-index: 1;
  max-width: 70%;
  position: relative;
}

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

.about-us_cta-wrapper {
  text-decoration: none;
  transition: margin .2s;
  display: flex;
}

.about-us_cta-wrapper:hover {
  position: relative;
  top: -2px;
}

.signature {
  color: var(--yellow);
  font-family: Sassy molassy, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.signature.is-team {
  color: var(--orange-red);
  text-align: right;
}

.about-us_main-image {
  width: 60rem;
  position: absolute;
  inset: 7.3rem -10.8rem auto auto;
}

.absolute-image-wrapper {
  z-index: 0;
  position: relative;
}

.our-values_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-values_single-box {
  border: 1px solid var(--border-color-gray);
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 26rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-values_single-box.is-slider {
  color: var(--white);
}

.our-values_single-box.is-first {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-first:hover {
  border-color: var(--yellow);
  outline-color: var(--yellow);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_single-box.is-secound {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-secound:hover {
  border-color: var(--yellow);
  outline-color: var(--pink);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_single-box.is-third {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-third:hover {
  border-color: var(--yellow);
  outline-color: var(--orange-red);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_single-box.is-fourth {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-fourth:hover {
  border-color: var(--yellow);
  outline-color: var(--aquamarine);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_single-box.is-fifth {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-fifth:hover {
  border-color: var(--yellow);
  outline-color: var(--dark-blue);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_single-box.is-sixth {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.our-values_single-box.is-sixth:hover {
  border-color: var(--yellow);
  outline-color: var(--purple);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: solid;
}

.our-values_main-image {
  z-index: 0;
  opacity: .5;
  max-height: 12rem;
  position: absolute;
  inset: 10px 3.2rem 4.2rem auto;
}

.our-values_content-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.our-values_text-content {
  position: relative;
}

.our-values_text-content.is-slider {
  mix-blend-mode: difference;
}

.subheading-top {
  letter-spacing: 2px;
  font-weight: 700;
}

.subheading-top.text-color-red {
  color: var(--pink);
}

.subheading-top.text-color-blue {
  color: #00c7fe;
}

.subheading-top.text-color-green {
  color: #1ae6b3;
}

.subheading-top.text-color-orange {
  color: var(--orange-red);
}

.subheading-top.text-color-purple {
  color: var(--purple);
}

.our-services_wrapper {
  position: relative;
}

.our-services_heading-wrapper {
  text-align: center;
}

.our-services_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 200vh;
  display: flex;
  position: sticky;
  top: 79px;
}

.our-services_card {
  flex: 1;
  position: sticky;
  top: 69px;
}

.our-services_card-main-image {
  width: 4rem;
}

.our-services_card-single-upper-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.our-services_card-title {
  display: flex;
}

.our-services_list {
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #ccd0dcb3;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  display: flex;
}

.our-services_list-single {
  border-radius: 10px;
  align-items: center;
  padding: .8rem .7rem;
  transition: margin .2s;
  display: flex;
}

.our-services_list-single:hover {
  position: relative;
  top: -3px;
}

.our-services_list-single.background-color-yellow {
  background-color: #f9c8061a;
  flex-wrap: nowrap;
}

.our-services_list-single.background-color-blue {
  background-color: #e6faff;
}

.our-services_list-single.background-color-blue.is-webflow {
  background-color: var(--dark-blue);
  color: #fff;
}

.our-services_list-single.background-color-green {
  background-color: #e9fdf8;
}

.our-services_list-single.background-color-green:hover {
  position: relative;
}

.service-list-icon {
  width: 2.5rem;
  margin-right: .8125rem;
}

.service-list-icon.is-webflow {
  width: 2.5rem;
  padding-left: .5rem;
}

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

.our-projects_single-wrapper {
  background-color: #fff;
  border-radius: 2.5rem;
  position: sticky;
  top: 10rem;
}

.our-projects_single-content {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.logos_grid-single {
  background-color: #fff;
  border: 1px solid #ccd0dcb3;
  border-radius: 1.5rem;
}

.logos_list-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  opacity: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.client-logo-image {
  opacity: .5;
  filter: grayscale(100%) brightness(0);
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  justify-self: center;
  align-self: center;
  transition: opacity .2s;
}

.client-logo-image:hover {
  opacity: 1;
}

/* PNG logos with white background — brightness(0) would make bg black, use contrast instead */
.client-logo-image.is-png-logo {
  filter: grayscale(100%) contrast(10);
  mix-blend-mode: multiply;
}

.client-logo-image.is-png-logo:hover {
  filter: grayscale(100%) contrast(10);
}

.client-logo-image.is-wide { max-height: 44px; width: 165px; max-width: 165px; }
.client-logo-image.is-small { max-height: 44px; width: 90px; max-width: 90px; }

/* SVG logos with gradients — grayscale only, no brightness(0), hover shows original colors */
.client-logo-image.is-gradient-svg { filter: grayscale(100%); }
.client-logo-image.is-gradient-svg:hover { filter: grayscale(100%) brightness(0); }

.client-logo-image.is-77g {
  width: 75%;
}

.client-logo-image.is-ecosus {
  width: 50%;
}

.client-logo-image.is-ies {
  width: 70%;
}

.client-logo-image.is-mikro-kosmen {
  width: 80%;
}

.client-logo-image.is-slider {
  width: 160px;
  margin-right: 8vw;
}

.stats-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.webflow-logo.is-hero {
  border-radius: 3px;
  width: 12rem;
  box-shadow: 0 3px 11px #0000000f;
}

.webflow-logo.is-small {
  width: 75%;
}

._2col-heading-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-content {
  max-width: 50%;
  padding-top: 2rem;
}

.team_members-wrapper {
  background-color: var(--dark-blue);
  border-radius: 1.25rem;
}

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

.team_member-single-wrapper {
  border-radius: 100%;
  width: 12.5rem;
  height: 12.5rem;
  position: relative;
  overflow: hidden;
}

.team_member-single-wrapper.is-mini {
  width: 3rem;
  height: 3rem;
  transition: bottom .2s cubic-bezier(.47, 0, .745, .715);
  position: relative;
  bottom: -2.5rem;
}

.team_member-single-wrapper.is-mini:hover {
  bottom: -1rem;
}

.team_member-image {
  filter: saturate(0%);
  object-fit: cover;
  height: 100%;
}

.team_member-name {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.1;
  position: static;
  inset: auto 0% 1rem;
}

.team_member-additional-details {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -3.8rem;
  left: 0%;
  right: 0%;
}

.team_member-additional-details.counsil {
  bottom: -7.7rem;
}

.team_member-additional-details.counsil.is-mario {
  bottom: -6.2rem;
}

.team_member-additional-details.counsil.is-lindi {
  bottom: -6.3rem;
}

.team_member-overlay-color {
  z-index: 0;
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.team_member-overlay-color.blue {
  background-color: var(--dark-blue);
}

.team_member-overlay-color.green {
  background-color: var(--aquamarine);
}

.team_member-overlay-color.orange {
  background-color: var(--orange-red);
}

.team_member-overlay-color.yellow {
  background-color: var(--yellow);
}

.team_member-overlay-color.red {
  background-color: var(--pink);
}

.team_member-overlay-color.lightblue {
  background-color: var(--bright-blue);
}

.team_member-overlay-color.purple {
  background-color: var(--purple);
}

.team_member-overlay-color.lightred {
  background-color: #ff005c80;
}

.counsel_members-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counsel_member-card {
  background-color: var(--dark-blue);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 16.25rem;
  display: flex;
}

.contact-us_buttons-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-us_button {
  color: var(--black);
  white-space: nowrap;
  background-color: #fff;
  border: .5px solid #c7c7c7;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.contact-us_button:hover {
  position: relative;
  bottom: .3rem;
}

.marquee-wrapper {
  background-color: var(--purple);
  width: 130vw;
  padding-left: 14vw;
  position: absolute;
  inset: 7rem auto auto -10vw;
  transform: rotate(-8deg);
}

.marquee-section {
  width: 99svw;
  height: 70vh;
  position: relative;
  overflow: clip;
}

.marquee-text {
  color: #fff;
  font-size: 10rem;
  text-decoration: none;
}

.puzzle-red-image {
  z-index: -1;
  position: absolute;
  inset: -4.4rem auto auto 3.4rem;
}

.puzzle-red-image.is-hero1 {
  z-index: -1;
  width: 20rem;
  inset: auto -5.1rem 8.5rem auto;
}

.puzzle-red-image.projects {
  width: 20rem;
  display: block;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.puzzle-red-image.purple {
  width: 18rem;
  inset: auto 0% -1% 2%;
}

.puzzle-red-image.green {
  z-index: -1;
  width: 20rem;
  top: 5rem;
  left: .2rem;
}

.puzzle-red-image.is-blog {
  width: 25rem;
  display: block;
  position: absolute;
  inset: 7% -11% 0% auto;
}

.puzzle-red-image.is-blog-2 {
  z-index: -1;
  width: 25rem;
  top: 33%;
  left: -19.6rem;
}

.puzzle-red-image.is-blog-4 {
  width: 18rem;
  position: absolute;
  inset: auto 0% 6% -22%;
}

.puzzle-red-image.is-hero-2 {
  z-index: -1;
  width: 20rem;
  top: 17.9rem;
  left: -4.6rem;
}

.puzzle-red-image.is-experten-hero {
  z-index: -1;
  width: 20rem;
  inset: auto 2.8rem 8.5rem auto;
}

.puzzle-green-image {
  position: absolute;
  inset: auto 7.6rem 0% auto;
}

.puzzle-green-image.blue {
  z-index: -1;
  width: 30rem;
  inset: 33% 0% 0% auto;
}

.puzzle-green-image.is-blog-3 {
  z-index: -1;
  width: 30rem;
  inset: auto -12% 35% auto;
}

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

.hero_sub-head {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.footer_image {
  width: 20rem;
}

.hero_sub-head-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.loader_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end center;
  padding-left: 1rem;
  display: flex;
}

.loader_top {
  border-bottom: 2px solid #000;
  position: relative;
}

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

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

.loader_number {
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.loader_p {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

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

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

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

.loader {
  z-index: 1000;
  background-color: var(--blue-gray);
  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;
}

.our-values_subhead {
  color: #333;
  font-size: 1.3rem;
}

.our-values_subhead.is-slider {
  color: var(--white);
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 10rem;
  height: 5rem;
  inset: .5rem 0 auto auto;
  overflow: visible;
}

.left-arrow {
  height: 5rem;
  display: none;
  bottom: auto;
  left: auto;
  right: 9rem;
  overflow: visible;
}

.slider_text {
  z-index: 5;
  color: var(--white);
  font-size: 16px;
  position: static;
  inset: 1.1rem 5.5rem auto auto;
}

.slide {
  background-color: var(--purple);
  object-fit: contain;
}

.slide-2 {
  background-color: var(--dark-blue);
}

.mask {
  border: 1px solid var(--border-color-gray);
  border-radius: 24px;
}

.slide-3 {
  background-color: var(--bright-blue);
}

.slide-4 {
  background-color: var(--aquamarine);
}

.slide-5 {
  background-color: var(--orange-red);
}

.slide-6 {
  background-color: var(--pink);
}

.slide-7 {
  background-color: var(--yellow);
}

.text-span {
  text-decoration: line-through;
}

.block {
  background-color: var(--blue-gray);
  width: 22rem;
  height: 5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.block.is_logorun {
  z-index: 1;
  bottom: 0%;
}

.text-color-grey2 {
  color: var(--passive-grey);
  font-size: .84rem;
}

.menu_wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu_wrapper.is-default {
  justify-content: flex-end;
}

.menu_right-wrapper {
  z-index: 5;
  background-color: #000000a8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  overflow: hidden;
}

.menu_link {
  color: var(--blue-gray);
  text-align: right;
  flex-direction: column;
  font-size: 3.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .2s cubic-bezier(.23, 1, .32, 1), color .2s;
  display: flex;
}

.menu_link:hover {
  color: var(--white);
  letter-spacing: 2px;
}

.menu_embedd {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu_left-text-wrapper {
  z-index: 5;
  width: 30%;
  padding-top: 8rem;
  padding-left: 2rem;
  position: relative;
}

.menu_lottie {
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.menu_link-wrapper {
  margin-bottom: 2rem;
}

.menu_footer-link {
  color: #dfdfdf;
  margin-right: 1rem;
  text-decoration: none;
}

.fs_modal-1_close-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.fs_modal-1_close {
  color: var(--white);
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: start;
  display: block;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 80rem;
  padding: 2rem;
  display: block;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

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

.fs_modal-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.silder_image {
  max-height: 30rem;
  position: relative;
}

.services_heading-wrapper {
  justify-content: space-between;
  display: flex;
}

.services_logo_item {
  object-fit: contain;
  height: 5rem;
  padding: .25rem .5rem;
}

.fs_modal_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_preview-image {
  width: 100%;
}

.text-color-orange {
  color: var(--orange-red);
}

.team_member-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .875rem;
}

.team_member-divider {
  width: 0;
  height: .75rem;
}

.cookie_wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
  position: relative;
  top: -3rem;
}

.cookies_no-cookie-wrapper {
  width: 8rem;
  height: 8rem;
  position: relative;
}

.cookies_no-cookie-wrapper.is-footer {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
  top: 3rem;
}

.cookies_monster {
  width: 100%;
  height: 100%;
  position: relative;
}

.cookies_text, .cookies_icon {
  width: 100%;
  height: 100%;
  position: absolute;
}

.team_counsil-title {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: .875rem;
}

.cookie_monster-wrapper {
  width: 6rem;
  height: 6rem;
}

.about-us_header {
  color: var(--white);
  font-weight: 500;
}

.fs_modal-1_close-2 {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.fs_modal-1_cover-2 {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

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

.slider_arrows {
  z-index: 1;
  grid-column-gap: .5rem;
  justify-content: space-between;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.desktop-only-text {
  display: none;
}

.cta_banner-wrapper {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 1.25rem;
  padding: 2rem 2rem 2rem 11rem;
  position: relative;
  overflow: hidden;
}

.cta_brick-1 {
  z-index: 0;
  width: 30rem;
  position: absolute;
  inset: 7% auto 0% -13%;
}

.cta_brick-2 {
  filter: brightness(143%) hue-rotate(5deg);
  width: 10rem;
  display: none;
  position: absolute;
  inset: 57% -5% 0% auto;
}

.cta_text {
  font-size: 2.7rem;
  font-weight: 500;
}

.cta_banner-text-wrapper {
  z-index: 1;
  position: relative;
}

.slider_holder {
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.silder_parent {
  max-height: 30rem;
  overflow: hidden;
}

.slider_arrow {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
}

.rotate_180 {
  transform: rotate(180deg);
}

.change_color-image {
  width: 50%;
}

.slider_joke-text {
  opacity: .62;
  padding-top: 3rem;
  padding-left: 3rem;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}

.breadcrump {
  color: var(--dim-grey);
  font-size: .8rem;
  text-decoration: none;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  background-color: var(--purple);
  color: #fff;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6 {
  z-index: 50;
}

.wg-element-wrapper.sw6.is-mobile {
  display: none;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-dropdown-1 {
  z-index: 9999;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
  position: fixed;
  right: 14rem;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  background-color: var(--purple);
  color: #fff;
}

.blog_hero-wrapper {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog_contant-wrapper {
  border: 1px solid var(--border-color-gray);
  background-color: var(--white);
  border-radius: 24px;
  padding: 2.5rem;
}

.blog_summary-wrapper {
  padding: 1.5rem 2.5rem;
}

.blog-hero_right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog_meta-wrapper {
  grid-column-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: none;
}

.blog_meta-right {
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.blog_meta-text-wrapper {
  font-size: 1.1rem;
  display: none;
}

.text-spacer {
  padding-left: .5rem;
  padding-right: .5rem;
}

.blog_author-image {
  border-radius: 100px;
  width: 4rem;
}

.blog_featured-image {
  border-radius: 5px;
}

.blog_richtext h2 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.blog_richtext p, .blog_richtext h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.blog_richtext h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.blog_richtext ul, .blog_richtext ol {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.blog_summary-text {
  font-size: 1.4rem;
  font-weight: 700;
}

.blog-headline-1 {
  text-align: center;
  font-size: 3.25rem;
}

.blog_card-top {
  border: 7px solid var(--white);
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  overflow: hidden;
}

.blog_card-bottom {
  padding: 0 2rem 2rem;
}

.blog_card-meta {
  display: flex;
}

.blog_card-wrapper {
  border: 1px solid var(--border-color-gray);
  background-color: #fff;
  border-radius: 2.5rem;
  text-decoration: none;
}

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

.back-to-website_wrapper {
  padding-top: 5rem;
  padding-left: 2rem;
}

.back-to-website_text {
  text-decoration: none;
}

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

.blog_more-posts-text {
  font-size: 1.5rem;
}

.main_form-wrapper {
  padding: 6rem 4rem;
}

.main_form-wrapper.background-color-grey {
  background-color: var(--white);
  border: .5px solid #c7c7c7;
  border-radius: 1.25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 5.1rem;
  position: relative;
}

.button_form {
  background-color: var(--dark-blue);
  border-radius: .5rem;
  width: 100%;
  padding: .75rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.button_form.is-small {
  font-size: 1.1rem;
}

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

.success-text {
  color: var(--yellow);
  margin-bottom: 2.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.error-message {
  background-color: #0000;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  inset: 0%;
}

.input-text-field {
  z-index: 1;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #2a2a2a;
  font-size: 1.25rem;
  position: relative;
}

.input-text-field.is-textarea {
  height: 3rem;
  font-size: 1rem;
  transition: height .2s;
}

.input-text-field.is-textarea:active, .input-text-field.is-textarea:focus {
  height: 8rem;
}

.input-text-field.is-textarea-blog {
  height: 3rem;
  font-size: 1rem;
  transition: height .2s;
}

.input-text-field.is-textarea-blog:active, .input-text-field.is-textarea-blog:focus {
  height: 5rem;
}

.input-text-field.is-small {
  font-size: 1.1rem;
  line-height: 1.3;
}

.error-text {
  color: #ff630f;
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  line-height: 1;
}

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

.container-medium-2.margin-huge {
  margin-top: 6rem;
}

.text-field-label {
  color: var(--dim-grey);
  font-size: 1.25rem;
  transition: all .2s;
  position: relative;
  transform: translate(0, 2rem);
}

.text-field-label.active {
  color: #2a2a2a8c;
  font-size: 1rem;
  transform: none;
}

.text-field-label.is-tiny {
  z-index: 3;
  font-size: .75rem;
}

.success-gif {
  width: 50%;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-link {
  color: #2962ff;
}

.agb-text {
  flex: 1;
  font-size: .8rem;
  line-height: 1.3;
}

.agb-text.is-tiny {
  font-size: .6rem;
}

.main_form-wrapper_new {
  background-color: var(--white);
  border: .5px solid #c7c7c7;
  border-radius: 1.25rem;
  max-width: 40rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem 3rem;
  position: relative;
}

.blog_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr .83fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_form-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e5e9f680;
  border: 1px solid #e5e9f680;
  border-radius: 1.25rem;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  position: sticky;
  top: 4.3rem;
}

.text-block {
  display: flex;
}

.email-text {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.blog_form-form-wrapper {
  flex-direction: column;
  display: flex;
}

.success-text-blog {
  color: var(--bright-blue);
  margin-bottom: 2.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.checkmarl-success-icon {
  width: 5rem;
}

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

.hero_text-headline {
  text-align: center;
  font-size: 4rem;
}

.split-wrapper {
  flex-direction: column;
  display: flex;
}

.navbar-link-text {
  position: relative;
}

.navbar-links-wrapper {
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-link-block {
  background-color: var(--blue-gray);
  color: #000;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 4em;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-link-block.w--current {
  color: #fff;
  min-height: 6em;
  margin-top: 15px;
  overflow: visible;
}

.navbar-link-block.is-first {
  grid-column-gap: .33rem;
  filter: grayscale(50%);
  flex-direction: row;
  justify-content: flex-start;
  top: 12px;
}

.navbar-link-block.is-first:hover {
  background-color: var(--purple);
  filter: grayscale(0%);
  color: var(--white);
}

.navbar-link-block.is-first.w--current {
  background-color: var(--purple);
  filter: grayscale(0%);
  align-items: center;
  font-weight: 700;
}

.navbar-link-block.is-secound {
  top: 10px;
}

.navbar-link-block.is-secound:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.navbar-link-block.is-secound.w--current {
  background-color: var(--dark-blue);
  font-weight: 700;
}

.navbar-link-block.is-third {
  top: 8px;
}

.navbar-link-block.is-third:hover {
  background-color: var(--bright-blue);
  color: var(--white);
}

.navbar-link-block.is-third.w--current {
  background-color: var(--bright-blue);
  font-weight: 700;
}

.navbar-link-block.is-fourth {
  top: 6px;
}

.navbar-link-block.is-fourth:hover {
  background-color: var(--aquamarine);
  color: var(--white);
}

.navbar-link-block.is-fourth.w--current {
  background-color: var(--aquamarine);
  font-weight: 700;
}

.navbar-link-block.is-fifth {
  top: 4px;
}

.navbar-link-block.is-fifth:hover {
  background-color: var(--orange-red);
  color: var(--white);
}

.navbar-link-block.is-fifth.w--current {
  background-color: var(--orange-red);
  font-weight: 700;
}

.navbar-link-block.is-sixth {
  top: 2px;
}

.navbar-link-block.is-sixth:hover {
  background-color: var(--pink);
  color: var(--white);
}

.navbar-link-block.is-sixth.w--current {
  background-color: var(--pink);
  font-weight: 700;
}

.navbar-link-block.is-seventh:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.navbar-link-block.is-seventh.w--current {
  background-color: var(--yellow);
  font-weight: 700;
}

.navbar_vertical {
  z-index: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 90vh;
  margin-right: -5px;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lego-noppel {
  border: 2px solid #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 1rem;
  height: 10px;
}

.lego-noppel.is-third {
  inset: -10px 15% auto auto;
}

.lego-noppel.is-secound {
  inset: -10px 45% auto auto;
}

.lego-noppel.is-purple {
  background-color: var(--purple);
}

.lego-noppel.is-blue {
  background-color: var(--dark-blue);
}

.lego-noppel.is-bright-blue {
  background-color: var(--bright-blue);
}

.lego-noppel.is-turkuise {
  background-color: var(--aquamarine);
}

.lego-noppel.is-orange {
  background-color: var(--orange-red);
}

.lego-noppel.is-pink {
  background-color: var(--pink);
}

.lego-noppel.is-yellow {
  background-color: var(--yellow);
}

.navbar-inner {
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.white-line {
  z-index: -1;
  background-color: var(--white);
  width: .5rem;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 135px 0% auto;
}

.lego-noppel_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  top: -10px;
}

.lego-noppel_container.has-z-index {
  background-color: var(--blue-gray);
}

.hero_eyebrow {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark-blue);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.hero_eyebrow.is-big {
  font-size: 1.2rem;
}

.hero_wrapper-city {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-headline_wrapper {
  text-align: center;
  font-size: 3.5rem;
  display: block;
}

.our-values_wrapper-alt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.webflow_badge-wrapper {
  z-index: 1000;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  height: 10rem;
  display: none;
  position: fixed;
  inset: 50% auto 0% -.1%;
  overflow: visible;
  transform: translateY(-50%);
}

.hero_wrapper_bottom {
  flex-direction: column;
  align-items: center;
  width: 100svw;
  margin-top: 6rem;
  display: flex;
}

.hero_wrapper-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo_component-slider {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-slider-img {
  width: 200px;
}

.hero_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hero_sub-head-alt {
  color: #000000bf;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.logo-slide_wrapper {
  width: 100%;
  position: relative;
}

.yellow_underscore {
  color: var(--yellow);
  -webkit-text-stroke-width: 0px;
}

.logo-box-fade-left {
  background-image: linear-gradient(to right, #e5e9f600, var(--blue-gray));
  width: 4rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team_members-mini-thumbnails-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.webflow-logo-hero {
  width: 8rem;
}

.webflow-logo-hero.is-hero {
  width: 10rem;
}

.section_faqs {
  position: relative;
}

.fs_accordion-2_message {
  color: var(--accessible-components-dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_body {
  background-color: var(--white);
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  cursor: pointer;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item {
  border: 1px solid var(--border-color-gray);
  border-radius: 24px;
  overflow: hidden;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

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

.richtext-answer p, .richtext-answer ul {
  margin-bottom: 1rem;
}

.line-awesome {
  font-family: Line Awesome, sans-serif;
}

.padding-section-custom {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.sitemap_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-top: 1rem;
  padding-left: 1rem;
  display: flex;
}

.sitemap_container {
  margin-bottom: 1rem;
}

.marquee-horizontal {
  opacity: .5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.italic-hero {
  padding-left: 1px;
  padding-right: 1rem;
}

.button-v8---brix {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.button-v8---brix:hover {
  transform: translate(0, -3px);
}

.button-icon-right---brix {
  width: 16px;
  margin-left: 6px;
}

.hero-display {
  text-align: center;
  font-size: 3.5rem;
}

.rte-test h1 {
  font-size: 2rem;
}

.rte-test h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.rte-test h3 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.rte-test p, .rte-test ul, .rte-test ol {
  margin-bottom: .5rem;
}

.link-more {
  text-decoration: none;
}

.desktop-only-text-prominent {
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-custom2 {
    padding: 2rem;
  }

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

  .main-wrapper {
    width: 100%;
  }

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

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

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

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

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .footer1_component {
    width: 100%;
  }

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

  .section_hero.is-cities, .section_contact-us {
    overflow: hidden;
  }

  .hero_embedd {
    opacity: .6;
    margin-right: 0;
    display: block;
  }

  .about-us_wrapper.overflow-hidden {
    padding-bottom: 120px;
  }

  .about-us_content-wrapper {
    max-width: 100%;
  }

  .about-us_main-image {
    inset: auto 0% -23%;
  }

  .our-services_cards-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
    top: 0;
  }

  .our-services_card {
    position: relative;
    top: 0;
  }

  .our-projects_single-wrapper {
    border-radius: 1.25rem;
    top: 5rem;
  }

  .our-projects_single-content {
    grid-template-columns: 1fr;
  }

  .logos_list-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 9rem;
  }

  .team_members-thumbnails-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .counsel_members-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    justify-items: center;
  }

  .contact-us_buttons-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-wrapper {
    height: 12rem;
  }

  .marquee-section {
    width: 100%;
    height: 50vh;
  }

  .marquee-text {
    font-size: 8rem;
  }

  .puzzle-red-image.is-experten-hero {
    bottom: 15rem;
    right: .3rem;
  }

  .sticky-wrapper {
    z-index: 1;
  }

  .hero_sub-head-wrapper {
    width: 50%;
  }

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

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

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

  .slider {
    background-color: var(--purple);
  }

  .left-arrow {
    right: 6.7rem;
  }

  .slider_text {
    top: 1.3rem;
    right: 3.3rem;
  }

  .text-color-grey2 {
    font-size: 1rem;
  }

  .menu_right-wrapper {
    width: 66%;
    display: none;
  }

  .menu_link.hide, .menu_embedd {
    display: none;
  }

  .menu_left-text-wrapper {
    flex-flow: column;
    width: 50%;
    display: flex;
  }

  .fs_modal-1_close {
    z-index: 1000;
    background-color: var(--black);
  }

  .fs_modal-1_wrapper {
    border-radius: 10px;
    grid-template-columns: 1fr;
    max-width: none;
    max-height: 90vh;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: auto;
  }

  .fs_modal-1_popup {
    display: none;
  }

  .fs_modal-1_popup.show {
    display: block;
  }

  .services_logo_item {
    display: none;
  }

  .fs_modal_content-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-us_header {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 500;
  }

  .desktop-only-text {
    color: var(--dim-grey);
    display: block;
  }

  .cta_brick-1 {
    top: 30%;
  }

  .slider_joke-text {
    padding-left: 1.5rem;
    font-size: 2rem;
  }

  .blog_hero-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-hero_left {
    justify-content: center;
    display: flex;
  }

  .blog-hero_right {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog_featured-image {
    max-width: 75%;
  }

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

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

  .main_form-wrapper.background-color-grey {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .container-medium-2.margin-huge {
    margin-top: 1.3rem;
  }

  .main_form-wrapper_new {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .blog_content-wrapper {
    display: block;
  }

  .blog_form-wrapper {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .navbar_vertical {
    display: none;
  }

  .navbar-inner {
    padding: 1em;
  }

  .hero-headline_wrapper {
    font-size: 3rem;
  }

  .our-values_wrapper-alt {
    grid-template-columns: 1fr 1fr;
  }

  .logo-slider-img {
    width: 174px;
  }

  .logo-box-fade-left {
    display: none;
  }

  .team_members-mini-thumbnails-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

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

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

  .desktop-only-text-prominent {
    color: var(--pink);
    display: block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

  .button.is-hero {
    display: none;
  }

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

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

  .navbar4_component {
    min-height: 4rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .section_hero.is-cities {
    height: auto;
  }

  .hero_embedd {
    display: block;
  }

  .hero_wrapper {
    margin-top: 3rem;
  }

  .about-us_main-image {
    bottom: -12%;
  }

  .our-values_wrapper {
    grid-template-columns: 1fr;
  }

  .logos_grid {
    grid-template-columns: 2fr;
  }

  .logos_list-wrapper {
    grid-row-gap: 2rem;
  }

  .client-logo-image.is-slider {
    width: 100px;
  }

  ._2col-heading-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .right-content {
    max-width: 100%;
    padding-top: 0;
  }

  .team_members-thumbnails-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .counsel_members-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .marquee-wrapper {
    height: 8rem;
  }

  .marquee-text {
    font-size: 5rem;
  }

  .puzzle-red-image.is-hero1 {
    width: 15rem;
    bottom: 2.9rem;
    right: -8.9rem;
  }

  .puzzle-red-image.projects, .puzzle-red-image.is-blog {
    width: 15rem;
  }

  .puzzle-red-image.is-hero-2 {
    width: 15rem;
    top: 10.5rem;
    left: -6.7rem;
  }

  .puzzle-red-image.is-experten-hero {
    width: 15rem;
    bottom: 2.9rem;
    right: -8.9rem;
  }

  .puzzle-green-image.blue, .puzzle-green-image.is-blog-3 {
    top: 38%;
    right: -25%;
  }

  .hero_sub-head-wrapper {
    width: 100%;
  }

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

  .loader_p, .loader {
    display: none;
  }

  .slider_text {
    right: 3.4rem;
  }

  .menu_right-wrapper {
    width: 100%;
    display: none;
  }

  .menu_right-wrapper.show {
    display: block;
  }

  .menu_link {
    font-size: 3rem;
  }

  .menu_left-text-wrapper {
    width: 60%;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .silder_image {
    max-height: 28rem;
  }

  .about-us_header {
    font-size: 2rem;
  }

  .fs_modal-1_close-2 {
    padding: 1rem;
  }

  .cta_banner-wrapper {
    padding-left: 2rem;
  }

  .cta_brick-1 {
    inset: 45% -52% 0% 55%;
  }

  .slider_joke-text {
    font-size: 3rem;
  }

  .wg-dropdown-1 {
    right: 5.2rem;
  }

  .blog_featured-image {
    max-width: 80%;
  }

  .blog-headline-1 {
    font-size: 2.5rem;
  }

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

  .main_form-wrapper.background-color-grey {
    padding: 3.8rem 1.5rem;
  }

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

  .text-field-label {
    font-size: 1.1rem;
  }

  .main_form-wrapper_new, .blog_form-wrapper {
    padding: 3.8rem 1.5rem;
  }

  .success-text-blog {
    font-size: 1.5rem;
  }

  .hero_text-headline {
    font-size: 2.5rem;
  }

  .navbar-links-wrapper {
    background-color: #fff;
    height: auto;
    padding: 0 6vw 6vw;
    inset: 0% 0% auto;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar_vertical {
    background-color: #0000;
    width: 100%;
    height: 6em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar-inner {
    background-color: #333;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    color: #f4eae1;
    background-color: #0000;
  }

  .hero_wrapper-city {
    height: auto;
  }

  .hero-headline_wrapper {
    font-size: 2rem;
  }

  .our-values_wrapper-alt {
    grid-template-columns: 1fr;
  }

  .webflow_badge-wrapper {
    width: 10rem;
  }

  .hero_wrapper_bottom {
    margin-top: 1rem;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .team_members-mini-thumbnails-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-display {
    font-size: 2.5rem;
  }
}

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

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

  .navbar4_logo {
    width: 10rem;
  }

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

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

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

  .about-us_content-wrapper {
    max-width: 100%;
  }

  .about-us_main-image {
    bottom: -3%;
  }

  .logos_list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.25rem;
  }

  .client-logo-image.is-slider {
    margin-right: 3.5rem;
  }

  .team_members-thumbnails-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team_member-single-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .team_member-name {
    font-size: 1.1rem;
  }

  .team_member-additional-details {
    text-align: center;
    bottom: -3rem;
  }

  .team_member-additional-details.counsil {
    bottom: -6rem;
  }

  .team_member-additional-details.counsil.is-uli {
    bottom: -6.3rem;
  }

  .team_member-additional-details.counsil.is-mario {
    bottom: -6.1rem;
  }

  .team_member-additional-details.counsil.is-lindi {
    bottom: -5rem;
  }

  .counsel_member-card {
    width: 10rem;
    height: 10rem;
  }

  .contact-us_buttons-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .marquee-wrapper {
    height: 6.5rem;
  }

  .marquee-section {
    height: 35vh;
  }

  .marquee-text {
    font-size: 4rem;
  }

  .puzzle-red-image.is-hero1 {
    right: -8.9rem;
  }

  .puzzle-red-image.projects, .puzzle-red-image.is-blog {
    width: 10rem;
  }

  .puzzle-red-image.is-blog-2 {
    top: 21%;
    left: -62%;
  }

  .puzzle-red-image.is-hero-2 {
    left: -10.4rem;
  }

  .puzzle-red-image.is-experten-hero {
    bottom: 8.9rem;
    right: -8.9rem;
  }

  .puzzle-green-image.is-blog-3 {
    top: 45%;
  }

  .loader_number {
    font-size: 40vw;
  }

  .slider_text {
    top: 1rem;
    right: 2.9rem;
  }

  .slide {
    background-color: var(--purple);
  }

  .menu_right-wrapper {
    width: 100%;
    padding-right: 1.5rem;
    display: none;
  }

  .menu_link {
    font-size: 2.5rem;
  }

  .menu_left-text-wrapper {
    width: 80%;
  }

  .fs_modal-1_close {
    border-radius: 5px;
  }

  .fs_modal-1_content {
    padding: 0;
  }

  .fs_modal-1_wrapper {
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .fs_modal-1_popup {
    display: none;
  }

  .silder_image {
    max-height: 16rem;
  }

  .team_member-title {
    font-size: .6rem;
  }

  .team_member-divider {
    height: .5rem;
    display: block;
  }

  .team_counsil-title {
    font-size: .75rem;
  }

  .about-us_header {
    font-size: 1.5rem;
  }

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

  .cta_banner-wrapper {
    padding: 1.5rem 1.5rem 8rem;
  }

  .cta_brick-1 {
    width: 30rem;
    top: 78%;
    left: 17%;
    right: 9%;
  }

  .cta_text {
    font-size: 2rem;
    line-height: 1.4;
  }

  .change_color-image {
    mix-blend-mode: hue;
  }

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

  .wg-dd-1-list.wg-dropdown-link-flag.is-top {
    top: -40px;
  }

  .wg-dd-1-list.wg-dropdown-link-flag.is-top:hover, .wg-dd-1-list.wg-dropdown-link-flag.is-top.w--open {
    border-radius: 4px 4px 0 0;
  }

  .wg-dd-1-togle {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wg-dd-1-togle.mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wg-dd-1-togle.mobile.w--open {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wg-element-wrapper.sw6.no-mobile {
    display: none;
  }

  .wg-element-wrapper.sw6.is-mobile {
    display: block;
    position: fixed;
    inset: auto auto 5% 0%;
  }

  .wg-dropdown-1 {
    right: 4.3rem;
  }

  .wg-dropdown-1.is-mobile {
    inset: auto auto 0% 1%;
  }

  .wg-dropdown-1-link.is-mobile {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .blog_contant-wrapper {
    padding: 1.5rem;
  }

  .blog_summary-wrapper {
    padding: .5rem 1.5rem;
  }

  .blog-hero_right {
    align-items: flex-start;
  }

  .blog_meta-right {
    font-size: 1rem;
  }

  .blog_meta-text-wrapper {
    font-size: .8rem;
  }

  .blog_author-image {
    border-radius: 100px;
  }

  .blog_featured-image {
    max-width: 100%;
  }

  .blog_summary-text {
    font-size: 1.3rem;
  }

  .blog-headline-1 {
    font-size: 2rem;
  }

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

  .main_form-wrapper.background-color-grey {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  ._2-grid-form {
    flex-direction: column;
    display: flex;
  }

  .input-text-field {
    margin-bottom: .5rem;
  }

  .input-text-field.is-textarea, .input-text-field.is-textarea-blog {
    height: 5rem;
    padding-top: 1.5rem;
    bottom: 2.5rem;
  }

  .text-field-label, .text-field-label.active {
    font-size: 1rem;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .main_form-wrapper_new {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .blog_form-wrapper {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .hero_eyebrow {
    flex-flow: column;
  }

  .hero-headline_wrapper {
    font-size: 2rem;
  }

  .logo_component-slider {
    grid-row-gap: 0rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .hero_button-wrapper {
    flex-direction: column;
  }

  .team_members-mini-thumbnails-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-horizontal {
    justify-content: flex-start;
    align-items: center;
  }

  .track-horizontal {
    display: flex;
  }

  .button-v8---brix {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-display {
    font-size: 2rem;
  }
}

#w-node-_3eebe79b-545c-898e-260f-23d133bc1174-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc1177-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc117a-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc1180-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc1183-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc1186-3aeccdce, #w-node-_3eebe79b-545c-898e-260f-23d133bc1189-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17375b64-a06e-b988-6a68-db100d04e281-3aeccdce, #w-node-bf6cb6ea-7f75-aea0-684a-ea847efaa225-3aeccdce, #w-node-e8f067d2-56a0-adf0-1639-eac3e1817482-3aeccdce, #w-node-_2144901e-1c66-65a5-ea2e-387427d4e309-3aeccdce, #w-node-b6670143-e023-6642-dba3-91fdd5b733df-3aeccdce, #w-node-_4241414e-e604-3ec1-b1ed-5634c0d47cdd-3aeccdce, #w-node-_3a280528-114b-4c24-2754-8c3021f70226-3aeccdce, #w-node-_8443c249-07d6-e76f-d8fa-1a67c8b4cece-3aeccdce, #w-node-_8443c249-07d6-e76f-d8fa-1a67c8b4ced2-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8443c249-07d6-e76f-d8fa-1a67c8b4ced3-3aeccdce {
  align-self: center;
}

#w-node-d69a0b22-f524-7729-4be7-ef1e9c0d5cde-3aeccdce, #w-node-_62651de7-d0f2-9548-76bf-b3f7d1059f75-3aeccdce, #w-node-_62651de7-d0f2-9548-76bf-b3f7d1059f79-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62651de7-d0f2-9548-76bf-b3f7d1059f7a-3aeccdce {
  align-self: center;
}

#w-node-ee2b51be-ae6d-f25e-3039-b2422ed3f1ac-3aeccdce, #w-node-cbf1169c-efdc-20e6-0672-addcd202e7c7-3aeccdce, #w-node-e41de14b-fbd6-99ab-10c9-d1736630a0d3-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf1169c-efdc-20e6-0672-addcd202e7c4-3aeccdce {
  align-self: center;
}

#w-node-e867e292-84db-8510-3e83-f8a796643abf-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8918295-1979-e9db-136a-97698d2f9369-3aeccdce, #w-node-_9912f3fc-59e1-26a7-6e81-77a59f174012-3aeccdce, #w-node-_7e3f5b1f-e45e-f7c9-fcb9-d7ff392fb654-3aeccdce {
  align-self: center;
}

#w-node-_69e4fe9c-5813-f678-1a72-8bfbf8dfd6dd-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f4bc7d-be2a-43d2-fd33-cca7b12170dd-3aeccdce {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ac3fcbb6-fcf4-9b29-ad6c-89b3cd2d47ba-3aeccdce, #w-node-a48d1e24-1e8d-e34f-aae4-0836c0b5f210-3aeccdce, #w-node-d1acddcd-d492-c92e-36f4-ef23f19dfbe1-3aeccdce, #w-node-_7cc38d48-eb52-d303-3c71-a7a0664770e6-3aeccdce, #w-node-_3ccae949-9841-01cd-d5a3-71f97dc328e7-3aeccdce, #w-node-_1c7aaa91-70ee-e9da-bcae-91e5b1144fca-3aeccdce, #w-node-ef0b8223-7ef1-2b5f-a816-b47def74699b-3aeccdce, #w-node-ddacf171-b74c-d76c-92c1-dcc0eff56215-3aeccdce, #w-node-_08234ee5-6ec8-98f3-118d-21eeeac01d46-3aeccdce, #w-node-_8e980c39-7ff1-b3aa-7f76-6eb3a16862eb-3aeccdce, #w-node-e5b6b8e4-22e1-3d4b-d045-a14a7df71afa-3aeccdce, #w-node-_1b99f3a6-560a-1541-4939-171a946b4c74-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9895ad22-d8bc-22f4-5911-d63d8d1f54f0-3aeccdce, #w-node-f443884b-3c35-de08-a529-102a23c29da3-3aeccdce, #w-node-_85ff383a-db00-4268-4eea-47c7e6a35b48-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d7394354-cd2f-2c29-6a0e-a53e33731f26-3aeccdce, #w-node-_9bf663b2-bd26-d8ac-76c6-d3fdd4e5277e-3aeccdce, #w-node-_7128e3b3-7eca-876c-da9a-829a777d1a6a-3aeccdce, #w-node-f9cb498d-70bb-c762-0b06-554dbe5ec9bd-3aeccdce, #w-node-_4ec1306b-042e-6b29-3b9a-fc21e5f236a3-3aeccdce, #w-node-_0fb8e90d-f3c5-1bb4-2682-1a4eac599bc0-3aeccdce, #w-node-_44c4babc-b642-4f58-e11d-1c6267d9c0ef-3aeccdce, #w-node-e5bd6064-4e60-2b7e-14e5-c59193c8835a-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_49a26413-cb29-26b5-e4d2-8a65c7a036a8-3aeccdce, #w-node-_3bfaff94-4ffa-755a-8ba9-98638e70d9b3-3aeccdce, #w-node-_0dda28aa-d336-3f56-5b9a-eb59739d9eaf-3aeccdce, #w-node-_7c936a7f-e13b-247e-43cc-1fa9d3e70f4a-3aeccdce, #w-node-d6ecfdc8-663b-fdcf-0c5b-6ad1c3d1182f-3aeccdce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42d92423-e70d-8189-634c-d818508988a2-5089889c {
  align-self: stretch;
}

#w-node-_8263c94b-1b3a-66df-30bf-f530ef45bb10-5089889c {
  align-self: start;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-fdeccddc {
  justify-self: start;
}

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

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

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

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

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

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

#w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc1-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc2-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc3-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc4-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc6-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc7-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc8-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fc9-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fcb-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fca-28299ec9, #w-node-_26aa7364-b97f-a2a4-8e6d-6bae033b9fcc-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa2477-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa2486-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa2495-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa24b3-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa24c2-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa24d1-28299ec9, #w-node-_82241a13-f5bd-e19b-aefe-3f7a04aa24e0-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb785a36-17ba-516d-e6e6-818cebf7f91b-28299ec9, #w-node-eb785a36-17ba-516d-e6e6-818cebf7f925-28299ec9, #w-node-eb785a36-17ba-516d-e6e6-818cebf7f92f-28299ec9, #w-node-cbaf9a63-2985-3272-f9fb-1a4161524d25-28299ec9, #w-node-be1ebf03-df6f-b2ad-4031-968121b0e089-28299ec9, #w-node-_784e83c1-2b52-43d4-8d0a-430c5f827386-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291464e-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914652-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914653-28299ec9 {
  align-self: center;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914659-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914671-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914675-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914676-28299ec9 {
  align-self: center;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291467c-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914695-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914699-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291469a-28299ec9 {
  align-self: center;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229146a0-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229146ca-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229146e5-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229146ff-28299ec9 {
  align-self: center;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914718-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914770-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291477f-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291478e-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229147ac-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229147bb-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229147ca-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e7229147d9-28299ec9, #w-node-_79fb0f36-4290-225c-9f64-7e5a2b5118d6-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291483e-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914843-28299ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7c936a7f-e13b-247e-43cc-1fa9d3e70f4a-3aeccdce, #w-node-d6ecfdc8-663b-fdcf-0c5b-6ad1c3d1182f-3aeccdce, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e72291483e-28299ec9, #w-node-_5fcfeaaa-3c3b-3687-4ff9-09e722914843-28299ec9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rock Salt';
  src: url('../fonts/rock-salt-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sassy molassy';
  src: url('../fonts/Sassy-Molassy.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Awesome';
  src: url('../fonts/la-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}