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

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

@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leaguespartan Variablefont Wght;
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue-1: #015c89;
  --green-3: #318c86;
  --green-4: #4ea8a2;
  --_typography---serif-font: "Leaguespartan Variablefont Wght", Arial, sans-serif;
  --green-7: #bde5e3;
  --green-9: #f0faf9;
  --green-6: #9cd3cf;
  --transparent-30: #7dc4bf4d;
  --green-8: #e6f5f4;
  --blue-1\<deleted\|variable-ed39d440\>: #032246;
  --transparent-50: #7dc4bf80;
  --green-5: #7dc4bf;
  --_typography---sans-font: "Leaguespartan Variablefont Wght", Arial, sans-serif;
  --transparent: #fff0;
  --blue-hover: #015c89;
  --radius: 0px;
  --blue-2: #054f74;
  --cta-color-6: #318c86;
  --cta-transparent-70: #f1e831b3;
  --cta-color-2: #595613;
  --cta-hover-color: #e0d82a;
  --blue-50\<deleted\|variable-0f98d002-11bf-5926-57e0-6885262b4a8e\>: #040f1b80;
  --transparent-10: #7dc4bf1a;
  --transparent-80: #7dc4bfcc;
  --blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>: #6f88a380;
  --cta-color-1: #33310b;
  --blue-3\<deleted\|variable-a7dc0bb5-5921-6578-ef3d-60a7cd9efde7\>: #040f1b;
  --blue-transparent-50: #015c8980;
  --dark-green-transparent-80: #1f5955cc;
  --transparent-20: #7dc4bf33;
  --green-dark: #102e2c;
  --green-transparent-10: #16403d1a;
  --cta-color-3: #a6a022;
  --cta-color-4: #a6a022;
  --cta-color-5: #bfb827;
  --cta-transparent-10: #f1e8311a;
  --cta-transparent-30: #f1e8314d;
  --cta-transparent-50: #f1e83180;
  --cta-transparent-90: #f1e831e6;
}

body {
  background-color: var(--white);
  color: var(--blue-1);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: var(--green-3);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text {
  font-size: 16px;
  line-height: 1.7em;
}

.rich-text p {
  margin-bottom: .8em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5em;
}

.rich-text a {
  color: var(--green-4);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--blue-1);
}

.rich-text li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ul, .rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

.rich-text h2 {
  font-family: var(--_typography---serif-font);
  margin-top: 1em;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text h3 {
  font-family: var(--_typography---serif-font);
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text h4 {
  font-family: var(--_typography---serif-font);
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text blockquote {
  border: 1px solid var(--green-7);
  background-color: var(--green-9);
  font-family: var(--_typography---serif-font);
  color: var(--green-3);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h5 {
  font-family: var(--_typography---serif-font);
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h1 {
  font-family: var(--_typography---serif-font);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.rich-text strong {
  font-size: 1.5rem;
  font-weight: 600;
}

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

.padding {
  width: 100%;
  padding: 10em 0;
}

.padding.small-paddings {
  padding-top: 5em;
  padding-bottom: 15em;
}

.padding.in-checkout {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.color-brown-light {
  background-color: var(--green-6);
  width: 100%;
  height: 5em;
}

.color-brown-light.is-4th {
  opacity: .7;
}

.color-brown-light.is-2nd {
  opacity: .3;
}

.color-brown-light.is-5th {
  opacity: .9;
}

.color-brown-light.is-3rd {
  opacity: .5;
}

.color-brown-light.is-1st {
  opacity: .1;
}

.color-brown {
  background-color: var(--green-3);
  width: 100%;
  height: 5em;
}

.color-brown.is-5th {
  opacity: .9;
}

.color-brown.is-1st {
  opacity: .1;
}

.color-brown.is-2nd {
  opacity: .3;
}

.color-brown.is-3rd {
  opacity: .5;
}

.color-brown.is-4th {
  opacity: .7;
}

.style-guide-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  max-width: 59em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  z-index: 10;
  background-color: var(--transparent-30);
  width: 100%;
  position: relative;
  overflow: clip;
}

.section.with-bg {
  background-color: var(--green-7);
}

.section.with-bg.with-borders {
  border-top: 1px solid var(--green-6);
  border-bottom: 1px solid var(--green-6);
}

.section.is-compact-hero {
  background-color: var(--blue-1);
  color: var(--white);
}

.section.is-3d-content-section {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.is-article-section {
  background-color: var(--green-8);
  overflow: visible;
}

.section.is-404-hero {
  border: 10px solid var(--white);
  background-color: var(--blue-1\<deleted\|variable-ed39d440\>);
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.section.with-bg-dark {
  background-color: var(--blue-1);
  color: var(--green-8);
  display: block;
}

.section.with-gradient-bg {
  background-image: linear-gradient(180deg, var(--green-7), white 50%);
}

.section.with-flex-dark-bg {
  background-color: var(--blue-1);
  color: var(--green-8);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.with-borders {
  border-top: 1px solid var(--blue-1);
  border-bottom: 1px solid var(--blue-1);
}

.color-blue {
  background-color: var(--blue-1);
  width: 100%;
  height: 5em;
}

.color-blue.is-4th {
  opacity: .7;
}

.color-blue.is-1st {
  opacity: .1;
}

.color-blue.is-3rd {
  opacity: .5;
}

.color-blue.is-2nd {
  opacity: .3;
}

.color-blue.is-5th {
  opacity: .9;
}

.container {
  z-index: 10;
  align-items: flex-end;
  width: 100%;
  max-width: 1600px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: block;
  position: relative;
  overflow: clip;
}

.container.is-cta-container-dark {
  border: 1px solid var(--transparent-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16403dcc;
}

.container.is-cta-container-light {
  border: 1px solid var(--green-3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
}

.services-hero {
  z-index: 10;
  border-bottom: 1px solid var(--green-3);
  background-color: var(--blue-1);
  color: var(--green-7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 8.5em;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 5;
  opacity: .4;
  filter: saturate(99%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.cover-image.is-motion-image {
  width: 140%;
  max-width: none;
  left: auto;
  right: auto;
}

.cover-image.for-phone {
  display: none;
}

.cover-image.is-mesh-background {
  opacity: .5;
  height: 100%;
  min-height: auto;
}

.cover-image.service-1 {
  opacity: .4;
  object-position: 100% 0%;
}

.cover-image.service-2 {
  object-position: 100% 0%;
}

.cover-image.small {
  width: 100%;
  height: 100%;
}

.cover-image.small._2.about {
  opacity: 1;
  object-position: 50% 0%;
}

.cover-image.top-aligned {
  opacity: .4;
  object-position: 50% 0%;
}

.cover-image.down-aligned {
  opacity: .1;
  object-position: 50% 100%;
}

.cover-image._2 {
  opacity: .8;
  filter: brightness(82%);
  object-position: 100% 0%;
}

.cover-image._2.about {
  opacity: 32;
  object-position: 50% 0%;
}

.cover-image.contact {
  opacity: 1;
  filter: none;
}

.heading {
  z-index: 10;
  font-family: var(--_typography---serif-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.heading.is-medium-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.heading.is-team-name {
  color: var(--white);
  font-size: 2.5em;
  font-weight: 400;
}

.heading.is-contact-form-title {
  width: 100%;
  margin-bottom: .5em;
  font-size: 2.4em;
}

.heading.is-simple-hero-title {
  color: var(--green-6);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2em;
}

.heading.is-3d-content-title {
  z-index: 5;
  font-family: var(--_typography---serif-font);
  color: var(--white);
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2em;
}

.heading.is-cases-title {
  color: var(--white);
  text-align: center;
  font-size: 12em;
  line-height: 1em;
}

.heading.is-product-title {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-vertical-content-title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-case-study-title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.heading.is-product-hero-title {
  color: var(--white);
  font-size: 3em;
  line-height: 1.3em;
}

.heading.is-hero-article-title {
  color: var(--white);
  font-size: 4em;
  font-weight: 500;
  line-height: 1.3em;
}

.heading.is-hero-team-title {
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-we-offer-title {
  text-indent: 1em;
  max-width: 18em;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-small-title {
  font-size: 2em;
}

.heading.is-cta-title {
  text-align: center;
  max-width: 13em;
  font-size: 5em;
  font-weight: 700;
}

.heading.is-case-study-title {
  font-size: 1.8em;
  line-height: 1.2em;
}

.heading.is-service-cms-title {
  font-size: 1.7em;
}

.heading.is-large {
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1em;
}

.heading.is-small {
  font-size: 2.5em;
}

.heading.is-regular {
  font-size: 3em;
}

.heading.is-medium {
  font-size: 3.5em;
}

.heading.is-extralarge {
  font-size: 5em;
}

.heading.is-home-title {
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1em;
  display: inline;
}

.heading.is-large-cta-title {
  font-family: var(--_typography---sans-font);
  color: var(--blue-1);
  letter-spacing: -.025em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.heading.is-journal-title {
  font-size: 9em;
  line-height: .9em;
}

.heading.is-inline-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2em;
  display: inline;
}

.heading.is-service-short-name {
  letter-spacing: normal;
  text-indent: -.5vw;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
}

.heading.is-contact-title {
  font-family: var(--_typography---serif-font);
  text-indent: 1em;
  margin-bottom: .3em;
  font-size: 7em;
  font-weight: 700;
  line-height: .9em;
}

.heading.is-about-title {
  font-size: 5em;
  line-height: 1.3em;
}

.heading.is-process-title {
  max-width: 15em;
  font-size: 4em;
}

.heading.is-service-cms-title {
  font-size: 3.6em;
  line-height: 1.3em;
}

.heading.is-solution-cms-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1em;
}

.heading.is-case-study-cms-title {
  font-size: 6em;
  line-height: 1.2em;
  display: inline;
}

.heading.is-case-study-hero-title {
  color: var(--green-6);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
  display: inline;
}

.heading.is-services-large-title {
  font-size: 13em;
}

.heading.is-404-title {
  font-family: var(--_typography---serif-font);
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading.is-services-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
  display: inline;
}

.services-hero-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 501;
  background-color: #015c89ad;
  width: 100%;
  min-height: 6em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-inner {
  z-index: 20;
  border-bottom: 1px solid var(--green-3);
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #16403d1a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-right: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-inner:hover {
  background-color: var(--blue-1);
  color: var(--blue-1);
}

.brand-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-right: 1px solid var(--green-3);
  color: var(--green-7);
  justify-content: flex-start;
  align-items: center;
  padding: .5em 2.5em;
  transition: color .2s;
  display: flex;
}

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

.brand-name {
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
}

.nav-link-block {
  z-index: 10;
  border-bottom: 1px solid var(--transparent);
  color: var(--green-7);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  top: 1px;
  overflow: visible;
}

.nav-link-block:hover {
  color: var(--green-9);
  transform: scale(1.1);
}

.nav-link-block.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav-link-block.is-dropdown {
  grid-column-gap: .5em;
  border-color: var(--transparent) var(--green-3) var(--transparent) var(--transparent);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2em 0 2.5em;
  top: 0;
}

.nav-link-block.is-dropdown:hover {
  background-color: var(--blue-hover);
  transform: none;
}

.nav-link-block._w-icon {
  flex-flow: row;
  transition-property: border-color, all;
  transition-timing-function: ease, cubic-bezier(.215, .61, .355, 1);
}

.nav-link-block._w-icon:hover {
  transform: scale(1.1);
}

.custom-list-content {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .15em;
  display: flex;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: absolute;
}

.custom-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-item.is-last {
  padding-bottom: 0;
}

.custom-list-icon-bg {
  z-index: 2;
  border: 1px solid var(--green-3);
  border-radius: var(--radius);
  background-color: var(--blue-2);
  position: absolute;
  inset: 0%;
}

.custom-list-icon-block {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-paragraph {
  opacity: .8;
  font-size: 16px;
  line-height: 1.5em;
}

.list-line {
  background-color: var(--green-7);
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-title {
  font-family: var(--_typography---serif-font);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.reveal-image-trigger {
  z-index: 5;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.reveal-image-trigger.in-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-for-animation {
  z-index: 20;
  background-color: var(--blue-1);
  height: 160vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-dark-green-color {
  background-color: var(--blue-1);
}

.bg-for-animation.is-green-color {
  background-color: var(--green-3);
}

.about-grid-image {
  z-index: 10;
  border-radius: var(--radius);
  height: 100%;
  min-height: 35em;
  position: relative;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  align-items: center;
}

.contact-grid-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uppercase-paragraph {
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}

.uppercase-paragraph.is-vertical {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-list {
  grid-column-gap: 6em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.team-grid-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.team-grid-item:nth-child(2n) {
  margin-top: 6em;
}

.team-grid-link {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40em;
  padding: 3.5em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-role-text {
  color: var(--green-7);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}

.paragraph {
  z-index: 10;
  text-transform: none;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.paragraph.with-opacity-85 {
  opacity: .85;
  color: var(--green-7);
  font-size: 1.2rem;
  line-height: 1.3em;
}

.paragraph.is-bold {
  font-size: max(16px, 1.3em);
  font-weight: 700;
}

.paragraph.is-bold.bigger, .paragraph.is-bold.medium {
  font-size: 2.5rem;
  line-height: 1.1em;
}

.paragraph.is-large, .paragraph.is-medium {
  font-size: 1.5em;
}

.paragraph.is-xlarge {
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph.is-uppercase {
  opacity: .6;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}

.paragraph.smaller {
  font-size: 1.2rem;
}

.paragraph.sub-headline {
  color: var(--green-4);
  text-transform: uppercase;
  font-weight: 800;
}

.paragraph.header {
  font-size: 1.2rem;
}

.button-text {
  z-index: 10;
  color: var(--blue-2);
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1em;
  position: relative;
  top: .1em;
}

.team-grid-wrapper {
  border: 5px solid var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-wrapper.in-about {
  margin-top: 3.5em;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-layout {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.checkbox-label {
  color: var(--blue-2);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.checkbox {
  border-width: .2em;
  border-color: var(--blue-2);
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 1.8em;
  height: 1.8em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: border-color .2s, background-color .3s;
  box-shadow: 0 0 3px 1px #0000;
}

.checkbox:hover {
  border-width: .3em;
}

.checkbox:active {
  box-shadow: none;
  border-width: .3em;
}

.checkbox.w--redirected-checked {
  border-width: .25em;
  border-color: var(--blue-2);
  background-color: var(--blue-2);
  box-shadow: none;
  background-image: url('../images/check_24dp_FILL0_wght600_GRAD0_opsz24.svg');
  background-size: 1.4em;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--green-4);
  border-width: 4px;
}

.form-error-text {
  color: #94283d;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}

.form-success-message {
  border: 1px solid var(--white);
  background-color: var(--green-4);
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 13em 3em;
}

.form-success-title {
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.6em;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-field {
  z-index: 5;
  border: 2px solid var(--green-3);
  border-radius: var(--radius);
  background-color: var(--white);
  color: var(--blue-2);
  align-self: stretch;
  width: 100%;
  min-height: 3.6em;
  margin-bottom: .3em;
  padding: .8em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
  transition: border .2s;
  position: relative;
}

.form-field:hover {
  border-width: 5px;
  border-color: var(--blue-1);
}

.form-field:focus {
  border-width: 5px;
  border-color: var(--green-3);
  background-color: var(--green-9);
}

.form-field::placeholder {
  color: var(--green-4);
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
}

.form-field.in-password {
  text-align: center;
  font-size: 18px;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: flex;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer {
  z-index: 500;
  background-color: var(--blue-1);
  color: var(--green-7);
  flex-flow: column;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.footer-utility-links {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--blue-2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em 4vw;
  display: flex;
  position: relative;
}

.footer-large-link {
  border-bottom: 1px solid var(--green-3);
  font-family: var(--_typography---serif-font);
  color: var(--green-7);
  width: 100%;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-right: 2em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  transition: color .2s;
  overflow: hidden;
}

.footer-large-link:hover {
  color: var(--white);
  background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.2em;
}

.nav-text {
  text-transform: none;
  white-space: nowrap;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1em;
}

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

.footer-utility-links-wrapper {
  grid-column-gap: 2.6em;
  grid-row-gap: .3em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-main-links {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.empty-state-hidden {
  display: none;
}

.button-for-open-menu {
  z-index: 500;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--green-4);
  background-color: var(--cta-color-6);
  -webkit-text-stroke-color: var(--blue-1);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 10em;
  height: 6em;
  padding: .5em 2em;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.burger-menu {
  z-index: 10;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 2em;
  height: 1.3em;
  display: flex;
  position: relative;
}

.burger-menu-line {
  background-color: var(--blue-1);
  width: 100%;
  height: 2px;
}

.menu-links-wrapper {
  z-index: 10;
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 15vh 5vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-social-link {
  z-index: 10;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  opacity: .6;
  color: #f5eceab3;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-social-link:hover {
  opacity: 1;
  color: var(--white);
}

.menu-background-color {
  background-color: var(--blue-2);
  border-right: 1px solid #c99b8f80;
  position: fixed;
  inset: 0%;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
}

.menu-layout {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 10;
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  border-left: 1px solid var(--green-3);
  color: var(--green-6);
  cursor: pointer;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  padding-top: 10vh;
  padding-bottom: 10vh;
  line-height: 1.1em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.close-button:hover {
  background-color: var(--blue-2);
}

.menu-link {
  border-bottom: 1px solid var(--green-3);
  font-family: var(--_typography---serif-font);
  color: var(--green-6);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  line-height: 1.1em;
  transition: border-color .2s, height .5s cubic-bezier(.075, .82, .165, 1), color .2s;
  display: flex;
  overflow: hidden;
}

.menu-link:hover {
  border-bottom-color: var(--cta-color-6);
  color: var(--cta-color-6);
  height: 115%;
}

.menu-link.w--current {
  color: #f5ecea;
  border-bottom-color: #e4c6be63;
}

.menu-social-wrapper {
  z-index: 20;
}

.menu-social-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.compact-hero-bg {
  z-index: 1;
  min-height: auto;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.motion-image-size {
  z-index: 1;
  width: 50vw;
  height: 100%;
  position: relative;
}

.motion-images {
  z-index: 1;
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 37em;
  display: flex;
  position: absolute;
}

.motion-images.is-fullscreen-images {
  min-height: 70vh;
}

.motion-title {
  z-index: 10;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.motion-image-overlay-color {
  z-index: 10;
  mix-blend-mode: multiply;
  background-color: #03224680;
  position: absolute;
  inset: 0%;
}

.motion-subtitle {
  z-index: 10;
  padding: .3em;
  position: relative;
  overflow: hidden;
}

.motion-subtitle.is-absolute {
  position: absolute;
  top: -4em;
}

.button-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.7em;
  position: relative;
}

.submit-button {
  border: 2px solid var(--blue-1);
  border-radius: var(--radius);
  background-color: var(--cta-color-6);
  color: var(--blue-1);
  text-align: left;
  padding: 1.3em 1.5em;
  font-size: 1.4em;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  background-color: var(--cta-transparent-70);
}

.empty-state-default {
  border: 1px solid var(--green-5);
  background-color: var(--green-7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5em;
  font-size: 1.3em;
  line-height: 1.1em;
  display: flex;
}

.custom-list {
  max-width: 50em;
}

.custom-list.none-max-width {
  max-width: none;
}

.compact-hero {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 15em 0 8em;
  display: flex;
}

.form-cta-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  width: 100%;
}

.form-cta-block {
  border-right: 1px solid var(--blue-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.compact-hero-paragraph {
  width: 100%;
  max-width: 30em;
  font-size: 18px;
  line-height: 1.5em;
}

._3d-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3d-content-overlay {
  z-index: 7;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-2), #190f0f33);
  position: absolute;
  inset: 0%;
}

._3d-content-name {
  color: var(--white);
  text-align: center;
  margin-bottom: .4em;
  font-size: 1.6em;
  font-weight: 500;
}

._3d-content-role {
  color: var(--green-7);
  font-size: 16px;
  font-weight: 400;
}

.article-progress-line {
  background-color: var(--green-8);
  width: 2px;
  height: 80vh;
  margin-left: auto;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.hero-1-social-item {
  flex: none;
}

.article-rich-content {
  width: 100%;
  max-width: 800px;
}

.timeline-bg {
  background-color: var(--blue-1);
  position: absolute;
  inset: 0%;
}

.hero-1-social-list {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1-social-list.in-article {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
}

.article-grid-content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr .75fr;
}

.social-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.form-cta-custom-list {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.form-layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-content-paragraph {
  opacity: .85;
  text-align: center;
  max-width: 30em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

._3d-content-person {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-hero-layout {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 23em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.motion-subtitle-text {
  color: var(--green-7);
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1em;
}

.social-article-link {
  opacity: .7;
  padding: .5em;
  transition: opacity .2s;
}

.social-article-link:hover {
  opacity: 1;
}

.utility-page-wrap {
  background-color: var(--blue-1);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5em 8vw;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  z-index: 10;
  border: 1px solid var(--white);
  text-align: center;
  background-color: #ffffffbf;
  flex-direction: column;
  width: 100%;
  max-width: 33em;
  padding: 5em;
  display: flex;
  position: relative;
}

.utility-page-form {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-icon {
  width: 1em;
  height: 1em;
  margin-right: .6em;
  font-size: 2em;
}

.password-field {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.password-title-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.your-cart-text {
  text-transform: none;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.cart-footer {
  z-index: 10;
  border-top-color: var(--green-3);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.nav-cart-block {
  grid-column-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty-cart-text {
  color: var(--blue-1\<deleted\|variable-ed39d440\>);
  font-size: 1.2em;
  line-height: 1.3em;
}

.error-state {
  border-radius: var(--radius);
  color: #bb281a;
  text-align: center;
  background-color: #f8d2d2;
  border: 1px solid #d67b79;
  margin: 0;
  padding: 1em;
  font-weight: 500;
}

.checkout-button {
  border: 1px solid var(--cta-color-2);
  border-radius: var(--radius);
  background-color: var(--cta-color-6);
  color: var(--blue-1);
  text-transform: none;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 700;
  transition: background-color .2s;
}

.checkout-button:hover {
  background-color: var(--cta-hover-color);
}

.checkout-actions {
  z-index: 10;
  position: relative;
}

.cart-wrapper {
  background-color: var(--blue-50\<deleted\|variable-0f98d002-11bf-5926-57e0-6885262b4a8e\>);
}

.option {
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.1em;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon.in-cart {
  flex: none;
  font-size: 1.3em;
}

.icon.is-sale-icon {
  font-size: 1.4em;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: block;
  position: absolute;
}

.icon.is-nav-icon {
  font-size: 1.3em;
}

.icon.is-menu-link-icon {
  font-size: 1.7em;
}

.icon.is-social-menu-icon {
  width: 2.5em;
  height: 2.5em;
  font-size: 1.3em;
  overflow: hidden;
}

.icon.is-social-menu-icon.insta {
  width: 2.1em;
  height: 2.1em;
}

.icon.in-case-study {
  font-size: 1.7em;
}

.icon.is-medium {
  font-size: 1.5em;
}

.icon.in-dropdown-link {
  font-size: 1.6em;
}

.icon.is-card-icon, .icon.is-job-icon {
  font-size: 1.7em;
}

.icon.is-main-icon {
  width: 2rem;
  height: 2rem;
  font-size: 2em;
}

.icon.is-main-icon.clean {
  width: 2rem;
  height: 2rem;
}

.icon.is-dropdown-icon {
  width: 1.1em;
  height: 1.1em;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 1.7em;
}

.cart-close-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.cart-close-button:hover {
  color: var(--blue-1);
}

.cart-line-item {
  z-index: 10;
  margin-bottom: 1.4em;
  position: relative;
}

.option-list {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.cart-subtotal-text {
  text-transform: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.products-quantity-text {
  z-index: 10;
  color: var(--green-6);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  min-width: auto;
  height: auto;
  margin: 2px 0 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
  display: none;
  position: relative;
}

.cart-container {
  border-radius: var(--radius);
  background-color: var(--green-8);
  width: 35em;
  min-width: 35em;
  max-width: 90vw;
  line-height: 1.3em;
  box-shadow: 0 5px 25px #00000059;
}

.cart-button {
  z-index: 10;
  border-right: 1px solid var(--green-3);
  border-left: 1px solid var(--green-3);
  background-color: var(--transparent-10);
  color: var(--green-6);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 5em;
  height: 100%;
  min-height: 4em;
  padding: .5em 1em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.cart-button:hover {
  background-color: var(--transparent-30);
  color: #f8cabf;
}

.dropdown {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  background-color: var(--blue-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  inset: 6em 0% auto;
  box-shadow: 0 20px 40px -10px #00000080;
}

.cart {
  border-radius: var(--radius);
  align-self: stretch;
}

.cart:hover {
  border-color: #e4c6be80;
}

.order-item-list {
  margin-bottom: 0;
}

.checkout-option {
  grid-column-gap: .25em;
  color: var(--green-3);
  letter-spacing: .025em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.1em;
  display: flex;
}

.checkout-order-quantity {
  margin-right: .3em;
  font-size: 16px;
  font-weight: 500;
}

.checkout-product-in-order {
  grid-row-gap: .4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-checkout {
  font-family: var(--_typography---serif-font);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2em;
}

.pay-with-browser {
  height: 60px;
}

.billing-checkbox-text {
  margin-bottom: 0;
  margin-left: .7em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.checkout-summary {
  flex: 1;
  padding-bottom: 20px;
}

.checkout-checkbox {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
}

.pay-with-browser-text {
  color: #f1f4f6;
  text-transform: uppercase;
}

.shipping-method-list {
  border-left-width: 0;
  border-left-color: #0000;
  border-right-width: 0;
  border-right-color: #0000;
}

.form-field-checkout {
  border-color: var(--transparent-80);
  background-color: var(--white);
  height: 3.3em;
  margin-bottom: 1em;
  padding: .5em 1.5em;
  font-size: 1.1em;
  transition: border-color .2s;
}

.form-field-checkout:hover, .form-field-checkout:active, .form-field-checkout:focus {
  border-color: var(--green-4);
}

.order-summary-block {
  border-bottom: 1px solid var(--blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>);
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.shipping-method {
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #a8b9ca;
  padding: 1.5em 0;
}

.shipping-method:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.checkout-block-header {
  background-color: var(--blue-1);
  color: var(--green-6);
  border-width: 0;
  border-color: #0000;
  padding: 1.5em 2em;
}

.apple-pay {
  height: 60px;
}

.checkout-option-list {
  margin-top: 0;
  font-size: .9em;
}

.required-text {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
}

.checkout-order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>);
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.checkout-order-item:last-child {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout-shipping-content {
  grid-row-gap: .5em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkout-shipping-title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.checkout-order-product {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.checkout-form {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.checkout-content {
  flex: 0 auto;
  width: 65%;
  margin-right: 2em;
}

.checkout-submit-button {
  z-index: 100;
  border: 1px solid var(--cta-color-1);
  background-color: var(--cta-color-6);
  color: var(--cta-color-1);
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.2em 1em;
  font-size: 1.5em;
  font-weight: 500;
  transition: background-color .2s;
  position: relative;
}

.checkout-submit-button:hover {
  background-color: var(--cta-hover-color);
}

.checkout-block-content {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent-80) var(--blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>) var(--blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>);
  background-color: #ffffff80;
  width: 100%;
  padding: 2em;
}

.checkout-block-content.is-summary {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.field-label {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.checkout-radio-button {
  position: relative;
  top: -.1em;
}

.order-summary-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.order-summary-text.is-price {
  font-weight: 400;
}

.order-summary-text.is-price.is-total, .order-summary-text.is-bold {
  font-weight: 600;
}

.checkout-shipping-description {
  font-size: 1.3em;
  line-height: 1.2em;
}

.checkout-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}

.confirmation-title {
  margin-bottom: .6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.confirmation-flex {
  grid-row-gap: 4em;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.confirmation-customer {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1.2em;
  display: flex;
}

.order-confirmation {
  text-align: left;
  background-color: #0000;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.confirmation-desc-text-1 {
  margin-bottom: .4em;
  font-size: 1.1em;
  line-height: 1.2em;
}

.confirmation-column {
  padding-left: 0;
  padding-right: 0;
}

.compact-product-price {
  font-size: 16px;
  font-weight: 500;
}

.compact-product-price.is-compare-price {
  opacity: .65;
  text-decoration: line-through;
}

.products {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product-layout {
  grid-row-gap: .8em;
  border: 1px solid var(--blue-1);
  border-radius: var(--radius);
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-layout:hover {
  background-color: var(--white);
}

.product-image {
  z-index: 10;
  border-radius: var(--radius);
  width: 100%;
  height: 15em;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.product-title {
  z-index: 10;
  color: var(--blue-1);
  width: 100%;
  position: relative;
}

.product-prices {
  grid-column-gap: .8em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.product-price {
  font-size: 16px;
  font-weight: 500;
}

.product-price.is-compare-price {
  opacity: .5;
  text-decoration: line-through;
}

.default-state {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
}

.add-to-cart {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.add-to-cart.in-product-hero {
  font-size: 1.2em;
}

.add-to-cart-button {
  border: 1px solid var(--cta-color-1);
  border-radius: var(--radius);
  background-color: var(--cta-color-6);
  color: var(--cta-color-1);
  text-align: left;
  background-image: url('../images/shopping_bag_24dp_FILL0_wght500_GRAD0_opsz24.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  min-height: 3.3em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 3em 1em 1em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  border-color: var(--cta-color-1);
  background-color: var(--cta-hover-color);
}

.quantity {
  border-width: 1px;
  border-color: var(--blue-1);
  border-radius: var(--radius);
  background-color: var(--white);
  color: var(--blue-1);
  width: 4.5em;
  height: 3.3em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em;
  font-size: 1.1em;
  font-weight: 700;
}

.select-type {
  border: 1px solid var(--transparent-10);
  border-radius: var(--radius);
  color: var(--green-4);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1em .5em .5em;
  font-size: .8em;
  font-weight: 600;
}

.product-option-list {
  width: 100%;
}

.product-option-list.is-hide {
  display: none;
}

.error-message {
  font-size: 1.1em;
  line-height: 1.1em;
}

.option-text {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.cart-product-price {
  margin-right: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
}

.product-featured {
  z-index: 30;
  border-radius: var(--radius);
  background-color: var(--white);
  color: var(--blue-1);
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: .7em;
  font-weight: 600;
  position: absolute;
  inset: 1em auto auto 1em;
  box-shadow: 5px 5px 15px #0009;
}

.card-block {
  z-index: 10;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--green-6);
  text-align: center;
  background-color: #03224636;
  border: 1px solid #90b3db73;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em 2em;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block:hover {
  z-index: 15;
  color: var(--green-7);
  background-color: #03224680;
  border-color: #90b3db99;
}

.product-hero-price {
  font-family: var(--_typography---serif-font);
  font-size: 1.5em;
  line-height: 1.3em;
}

.product-hero-price.is-before {
  text-decoration: line-through;
}

.product-detail-button {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: var(--radius);
  background-color: var(--blue-2);
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 3.3em;
  padding: .5em 1em;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-detail-button:hover {
  background-color: var(--blue-1);
}

.product-option {
  width: 100%;
}

.vertical-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-flex.with-gap {
  grid-row-gap: 4em;
  justify-content: center;
  align-items: flex-start;
}

.vertical-flex.with-small-gap {
  grid-row-gap: 2em;
}

.vertical-flex.align-center {
  justify-content: center;
  align-items: center;
}

.checkout-quantity {
  opacity: .64;
}

.checkout-info-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 1.1em;
}

.checkout-info-column {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkout-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.compact-products, .compact-products-list {
  width: 100%;
}

.compact-product-flex {
  grid-column-gap: 3.25em;
  grid-row-gap: 2em;
  border: 1px solid var(--blue-1);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding: 1.5em;
  transition: background-color .2s;
  display: flex;
}

.compact-product-flex:hover {
  background-color: var(--transparent);
}

.compact-product-image {
  z-index: 10;
  border-radius: 3px;
  flex: none;
  width: 10em;
  height: 5em;
  position: relative;
  overflow: hidden;
}

.compact-product-cart {
  flex: none;
}

.out-of-stock-state {
  border-radius: var(--radius);
  text-align: center;
  background-color: #f1e5e5;
  border: 1px solid #c47d7d;
  margin-top: 0;
  padding: 1em;
  line-height: 1.1em;
}

.product-error-state {
  text-align: center;
  background-color: #ebb5a8;
  border: 1px solid #cc7863;
  border-radius: 3px;
  margin-top: .5em;
  padding: .5em;
  line-height: 1.1em;
}

.compact-product-prices {
  grid-column-gap: 1.5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.compact-product-title-link {
  color: var(--blue-1);
}

.add-to-cart-button-small {
  border: 1px solid var(--cta-color-2);
  border-radius: var(--radius);
  background-color: var(--cta-color-6);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-image: url('../images/shopping_bag_24dp_FILL0_wght500_GRAD0_opsz24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  width: 3.5em;
  min-height: 3.3em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.1em 1.5em 1em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  transition: background-color .2s;
  overflow: hidden;
}

.add-to-cart-button-small:hover {
  background-color: var(--cta-hover-color);
}

.compact-product-content {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.apple-pay-button {
  border-radius: var(--radius);
}

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

.gallery-lightbox {
  border-radius: var(--radius);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-background {
  z-index: 3;
  background-color: var(--blue-1);
  opacity: .8;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gallery {
  width: 100%;
}

.logo-carousel {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.logo-carousel-block {
  grid-column-gap: 2%;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-carousel-image {
  object-fit: contain;
  width: 20em;
  max-width: 18%;
  height: 8em;
}

.team-grid-content {
  z-index: 20;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-grid-overlay {
  z-index: 10;
  background-image: linear-gradient(0deg, var(--blue-3\<deleted\|variable-a7dc0bb5-5921-6578-ef3d-60a7cd9efde7\>), #22181600);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-overlay-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #020e1bcc;
  position: absolute;
  inset: 0%;
}

.footer-utility-link {
  color: var(--green-6);
  text-align: left;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-utility-link:hover, .footer-utility-link.w--current {
  color: var(--white);
}

.process-hero-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-hero-layout {
  z-index: 10;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

._3d-content-padding {
  padding: 10em 0;
}

.nav-background {
  z-index: 1;
  background-color: var(--blue-1);
  display: none;
  position: absolute;
  inset: 0%;
}

.compact-hero-overlay {
  z-index: 6;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #1a465c;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--blue-3\<deleted\|variable-a7dc0bb5-5921-6578-ef3d-60a7cd9efde7\>), var(--transparent));
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-form-paragraph {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.3em;
}

.product-detail-button-text {
  z-index: 10;
  white-space: nowrap;
  font-size: 1.1em;
  line-height: 1em;
  position: relative;
}

.product-rich-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-page-link {
  color: var(--green-6);
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1.2em;
  line-height: 1.2em;
}

.footer-page-link:hover {
  color: var(--green-7);
}

.footer-page-link.w--current {
  color: var(--white);
}

.footre-page-links {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-contact-link {
  color: var(--green-7);
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
}

.footer-contact-link:hover {
  color: var(--white);
}

.footer-utility-links-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.product-hero-image {
  z-index: 10;
  align-self: stretch;
  width: 50%;
  position: relative;
}

.product-hero-content {
  z-index: 10;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 6em 4em;
  display: flex;
  position: relative;
}

.product-hero-description {
  opacity: .9;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.product-hero-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-7);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10em;
  display: flex;
  position: relative;
}

.product-hero-prices {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-hero-price-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-hero-price-block.is-before-price {
  opacity: .75;
}

.product-hero-price-title {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.services-hero-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .8;
  color: var(--green-7);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4em;
  display: flex;
}

.hero-article {
  background-color: var(--blue-1);
  color: var(--green-6);
  padding-top: 12em;
  padding-bottom: 5em;
  overflow: hidden;
}

.hero-article-small-text {
  text-transform: uppercase;
  font-size: 1.1em;
}

.hero-article-small-text.is-bold {
  font-weight: 600;
}

.hero-article-categories {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-article-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-article-category {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-article-grid {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

.hero-article-image {
  height: 30em;
  min-height: 60vh;
}

.compact-hero-height {
  height: 8em;
}

.compact-hero-height.is-top {
  height: 6em;
  display: none;
}

.footer-layout {
  z-index: 10;
  flex: 1;
  padding-top: 8em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-team {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-7);
  width: 100%;
  padding-top: 10em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
}

.hero-team-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-team-bio {
  font-size: 20px;
  line-height: 1.5em;
}

.hero-team-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52em;
  display: flex;
}

.product-small-title {
  opacity: .7;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.link-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--blue-line\<deleted\|variable-97b2488c-b966-ea60-ed6c-195c7a364892\>);
  color: var(--green-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  padding: 2em 1em;
  font-size: 16px;
  display: flex;
}

.link-block:hover {
  background-image: linear-gradient(#0003, #0003);
}

.utility-rich-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cart-title {
  font-size: 1.2em;
  line-height: 1.5em;
}

.cart-remove {
  color: #b11010;
  font-size: .9em;
}

.cart-product {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 1em;
}

.cart-item {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.nav-menu-wrapper {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.nav-main-links {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.services-hero-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--green-3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.services-hero-list-block {
  z-index: 10;
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--green-3) var(--transparent) var(--transparent);
  background-color: var(--blue-transparent-50);
  color: var(--green-7);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2.2em;
  position: relative;
}

.dropdown-cms-links {
  z-index: 10;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em;
  position: relative;
}

.hero-cta-button-title {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-hero-cta-button {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--cta-color-6);
  color: var(--cta-color-1);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footre-contact-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  display: flex;
}

.footer-main-links-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-dropdown-icon {
  z-index: 10;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-icon-bg {
  z-index: 1;
  background-color: var(--green-4);
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
}

.services-hero-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.services-hero-bg-overlay {
  z-index: 11;
  background-image: linear-gradient(180deg, var(--blue-1), var(--transparent) 11%, var(--transparent) 50%, var(--blue-1));
  opacity: .9;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-cta-button-content {
  z-index: 10;
  position: relative;
}

.hero-cta-button-bg {
  z-index: 1;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.services-hero-bg-color {
  z-index: 20;
  background-color: var(--blue-1);
  display: block;
  position: absolute;
  inset: 0%;
}

.burger-menu-bg {
  z-index: 1;
  background-color: var(--green-5);
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-cms-links-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-link-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--green-3);
  border-radius: var(--radius);
  background-color: var(--blue-2);
  color: var(--green-8);
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.215, .61, .355, 1), color .2s, background-color .2s;
  display: flex;
}

.dropdown-link-block:hover {
  background-color: var(--blue-1);
  color: var(--white);
  transform: scale(1.1);
}

.dropdown-cms-link-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.dropdown-link-content {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-link-text {
  opacity: .75;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  display: none;
}

.menu-sesondary-link {
  font-family: var(--_typography---serif-font);
  color: var(--green-7);
  text-align: center;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
  transition: color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-sesondary-link:hover {
  color: var(--white);
}

.menu-sesondary-link.w--current {
  color: #f5ecea;
  border-bottom-color: #e4c6be63;
}

.secondary-links {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 12vw;
  padding-top: 4vh;
  display: flex;
}

.menu-link-text {
  font-size: 7vh;
  font-weight: 800;
  line-height: 1em;
}

.menu-socials {
  z-index: 10;
  border-right: 1px solid var(--green-3);
  justify-content: center;
  align-items: center;
  width: 10em;
  padding-top: 10vh;
  padding-bottom: 10vh;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.menu-socials:hover {
  width: 12em;
}

.menu-close-text {
  letter-spacing: .3em;
  text-transform: none;
  writing-mode: vertical-rl;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.menu-main-links {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.menu-link-circle {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-link-circle-bg {
  z-index: 1;
  background-color: var(--cta-color-6);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.menu-small-text {
  color: var(--green-5);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  margin-bottom: 3vh;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.secondary-links-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-close-text-mobile {
  letter-spacing: .3em;
  text-transform: none;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  display: none;
}

.hero-background-trigger {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.we-offer-grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.we-offer-block {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40em;
  display: flex;
}

.we-offer-flex {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.we-offer-services {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60em;
  display: grid;
}

.secondary-links-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.we-offer-services-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-link {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--cta-color-6);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.main-link:hover {
  color: #f7faa4;
}

.main-link.is-2nd {
  color: var(--blue-2);
}

.main-link.is-2nd:hover {
  color: var(--blue-1);
}

.main-link.is-large {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border-top: 1px solid var(--blue-1);
  color: var(--blue-1);
  justify-content: center;
  align-items: center;
  padding: 6vw 8vw;
}

.main-link.in-blog, .main-link.in-blog:hover {
  color: var(--blue-1);
}

.main-link-icon-block {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.main-link-icon-block.is-large {
  width: 6vw;
  height: 6vw;
}

.main-link-icon-bg {
  background-color: var(--cta-color-6);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.main-link-icon-bg.is-2nd {
  background-color: var(--cta-color-6);
}

.main-link-icon {
  z-index: 11;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.main-link-icon.is-large {
  font-size: 3vw;
}

.main-link-text {
  font-size: 1.4em;
  line-height: 1.2em;
}

.main-link-text.is-large {
  text-align: center;
  font-size: 4vw;
  line-height: 1.1em;
}

.main-link-open-text {
  text-transform: uppercase;
}

.we-offer-content {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.we-offer-image {
  border-radius: var(--radius);
  width: 12em;
  height: 6em;
  position: relative;
  overflow: hidden;
}

.cta-section {
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
  position: relative;
}

.cta-section-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-link-yellow {
  color: var(--cta-color-6);
  background-image: url('../images/arrow_circle_right_24dp_FILL0_wght500_GRAD0_opsz24.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.2em;
  transition: opacity .2s;
}

.span-link-yellow:hover {
  opacity: .7;
}

.max-width-50 {
  max-width: 50em;
}

.span-link-green {
  color: var(--green-3);
  background-image: url('../images/arrow_circle_right_24dp_FILL0_wght500_GRAD0_opsz24-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.2em;
  transition: opacity .2s;
}

.span-link-green:hover {
  opacity: .7;
}

.case-studies-grid {
  grid-column-gap: 5em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.case-studies-grid.with-margin {
  margin-top: 4em;
}

.case-study-item {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 40em;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-item:nth-child(odd) {
  margin-bottom: 5em;
}

.case-study-item:nth-child(2n) {
  margin-top: 5em;
}

.case-study-content-link {
  z-index: 20;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--blue-1);
  background-color: #ffffffa6;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 2.5em;
  transition: padding .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-content-link:hover {
  padding-top: 3.5em;
  padding-bottom: 3.3em;
}

.case-study-category-text {
  font-size: 1em;
  font-weight: 800;
}

.case-study-category-text.is-featured {
  border-radius: var(--radius);
  background-color: var(--blue-1);
  color: var(--white);
  padding: .2em .6em;
  font-size: .9em;
  font-weight: 600;
}

.case-study-categories {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--blue-1);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  position: relative;
}

.case-study-categories-flex {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mesh-background {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.case-study-bg {
  z-index: 1;
  background-color: var(--cta-color-6);
  display: none;
  position: absolute;
  inset: 0%;
}

.case-studies-wrapper {
  width: 100%;
  position: relative;
}

.secondary-links-wrapper, .secondary-link-item {
  width: 100%;
}

.reflections {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(212deg, #ffffff03 8%, #fff3 15%, #ffffff03 29% 39%, #fff3 45%, #ffffff03 60%);
  display: block;
  position: absolute;
  inset: 0%;
}

.span-highlight {
  background-image: linear-gradient(90deg, var(--transparent), var(--green-7) 35%, var(--transparent));
  margin-right: .05em;
  font-style: italic;
  line-height: 1.1em;
  display: inline-block;
}

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

.process-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-content-sidebar {
  border-right: 1px solid var(--green-3);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 25vw;
  min-height: 100vh;
  padding: 10em 4vw;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.process-content-sidebar:hover {
  background-color: var(--transparent-10);
}

.process-sticky-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-content-link {
  text-align: left;
  min-width: 6em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 500;
  overflow: hidden;
}

.process-content-link:hover {
  color: var(--blue-1);
}

.process-content-link.w--current {
  color: var(--blue-1);
  font-weight: 800;
}

.sticky-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4em;
  display: flex;
}

.process-content-image {
  z-index: 10;
  width: 100%;
  height: 40em;
  position: relative;
}

.process-content-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid var(--green-3);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4vw;
  display: flex;
}

.process-content-top-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content-grid {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60em;
  display: grid;
}

.about-content-grid-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-40 {
  max-width: 40em;
}

.process-content-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.process-content-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-layout {
  border-bottom: 1px solid var(--green-3);
  width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
}

.sticky-layout.with-bg {
  background-image: linear-gradient(180deg, var(--transparent-10), var(--transparent) 50%);
}

.sticky-layout.without-paddings {
  padding-left: 0;
  padding-right: 0;
}

.bg-lines {
  z-index: 6;
  box-sizing: border-box;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(180deg);
}

.bg-lines.smaller {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.bg-lines.smaller.cards {
  height: auto;
}

.bg-line {
  z-index: 1;
  background-color: var(--transparent-30);
  opacity: .28;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 1px;
  display: flex;
  position: relative;
  transform: rotate(33deg);
}

.bg-lines-gradient {
  z-index: 5;
  background-image: linear-gradient(45deg, var(--blue-1), var(--transparent) 50%, var(--blue-1)), linear-gradient(135deg, var(--blue-1), var(--transparent));
  position: absolute;
  inset: 0%;
}

.interactive-line {
  z-index: 5;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.interactive-line-color {
  z-index: 1;
  background-image: linear-gradient(90deg, #dba6a700, var(--green-7) 50%, #dba6a700);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-bg {
  z-index: 1;
  background-color: var(--green-5);
  display: none;
  position: absolute;
  inset: 0%;
}

.sticky-layout-wrapper {
  width: 100%;
}

.dropdown-link-name {
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
}

.dropdown-2nd-links {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  border-top: 1px solid var(--green-3);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3em 2.5em;
  display: flex;
}

.dropdown-links-wrapper {
  border-bottom: 1px solid var(--green-3);
}

.dropdown-2nd-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--transparent);
  border-radius: var(--radius);
  color: var(--green-7);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.dropdown-2nd-link:hover {
  border: 1px solid var(--green-3);
  background-color: var(--blue-1);
}

.cards-title-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 27em;
  display: flex;
}

.cards-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--green-3);
  color: #d3fabe;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  padding: 2em 2em 4em;
  display: flex;
  position: relative;
}

.card.is-2nd {
  margin-top: 3em;
  margin-bottom: 0;
}

.card-icon {
  z-index: 10;
  border: 1px solid var(--green-3);
  background-color: var(--transparent-10);
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.case-studies-grid-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35em;
  margin-top: -5em;
  display: flex;
  position: relative;
  top: 5em;
}

.text-dot-block {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--blue-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-dot-block.is-dark {
  color: var(--green-5);
}

.dot {
  background-color: var(--green-4);
  flex: none;
  width: 5px;
  height: 5px;
}

.dot.is-yellow {
  background-color: var(--cta-color-6);
}

.case-study-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.services-hero-title {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70em;
  display: block;
}

.card-text-small {
  z-index: 10;
  color: var(--green-7);
  margin-bottom: 1em;
  padding-left: 0;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.card-paragraph {
  z-index: 10;
  color: var(--green-7);
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.jobs {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.job-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--green-3);
  background-color: var(--dark-green-transparent-80);
  color: #d3fabe;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  transition: box-shadow .5s cubic-bezier(.075, .82, .165, 1), transform .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.job-card:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 20px 20px -10px #0000004d;
}

.job-card.is-2nd {
  margin-top: 2em;
  margin-bottom: -2em;
}

.job-card-role {
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.job-card-text-small {
  font-size: 1.2em;
}

.job-card-icon {
  border: 1px solid var(--green-3);
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
}

.job-card-category {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-card-categories {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.heading-flex-block, .scoll-into-view---small {
  z-index: 10;
  display: flex;
  position: relative;
}

.scoll-into-view---small.is-grow {
  flex: 1;
}

.scoll-into-view---medium {
  z-index: 10;
  position: relative;
}

.scoll-into-view---medium.is-grow {
  flex: 1;
}

.scoll-into-view---large {
  z-index: 10;
  position: relative;
}

.scoll-into-view---large.is-grow {
  flex: 1;
}

.icon-block {
  z-index: 10;
  border: 1px solid var(--green-3);
  background-color: var(--blue-transparent-50);
  opacity: 1;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 2%;
  display: flex;
  position: relative;
}

.services-hero-list-text {
  z-index: 10;
  font-size: 1.3em;
  line-height: 1.2em;
  position: relative;
}

.text-dot-absolute-medium {
  z-index: 11;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 1.3em;
}

.text-dot-absolute-medium.is-dark {
  color: var(--green-5);
}

.cta-facts {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-fact {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--green-7);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4em;
  display: flex;
}

.cta-fact-paragraph {
  z-index: 10;
  font-size: 1.3em;
  line-height: 1.2em;
  position: relative;
}

.background-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.footer-large-contact-text {
  z-index: 5;
  text-align: center;
  flex: none;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1em;
  position: relative;
}

.footer-large-contact-text.is-2nd {
  color: var(--transparent-20);
}

.footer-small-image {
  z-index: 1;
  align-self: stretch;
  width: 12em;
  min-height: 6em;
  position: relative;
}

.bg-linear-gradient {
  z-index: 20;
  background-image: linear-gradient(135deg, var(--transparent), var(--blue-1) 90%);
  position: absolute;
  inset: 0%;
}

.cart-header {
  border-bottom-color: var(--green-3);
  padding: 2em;
}

.cart-quantity {
  border-color: var(--blue-1);
  background-color: var(--green-9);
  font-weight: 700;
}

.dropdown-icon {
  z-index: 10;
  border: 1px solid var(--green-3);
  background-color: #16403d00;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: .5rem;
  display: flex;
  position: relative;
}

.home-hero {
  z-index: 10;
  border-bottom: 1px solid var(--green-3);
  background-color: var(--blue-1);
  color: var(--green-7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 10em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-layout {
  z-index: 20;
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.home-hero-title {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.home-hero-button {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero-bg {
  z-index: 1;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-hero-bg-overlay {
  z-index: 20;
  background-image: linear-gradient(0deg, var(--blue-1), var(--transparent)), linear-gradient(90deg, var(--blue-1) 29%, #4588a9ba 82%, #a2c4d45e 100%, var(--transparent));
  opacity: .95;
  mix-blend-mode: normal;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-hero-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.home-hero-list {
  grid-column-gap: 3em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-20 {
  max-width: 30em;
  font-size: 1vw;
  line-height: .9em;
}

.span-white {
  color: var(--green-8);
}

.home-hero-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--green-8);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4em;
  display: flex;
}

.home-hero-list-text {
  z-index: 10;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.services-hero-image {
  z-index: 10;
  position: relative;
}

.about-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-grid.with-margins {
  margin-top: 7em;
  margin-bottom: 3em;
}

.about-grid-block {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border: 1px solid var(--green-5);
  color: var(--blue-1);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-grid-block.is-2nd {
  margin-left: -1px;
  top: 3em;
}

.max-width-25 {
  z-index: 10;
  max-width: 30em;
  margin-top: 50%;
  position: relative;
}

.about-grid-line {
  z-index: 1;
  background-color: var(--transparent-50);
  background-image: url('../images/shubham-dhage-vvZJa_Pd0c4-unsplash_1shubham-dhage-vvZJa_Pd0c4-unsplash.webp');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-grid-line.service-1 {
  background-image: url('../images/AdobeStock_628200890-Largenew.jpeg');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.about-grid-line.service-1.glass {
  border: 0px none var(--green-5);
  background-color: var(--green-9);
  opacity: .7;
  background-image: none;
  display: block;
}

.about-grid-line.service-2 {
  background-image: url('../images/AdobeStock_410183003.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.about-grid-line.service-3 {
  opacity: .8;
  background-image: url('../images/rohrreinigung.jpeg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-grid-line.service-4 {
  background-image: url('../images/klimaanlage.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-title-block {
  z-index: 10;
  color: var(--blue-1);
  padding: .5em .3em 1.2em;
  position: relative;
  overflow: hidden;
}

.about-grid-title-line {
  z-index: 1;
  background-color: var(--blue-1);
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.services-large-links-list {
  width: 100%;
}

.services-content-line {
  background-color: var(--green-3);
  width: 100%;
  height: 1px;
}

.services-content-title-block {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-content-button {
  flex: none;
}

.services-content-title {
  max-width: 54em;
}

.services-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inline-paragraph {
  z-index: 11;
  flex: none;
  font-size: 1.3em;
  line-height: 1.6em;
  display: inline;
  position: relative;
  top: -1em;
}

.footer-next-text {
  z-index: 10;
  color: var(--green-7);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.footer-large-contact-link {
  z-index: 10;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: var(--green-7);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 2em;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-large-contact-link:hover {
  color: var(--green-9);
}

.container-grid {
  z-index: 10;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 13.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 5vw;
  display: grid;
  position: relative;
}

.container-grid.medium-paddings {
  padding-top: 5em;
  padding-bottom: 5em;
}

.container-grid.is-link {
  border-bottom: 1px solid var(--green-3);
  color: var(--blue-1);
  place-items: center start;
  transition: background-color .2s, padding .5s cubic-bezier(.075, .82, .165, 1);
  overflow: hidden;
}

.container-grid.is-link:hover {
  background-color: var(--green-9);
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-grid.in-footer {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  place-items: center start;
}

.container-grid.large-paddings {
  padding-top: 8em;
  padding-bottom: 8em;
}

.container-grid.align-left-top {
  grid-template-columns: 2.25fr .75fr 5fr 1fr;
  place-items: start;
}

.container-grid.is-blog-post {
  border-bottom: 1px solid var(--green-3);
  color: var(--blue-1);
  transition: background-color .2s, padding .5s cubic-bezier(.075, .82, .165, 1);
  overflow: hidden;
}

.container-grid.is-blog-post:hover {
  background-color: var(--green-9);
  padding-top: 2em;
  padding-bottom: 2em;
}

.blog-small-text {
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.blog-small-text.is-featured {
  font-weight: 600;
}

.blog-article-name {
  z-index: 10;
  font-size: 1.6em;
  font-weight: 500;
  position: relative;
}

.blog-article-name.is-larger {
  font-size: 1.6em;
  line-height: 1.3em;
}

.blog-item, .blog-list, .blog-wrapper {
  width: 100%;
}

.blog-line {
  z-index: 1;
  background-color: var(--blue-1);
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-contact-button {
  font-size: .9em;
}

.simple-link {
  z-index: 10;
  border-bottom: 2px solid var(--transparent);
  color: var(--blue-1);
  background-image: url('../images/arrow_right_blue.svg'), url('../images/arrow_right_blue.svg');
  background-position: -40%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  padding: .5em 1.5em .5em 0;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1em;
  transition: padding 1s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-position .5s cubic-bezier(.075, .82, .165, 1);
  display: block;
  position: relative;
}

.simple-link:hover {
  border-bottom-color: var(--blue-1);
  background-image: url('../images/arrow_right_blue.svg'), url('../images/arrow_right_blue.svg');
  background-position: 0%, 125%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  padding-left: 1.5em;
  padding-right: 0;
}

.simple-link.is-yellow-explore {
  color: var(--cta-color-6);
  background-image: url('../images/arrow_downward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg'), url('../images/arrow_downward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg');
}

.simple-link.is-yellow-explore:hover {
  border-bottom-color: var(--cta-color-6);
}

.simple-link.is-explore {
  background-image: url('../images/arrow_downward_24dp_FILL0_wght600_GRAD0_opsz24.svg'), url('../images/arrow_downward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
}

.simple-link.with-opacity {
  opacity: .8;
}

.simple-link.with-opacity:hover {
  opacity: 1;
}

.inline-image {
  vertical-align: baseline;
  width: 10em;
  height: 10em;
  margin-right: 4em;
  display: inline-block;
  position: relative;
}

.inline-content {
  z-index: 10;
  position: relative;
}

.about-grid-description {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10em;
  display: flex;
}

.service-paragraph {
  font-size: 1.1rem;
  line-height: 1.5em;
  display: inline;
}

.service-paragraph.is-1st {
  font-weight: 700;
}

.service-item {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom: 1px none var(--green-3);
  flex-flow: column;
  width: 100%;
  padding-top: 6vw;
  padding-bottom: 15vw;
  display: flex;
}

.service-item:nth-child(2n) {
  background-color: var(--green-9);
}

.service-content {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.service-image {
  z-index: 10;
  width: 100%;
  height: 20em;
  position: relative;
}

.service-title-link {
  z-index: 10;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--blue-2);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2vw 5vw;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-title-link:hover {
  color: var(--blue-1);
}

.service-circle {
  z-index: 10;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
  position: relative;
}

.service-circle-bg {
  border: 1px solid var(--green-4);
  background-color: var(--cta-color-6);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.service-circle-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 5em;
  position: relative;
}

.services-wrapper {
  width: 100%;
  padding-bottom: 0%;
}

.services-list {
  width: 100%;
}

.services-subservices {
  z-index: 10;
  color: var(--blue-1);
  width: 100%;
  font-size: 16px;
  line-height: 1.7em;
  position: relative;
}

.services-subservices p {
  margin-bottom: .8em;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7em;
}

.services-subservices a {
  color: var(--blue-1);
  text-decoration: none;
}

.services-subservices a:hover {
  color: var(--blue-1);
}

.services-subservices li {
  border-bottom: 1px solid var(--green-5);
  background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg'), url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg');
  background-position: -5%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  font-size: 1.3em;
  line-height: 1.5em;
  transition: background-position .5s cubic-bezier(.075, .82, .165, 1), padding .8s cubic-bezier(.075, .82, .165, 1), border-color .2s;
}

.services-subservices li:hover {
  border-bottom-color: var(--blue-1);
  color: var(--blue-1);
  background-position: 0%, 105%;
  padding-left: 2em;
}

.services-subservices ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.services-subservices ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 0;
}

.services-subservices h2 {
  font-family: var(--_typography---serif-font);
  margin-top: 1em;
  margin-bottom: 1.5rem;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.services-subservices h3 {
  font-family: var(--_typography---serif-font);
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.services-subservices h4 {
  font-family: var(--_typography---serif-font);
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.services-subservices blockquote {
  border-top: 2px solid var(--blue-1\<deleted\|variable-ed39d440\>);
  border-bottom: 2px solid var(--blue-1\<deleted\|variable-ed39d440\>);
  border-left-width: 0;
  border-left-color: var(--transparent);
  font-family: var(--_typography---serif-font);
  color: var(--green-3);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7em;
}

.services-subservices h5 {
  font-family: var(--_typography---serif-font);
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.services-subservices h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.services-subservices h1 {
  font-family: var(--_typography---serif-font);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.services-subservices strong {
  font-weight: 600;
}

.number-block-in-grid {
  font-size: .8em;
  font-weight: 700;
}

.service-title-line {
  background-color: var(--green-3);
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-content-middle {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
}

.about-large-paragraph {
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1em;
  display: inline;
}

.about-large-paragraph.is-1st {
  color: var(--green-4);
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.inline-dot-large {
  background-color: var(--green-4);
  vertical-align: sub;
  flex: none;
  width: .6em;
  height: .6em;
  margin-left: 3em;
  margin-right: 3em;
  display: inline-block;
  position: relative;
  top: -.8em;
}

.inline-dot-small {
  background-color: var(--green-4);
  flex: none;
  width: .4em;
  height: .4em;
  margin-left: 2em;
  margin-right: 2em;
  display: inline-block;
  position: relative;
  top: -.2em;
}

.grid-content-image {
  z-index: 10;
  width: 100%;
  height: 50em;
  position: relative;
}

.grid-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 9.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.grid-content-left {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-content-left.is-2nd {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid-content-left.is-sticky {
  position: sticky;
  top: 5em;
}

.about-grid-block-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-dot {
  z-index: 10;
  background-color: var(--cta-color-6);
  width: .5em;
  height: .5em;
  margin-left: 3.3em;
  margin-right: 3.3em;
  display: inline-block;
  position: relative;
  top: -1.5em;
}

.small-dot {
  background-color: var(--green-4);
  flex: none;
  width: .5em;
  height: .5em;
}

.service-cms-page-links, .service-cms-page-links-list, .service-cms-page-link-item {
  width: 100%;
}

.link-with-arrows {
  border-bottom: 1px solid var(--green-5);
  color: var(--blue-1);
  background-image: url('../images/arrow_right_blue.svg'), url('../images/arrow_right_blue.svg');
  background-position: -5%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5em;
  transition: border-color .2s, background-position .6s cubic-bezier(.075, .82, .165, 1), padding 1s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.link-with-arrows:hover {
  border-bottom-color: var(--blue-1);
  background-position: 0%, 105%;
  padding-left: 1.7em;
}

.simple-link-yellow {
  z-index: 10;
  border-bottom: 1px solid var(--transparent);
  color: var(--cta-color-6);
  background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg'), url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
  background-position: -40%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 1.5em;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1em;
  transition: padding 1s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-position .5s cubic-bezier(.075, .82, .165, 1);
  display: block;
  position: relative;
}

.simple-link-yellow:hover {
  border-bottom-color: var(--cta-color-6);
  background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24-1.svg'), url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
  background-position: 0%, 125%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1em, 1em;
  padding-left: 1.5em;
  padding-right: 0;
}

.simple-link-yellow.w--current {
  background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg'), url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
}

.blog-post-main-content {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 47em;
  display: flex;
}

.blog-post-image {
  z-index: 10;
  flex: none;
  align-self: stretch;
  width: 12em;
  height: 5em;
  position: relative;
}

.blog-post-categories {
  grid-column-gap: 1em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-7);
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 18em;
  padding-bottom: 18em;
  position: relative;
  overflow: hidden;
}

.contact-hero-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-hero-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.about-hero {
  border-bottom: 1px solid var(--blue-1);
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 13.7em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.service-cms-hero-title {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spectacular-images {
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spectacular-image-large {
  z-index: 9;
  width: 100%;
  height: 40em;
  position: relative;
}

.spectacular-image-medium {
  z-index: 10;
  width: 14em;
  height: 11em;
  position: absolute;
  top: 3em;
  right: -10.7em;
}

.spectacular-image-small {
  z-index: 10;
  width: 10em;
  height: 9em;
  position: absolute;
  bottom: 3.1em;
  left: -8em;
}

.large-bg-paragraphs {
  z-index: 5;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.large-bg-paragraph {
  z-index: 5;
  text-align: center;
  flex: none;
  font-size: 14vw;
  font-weight: 800;
  line-height: 1em;
  position: relative;
}

.large-bg-paragraph.is-2nd {
  color: var(--transparent-20);
}

.layout-for-large-paragraphs {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.button-layout {
  z-index: 10;
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border: 1px solid var(--green-4);
  background-color: var(--cta-color-6);
  color: var(--blue-1);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-height: 3.3em;
  padding: .8em 1.5em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--transparent);
  color: var(--blue-1);
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-block {
  z-index: 10;
  border: 1px solid var(--green-5);
  background-color: var(--cta-color-6);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.3em;
  height: 3.3em;
  padding: .5em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-icon-block:hover {
  background-color: var(--green-3);
}

.about-hero-persons {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-hero-person {
  z-index: 10;
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  margin-right: -1em;
  position: relative;
  overflow: hidden;
}

.about-hero-person.is-2nd {
  z-index: 9;
}

.about-hero-person.is-3rd {
  z-index: 8;
}

.about-hero-top-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantity-info {
  border-radius: var(--radius);
  text-align: center;
  background-color: #f1e5e5;
  border: 1px solid #c47d7d;
  margin-top: .5em;
  padding: 1em;
  line-height: 1.1em;
}

.cart-list {
  padding: 1em 2em;
}

.contact-links-wrapper {
  width: 100%;
}

.contact-content-address {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.process-content-grid-image {
  width: 100%;
  min-height: 30em;
  position: relative;
}

.service-cms-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-7);
  width: 100%;
  padding-top: 13em;
  padding-bottom: 4em;
  position: relative;
  overflow: hidden;
}

.solution-cms-hero-overlay {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--transparent), #8caebf75 0%, var(--blue-2) 60%);
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  inset: 0%;
}

.solution-cms-hero-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.solution-cms-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-7);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 80svh;
  padding-top: 20em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-card-link-flex {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-cms-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-8);
  width: 100%;
  padding-top: 11em;
  padding-bottom: 8em;
  position: relative;
}

.case-study-cms-hero-block {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border: 1px solid var(--green-3);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-cms-hero-block.is-2nd {
  background-color: #1f595599;
  margin-left: -1px;
  top: 3em;
}

.case-study-cms-about-work {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-client-block {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-study-cms-grid-image {
  z-index: 10;
  width: 100%;
  height: 40em;
  position: relative;
}

.case-study-cms-grid-block {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-client-block-number {
  min-width: 15em;
}

.case-study-cms-hero-wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.large-uppercase-paragraph {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.6em;
}

.case-study-cms-gallery-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-right: 1px solid var(--blue-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-cms-gallery-item {
  border-left: 1px solid var(--blue-1);
  width: 100%;
  padding: 1.3em;
  transition: background-color .2s;
}

.case-study-cms-gallery-item:hover {
  background-color: var(--blue-1);
}

.case-study-cms-gallery {
  width: 100%;
}

.case-inline-image {
  width: 20em;
  height: 20em;
  margin-right: 4em;
  display: inline-block;
  position: relative;
}

.case-study-cms-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.case-study-cms-grid.with-margin-top {
  margin-top: 5em;
}

.case-study-hero {
  z-index: 10;
  background-color: var(--blue-1);
  color: var(--green-8);
  width: 100%;
  padding-top: 12em;
  padding-bottom: 6em;
  position: relative;
}

.case-study-hero-title {
  z-index: 10;
  position: relative;
}

.case-study-hero-content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  height: auto;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.case-study-hero-paragraph {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-vacancy-block {
  width: 100%;
}

.jobs-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-content-role-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-content-roles {
  grid-column-gap: 8em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-content {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.team-content-image {
  z-index: 10;
  width: 100%;
  height: 50em;
  position: relative;
}

.service-cms-hero-block {
  border-bottom: 1px solid var(--green-4);
  width: 100%;
  padding-bottom: 2em;
}

.footer-bg {
  z-index: 1;
  height: 100%;
  max-height: 50em;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bg-gradient {
  z-index: 10;
  background-image: linear-gradient(0deg, #16403dcc, var(--blue-1) 60%);
  position: absolute;
  inset: 0%;
}

._3d-content-image {
  z-index: 10;
  width: 16em;
  height: 25vh;
  min-height: 15em;
  position: relative;
}

.hero-article-block {
  padding-top: 1.5em;
}

.buttons-flex {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-line {
  background-color: var(--green-3);
  width: 100%;
  height: 1px;
}

.opacity-70 {
  opacity: .7;
}

.services-content-grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-content-image {
  border-radius: var(--radius);
  width: 12em;
  height: 6em;
  position: relative;
  overflow: hidden;
}

.services-content-text {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-content-paragraph {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40em;
  display: flex;
}

.services-2-hero {
  background-color: var(--blue-1);
  color: var(--green-9);
  width: 100%;
  padding-top: 15em;
  padding-bottom: 5em;
}

.about-hero-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.simple-links-flex {
  grid-column-gap: 4em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-content {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.contact-content-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
}

._404-content {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 0;
  display: flex;
}

._404-paragraph {
  width: 100%;
  max-width: 30em;
  font-size: 18px;
  line-height: 1.5em;
}

._404-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

._404-overlay-color {
  z-index: 6;
  background-color: var(--blue-1);
  opacity: .75;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.medium-uppercase-paragraph {
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.6em;
}

.paragraph-copy {
  z-index: 10;
  text-transform: none;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.paragraph-copy.with-opacity-85 {
  opacity: .85;
}

.paragraph-copy.is-bold {
  font-size: max(16px, 1.3em);
  font-weight: 700;
}

.paragraph-copy.is-large, .paragraph-copy.is-medium {
  font-size: 1.5em;
}

.paragraph-copy.is-xlarge {
  font-size: 1.8em;
}

.paragraph-copy.is-uppercase {
  opacity: .6;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 800;
}

.image {
  width: 2vh;
  max-width: none;
}

.image-2 {
  width: 1.7vh;
  max-width: none;
  margin-right: 5%;
  padding-right: 0%;
}

.footer-social-link {
  color: var(--green-6);
  text-align: left;
  background-image: url('../images/tiktok.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2em;
  height: 2em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-social-link:hover, .footer-social-link.w--current {
  color: var(--white);
}

.footer-social-link.tiktok {
  background-size: contain;
  width: 25px;
  height: 25px;
}

.footer-social-link.tiktok:hover {
  filter: brightness(154%);
}

.footer-social-link.insta {
  background-image: url('../images/insta.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.footer-social-link.insta:hover {
  filter: brightness(154%);
}

.background-video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
}

.background-video-2, .background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
}

.div-block-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: none;
}

.text-span {
  color: var(--green-8);
}

.div-block-3 {
  flex-flow: column;
  line-height: .9em;
  display: block;
  overflow: clip;
}

.bold-text-9 {
  color: var(--blue-1);
  font-size: 2rem;
}

.bold-text-10, .bold-text-11 {
  font-size: 1.3rem;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  .container {
    height: auto;
  }

  .cover-image.is-mesh-background {
    height: 100%;
    min-height: auto;
  }

  .heading.is-simple-hero-title {
    font-size: 6rem;
  }

  .heading.is-solution-cms-title {
    font-size: 5rem;
  }

  .heading.is-case-study-hero-title, .heading.is-services-title {
    font-size: 6rem;
  }

  .reveal-image-trigger {
    height: 100%;
    overflow: clip;
  }

  .bg-for-animation {
    height: 80vh;
  }

  .paragraph.with-opacity-85 {
    font-size: 1.2rem;
  }

  .compact-hero-bg {
    height: auto;
  }

  ._3d-content-overlay {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-2), #0c3850b5 67%, #0f30429c 78%, #102b3b8c 100%, #190f0f33);
  }

  .compact-hero-overlay {
    height: 100%;
  }

  .nav-menu-wrapper {
    padding-right: 0%;
  }

  .bg-lines {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .background-wrapper {
    height: 100%;
    min-height: auto;
  }

  .contact-hero {
    height: auto;
  }

  .about-hero {
    height: auto;
    min-height: auto;
  }

  .background-video {
    height: 100%;
    min-height: auto;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  .section.with-bg {
    background-color: var(--green-7);
  }

  .section.is-compact-hero {
    height: auto;
  }

  .container.is-cta-container-light {
    border-color: var(--green-5);
    opacity: 1;
    background-color: #9cd3cfa1;
  }

  .services-hero {
    min-height: auto;
  }

  .cover-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 100% 0%;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0%;
    overflow: clip;
    transform: rotate(0);
  }

  .cover-image.is-mesh-background {
    height: 100%;
    min-height: auto;
    display: inline-block;
  }

  .cover-image.big-cta {
    object-position: 100% 50%;
  }

  .cover-image.impressum {
    object-position: 0% 50%;
  }

  .heading.is-simple-hero-title {
    font-size: 6rem;
  }

  .heading.is-we-offer-title {
    text-indent: 1em;
  }

  .heading.is-home-title {
    font-size: 8em;
    font-weight: 800;
    line-height: 1em;
  }

  .heading.is-service-short-name {
    font-family: var(--_typography---serif-font);
    font-size: 8vw;
    font-weight: 800;
    line-height: 1em;
  }

  .heading.is-solution-cms-title {
    font-size: 5rem;
    line-height: 1.1em;
  }

  .heading.is-case-study-hero-title {
    font-size: 6rem;
  }

  .heading.is-services-title {
    font-family: var(--_typography---sans-font);
    font-size: 8rem;
    font-weight: 800;
    line-height: 1.1em;
  }

  .nav-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brand-name {
    font-size: 2.5rem;
  }

  .bg-for-animation {
    display: none;
  }

  .bg-for-animation.is-dark-green-color {
    background-color: var(--green-3);
    display: none;
  }

  .paragraph {
    line-height: 1.3em;
  }

  .paragraph.with-opacity-85 {
    font-size: 1.2rem;
  }

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

  .icon.is-social-menu-icon.insta {
    width: 2em;
    height: 2em;
  }

  .icon.is-dropdown-icon {
    width: 1.5em;
    height: 1.5em;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0%;
  }

  .compact-hero-overlay {
    background-color: var(--blue-2);
    height: 100%;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-between;
    align-items: center;
    padding-right: 0%;
  }

  .nav-main-links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .bg-lines {
    height: 100%;
    min-height: auto;
  }

  .bg-lines.smaller {
    height: auto;
  }

  .services-hero-title {
    max-width: 90em;
    font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  }

  .card-text-small {
    background-image: none;
    margin-bottom: 3em;
    padding-left: 0;
  }

  .background-wrapper {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .bg-linear-gradient {
    display: block;
  }

  .dropdown-icon {
    width: 3em;
  }

  .home-hero-bg-overlay {
    background-image: linear-gradient(0deg, var(--blue-1), var(--transparent) 83%), linear-gradient(90deg, var(--blue-1) 43%, var(--transparent));
  }

  .home-hero-content {
    max-width: 70em;
  }

  .about-grid-line {
    background-image: url('../images/rohrreinigung.jpeg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-grid-line.service-4 {
    background-image: url('../images/klimaanlage.jpg');
    background-position: 100% 0;
    display: block;
  }

  .container-grid.align-left-top {
    grid-template-columns: 2.25fr .25fr 3.5fr 1fr;
  }

  .simple-link {
    display: block;
  }

  .service-item {
    -webkit-text-fill-color: inherit;
    background-color: #e6f5f400;
    background-clip: border-box;
    padding-bottom: 10vw;
  }

  .services-wrapper {
    border: 1px none var(--green-7);
  }

  .service-title-line {
    background-color: var(--green-5);
  }

  .contact-hero {
    height: auto;
  }

  .about-hero {
    height: auto;
    min-height: auto;
  }

  .solution-cms-hero-overlay {
    background-image: linear-gradient(180deg, var(--transparent), #3f7894c4 0%, var(--blue-2) 24%);
  }

  .case-study-hero-content {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-link.tiktok {
    width: 1.9em;
    height: 1.9em;
  }

  .bold-text-8 {
    text-indent: 1em;
  }

  .background-video {
    height: 100%;
    min-height: auto;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  .rich-text {
    font-size: 1em;
  }

  .rich-text p {
    font-size: 1rem;
  }

  .rich-text h2 {
    font-size: 2.2rem;
  }

  .rich-text h3 {
    font-size: 1.8em;
  }

  .rich-text blockquote {
    font-size: 24px;
  }

  .rich-text h6 {
    font-size: 1.3em;
  }

  .rich-text h1 {
    font-size: 3em;
  }

  .rich-text strong {
    font-size: 1.3rem;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding.small-paddings {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .padding.in-checkout {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .color-brown-light, .color-brown {
    height: 4em;
  }

  .section.is-3d-content-section {
    min-height: auto;
  }

  .color-blue {
    height: 4em;
  }

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

  .services-hero {
    min-height: auto;
  }

  .cover-image.is-mesh-background {
    height: 100%;
    min-height: auto;
  }

  .cover-image.small._2.about {
    opacity: 4;
    object-position: 50% 0%;
  }

  .cover-image.contact {
    opacity: .8;
  }

  .heading.is-medium-title {
    font-size: 2em;
  }

  .heading.is-team-name {
    font-size: 1.8em;
  }

  .heading.is-simple-hero-title {
    font-size: 3rem;
  }

  .heading.is-3d-content-title {
    font-size: 3.2em;
  }

  .heading.is-cases-title {
    font-size: 7em;
  }

  .heading.is-vertical-content-title, .heading.is-hero-article-title {
    font-size: 3em;
  }

  .heading.is-hero-team-title {
    font-size: 4em;
  }

  .heading.is-we-offer-title {
    text-indent: 1em;
    font-size: 3em;
  }

  .heading.is-cta-title {
    font-size: 3em;
  }

  .heading.is-large {
    font-size: 4rem;
    line-height: 1em;
  }

  .heading.is-small {
    font-size: 2em;
  }

  .heading.is-regular {
    font-size: 2.5em;
  }

  .heading.is-medium {
    font-size: 3em;
  }

  .heading.is-extralarge {
    font-size: 4em;
  }

  .heading.is-home-title {
    font-size: 4rem;
  }

  .heading.is-large-cta-title {
    font-size: 2.5rem;
  }

  .heading.is-journal-title {
    font-size: 5em;
  }

  .heading.is-inline-title {
    font-size: 4rem;
    line-height: 1em;
  }

  .heading.is-service-short-name {
    font-size: 5rem;
  }

  .heading.is-contact-title {
    font-size: 5em;
  }

  .heading.is-about-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-process-title {
    font-size: 3.8em;
    line-height: 1.3em;
  }

  .heading.is-service-cms-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-solution-cms-title {
    font-size: 3rem;
    line-height: 1.1em;
  }

  .heading.is-case-study-cms-title {
    font-size: 3.3em;
  }

  .heading.is-case-study-hero-title {
    font-size: 4rem;
  }

  .heading.is-services-large-title {
    font-size: 17vw;
    line-height: 1.3em;
  }

  .heading.is-404-title {
    font-size: 4em;
  }

  .heading.is-services-title {
    font-size: 4rem;
  }

  .navbar {
    min-height: 5em;
  }

  .nav-inner {
    background-color: #015c89ba;
    padding-right: 8em;
  }

  .brand-link {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .brand-name {
    font-size: 1.8rem;
  }

  .nav-link-block.is-dropdown {
    grid-column-gap: 1vw;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.2rem;
  }

  .bg-for-animation {
    height: auto;
    min-height: 120vh;
  }

  .about-grid-image {
    height: 30em;
    min-height: auto;
  }

  .about-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .team-grid-list {
    grid-column-gap: 3em;
    grid-row-gap: 0em;
    grid-auto-columns: 1fr;
  }

  .team-grid-item:nth-child(2n) {
    margin-top: 3em;
  }

  .team-grid-link {
    height: 25em;
  }

  .paragraph {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3em;
  }

  .paragraph.with-opacity-85 {
    font-size: 1rem;
    font-weight: 400;
  }

  .paragraph.is-bold.bigger, .paragraph.is-bold.medium {
    font-size: 2rem;
  }

  .paragraph.is-xlarge {
    font-size: 1.5rem;
  }

  .paragraph.smaller {
    width: auto;
    font-size: 1rem;
  }

  .paragraph.header {
    font-size: 1.2rem;
  }

  .button-text {
    color: var(--green-8);
    font-size: .9em;
  }

  .team-grid-wrapper.in-about {
    margin-top: 2em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .footer {
    min-height: auto;
  }

  .footer-utility-links {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-large-link {
    background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1.2em;
    font-size: 2.1em;
  }

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

  .footer-utility-links-wrapper {
    grid-column-gap: 2em;
  }

  .footer-main-links {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
  }

  .button-for-open-menu {
    width: 8em;
    height: 5em;
    display: flex;
  }

  .burger-menu {
    font-size: .8em;
  }

  .menu-links-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    order: -1;
    padding: 4em 10vw;
  }

  .menu-social-link {
    opacity: 1;
    width: 2em;
    height: 2em;
    transition-property: all;
  }

  .menu-social-link:hover {
    transform: scale(1.1);
  }

  .close-button-icon {
    font-size: 1.2em;
    transition: all .2s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-layout {
    flex-flow: wrap;
    overflow: auto;
  }

  .close-button {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid var(--green-3);
    background-color: var(--blue-2);
    opacity: 1;
    border-left-width: 0;
    flex-flow: row;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  .close-button:hover {
    background-image: linear-gradient(#00000057, #00000057);
  }

  .menu-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-link:hover {
    height: 100%;
  }

  .menu-social-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: row;
  }

  .compact-hero-bg {
    min-height: auto;
    overflow: clip;
  }

  .motion-image-size {
    width: 63vw;
  }

  .motion-images.is-fullscreen-images {
    min-height: 75vh;
  }

  .submit-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .custom-list {
    max-width: none;
  }

  .compact-hero {
    min-height: auto;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .form-cta-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .form-cta-block {
    border-right-width: 0;
  }

  ._3d-block {
    max-width: 40em;
    padding-bottom: 10%;
  }

  ._3d-content-name {
    font-size: 1.5em;
  }

  .article-progress-line {
    margin-left: 0;
  }

  .article-grid-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .form-cta-custom-list {
    padding-bottom: 0;
  }

  .vertical-content-paragraph {
    margin-bottom: 2em;
  }

  .process-hero-layout {
    padding-top: 21.5em;
  }

  .motion-subtitle-text {
    font-size: 1.4em;
  }

  .utility-page-content {
    max-width: 27em;
    padding: 6vw;
  }

  .icon.in-gallery {
    z-index: 30;
    background-color: var(--blue-1);
    padding: .2em;
    font-size: 1.9em;
    display: block;
    inset: auto auto .2em .2em;
  }

  .icon.is-nav-icon {
    font-size: 1.1em;
  }

  .icon.is-main-icon, .icon.is-main-icon.clean {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cart-container {
    min-width: auto;
  }

  .cart-button {
    min-height: 4em;
  }

  .dropdown-list.w--open {
    top: 5em;
  }

  .cart {
    margin-left: 0;
  }

  .heading-checkout {
    font-size: 1.4em;
  }

  .checkout-order-product {
    font-size: 17px;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-content {
    width: 100%;
    margin-right: 0;
  }

  .confirmation-title {
    font-size: 1.3em;
  }

  .order-confirmation {
    min-height: auto;
  }

  .confirmation-desc-text-1 {
    font-size: 1em;
  }

  .products-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .product-layout {
    padding: 2.5em;
  }

  .default-state {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
  }

  .default-state.in-bestsellers {
    flex-wrap: nowrap;
  }

  .quantity {
    text-align: center;
  }

  .product-option-list {
    width: 100%;
  }

  .card-block {
    background-color: #03224699;
    border-color: #90b3db80;
  }

  .product-hero-price {
    font-size: 1.4em;
  }

  .product-detail-button {
    flex: 0 auto;
  }

  .vertical-flex.with-gap {
    grid-row-gap: 3em;
  }

  .vertical-flex.with-small-gap {
    grid-row-gap: 1.5em;
    width: auto;
    font-size: 1em;
  }

  .compact-product-flex {
    grid-column-gap: 2em;
    padding: .7em;
  }

  .compact-product-image {
    align-self: stretch;
    width: 30%;
    height: auto;
  }

  .compact-product-prices {
    margin-left: 0;
  }

  .compact-product-content {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .gallery-lightbox {
    height: 15em;
  }

  .gallery-lightbox.in-case-study {
    height: 10em;
  }

  .logo-carousel-image {
    width: 8em;
    height: 6em;
  }

  .footer-utility-link {
    font-size: 1rem;
  }

  .services-hero-layout {
    flex-flow: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._3d-content-padding {
    padding-top: 12em;
    padding-bottom: 8em;
  }

  .compact-hero-overlay {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .footer-page-link {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .footre-page-links {
    grid-column-gap: 1.3em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .footer-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .footer-contact-link {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.2em;
  }

  .product-hero-image {
    width: 100%;
    height: 25em;
  }

  .product-hero-content {
    width: 100%;
  }

  .product-hero {
    min-height: auto;
    padding-top: 7em;
  }

  .services-hero-list-item {
    max-width: 18em;
  }

  .hero-article {
    padding-top: 12em;
  }

  .hero-article-small-text {
    font-size: .9em;
  }

  .hero-article-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .hero-article-image {
    min-height: auto;
  }

  .compact-hero-height {
    height: 5em;
  }

  .footer-layout {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-team {
    padding-top: 10em;
  }

  .hero-team-flex {
    grid-template-columns: 1fr;
  }

  .hero-team-bio {
    font-size: 18px;
  }

  .link-block {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .nav-main-links {
    display: none;
  }

  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-list-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid var(--green-3);
    border-right-color: var(--transparent);
    flex-flow: wrap;
    padding: 2em;
  }

  .services-hero-list-block:hover {
    border-color: var(--transparent) var(--transparent) var(--green-3);
    background-color: var(--transparent);
  }

  .dropdown-cms-links {
    padding: 4vw;
  }

  .services-hero-cta-button {
    grid-column-gap: 1.5em;
    grid-row-gap: .5em;
    border-top: 1px solid var(--green-3);
    flex-flow: wrap;
    padding: 2em;
  }

  .footre-contact-links {
    grid-column-gap: 1.3em;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .services-hero-bg {
    display: none;
  }

  .dropdown-cms-links-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-cms-link-item {
    flex: 0 auto;
  }

  .menu-sesondary-link {
    padding-top: .3em;
    padding-bottom: .3em;
    font-size: 1.7em;
  }

  .secondary-links {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
    min-width: auto;
    padding-top: 0;
  }

  .menu-link-text {
    font-size: 2.5em;
  }

  .menu-socials {
    border-top: 1px solid var(--green-3);
    border-right-width: 0;
    width: 100%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .menu-socials:hover {
    width: 100%;
  }

  .menu-close-text {
    display: none;
  }

  .menu-main-links {
    order: -1;
  }

  .menu-link-circle {
    font-size: .8em;
  }

  .menu-small-text {
    width: 100%;
    margin-bottom: 0;
  }

  .secondary-links-block {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    width: 100%;
  }

  .menu-close-text-mobile {
    letter-spacing: .3em;
    text-transform: none;
    font-size: .9rem;
    transition: all .2s cubic-bezier(.215, .61, .355, 1);
    display: block;
  }

  .we-offer-grid {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  .we-offer-services {
    grid-template-columns: 1fr;
  }

  .secondary-links-list {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .we-offer-services-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .main-link.is-2nd {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .main-link.is-large {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .main-link.in-blog {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .main-link-icon-block {
    font-size: .8em;
  }

  .main-link-text {
    font-size: 1.2em;
  }

  .main-link-open-text {
    display: none;
  }

  .main-link-open-text.in-blog {
    font-size: .8em;
    display: block;
  }

  .we-offer-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .cta-section {
    padding: 4em;
  }

  .cta-section-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .case-studies-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .case-study-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .case-study-item:nth-child(2n) {
    margin-top: 0;
  }

  .reflections {
    height: auto;
    min-height: 120vh;
  }

  .sticky-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 6em 0;
  }

  .about-content-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .about-content-grid-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .bg-lines {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .dropdown-link-name {
    font-size: 1.2em;
  }

  .dropdown-2nd-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
  }

  .cards-title-block {
    max-width: 100%;
  }

  .cards-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .cards {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .card {
    margin-bottom: 0;
    transition: none;
  }

  .card:hover {
    box-shadow: none;
    transform: none;
  }

  .card.is-2nd {
    margin-top: 0;
  }

  .case-studies-grid-title {
    max-width: none;
    margin-top: 0;
    top: 0;
  }

  .card-text-small {
    padding-left: 0;
  }

  .jobs {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .job-card {
    transition: none;
  }

  .job-card:hover {
    box-shadow: none;
    transform: none;
  }

  .job-card.is-2nd {
    margin-top: 0;
    margin-bottom: 0;
  }

  .job-card-role {
    margin-right: 5em;
  }

  .job-card-text-small {
    font-size: 1.1em;
  }

  .job-card-categories {
    flex-flow: wrap;
    width: 100%;
  }

  .scoll-into-view---small.is-grow, .scoll-into-view---medium.is-grow, .scoll-into-view---large.is-grow {
    flex: 0 auto;
    width: 100%;
  }

  .icon-block {
    width: auto;
    height: auto;
  }

  .services-hero-list-text {
    font-size: 16px;
  }

  .text-dot-absolute-medium {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    top: .9em;
  }

  .cta-fact {
    max-width: 18em;
  }

  .cta-fact-paragraph {
    font-size: 16px;
  }

  .background-wrapper {
    height: 100%;
    min-height: auto;
  }

  .home-hero {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    min-height: 50vh;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .home-hero-layout {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: wrap;
    padding-top: 15%;
  }

  .home-hero-button {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .home-hero-bg {
    width: 100%;
    height: auto;
    min-height: 70vh;
    position: absolute;
    inset: auto;
  }

  .home-hero-bg-overlay {
    background-image: linear-gradient(0deg, var(--blue-1), var(--transparent)), linear-gradient(90deg, var(--blue-1) 29%, #4588a9ba 82%, #a2c4d45e 100%, var(--transparent));
    display: flex;
  }

  .home-hero-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    max-width: 80%;
  }

  .home-hero-list {
    grid-column-gap: 2em;
  }

  .home-hero-list-item {
    max-width: 18em;
  }

  .home-hero-list-text {
    font-size: 1.2rem;
  }

  .services-hero-image {
    height: 15em;
    margin: 1em;
  }

  .about-grid {
    flex-flow: wrap;
  }

  .about-grid.with-margins {
    margin-top: 5em;
    margin-bottom: 0;
  }

  .about-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding: 2.5em;
  }

  .about-grid-block.is-2nd {
    margin-left: -1px;
    overflow: clip;
  }

  .about-grid-line.service-1 {
    opacity: .4;
    display: block;
  }

  .about-grid-line.service-1.glass {
    border: .5px none var(--transparent-30);
    opacity: 100;
    -webkit-backdrop-filter: blur(10%);
    backdrop-filter: blur(10%);
    background-color: #bde5e394;
    transform: translate(0, 110%);
  }

  .about-grid-line.service-2, .about-grid-line.service-3, .about-grid-line.service-4 {
    opacity: .4;
    display: block;
  }

  .about-title-block {
    padding-bottom: .8em;
  }

  .about-grid-title-line {
    height: 3px;
  }

  .services-content-title-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .services-content-title {
    width: 100%;
    max-width: none;
  }

  .inline-paragraph {
    font-size: 16px;
    top: -.7em;
  }

  .container-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .container-grid.medium-paddings {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .container-grid.is-link:hover {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .container-grid.in-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .container-grid.large-paddings {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }

  .container-grid.align-left-top {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .container-grid.is-blog-post:hover {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .blog-small-text {
    font-size: .85em;
  }

  .blog-article-name, .blog-article-name.is-larger {
    font-size: 1.3em;
  }

  .simple-link {
    background-image: url('../images/arrow_right_blue.svg'), url('../images/arrow_right_blue.svg');
    padding-left: 0;
    font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
    font-size: 1.2rem;
    display: block;
  }

  .simple-link:hover {
    background-image: url('../images/arrow_right_blue.svg'), url('../images/arrow_right_blue.svg');
  }

  .inline-image {
    width: 8em;
    height: 8em;
    font-size: .6em;
  }

  .about-grid-description {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 0;
    margin-bottom: 0;
    overflow: clip;
  }

  .service-paragraph {
    font-size: 1.1rem;
  }

  .service-item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .service-item:nth-child(2n) {
    background-color: var(--green-9);
  }

  .service-title-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .service-circle-icon {
    font-size: 3.5em;
  }

  .services-subservices {
    font-size: 1em;
  }

  .services-subservices p {
    font-size: 18px;
  }

  .services-subservices li {
    background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1em;
  }

  .services-subservices li:hover {
    background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 0;
  }

  .services-subservices h2 {
    font-size: 2.2em;
  }

  .services-subservices h3 {
    font-size: 1.8em;
  }

  .services-subservices blockquote {
    font-size: 24px;
  }

  .services-subservices h6 {
    font-size: 1.3em;
  }

  .services-subservices h1 {
    font-size: 3em;
  }

  .grid-content-middle {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .about-large-paragraph {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
  }

  .about-large-paragraph.is-1st {
    color: var(--green-4);
  }

  .inline-dot-large {
    margin-left: 2em;
    margin-right: 2em;
    font-size: .6em;
    top: -.5em;
  }

  .grid-content-image {
    height: 30em;
  }

  .grid-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 2fr .5fr;
  }

  .grid-content-left {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .hero-dot {
    margin-left: 2em;
    margin-right: 2em;
    top: -.8em;
  }

  .link-with-arrows {
    font-size: 1.4rem;
  }

  .simple-link-yellow, .simple-link-yellow.w--current {
    font-size: 1rem;
  }

  .blog-post-main-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blog-post-image {
    width: 7em;
  }

  .contact-hero {
    height: auto;
    min-height: auto;
    padding-top: 11em;
    padding-bottom: 8em;
  }

  .about-hero {
    height: auto;
    min-height: auto;
    padding-top: 10em;
    overflow: clip;
  }

  .spectacular-images {
    width: 50vw;
  }

  .spectacular-image-large {
    height: 30em;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .service-cms-hero {
    padding-top: 10em;
  }

  .solution-cms-hero {
    padding-top: 15em;
  }

  .case-study-cms-hero {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .case-study-cms-hero-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding: 2.5em;
  }

  .case-study-cms-about-work {
    grid-column-gap: 3em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study-cms-grid-image {
    height: 25em;
  }

  .case-study-cms-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .about-client-block-number {
    width: 100%;
    min-width: auto;
  }

  .case-study-cms-hero-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .large-uppercase-paragraph {
    font-size: 1.5em;
  }

  .case-inline-image {
    font-size: .6em;
  }

  .case-study-cms-grid {
    flex-flow: wrap;
  }

  .case-study-cms-grid.with-margin-top {
    margin-top: 5em;
    margin-bottom: 0;
  }

  .case-study-hero {
    padding-top: 8em;
  }

  .case-study-hero-content {
    flex-flow: wrap;
    grid-template-columns: .75fr 1fr;
  }

  .jobs-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .team-content-roles {
    grid-column-gap: 4em;
  }

  .team-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .team-content-image {
    height: 33em;
  }

  .service-cms-hero-block {
    padding-bottom: 1em;
  }

  ._3d-content-image {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .hero-article-block {
    padding-top: 1.2em;
  }

  .services-content-grid {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  .services-content-text {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .services-2-hero {
    padding-top: 12em;
  }

  .medium-uppercase-paragraph {
    font-size: 1.3em;
  }

  .paragraph-copy {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .paragraph-copy.is-xlarge {
    font-size: 1.6em;
  }

  .bold-text-3 {
    font-size: 2em;
  }

  .bold-text-8 {
    text-indent: 1em;
    font-size: 3rem;
  }

  .background-video {
    height: 100%;
    min-height: auto;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .rich-text p {
    font-size: 1rem;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

  .rich-text blockquote {
    font-size: 22px;
  }

  .rich-text h6 {
    font-size: 1.2em;
  }

  .rich-text h1 {
    font-size: 2.5em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.small-paddings {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section {
    z-index: 10;
  }

  .section.is-3d-content-section, .container {
    min-height: auto;
  }

  .services-hero {
    min-height: auto;
    padding-top: 7em;
  }

  .cover-image.for-phone {
    display: block;
  }

  .cover-image.is-mesh-background {
    height: 100%;
    min-height: auto;
  }

  .heading.is-medium-title {
    font-size: 1.8em;
  }

  .heading.is-contact-form-title {
    font-size: 2em;
  }

  .heading.is-simple-hero-title {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .heading.is-cases-title {
    font-size: 12vw;
  }

  .heading.is-vertical-content-title {
    font-size: 2.5em;
  }

  .heading.is-product-hero-title, .heading.is-hero-article-title {
    font-size: 2.7em;
  }

  .heading.is-hero-team-title {
    font-size: 3em;
  }

  .heading.is-we-offer-title {
    text-indent: 1em;
    font-size: 2.5em;
  }

  .heading.is-cta-title {
    font-size: 2.5em;
  }

  .heading.is-case-study-title {
    font-size: 1.6em;
  }

  .heading.is-large {
    font-size: 3rem;
  }

  .heading.is-home-title {
    font-size: 3rem;
    line-height: 1em;
  }

  .heading.is-journal-title {
    font-size: 4em;
  }

  .heading.is-inline-title {
    font-size: 3rem;
    line-height: 1em;
  }

  .heading.is-service-short-name {
    font-size: 4rem;
  }

  .heading.is-contact-title {
    font-size: 4em;
  }

  .heading.is-process-title {
    font-size: 3.3em;
  }

  .heading.is-case-study-cms-title {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .heading.is-case-study-hero-title {
    font-size: 3.5rem;
    line-height: 1em;
  }

  .heading.is-404-title {
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-services-title {
    font-size: 3rem;
    line-height: 1em;
  }

  .navbar {
    min-height: 4em;
  }

  .nav-inner {
    padding-right: 6em;
  }

  .brand-link {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand-name {
    font-size: 1.6rem;
  }

  .nav-link-block.is-dropdown {
    padding-left: 4vw;
    padding-right: 2.5vw;
  }

  .custom-list-icon-block {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-title {
    font-size: 1.2rem;
  }

  .custom-slider {
    display: none;
  }

  .reveal-image-trigger {
    height: 100%;
  }

  .bg-for-animation {
    height: 50vh;
  }

  .about-grid-image {
    height: 25em;
  }

  .contact-grid-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .team-grid-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .team-grid-item:nth-child(2n) {
    margin-top: 0;
  }

  .team-grid-link {
    padding-bottom: 2em;
  }

  .paragraph.with-opacity-85 {
    font-size: 1rem;
  }

  .paragraph.is-xlarge {
    font-size: 1.2rem;
  }

  .paragraph.header {
    font-size: 1rem;
  }

  .team-grid-wrapper.in-about {
    margin-top: 0;
  }

  .checkbox-label {
    font-size: 1.1em;
  }

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

  .form-field::placeholder {
    font-size: .9em;
  }

  .form-field.in-password {
    font-size: 16px;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .footer-large-link {
    padding-right: 8vw;
  }

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

  .footer-utility-links-wrapper {
    flex-wrap: wrap;
  }

  .button-for-open-menu {
    width: 6em;
    height: 4em;
  }

  .burger-menu {
    font-size: .7em;
  }

  .menu-links-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .menu-links-wrapper:hover {
    width: 100%;
  }

  .menu-social-link {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .menu-layout {
    align-content: stretch;
  }

  .close-button {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .menu-social-wrapper {
    position: relative;
    bottom: auto;
  }

  .menu-social-list {
    grid-column-gap: 2em;
  }

  .compact-hero-bg {
    min-height: auto;
    overflow: clip;
  }

  .motion-image-size {
    width: 50vw;
  }

  .motion-images {
    height: 36em;
  }

  .motion-images.is-fullscreen-images {
    height: 33em;
    min-height: auto;
  }

  .motion-subtitle.is-absolute {
    top: -2em;
  }

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

  .compact-hero-paragraph {
    font-size: 16px;
  }

  ._3d-content-overlay {
    background-color: #040f1b33;
  }

  .article-progress-line {
    margin-left: auto;
    display: none;
  }

  .article-sidebar {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .hero-1-social-list.in-article {
    flex-flow: row;
  }

  .article-grid-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .vertical-content {
    margin-bottom: 2em;
  }

  .process-hero-layout {
    min-height: auto;
    padding-top: 21em;
    padding-bottom: 17em;
  }

  .products-quantity-text {
    font-size: 1em;
  }

  .cart-container {
    width: 100%;
    min-width: 80vw;
  }

  .cart-button {
    min-height: 3.5em;
  }

  .dropdown-list.w--open {
    top: 4em;
  }

  .checkout-order-item {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .checkout-shipping-title {
    font-size: 1.2em;
  }

  .checkout-order-product {
    font-size: 16px;
  }

  .checkout-radio-button {
    top: .2em;
  }

  .confirmation-title {
    font-size: 1.2em;
  }

  .order-summary {
    margin-bottom: 0;
  }

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

  .product-image {
    margin-bottom: .5em;
  }

  .add-to-cart-button {
    background-position: 87%;
  }

  .product-hero-price {
    font-size: 1.3em;
  }

  .vertical-flex.with-gap {
    grid-row-gap: 2em;
  }

  .vertical-flex.with-small-gap {
    grid-row-gap: 1em;
  }

  .checkout-info-column {
    grid-row-gap: .5em;
  }

  .compact-product-prices {
    grid-column-gap: 1em;
  }

  .compact-product-content {
    grid-row-gap: .8em;
  }

  .gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .logo-carousel-image {
    width: 6em;
    height: 5em;
  }

  .services-hero-layout {
    flex-flow: wrap;
  }

  .compact-hero-overlay {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: none;
  }

  .footer-utility-links-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .product-hero-image {
    height: 20em;
  }

  .product-hero-content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .product-hero-description {
    font-size: 16px;
  }

  .product-hero {
    padding-top: 4em;
  }

  .services-hero-list-item {
    max-width: none;
  }

  .hero-article {
    padding-top: 9em;
  }

  .hero-article-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .hero-article-image {
    height: 25em;
  }

  .footer-layout {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero-team {
    padding-top: 9em;
  }

  .hero-team-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .link-block {
    margin-top: 0;
  }

  .services-hero-list-block {
    grid-column-gap: 3em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-button-icon {
    font-size: 1.8em;
  }

  .dropdown-cms-links-list {
    grid-template-columns: 1fr;
  }

  .dropdown-link-block {
    padding: 4vw;
  }

  .menu-link-text {
    font-size: 2.2em;
  }

  .we-offer-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .we-offer-flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .main-link.in-blog {
    font-size: 1.2em;
  }

  .we-offer-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .we-offer-image {
    width: 100%;
    height: 15em;
  }

  .cta-section {
    padding: 8vw;
  }

  .case-studies-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .case-study-item {
    min-height: 33em;
  }

  .reflections {
    height: auto;
    min-height: auto;
    display: block;
  }

  .process-content-sidebar {
    display: none;
  }

  .bg-lines {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
    aspect-ratio: auto;
    height: 100%;
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .bg-lines.smaller {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .bg-lines-gradient {
    min-height: auto;
  }

  .icon-block {
    width: auto;
    height: auto;
  }

  .text-dot-absolute-medium {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    top: .6em;
  }

  .background-wrapper {
    min-height: auto;
  }

  .footer-small-image {
    width: 9em;
    min-height: 4em;
  }

  .bg-linear-gradient {
    display: none;
  }

  .home-hero {
    padding-top: 4em;
  }

  .home-hero-layout {
    flex-flow: wrap;
  }

  .home-hero-content {
    max-width: 80%;
  }

  .home-hero-list-text {
    font-size: 1rem;
  }

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

  .about-grid.with-margins {
    margin-top: 2.5em;
  }

  .about-grid-block {
    height: auto;
    padding: 1.5em;
  }

  .about-grid-block.is-2nd {
    margin-top: -1px;
    margin-left: 0;
    top: 0;
  }

  .about-grid-line.service-1 {
    opacity: .4;
  }

  .about-grid-line.service-1.glass {
    -webkit-backdrop-filter: blur(6%);
    backdrop-filter: blur(6%);
  }

  .services-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .inline-paragraph {
    top: -.3em;
  }

  .container-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .container-grid.is-link, .container-grid.is-blog-post {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .blog-small-text {
    font-size: 1em;
  }

  .blog-article-name.is-larger {
    font-size: 1.6em;
  }

  .simple-link {
    font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
    font-size: 1.2rem;
  }

  .inline-image {
    font-size: .4em;
  }

  .about-grid-description {
    margin-bottom: 2em;
  }

  .service-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .service-circle {
    width: 12vw;
    height: 12vw;
  }

  .service-circle-icon {
    font-size: 2.7em;
  }

  .services-subservices p {
    font-size: 16px;
  }

  .services-subservices h2 {
    font-size: 2em;
  }

  .services-subservices blockquote {
    font-size: 22px;
  }

  .services-subservices h6 {
    font-size: 1.2em;
  }

  .services-subservices h1 {
    font-size: 2.5em;
  }

  .about-large-paragraph.is-1st {
    font-size: 1.5rem;
  }

  .grid-content-image {
    height: 40em;
  }

  .grid-content-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .grid-content-left.is-2nd {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-content-left.is-sticky {
    position: relative;
    top: 0;
  }

  .hero-dot {
    margin-left: 4vw;
    margin-right: 4vw;
    top: -.5em;
  }

  .contact-hero {
    height: auto;
    padding-top: 9em;
    padding-bottom: 8em;
  }

  .about-hero {
    border-bottom: 1px solid var(--green-3);
    background-color: var(--green-9);
    min-height: auto;
    padding-top: 8.5em;
    padding-bottom: 8em;
    overflow: clip;
  }

  .service-cms-hero-title {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .spectacular-image-medium {
    font-size: .7em;
  }

  .spectacular-image-small {
    font-size: .8em;
  }

  .button-layout {
    padding: 1em 1.2em;
  }

  .button-wrapper {
    font-size: .9em;
  }

  .service-cms-hero {
    padding-top: 8.5em;
    padding-bottom: 3em;
  }

  .case-study-cms-hero-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 1.5em;
  }

  .case-study-cms-hero-block.is-2nd {
    margin-top: -1px;
    margin-left: 0;
    top: 0;
  }

  .case-study-cms-about-work {
    grid-row-gap: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .case-study-cms-hero-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .case-study-cms-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-inline-image {
    font-size: .4em;
  }

  .case-study-cms-grid {
    grid-template-columns: 1fr;
  }

  .case-study-cms-grid.with-margin-top {
    margin-top: 2.5em;
  }

  .case-study-cms-grid.with-gap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .case-study-hero-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .jobs-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .team-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-article-block {
    padding-top: 0;
  }

  .services-content-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .services-content-image {
    width: 100%;
    height: 15em;
  }

  .services-content-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .services-2-hero {
    padding-top: 10em;
  }

  .about-hero-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .simple-links-flex {
    grid-column-gap: 2em;
  }

  .contact-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._404-paragraph {
    font-size: 16px;
  }

  .paragraph-copy.is-xlarge {
    font-size: 1.4em;
  }

  .bold-text-3 {
    font-size: 1.5em;
  }

  .bold-text-8 {
    font-size: 2.5rem;
    line-height: 1.2em;
  }

  .background-video {
    height: 100%;
    min-height: auto;
  }

  .bold-text-9 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }

  .rich-text ul {
    padding-left: 1.9em;
  }

  .rich-text blockquote {
    font-size: 18px;
  }

  .padding {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .padding.in-checkout {
    padding-top: 1.5em;
  }

  .color-brown-light, .color-brown {
    height: 3em;
  }

  .section.is-compact-hero, .section.is-article-section, .section.is-404-hero {
    border-width: 5px;
  }

  .color-blue {
    height: 3em;
  }

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

  .services-hero {
    min-height: 50vh;
    padding-bottom: 8vw;
  }

  .cover-image.is-mesh-background {
    min-height: auto;
  }

  .cover-image.contact {
    opacity: .8;
  }

  .heading.is-medium-title, .heading.is-team-name, .heading.is-contact-form-title {
    font-size: 1.7em;
  }

  .heading.is-simple-hero-title {
    font-size: 2rem;
  }

  .heading.is-3d-content-title {
    font-size: 2.4em;
  }

  .heading.is-vertical-content-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .heading.is-product-hero-title {
    font-size: 2.5em;
  }

  .heading.is-hero-article-title {
    font-size: 2.2em;
    line-height: 1.3em;
  }

  .heading.is-we-offer-title {
    text-indent: 1em;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .heading.is-cta-title {
    text-align: left;
    font-size: 2em;
    line-height: 1.4em;
  }

  .heading.is-case-study-title {
    font-size: 1.5em;
  }

  .heading.is-large {
    font-size: 2.2rem;
  }

  .heading.is-home-title {
    text-indent: 0;
    font-size: 3rem;
    line-height: 1em;
  }

  .heading.is-large-cta-title {
    font-size: 1.8rem;
  }

  .heading.is-journal-title {
    font-size: 3.5em;
  }

  .heading.is-inline-title {
    font-size: 2.2rem;
  }

  .heading.is-service-short-name {
    font-size: 2rem;
  }

  .heading.is-contact-title {
    font-size: 3.5em;
  }

  .heading.is-about-title {
    font-size: 2.5em;
  }

  .heading.is-process-title {
    font-size: 2.6em;
    line-height: 1.4em;
  }

  .heading.is-service-cms-title {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .heading.is-solution-cms-title {
    font-size: 2rem;
  }

  .heading.is-case-study-cms-title {
    font-size: 7vw;
    line-height: 1.6em;
  }

  .heading.is-case-study-hero-title {
    font-size: 2rem;
  }

  .heading.is-404-title {
    font-size: 2.5em;
  }

  .heading.is-services-title {
    text-indent: 0;
    font-size: 2rem;
    line-height: 1.1em;
  }

  .services-hero-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .brand-link {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand-name {
    font-size: 1.5rem;
  }

  .nav-link-block {
    width: 100%;
    padding: .5em;
  }

  .nav-link-block.is-dropdown {
    grid-column-gap: 2vw;
    border-right-color: var(--transparent);
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .custom-list-item {
    padding-bottom: 3.5em;
  }

  .custom-list-icon-block {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .list-title {
    font-size: 1rem;
  }

  .bg-for-animation {
    height: 70vh;
    display: none;
  }

  .about-grid-image {
    height: 20em;
  }

  .contact-grid-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .team-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .paragraph, .paragraph.with-opacity-85 {
    font-size: .9rem;
  }

  .paragraph.is-bold.bigger, .paragraph.is-bold.medium {
    font-size: 1.8rem;
  }

  .paragraph.is-xlarge {
    font-size: 1rem;
  }

  .paragraph.smaller {
    font-size: .9rem;
  }

  .paragraph.header {
    font-size: 1rem;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .checkbox-label {
    font-size: 1em;
  }

  .checkbox {
    width: 1.5em;
    height: 1.5em;
    margin-right: .8em;
  }

  .form-error-text {
    font-size: 1em;
  }

  .form-success-message {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .form-success-title {
    font-size: 3.5em;
  }

  .form-field {
    font-size: 1.1em;
  }

  .checkbox-field {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .footer {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .footer-utility-links {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-large-link {
    font-size: 1.8em;
  }

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

  .footer-utility-links-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: .3em;
  }

  .button-for-open-menu {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .menu-layout {
    align-content: stretch;
  }

  .close-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .motion-images {
    height: 28em;
  }

  .motion-images.is-fullscreen-images {
    height: 20em;
  }

  .motion-title {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .button-hero-animation-1, .button-hero-animation-2 {
    width: 100%;
  }

  .compact-hero {
    grid-row-gap: 1.5em;
    padding-top: 9em;
    padding-bottom: 5em;
  }

  .compact-hero-paragraph {
    font-size: 16px;
  }

  .article-progress-line {
    display: none;
  }

  .form-cta-custom-list {
    padding-top: 2em;
  }

  .vertical-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .vertical-content-paragraph {
    margin-bottom: 1em;
  }

  .process-hero-layout {
    border-width: 5px;
    padding-top: 13.5em;
    padding-bottom: 10em;
  }

  .utility-page-form {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .cart-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .icon.in-cart, .icon.is-sale-icon {
    font-size: 1.1em;
  }

  .icon.in-gallery {
    font-size: 2em;
  }

  .icon.is-nav-icon {
    width: 1.5em;
    height: 1.5em;
    font-size: 1em;
  }

  .icon.is-menu-link-icon {
    font-size: 2em;
  }

  .cart-close-button {
    margin-right: 8px;
  }

  .cart-container {
    width: 100%;
    min-width: 80vw;
    max-width: 100vw;
    min-height: 100vh;
  }

  .cart-button {
    min-width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: .9em;
  }

  .dropdown {
    flex: 1;
  }

  .checkout-option {
    font-size: 1em;
  }

  .heading-checkout {
    font-size: 1.3em;
  }

  .order-summary-block {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .checkout-block-header, .checkout-block-content {
    padding: 4vw;
  }

  .field-label {
    font-size: 16px;
  }

  .checkout-shipping-description {
    font-size: 1em;
  }

  .confirmation-title {
    font-size: 1.1em;
  }

  .confirmation-flex {
    grid-row-gap: 2em;
  }

  .products-grid {
    grid-column-gap: 2em;
    grid-row-gap: .75em;
  }

  .product-layout {
    padding: 6vw;
  }

  .product-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .add-to-cart-button {
    background-position: 90%;
    flex: 1;
    padding-left: 1.2em;
  }

  .quantity {
    text-align: center;
    width: 3.3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .select-type {
    height: 3em;
  }

  .cart-product-price {
    font-size: .8em;
  }

  .product-featured {
    font-size: .6em;
  }

  .card-block {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .product-detail-button {
    width: 100%;
  }

  .checkout-info-row {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .compact-product-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-wrap: wrap;
  }

  .compact-product-image {
    width: 100%;
    height: 8em;
  }

  .compact-product-content {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .gallery-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .gallery-lightbox {
    height: 11em;
  }

  .logo-carousel {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .logo-carousel-image {
    width: auto;
    max-width: 16%;
  }

  .footer-utility-link {
    font-size: 1em;
  }

  .services-hero-layout {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._3d-content-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .compact-hero-overlay {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: none;
  }

  .product-detail-button-text {
    font-size: 1.1em;
  }

  .footer-page-link {
    font-size: 1.3em;
  }

  .footer-page-link.w--current {
    color: var(--white);
  }

  .footer-contact-link {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .product-hero-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .product-hero {
    border-width: 5px;
    padding-top: 5em;
  }

  .services-hero-list-item {
    width: 100%;
  }

  .hero-article-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-article-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .footer-layout {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-team {
    padding-top: 8.1em;
    padding-bottom: 4em;
  }

  .hero-team-bio {
    font-size: 16px;
  }

  .hero-team-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .link-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .services-hero-list-block {
    padding: 1.5em;
  }

  .services-hero-cta-button {
    justify-content: space-between;
    align-items: center;
    padding: 1.5em;
  }

  .nav-dropdown-icon {
    width: 1.3em;
    height: 1.3em;
  }

  .dropdown-cms-links-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .menu-sesondary-link {
    font-size: 1.5em;
  }

  .secondary-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .menu-link-text {
    font-size: 2em;
  }

  .menu-socials {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .menu-link-circle {
    font-size: .6em;
  }

  .main-link.is-2nd {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .main-link.is-large {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .main-link.in-blog {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .main-link-icon-block.is-large {
    width: 8vw;
    height: 8vw;
  }

  .main-link-icon.is-large, .main-link-text.is-large {
    font-size: 5vw;
  }

  .cta-section-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .case-studies-grid.with-margin {
    margin-top: 3em;
  }

  .case-study-item {
    padding: 4vw;
  }

  .case-study-content-link {
    padding: 6vw;
  }

  .sticky-container {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .process-content-top-flex {
    font-size: .9em;
  }

  .bg-lines {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    height: 100%;
  }

  .bg-lines.smaller {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .dropdown-2nd-links {
    grid-column-gap: 0em;
  }

  .card {
    padding: 8vw;
  }

  .services-hero-title {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .job-card {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding: 4vw;
  }

  .job-card-role {
    margin-right: 0;
    font-size: 1.3em;
  }

  .job-card-category {
    width: 100%;
  }

  .text-dot-absolute-medium {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    top: .2em;
  }

  .cta-facts {
    justify-content: flex-start;
    align-items: center;
  }

  .home-hero-layout {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .home-hero-title {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .home-hero-button {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .home-hero-bg {
    min-height: 80vh;
  }

  .home-hero-content {
    max-width: 100%;
  }

  .home-hero-list {
    grid-column-gap: 2em;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .max-width-20, .max-width-20.mobile {
    max-width: 100em;
  }

  .home-hero-list-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .about-grid-line.service-1 {
    opacity: .4;
  }

  .services-content-title-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container-grid {
    grid-template-columns: 1fr;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-grid.is-link {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .container-grid.align-left-top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .container-grid.is-blog-post {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .blog-article-name {
    font-size: 1.5em;
  }

  .simple-link {
    font-size: 1rem;
  }

  .service-paragraph {
    font-size: .9rem;
  }

  .service-title-link {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .service-circle-icon {
    font-size: 2em;
  }

  .services-subservices li {
    background-image: url('../images/arrow_forward_24dp_FILL0_wght600_GRAD0_opsz24_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .services-subservices blockquote {
    font-size: 18px;
  }

  .inline-dot-small {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .grid-content-image {
    height: 25em;
  }

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

  .hero-dot {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .link-with-arrows {
    font-size: 1.2em;
  }

  .blog-post-main-content {
    flex-flow: wrap;
  }

  .blog-post-image {
    width: 100%;
    height: 7em;
  }

  .contact-hero {
    height: auto;
    padding-bottom: 8em;
  }

  .about-hero {
    height: auto;
    min-height: auto;
  }

  .spectacular-image-large {
    height: 22em;
  }

  .spectacular-image-medium {
    font-size: .5em;
  }

  .spectacular-image-small {
    font-size: .7em;
  }

  .button-layout {
    justify-content: space-between;
  }

  .contact-content-address {
    grid-template-columns: 1fr;
    margin-top: 3.5em;
  }

  .solution-cms-hero {
    min-height: auto;
  }

  .case-study-cms-hero {
    padding-top: 6em;
  }

  .case-study-cms-about-work {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
  }

  .about-client-block {
    width: 50%;
  }

  .case-study-cms-grid-image {
    height: 20em;
  }

  .case-study-cms-gallery-grid {
    grid-template-columns: 1fr;
  }

  .case-inline-image {
    width: 25vw;
  }

  .case-study-hero {
    padding-top: 7em;
    padding-bottom: 5em;
  }

  .team-content-roles {
    grid-template-columns: 1fr;
  }

  .team-content-image {
    height: 25em;
  }

  ._404-content {
    grid-row-gap: 1.5em;
  }

  ._404-paragraph {
    font-size: 16px;
  }

  .bold-text-3 {
    font-size: 1.2em;
  }

  .footer-social-link {
    font-size: 1em;
  }

  .footer-social-link.tiktok {
    width: 1.5em;
  }

  .footer-social-link.insta {
    width: 1.3em;
  }

  .bold-text-8 {
    font-size: 1.8rem;
    line-height: 1em;
  }

  .background-video {
    min-height: auto;
  }

  .div-block-2 {
    display: none;
  }

  .bold-text-9 {
    font-size: 1.5rem;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 1.1em;
  }
}

#w-node-_329622ea-8c51-1adf-d66c-142af02154d1-1ccc2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38022ebf-47b1-b5c9-4fe1-6fc4778801c0-cdf922c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b805c6a7-2e25-391b-5d30-1818cdf922cd-cdf922c7 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_77438172-98ee-df12-d8e2-ebf9ab76bb38-1ccc2d19 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_8ba382b9-a078-a8eb-36e3-cb4906732fec-1ccc2d19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_5e3f70e0-c2da-5102-e70f-30697b9d20ef-1ccc2d1a {
  align-self: start;
}

#w-node-_2627cf76-ac64-5643-9059-64a219864973-1ccc2d1a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6d17f5d3-9357-328f-ed7c-600702570c92-1ccc2d1a, #w-node-_6e2eda22-0692-26cd-8b32-89138c0067f1-1ccc2d57, #w-node-_3ec7d63d-2072-341e-7230-31f2d1cea251-1ccc2d57, #w-node-a9e7019f-0c06-ee6e-a1e4-bb82f8f57b0c-1ccc2d57, #w-node-c1b7f1b5-4026-3486-a62f-dcd108acddbc-1ccc2d57, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-1bf57522 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-1bf57522 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-391679bf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-391679bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-797f9ab1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-797f9ab1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-82d1249c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-82d1249c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_38022ebf-47b1-b5c9-4fe1-6fc4778801c0-cdf922c7, #w-node-b805c6a7-2e25-391b-5d30-1818cdf922cd-cdf922c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_77438172-98ee-df12-d8e2-ebf9ab76bb38-1ccc2d19 {
    grid-column: 2 / 2;
  }

  #w-node-_2627cf76-ac64-5643-9059-64a219864973-1ccc2d1a {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_6d17f5d3-9357-328f-ed7c-600702570c92-1ccc2d1a, #w-node-_6e2eda22-0692-26cd-8b32-89138c0067f1-1ccc2d57, #w-node-_3ec7d63d-2072-341e-7230-31f2d1cea251-1ccc2d57, #w-node-a9e7019f-0c06-ee6e-a1e4-bb82f8f57b0c-1ccc2d57, #w-node-c1b7f1b5-4026-3486-a62f-dcd108acddbc-1ccc2d57 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-1bf57522, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-391679bf, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-797f9ab1, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-82d1249c {
    grid-area: 1 / 3 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77438172-98ee-df12-d8e2-ebf9ab76bb38-1ccc2d19 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ba382b9-a078-a8eb-36e3-cb4906732fec-1ccc2d19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_8ba382b9-a078-a8eb-36e3-cb4906732ffa-1ccc2d19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2627cf76-ac64-5643-9059-64a219864973-1ccc2d1a {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_6d17f5d3-9357-328f-ed7c-600702570c90-1ccc2d1a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6d17f5d3-9357-328f-ed7c-600702570c92-1ccc2d1a, #w-node-_6e2eda22-0692-26cd-8b32-89138c0067f1-1ccc2d57, #w-node-_3ec7d63d-2072-341e-7230-31f2d1cea251-1ccc2d57, #w-node-a9e7019f-0c06-ee6e-a1e4-bb82f8f57b0c-1ccc2d57, #w-node-c1b7f1b5-4026-3486-a62f-dcd108acddbc-1ccc2d57, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-1bf57522 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-1bf57522 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-1bf57522, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-391679bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-391679bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-391679bf, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-797f9ab1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-797f9ab1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-797f9ab1, #w-node-d0fcee0c-1dad-09bb-5920-5d7036a461fa-82d1249c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-82d1249c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-82d1249c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ba382b9-a078-a8eb-36e3-cb4906732fec-1ccc2d19 {
    justify-self: start;
  }

  #w-node-_8ba382b9-a078-a8eb-36e3-cb4906732ffa-1ccc2d19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2627cf76-ac64-5643-9059-64a219864973-1ccc2d1a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-1bf57522 {
    justify-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-1bf57522 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-391679bf {
    justify-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-391679bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-797f9ab1 {
    justify-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-797f9ab1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a46208-82d1249c {
    justify-self: start;
  }

  #w-node-d0fcee0c-1dad-09bb-5920-5d7036a4620e-82d1249c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Neco';
  src: url('../fonts/Neco-Variable.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leaguespartan Variablefont Wght';
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}