@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format("woff2"), url('../fonts/PlusJakartaSans-SemiBold.eot') format("embedded-opentype"), url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Bold.eot') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Regular.eot') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format("woff2"), url('../fonts/PlusJakartaSans-Medium.eot') format("embedded-opentype"), url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #101018;
  --primary-body-text: #bdc4db;
  --white: #fff;
  --text-link: #3c89ff;
  --main-nav-link: #9192b1;
  --brand--blue-100: #2066d1;
  --secondary-body-text: #9192b1;
  --tertiary-body-text: #4a4b69;
  --system--system-red: #ee2047;
  --system--system-green: #12c89b;
  --black: black;
  --system--system-blue: #2066d1;
  --system--system-yellow: #e19d39;
  --system--system-orange: #dc493a;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--background);
  color: var(--primary-body-text);
  background-image: url('../images/top-colors.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  font-family: Plus Jakarta Sans, Verdana, sans-serif;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 700;
  line-height: 92px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: var(--text-link);
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--white);
}

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

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

.nav {
  background-color: #0000;
  min-height: 80px;
  padding-top: 56px;
  padding-bottom: 48px;
  display: flex;
}

.nav__wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav__link {
  color: var(--main-nav-link);
  letter-spacing: .2px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
}

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

.nav__link.w--current {
  color: var(--brand--blue-100);
  cursor: default;
}

.nav__link.is--last {
  margin-right: 0;
}

.primary__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #1d55ac;
  border: 1px solid #3c89ff;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #32b0ff3d;
}

.primary__button:hover {
  color: #fff;
  background-color: #2875ec;
  border-color: #66a2ff;
  box-shadow: 0 0 28px #32b0ff99;
}

.primary__button.mt--32 {
  margin-top: 32px;
}

.primary__button.header__button {
  min-width: 160px;
}

.nav__links {
  grid-column-gap: 68px;
  display: flex;
}

.hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 64vh;
  min-height: 420px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero__wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

.separator {
  background-image: linear-gradient(#101018, #212339 50%, #101018);
  flex: none;
  width: 1px;
  height: 80px;
  margin-left: 80px;
  margin-right: 80px;
}

.sg-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: flex;
}

.sg-styles {
  display: flex;
}

.primary__glow {
  z-index: 1;
  filter: blur(16px);
  background-color: #3c89ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 32px;
  position: absolute;
  top: -16px;
}

.button__text {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.secondary__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #11182b;
  border: 1px solid #0e274d;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #1d1d2e;
}

.secondary__button:hover {
  color: #fff;
  background-color: #111c3a;
  border-color: #203453;
  box-shadow: 0 0 28px #183663;
}

.secondary__button.mt--32 {
  margin-top: 33px;
}

.secondary__glow {
  z-index: 1;
  filter: blur(16px);
  background-color: #0e274d;
  border-radius: 50%;
  width: 180px;
  height: 32px;
  position: absolute;
  top: -16px;
}

.tertiary__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #13141f;
  border: 1px solid #212339;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #1d1d2e;
}

.tertiary__button:hover {
  color: #fff;
  background-color: #16172c;
  border-color: #292d58;
  box-shadow: 0 0 28px #272755;
}

.tertiary-glow {
  filter: blur(16px);
  background-color: #212339;
  border-radius: 50%;
  width: 180px;
  height: 32px;
  position: absolute;
  top: -16px;
}

.nav__brand {
  display: flex;
}

.hero__subtitle {
  text-align: center;
  max-width: 720px;
  margin-bottom: 60px;
}

.badge {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.badge__text {
  color: var(--secondary-body-text);
  letter-spacing: .2px;
  max-width: 360px;
  margin-top: -20px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 26px;
}

.body__large {
  font-size: 20px;
  line-height: 28px;
}

.body__small {
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.body__xsmall {
  letter-spacing: .25px;
  font-size: 14px;
  line-height: 20px;
}

.brand__text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2066d1, #10a9ff 50%, #2066d1);
  -webkit-background-clip: text;
  background-clip: text;
}

.buttons__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
  display: flex;
}

.buttons__wrapper.hidden {
  display: none;
}

.footer__top {
  background-image: url('../images/ovalbg-purple-vflip.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 180px;
  display: flex;
}

.footer__bottom {
  background-image: url('../images/ovalbg-blue.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer__content {
  color: var(--primary-body-text);
  padding-top: 160px;
  padding-bottom: 160px;
}

.title__tagline {
  z-index: 9;
  color: var(--secondary-body-text);
  letter-spacing: .2px;
  background-color: #13141f;
  border: 1px solid #212339;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding: 6px 16px 8px;
  font-family: Plus Jakarta Sans, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 24px #161627;
}

.made {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.made__text {
  color: var(--secondary-body-text);
  font-size: 16px;
  line-height: 24px;
}

.made__heart {
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.made__wordpress {
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.logos__text {
  color: var(--tertiary-body-text);
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer__grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__nocodium {
  margin-right: 4rem;
}

.nocodium__logo {
  width: 180px;
}

.nocodium__tagline {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 24px;
}

.is--secondary {
  color: var(--secondary-body-text);
  display: block;
}

.contact__links {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  list-style-type: none;
  display: flex;
}

.link__icon {
  margin-right: 8px;
  display: flex;
}

.link__text {
  color: var(--secondary-body-text);
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: inline-block;
}

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

.social__link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  transition: all .3s;
  display: flex;
}

.social__link:hover {
  color: var(--secondary-body-text);
}

.social__link.is--hidden {
  display: none;
}

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

.footer__link {
  color: var(--secondary-body-text);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

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

.footer__link.is--hidden {
  display: none;
}

.contact__link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.links__title {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.made__crafted {
  display: flex;
}

.made__powered {
  margin-left: 4px;
  display: flex;
}

.section.is--padded {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}

.section.is--map {
  background-image: url('../images/map-berlin.webp');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.is--footer-blue {
  background-image: url('../images/ovalbg-blue-vflip.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.is--footer-blue.is--padded {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.is--footer-purple {
  background-image: url('../images/ovalbg-purple-vflip.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section__header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section__header.is--blue {
  background-image: url('../images/ovalbg-blue.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 180px;
}

.section__header.is--purple {
  background-image: url('../images/ovalbg-purple.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.title__main {
  text-align: center;
  max-width: 960px;
  margin-top: 120px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.title__sub {
  text-align: center;
  max-width: 840px;
  padding-left: 24px;
  padding-right: 24px;
}

.title__color {
  color: var(--secondary-body-text);
  display: block;
}

.services__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.copyright {
  color: var(--secondary-body-text);
  letter-spacing: .2px;
  background-color: #13141f;
  border: 1px solid #212339;
  border-radius: 4px;
  margin-bottom: -16px;
  padding: 6px 16px 8px;
  font-family: Plus Jakarta Sans, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 24px #161627;
}

.service__card {
  background-image: linear-gradient(120deg, #151624, #101018);
  border: 1px solid #212339;
  flex-direction: column;
  align-items: center;
  padding: 60px 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 4px #141425;
}

.service__card:hover {
  border-color: #2c2f50;
  box-shadow: 0 0 0 8px #252742;
}

.service__icon {
  width: 60px;
  height: 60px;
}

.service__title {
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  transform: translateZ(20px);
}

.service__desc {
  color: var(--primary-body-text);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.footer__wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.field__label {
  color: #5d5e7e;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact__form {
  margin-top: 40px;
}

.submit__button {
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #1d55ac;
  border: 1px solid #3c89ff;
  min-width: 260px;
  min-height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.submit__button:hover {
  background-color: #195fcb;
  box-shadow: 0 0 24px #32b0ff52;
}

.submit__button.mt--32 {
  margin-top: 32px;
}

.field__text {
  color: var(--secondary-body-text);
  background-color: #13141f;
  border: 1px solid #212339;
  min-height: 60px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .3s;
}

.field__text:focus {
  border-color: #103367;
  box-shadow: inset 0 0 16px #142033;
}

.field__text::placeholder {
  color: var(--tertiary-body-text);
}

.is--red {
  color: var(--system--system-red);
}

.field__textarea {
  color: var(--secondary-body-text);
  background-color: #13141f;
  border: 1px solid #212339;
  min-height: 120px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .3s;
}

.field__textarea:focus {
  border-color: #103367;
  box-shadow: 0 0 16px #142033;
}

.field__textarea::placeholder {
  color: var(--tertiary-body-text);
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.nav__dropdown {
  color: var(--secondary-body-text);
  display: flex;
}

.nav__dropdown:lang(en) {
  color: var(--brand--blue-100);
}

.dropdown__toggle {
  color: var(--main-nav-link);
  padding: 0 24px 0 0;
  font-size: 18px;
}

.dropdown__item {
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
}

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

.dropdown__list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .98;
  background-image: linear-gradient(120deg, #151624, #101018);
  border: 1px solid #212339;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  box-shadow: 0 0 0 4px #141425;
}

.dropdown__link {
  color: var(--primary-body-text);
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 1px #1b1d304d;
}

.dropdown__link:hover {
  background-color: var(--brand--blue-100);
  box-shadow: none;
  border: 1px solid #4287f3;
}

.dropdown__link.is--last {
  margin-bottom: 0;
}

.icon {
  margin-right: 0;
}

.dropdown__icon {
  margin-right: 12px;
  display: flex;
}

.dropdown__wrapper {
  background-color: #0000;
  border-radius: 16px;
  min-width: 320px;
  margin-top: 20px;
  left: -20px;
}

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

.service__blur {
  filter: blur(16px);
  background-color: #20203a;
  border-radius: 50%;
  width: 85%;
  height: 60px;
  position: absolute;
  top: -48px;
}

.service__blur.is--purple {
  background-color: #2d1a36;
}

.service__blur.is--green {
  background-color: #102b27;
}

.service__blur.is--blue {
  background-color: #0f263b;
}

.service__blur.is--indigo {
  background-color: #27164d;
}

.service__blur.is--orange {
  background-color: #301d12;
}

.content__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/layouts-illustration.svg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  place-items: center stretch;
  position: relative;
}

.image__container.is--large {
  transform: scale(1.1);
}

.content__container {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.content__container.is--small {
  max-width: 680px;
}

.usp__list {
  padding-left: 40px;
  padding-right: 40px;
}

.usp__item {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.usp__item.is--last {
  margin-bottom: 0;
}

.usp__icon {
  margin-right: 24px;
}

.usp__heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.simple__banner {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 160px 80px;
  display: flex;
}

.banner__title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.map__content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 780px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.map__title {
  text-align: left;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.map__wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  min-height: 680px;
  margin: 80px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.our__stack {
  padding-top: 160px;
  padding-bottom: 200px;
}

.stack_title {
  color: var(--primary-body-text);
  text-align: center;
  max-width: 360px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #15162380;
  border: 1px solid #1a1c30;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 0 24px #00000080;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
  position: absolute;
  inset: 4px 4px auto auto;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #ffffff0d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.is--hidden {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  font-size: 16px;
  line-height: 24px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #13141f;
  border: 1px solid #212339;
  border-radius: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 48px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
  position: relative;
}

.cookie__bar {
  z-index: 9999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px;
}

.fs-cc-banner_text-link {
  color: var(--secondary-body-text);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.fs-cc-prefs_form {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #151623cc;
  border: 1px solid #1a1c30;
  border-radius: 4px;
  max-width: 800px;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 24px #00000080;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-cc-banner_close {
  cursor: pointer;
  padding: 4px;
}

.fs-cc-banner_close.is--hidden {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0a0a12cc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: var(--secondary-body-text);
  margin-right: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: none;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}

.fs-cc-prefs_button.fs-cc-button-alt.secondary__button.is--small, .fs-cc-prefs_button.primary__button.is--small {
  min-width: 240px;
  padding: 16px;
}

.fs-cc-banner_button {
  color: var(--text-link);
  background-color: #0000;
  border-left: 1px solid #25273f;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 22px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--secondary-body-text);
  background-color: #0000;
  border-top-color: #4353ff;
  border-bottom-color: #4353ff;
  border-right-color: #4353ff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  color: var(--white);
}

.fs-cc-banner_component {
  z-index: 998;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: var(--system--system-red);
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.sparkling__dust {
  z-index: 1;
  position: absolute;
  top: -68px;
}

.page__title {
  background-image: url('../images/ovalbg-blue.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper__text {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mb--40 {
  margin-bottom: 40px;
}

.list__wrapper {
  margin-bottom: 24px;
}

.list__item {
  margin-bottom: 12px;
  margin-left: 32px;
}

.mb--16 {
  margin-bottom: 16px;
}

.link {
  color: #3c89ff;
  transition: all .3s;
}

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

.content__image {
  z-index: 999;
  position: relative;
}

.content__image.is--left {
  position: relative;
  left: -10%;
}

.content__image.is--left.large {
  transform: scale(1.2);
}

.content__image.is--large {
  transform: scale(1.1);
}

.logo__carousel {
  width: 100%;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo__fader {
  z-index: 10;
  background-image: linear-gradient(270deg, #10101800 75%, var(--background)), linear-gradient(270deg, var(--background), #10101800 25%);
  position: absolute;
  inset: 0%;
}

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

.carousel__item {
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 120px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.testimonials__slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.slide__wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stars {
  margin-bottom: 16px;
}

.tstmn__author {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.tstmn__details {
  margin-left: 24px;
}

.tstmn__name {
  color: var(--white);
}

.tstmn__title {
  color: var(--secondary-body-text);
  font-size: 14px;
  line-height: 20px;
}

.tstmn__text {
  color: var(--white);
}

.arrow__left, .arrow__right {
  align-self: center;
}

.slider__content {
  max-width: 1200px;
  padding: 40px 120px;
}

.mask {
  height: auto;
}

.hero__split {
  text-align: center;
  background-image: url('../images/grid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  min-height: 70vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.work__title {
  color: var(--white);
  text-align: left;
  transform-style: preserve-3d;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  transform: translateZ(20px);
}

.work__desc {
  color: var(--primary-body-text);
  text-align: left;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.work__content {
  width: 100%;
  max-width: 760px;
  padding-left: 40px;
  padding-right: 40px;
}

.work__tags {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.work__tag {
  color: var(--secondary-body-text);
  border: 1px solid #212339;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.main__subtitle.is--centered {
  text-align: center;
}

.field__group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.ncdm__logo {
  align-items: center;
  min-width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.ncdm__mark {
  width: 112px;
  display: flex;
  position: absolute;
  left: -38px;
}

.work__card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  min-height: 56vh;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: grid;
}

.work__card.is--hidden {
  display: none;
}

.work__image {
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding: 60px;
}

.work__image.is--architectro {
  background-color: #1f2d73;
}

.work__image.is--abeille {
  background-color: #fcc44c;
}

.work__image.is--inovizer {
  background-color: #4572ff;
}

.work__image.is--kini {
  background-color: #0075e1;
}

.work__image.is--topland {
  background-color: #523d37;
}

.work__image.is--florence {
  background-color: #9668b0;
}

.work__image.is--whitedove {
  background-color: #3498db;
}

.work__image.is--shipka {
  background-image: linear-gradient(135deg, #3cbee7, #4973dd);
}

.image__shadow {
  box-shadow: 0 0 32px #00000059;
}

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

.single__button.is--left {
  justify-content: flex-start;
}

.single__button.is--right {
  justify-content: flex-end;
}

.single__button.mt--80 {
  margin-top: 80px;
}

.single__button.mt--40 {
  margin-top: 40px;
}

.hero__heading {
  max-width: 1200px;
}

.quote__form {
  margin-top: 40px;
}

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

.checkbox__field {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.checkbox__label {
  color: var(--secondary-body-text);
  margin-bottom: 0;
  margin-left: 12px;
}

.checkbox__box {
  cursor: pointer;
  background-color: #1c1d2d;
  border: 2px solid #212339;
  border-radius: 0;
  width: 22px;
  height: 22px;
  margin-top: 0;
  box-shadow: inset 0 0 4px #0d0d15;
}

.checkbox__box.w--redirected-checked {
  background-color: #1c1d2d;
  background-image: url('../images/checkbox-check.svg');
  background-size: auto;
  border-color: #212339;
  width: 22px;
  height: 22px;
}

.checkbox__box.w--redirected-focus {
  border-color: #212339;
  box-shadow: inset 0 0 4px 1px #0d0d15;
}

.select__field {
  color: var(--secondary-body-text);
  background-color: #13141f;
  border: 1px solid #212339;
  min-height: 60px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .3s;
}

.select__field:focus {
  border-color: #103367;
  box-shadow: 0 0 16px #142033;
}

.usps__wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon__block {
  text-align: center;
}

.heading__h6 {
  font-size: 20px;
  line-height: 26px;
}

.icon__embed {
  justify-content: center;
  margin-bottom: 32px;
}

.heading__h4 {
  text-align: left;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.success__message {
  border: 1px solid var(--system--system-green);
  background-color: #151624;
  padding: 24px;
  box-shadow: 0 0 0 4px #141425;
}

.error__message {
  border: 1px solid var(--system--system-red);
  background-color: #151624;
  margin-top: 40px;
  padding: 24px;
  box-shadow: 0 0 0 4px #141425;
}

.error__text {
  color: var(--system--system-red);
  text-align: center;
}

.success__text {
  color: var(--system--system-green);
}

.takeaction__content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 860px;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.takeaction__text {
  color: var(--secondary-body-text);
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.takeaction__image {
  max-width: 280px;
}

.dropdown__glow {
  z-index: 999;
  opacity: 0;
  filter: blur(24px);
  background-color: #fff;
  border-radius: 50%;
  width: 170px;
  height: 16px;
  position: absolute;
  top: -12px;
  left: 60px;
}

.hero__bgimage {
  position: absolute;
}

._404__svg {
  margin-top: 200px;
}

.iss__image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.takeaction__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #11182b;
  border: 1px solid #0e274d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #1d1d2e;
}

.takeaction__button:hover {
  color: #fff;
  background-color: #111c3a;
  border-color: #203453;
  box-shadow: 0 0 28px #183663;
}

.takeaction__glow {
  z-index: 1;
  filter: blur(16px);
  background-color: #0e274d;
  border-radius: 50%;
  width: 180px;
  height: 32px;
  position: absolute;
  top: -16px;
}

.takeaction__icon {
  margin-left: 8px;
  display: flex;
}

.badge__animation {
  z-index: -1;
  position: absolute;
}

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

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

.bold-text {
  color: var(--system--system-green);
  font-weight: 500;
}

.ncdm__logo-image {
  width: 124px;
  max-width: 128px;
  position: relative;
  left: 44px;
}

.title__particles {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -80px;
}

.button__icon {
  margin-right: 8px;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.primary__icon__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #1d55ac;
  border: 1px solid #3c89ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #32b0ff3d;
}

.primary__icon__button:hover {
  color: #fff;
  background-color: #2875ec;
  border-color: #66a2ff;
  box-shadow: 0 0 28px #32b0ff99;
}

.primary__icon__button.mt--32 {
  margin-top: 32px;
}

.primary__icon__button.header__button {
  min-width: 160px;
}

.secondary__icon__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #11182b;
  border: 1px solid #0e274d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #1d1d2e;
}

.secondary__icon__button:hover {
  color: #fff;
  background-color: #111c3a;
  border-color: #203453;
  box-shadow: 0 0 28px #183663;
}

.secondary__icon__button.mt--32 {
  margin-top: 33px;
}

.tertiary__icon__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #13141f;
  border: 1px solid #212339;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #1d1d2e;
}

.tertiary__icon__button:hover {
  color: #fff;
  background-color: #16172c;
  border-color: #292d58;
  box-shadow: 0 0 28px #272755;
}

.header__icon__button {
  color: #ffffffbf;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #1d55ac;
  border: 1px solid #3c89ff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #32b0ff3d;
}

.header__icon__button:hover {
  color: #fff;
  background-color: #2875ec;
  border-color: #66a2ff;
  box-shadow: 0 0 28px #32b0ff99;
}

.header__icon__button.mt--32 {
  margin-top: 32px;
}

.header__icon__button.header__button {
  min-width: 160px;
}

.particles__dust {
  min-width: 740px;
  height: 200px;
  position: absolute;
  top: -100px;
}

.particles__dust.is--hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 64px;
  }

  h2 {
    font-size: 44px;
    line-height: 56px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .nav {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .nav__link {
    flex-flow: column;
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .nav__link.is--last {
    margin-bottom: 0;
  }

  .primary__button.header__button {
    display: none;
  }

  .nav__links {
    background-image: linear-gradient(140deg, #151624, #101018);
    border: 1px solid #212339;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    padding: 80px;
  }

  .hero {
    overflow: hidden;
  }

  .secondary__button.mt--32 {
    align-self: center;
  }

  .footer__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav__button {
    padding: 0;
  }

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

  .wrapper {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .footer__nocodium {
    margin-bottom: 24px;
  }

  .contact__links {
    flex-direction: row;
  }

  .contact__link {
    margin-right: 24px;
  }

  .section.is--map {
    background-position: 50% 0;
  }

  .section.is--footer-blue {
    padding-bottom: 80px;
  }

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

  .footer__wrapper {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .field__label {
    text-align: left;
  }

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

  .icon__lottie {
    width: 40px;
    height: 40px;
  }

  .nav__dropdown {
    margin-right: 0;
    display: block;
  }

  .dropdown__toggle {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown__item {
    font-size: 20px;
    line-height: 24px;
  }

  .dropdown__list {
    box-shadow: none;
    background-image: none;
    border-style: none;
    min-width: auto;
    margin-top: 0;
  }

  .dropdown__link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon {
    display: none;
  }

  .dropdown__wrapper {
    margin-top: 0;
    margin-bottom: 32px;
    display: block;
    position: static;
  }

  .dropdown__wrapper.w--open {
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 0;
    position: static;
  }

  .content__grid {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .content__container {
    text-align: center;
  }

  .simple__banner {
    flex-flow: column;
    padding: 120px 24px;
  }

  .banner__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .map__content {
    width: auto;
  }

  .map__wrapper {
    flex-direction: column;
    margin-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .fs-cc-prefs_form {
    max-width: 100%;
  }

  .fs-cc-banner_text {
    text-align: center;
    margin-right: 0;
  }

  .wrapper__text {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content__image.is--left {
    left: auto;
  }

  .content__image.is--left.large, .content__image.is--large {
    transform: scale(1);
  }

  .testimonials__slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide__wrapper {
    padding-bottom: 20px;
  }

  .slider__content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero__split {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .work__content {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main__subtitle {
    text-align: center;
  }

  .work__card {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 60px;
  }

  .work__image {
    width: 100%;
  }

  .single__button.is--left, .single__button.is--right {
    justify-content: center;
  }

  .usps__wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero__bgimage {
    max-width: none;
  }

  .iss__image, .primary__icon__button.header__button {
    display: none;
  }

  .secondary__icon__button.mt--32 {
    align-self: center;
  }

  .header__icon__button, .header__icon__button.header__button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero {
    height: auto;
    min-height: 480px;
  }

  .hero__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary__button.mt--32 {
    align-self: center;
  }

  .buttons__wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer__top {
    height: 120px;
  }

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

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

  .made__crafted, .made__powered {
    display: flex;
  }

  .section.is--map {
    background-position: 70% 0;
  }

  .title__main {
    margin-top: 80px;
  }

  .services__wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .service__card {
    padding: 40px 24px;
  }

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

  .usp__item {
    flex-flow: column;
  }

  .usp__icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .usp__heading {
    text-align: center;
  }

  .simple__banner {
    padding: 80px 0;
  }

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

  .our__stack {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-prefs_buttons-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .fs-cc-prefs_space-medium {
    flex-flow: column;
    align-items: stretch;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-prefs_form {
    overflow: auto;
  }

  .fs-cc-prefs_component {
    z-index: 9999;
  }

  .usp__description {
    text-align: center;
  }

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

  .slide__wrapper {
    padding-bottom: 0;
  }

  .arrow__left, .arrow__right {
    display: none;
  }

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

  .hero__split {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work__title {
    font-size: 32px;
    line-height: 40px;
  }

  .field__group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .work__image {
    padding: 24px;
  }

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

  .icon__embed {
    margin-bottom: 24px;
  }

  .hero__bgimage {
    top: -60px;
  }

  .secondary__icon__button.mt--32 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-top: 32px;
  }

  .nav__links {
    padding: 24px;
  }

  .hero {
    height: auto;
    min-height: 0;
  }

  .badge {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .badge__text {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .made {
    flex-direction: column;
    width: 100%;
  }

  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .contact__links {
    flex-direction: column;
  }

  .contact__link {
    margin-right: 0;
  }

  .made__crafted {
    justify-content: center;
    margin-bottom: 4px;
    display: flex;
  }

  .made__powered {
    justify-content: center;
  }

  .section.is--map {
    background-position: 74% 0;
  }

  .footer__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown__list {
    padding-left: 0;
  }

  .dropdown__wrapper {
    min-width: auto;
  }

  .banner__title {
    font-size: 28px;
    line-height: 36px;
  }

  .map__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .our__stack {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_text {
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    border-left-width: 0;
    padding-left: 0;
  }

  .wrapper__text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work__title {
    font-size: 28px;
    line-height: 36px;
  }

  .work__tags {
    flex-flow: column;
  }

  .work__tag {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

#w-node-fcdac0b8-2bc6-9ea0-6b8b-c721805b6ec8-9b78a458 {
  justify-self: start;
}

#w-node-_447852c3-d2e5-98c7-f879-99c2ada7433e-9b78a458 {
  justify-self: end;
}

#w-node-_9e170697-ee40-d1ea-7bf1-16f842c10e54-b712da0d {
  justify-self: start;
}

#w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-bdc20e98 {
  justify-self: center;
}

#w-node-a5279346-120a-1e7f-8a83-60d623e11003-bdc20e98, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-bf6a63c6 {
  justify-self: end;
}

#w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-44329559 {
  justify-self: center;
}

#w-node-bc00222b-12c0-b58d-c99e-9ed02c238d6e-44329559, #w-node-bc00222b-12c0-b58d-c99e-9ed02c238d74-44329559, #w-node-bc00222b-12c0-b58d-c99e-9ed02c238d7a-44329559 {
  align-self: center;
}

#w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-86b1c3b4 {
  justify-self: end;
}

#w-node-b4badaba-8ad3-f289-aa9a-f4cd71a3b281-86b1c3b4, #w-node-_4aab6dad-c64c-c608-63b2-92d220aed87f-86b1c3b4, #w-node-_5e946259-c62d-d230-a3a8-0dcf2cc4582c-86b1c3b4, #w-node-_726bdfae-47fd-3728-f9e6-5a21ecd7266a-86b1c3b4, #w-node-_846dde8e-ff85-9b0d-7f94-47f01fc59307-86b1c3b4, #w-node-cbaa9e7b-87e4-6f55-bde4-872705feb12b-86b1c3b4 {
  align-self: center;
}

#w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-6380cd08 {
  justify-self: end;
}

#w-node-_1811e676-ac08-c640-a6eb-d7f24b6ac341-6380cd08, #w-node-_1811e676-ac08-c640-a6eb-d7f24b6ac347-6380cd08, #w-node-_1811e676-ac08-c640-a6eb-d7f24b6ac34d-6380cd08 {
  align-self: center;
}

#w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-95af9a19, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-7ad04e85 {
  justify-self: end;
}

#w-node-e3dacc3b-a4e1-963c-a82d-1b7061e01405-7ad04e85, #w-node-e3dacc3b-a4e1-963c-a82d-1b7061e0140b-7ad04e85, #w-node-e3dacc3b-a4e1-963c-a82d-1b7061e01411-7ad04e85 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-fcdac0b8-2bc6-9ea0-6b8b-c721805b6ec8-9b78a458, #w-node-_447852c3-d2e5-98c7-f879-99c2ada7433e-9b78a458, #w-node-_9e170697-ee40-d1ea-7bf1-16f842c10e54-b712da0d {
    justify-self: center;
  }

  #w-node-_9e170697-ee40-d1ea-7bf1-16f842c10e46-b712da0d {
    order: -9999;
  }

  #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-bdc20e98, #w-node-a5279346-120a-1e7f-8a83-60d623e11003-bdc20e98, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-bf6a63c6 {
    justify-self: center;
  }

  #w-node-_2b079e34-d7d8-a31e-2dee-c4ef0983cec5-bf6a63c6, #w-node-_938af0d2-9ae7-3ab5-973c-df46dcfbc93f-bf6a63c6, #w-node-_37d3ca26-32d6-54f9-d69f-f14fb9d0686f-bf6a63c6, #w-node-_3e86987a-1b04-9a46-0aa0-a6006ea33a05-bf6a63c6, #w-node-_6ef1aee6-22ec-004e-2d34-146185b3306a-bf6a63c6, #w-node-d28fc0ba-0f39-66da-1c58-cab7f2c82bf9-bf6a63c6 {
    order: -9999;
  }

  #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-44329559, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-86b1c3b4, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-6380cd08, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-95af9a19, #w-node-a27119f4-6fcc-656f-812d-1e0a85748a09-7ad04e85 {
    justify-self: center;
  }

  #w-node-_9e170697-ee40-d1ea-7bf1-16f842c10e46-72e01ef1 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.eot') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.eot') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.eot') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}