.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

body {
  color: #333;
  background-color: #ececec;
  font-family: Lato Lokal, sans-serif;
  font-size: 1em;
  line-height: 1.375em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato Lokal, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.05em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato Lokal, sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato Lokal, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.22em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.22em;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #303030;
  text-decoration: underline;
}

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

li {
  font-size: 18px;
  line-height: 28px;
}

strong {
  font-weight: bold;
}

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

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.yellow {
  background-color: #ffc96c;
}

.section.dark {
  background-color: #303030;
}

.container {
  width: 1440px;
  max-width: 100%;
  min-height: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.container.flex-space-between {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

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

.container.cta {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.footer-container {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.container.landing-hero {
  width: 900px;
  text-align: center;
}

.container.sub-page {
  width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.projects {
  width: 1200px;
}

.container.next-project {
  width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.about-us {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100vh 100vh 100vh 100vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

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

.container._404 {
  z-index: 5;
  position: relative;
}

.container.max-1000 {
  width: 1000px;
}

.container.ie-warning-container {
  margin-top: 280px;
}

.container.calendly-modal {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper.btn-styles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white, .light {
  color: #fff;
}

.hero-section {
  min-height: 1080px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.placeholder-image {
  z-index: 0;
  background-image: url('../images/Place-Holder-Image-Icon.svg'), linear-gradient(135deg, #eff9f9, #b6c7e2);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 160px, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-wrapper._1 {
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
}

.hero-heading-wrapper._3 {
  text-align: center;
}

.hero-feature-wrapper {
  align-self: end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-feature-line {
  width: 5px;
  height: 100%;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-feature-text-box {
  color: #a7a7a7;
  margin-bottom: 50px;
  margin-left: 15px;
}

.hero-sub-text-box {
  color: #a7a7a7;
  margin-top: 32px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #070707;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
  position: relative;
}

.btn:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
}

.btn.rounded {
  border-radius: 5px;
}

.btn.round {
  border-radius: 50px;
}

.btn.outline {
  color: #ff4d4d;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ff4d4d;
}

.btn.clear {
  color: #ff4d4d;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.btn.dark:hover {
  color: #070707;
  background-color: rgba(0, 0, 0, 0);
  border-color: #070707;
}

.btn.light {
  color: #070707;
  background-color: #fff;
}

.btn.light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn.form-submit {
  width: 100%;
}

.btn.form-submit:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
}

.class-info {
  margin-top: 8px;
}

.class-span {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 4px;
  margin-left: 6px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.btn-icon {
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: inline;
}

.btn-text {
  display: inline;
}

.content._1-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-wrapper.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.client-content {
  width: 45%;
}

.content-wrapper.client-logos {
  z-index: 1;
  width: 45%;
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
}

.content-wrapper.vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper._404 {
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: #fff;
  font-size: 3.3em;
}

.h1._404 {
  font-size: 6em;
  font-weight: 900;
}

.h2 {
  font-family: essonnes-display, sans-serif;
  font-weight: 400;
}

.h2.big {
  font-size: 2.8em;
}

.h2.cta {
  margin-bottom: 32px;
  font-family: Lato Lokal, sans-serif;
  font-weight: 700;
}

.h2.about-us-heading {
  margin-bottom: 32px;
}

.h3 {
  font-family: essonnes-headline, sans-serif;
}

.h3.feature-title {
  margin-top: 0;
  font-size: 1.3em;
}

.h3.heading-next-project, .h3.bold {
  font-weight: 700;
}

.h3.bold.lato {
  font-family: Lato Lokal, sans-serif;
  display: inline;
}

.h3.footer-heading {
  border-bottom: 1px solid #505050;
  padding-bottom: 6px;
}

.p.light {
  color: #c9c9c9;
}

.p-wrapper {
  padding-top: 20px;
}

.p-wrapper.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-wrapper.intro {
  width: 600px;
  max-width: 100%;
}

.p-wrapper.cta {
  width: 600px;
  max-width: 100%;
  padding-bottom: 20px;
}

.p-wrapper.services {
  text-align: center;
  padding-top: 40px;
}

.p-wrapper.mb-20 {
  margin-bottom: 20px;
}

.placerholder-img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-color: #ff4d4d;
}

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

.double-btn-wrapper.mt-middle {
  margin-top: 32px;
}

.btn-subtitle-box {
  width: 200px;
  padding-top: 4px;
}

.inline-link {
  color: rgba(7, 7, 7, .8);
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

.inline-link:hover {
  color: #fff;
  background-color: #070707;
  text-decoration: none;
}

.inline-link.light {
  color: #fff;
}

.inline-link.light:hover {
  color: #070707;
  background-color: #fff;
}

.inline-link.light.bold {
  font-weight: 700;
}

.tagline {
  font-size: 1.2em;
  font-weight: 700;
}

.cta-form-box {
  width: 100%;
  max-width: 450px;
}

.input-box {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-field {
  min-height: 53px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.checkbox {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  background-color: #fff;
  margin-top: 2px;
  margin-right: 6px;
}

.checkbox.w--redirected-checked {
  background-color: #ff4d4d;
  border-color: rgba(0, 0, 0, 0);
}

.cta-form-checkbox-field {
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.checkbox-label {
  margin-top: 0;
}

._2-features-wrapper {
  max-width: 520px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-features-wrapper.mt-20 {
  margin-top: 20px;
}

.feature-wrapper.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-wrapper.flex-horizontal {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.feature-icon-placeholder {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  background-color: #ff4d4d;
  border-radius: 100%;
  margin-bottom: 16px;
}

.feature-icon-placeholder._2 {
  margin-right: 12px;
}

.list-text {
  display: inline;
}

.list-item {
  margin-bottom: 8px;
  list-style-type: none;
}

.list-wrapper.simple {
  padding-left: 16px;
}

.list-wrapper.icons {
  padding-left: 0;
}

.list-icon {
  color: #ff4d4d;
  margin-right: 8px;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 3px;
}

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

.logo-box {
  padding-left: 8px;
  padding-right: 8px;
}

.logo.small {
  height: 40px;
}

._2-2-features-wrapper {
  max-width: 520px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #070707;
}

.body.pure-black {
  background-color: #000;
}

.landing-hero-section {
  min-height: 860px;
  background-image: url('../images/Section-BG-white-Arrow-reverse.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 999;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo-link {
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.nav-item-container {
  position: relative;
}

.nav-item-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-item-link {
  color: #fff;
  margin-left: 8px;
  padding: 8px 22px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.nav-item-link:hover {
  color: #000;
}

.nav-item-link.w--current {
  color: #000;
  background-color: #fff;
  position: relative;
}

.nav-item-text {
  z-index: 1;
  position: relative;
}

.nav-item-hover-bg {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.landing-about-section {
  background-color: #fff;
  background-image: url('../images/Section-BG-dark-Shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 60px;
  padding-bottom: 120px;
}

.landing-about-section._2 {
  background-image: none;
}

.landing-projects-sections {
  background-color: #fff;
  margin-bottom: -1px;
  padding-top: 100px;
  padding-bottom: 160px;
}

.projects-big-showcase-collection {
  width: 100%;
  margin-top: 60px;
}

.project-preview-collection-item {
  flex: 0 50%;
  margin-top: 67px;
  margin-bottom: 100px;
  padding-left: 8px;
  padding-right: 8px;
}

.project-preview-wrapper {
  width: 100%;
  max-width: 480px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.project-preview-image-link {
  width: 100%;
  transition: transform .3s;
  overflow: hidden;
}

.project-preview-image-link:hover {
  transform: scale(.9);
}

.project-image-placeholder {
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: transform .3s;
}

.project-image-placeholder:hover {
  transform: scale(1.2);
}

.project-preview-content-area {
  padding-top: 12px;
}

.project-preview-revealer {
  z-index: 5;
  transform-origin: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-preview-title {
  color: #070707;
  text-align: left;
  font-family: essonnes-text, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
}

._1-nav-revealer-black {
  width: 33.3333%;
}

.nav-reveal-container {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._2-nav-revealer-black, ._3-nav-revealer-black {
  width: 33.3333%;
}

.mobile-nav-trigger {
  cursor: pointer;
  padding: 8px 12px;
  display: none;
}

.mobile-nav-trigger-text {
  color: #fff;
  font-weight: 700;
}

._1-nav-revealer-white, ._2-nav-revealer-white, ._3-nav-revealer-white {
  width: 33.3333%;
}

.nav-mobile-top-bar {
  height: 80px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image {
  height: 60px;
  position: relative;
}

.landing-clients-section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.clients-content-wrapper {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-logo-box {
  width: 25%;
  max-width: 25%;
  filter: saturate(0%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  transition: filter .3s;
  display: flex;
}

.client-logo-box:hover {
  filter: saturate();
}

.client-logo {
  max-height: 70px;
}

.client-logo-background {
  z-index: -1;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.landing-cta-section {
  min-height: 80vh;
  justify-content: center;
  align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 8px 10px;
  font-size: .7em;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.subtitle.light {
  color: #fff;
  border-color: #fff;
}

.subtitle.dark {
  color: #070707;
  border-color: #070707;
}

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

.btn-single-wrapper.mt-20 {
  margin-top: 20px;
}

.btn-wrapper-line {
  width: 80px;
  height: 1px;
  background-color: #070707;
  margin-right: 20px;
}

.btn-wrapper-line.right {
  margin-left: 20px;
  margin-right: 0;
}

.btn-wrapper-line.light {
  background-color: #fff;
}

.hero-scroll-btn {
  width: 60px;
  height: 60px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 0%;
  right: 0%;
}

.landing-services-section {
  background-color: #070707;
  background-image: url('../images/Section-BG-white-Shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
}

.services-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
}

.service-box {
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-box.hidden {
  display: none;
}

.service-content-box {
  background-color: #fff;
  align-self: stretch;
  padding: 20px 5%;
}

.cta-bg {
  z-index: 0;
  background-image: url('../images/Supstanz-Bild-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-bg-overlay {
  z-index: 0;
  background-color: #070707;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  z-index: 5;
  background-color: #070707;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.footer-content-wrapper-1 {
  width: auto;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

.footer-content-wrapper-2 {
  width: 100%;
  color: #fff;
  border-top: 1px solid #505050;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  display: flex;
}

.footer-content-wrapper-2.light {
  border-top-color: #505050;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-col-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-col-1.first {
  width: 400px;
  max-width: 100%;
}

.footer-col-1._2nd {
  align-items: stretch;
  margin-right: 40px;
}

.social-wrapper {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.social-link-wrapper {
  color: rgba(7, 7, 7, .8);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.social-link-wrapper:hover {
  color: #070707;
}

.cta-wrapper {
  width: auto;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 400px;
  padding: 24px 60px;
  display: flex;
}

.social-icon {
  margin-right: 12px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.footer-col-headline {
  margin-bottom: 12px;
  font-size: 1.2em;
  font-weight: 700;
}

.link {
  color: #cdcdcd;
  cursor: pointer;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link:hover, .link.w--current {
  color: #fff;
}

.footer-link-highlight {
  color: #cdcdcd;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.375em;
  text-decoration: none;
  transition: all .3s;
}

.footer-link-highlight:hover {
  color: #b9b9b9;
}

.footer-link-highlight.light {
  color: #fff;
}

.footer-link-highlight.light:hover {
  color: rgba(255, 255, 255, .73);
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-3.light {
  margin-top: 0;
}

.footer-link-2 {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 2px 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  opacity: 1;
}

.footer-link-2.light.w--current {
  color: rgba(255, 255, 255, .73);
}

.text-span {
  font-family: essonnes-headline, sans-serif;
  font-size: .7em;
  font-weight: 400;
  display: block;
}

.div-block-4 {
  z-index: -2;
  background-image: linear-gradient(rgba(7, 7, 7, .7), rgba(7, 7, 7, .7)), url('../images/Supstanz-Bild-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  z-index: -1;
  opacity: 0;
  background-color: #070707;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  margin-bottom: 20px;
}

.plain-content-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text h2, .rich-text h3 {
  color: #070707;
}

.rich-text h4 {
  color: #070707;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text p, .rich-text ul {
  color: #a5a5a5;
}

.rich-text a {
  color: #070707;
  text-decoration: underline;
  transition: all .3s;
}

.rich-text a:hover {
  color: rgba(255, 255, 255, .73);
}

.back-link {
  color: #cdcdcd;
  align-items: center;
  padding: 8px 12px 8px 4px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.back-link:hover {
  color: #fff;
}

.back {
  margin-left: 8px;
}

.image-3 {
  width: 217px;
  margin-left: 15px;
}

.sub-page__hero {
  z-index: 3;
  min-height: 400px;
  background-color: #070707;
  background-image: url('../images/Section-BG-white-reverse-Shape.svg');
  background-position: 50% 100.5%;
  background-repeat: no-repeat;
  background-size: 101%;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.sub-page-hero__content-wrapper.paragraph {
  max-width: 600px;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 130px;
  display: flex;
}

.s-projects-showcase {
  background-color: #fff;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 60px;
}

.sub-page-hero__p-line {
  min-width: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 12px;
}

.s-simple-cta {
  z-index: 1;
  background-color: #fff;
}

.simple-cta {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-main-wrapper {
  position: relative;
}

.simple-cta-wrapper {
  z-index: 6;
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
}

.body-main-wrapper__bg {
  z-index: 5;
  background-color: rgba(7, 7, 7, .2);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.simple-cta__top-spacer {
  height: 60px;
  background-color: #fff;
  position: relative;
}

.footer-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-row {
  width: 100%;
}

.footer-row.middle {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.footer-row.bottom {
  color: #fff;
  text-align: center;
}

.footer__main-navigation {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__horizontal-divider {
  width: 100%;
  height: 2px;
  opacity: .25;
  background-color: #fff;
  margin-bottom: 20px;
}

.project-hero-image {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-background-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-project-details {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.project-hero-image-overlay {
  opacity: .9;
  background-color: #070707;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-hero__content-wrapper.paragraph {
  max-width: 600px;
  color: #fff;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.project-facts {
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-facts__row {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.5em;
  display: flex;
}

.project-facts__title {
  width: 88px;
  margin-right: 8px;
  font-weight: 700;
}

.project-gallery {
  max-width: 1200px;
  margin-right: auto;
}

.project-gallery__list {
  column-count: 2;
  column-gap: 40px;
}

.project-gallery__item {
  margin-bottom: 40px;
}

.project-rtb-wrapper {
  margin-bottom: 60px;
}

.project-rtb {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.project-rtb h4 {
  margin-bottom: 16px;
}

.project-rtb p {
  margin-bottom: 24px;
}

.project-page__hero {
  min-height: 400px;
  background-image: url('../images/Section-BG-white-reverse-Shape.svg');
  background-position: 50% 100.5%;
  background-repeat: no-repeat;
  background-size: 101%;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.projects-big-showcase-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-showcase-item {
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.next-project {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.next-project-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.next-project-collection-wrapper {
  margin-top: 40px;
}

.next-project-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.next-project-item-wrapper {
  color: #303030;
  text-decoration: none;
  display: block;
}

.about-us-section {
  min-height: 3000px;
  background-color: #fff;
  position: relative;
}

.about-us-sticky-image-wrapper {
  z-index: 2;
  height: 50vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-us-sticky-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}

.about-us-sticky-image.ines {
  opacity: 0;
  object-position: 50% 50%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-sticky-image.lena {
  opacity: 0;
  object-position: 20% 50%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-sticky-image.team {
  opacity: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-content-wrapper {
  background-color: #fff;
  margin-bottom: 200px;
  padding: 12px 32px 22px;
}

.about-us-section-header {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 60px;
}

.invisible-grid-item {
  opacity: 0;
}

.lightbox-link {
  width: 100%;
}

.lightbox__preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-contact-form {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.input-field {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
  font-weight: 700;
  position: relative;
}

.input-field.area {
  max-width: 100%;
  min-height: 180px;
}

.input-field-label {
  z-index: 0;
  transition: all .2s;
  position: absolute;
  top: 10px;
  left: 5px;
}

.input-field-label.checkbox-label {
  font-weight: 700;
  position: static;
}

.contact-form-box {
  border: 3px solid #000;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
}

.input-fields__row {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-fields__row._1-col {
  grid-template-columns: 1fr;
}

.input-field__col {
  min-height: 4em;
  align-items: stretch;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-checkbox-box {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 24px;
  padding-left: 0;
  display: flex;
  position: static;
}

.input-checkbox {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  background-color: #fff;
  border: 2px solid #070707;
  border-radius: 2px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.input-checkbox.w--redirected-checked {
  background-color: #070707;
  background-image: url('../images/icon-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  margin-left: 0;
}

.calendly-notice {
  text-align: center;
  margin-top: 8px;
}

.calendly-notice__p {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: none;
}

.form-block {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.form-paper-pseudo {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .79), #fff 50%);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
  top: -3px;
  bottom: auto;
  left: auto;
  right: -3px;
}

.contact-form__head {
  color: #fff;
  text-align: center;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.3em;
  display: flex;
}

.text-block-3 {
  font-weight: 700;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.s-404 {
  min-height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sub-page__intro {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 60px;
  padding-bottom: 120px;
}

.sub-page__services {
  background-color: #fff;
  background-image: url('../images/Section-BG-white-Shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-page__service-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.s-services {
  height: auto;
  min-height: 60vh;
  background-color: #fff;
  padding: 50px 5%;
}

.s-services__wrapper {
  height: 100%;
  grid-column-gap: 2vh;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.services-text-element-wrap {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

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

.services-title {
  color: #fff;
  font-family: essonnes-display, sans-serif;
  font-size: 36px;
  line-height: 1.25em;
  position: relative;
}

.services-col {
  height: 100%;
  min-height: 600px;
  color: #fff;
  text-align: center;
  background-color: #070707;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.services-col.middle {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.detail-services-p {
  color: #b9b9b9;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 28px;
  line-height: 37px;
  display: inline;
}

.detail-services-p-divider {
  color: #070707;
  font-weight: 900;
}

.s-message-notification {
  height: 800px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.pseudo-nav-bg {
  height: 120px;
  background-color: #070707;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.notification-highlight-text {
  text-transform: uppercase;
  margin-bottom: -39px;
  font-family: essonnes-display, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .9em;
}

.message-notification__wrapper {
  max-width: 776px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notification-highlight-wrapper {
  width: 100%;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.bold-text-2 {
  display: inline-block;
}

.unerdline {
  text-decoration: underline;
}

.service-col__open-wrapper {
  display: none;
}

.s-projects-intro {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.p-2-col {
  column-count: 2;
  column-rule: 2px solid #000;
  column-gap: 40px;
}

.ie-warning-browser-box {
  width: 33%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.ie-warning-browser-logo {
  width: 80px;
  margin-bottom: 20px;
}

.external-link-icon {
  height: 16px;
  position: relative;
  top: -2px;
}

.ie-warning {
  z-index: 9999;
  min-height: 101vh;
  background-color: #070707;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ie-warning-content-wrapper {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ie-warning-browser-empfehlung-text {
  color: #fff;
  margin-top: 22px;
}

.ie-warning-brand-logo {
  height: 80px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ie-warning-browser-wrapper {
  margin-top: 40px;
}

.inline-block {
  display: inline-block;
}

.inline-block.icon-right {
  margin-left: 8px;
}

.ie-warning-heading {
  color: #fff;
  margin-bottom: 11px;
  font-size: 32px;
  line-height: 38px;
}

.block-element.ie-warning-browser-download {
  opacity: 1;
  color: #9c9c9c;
  padding-top: 12px;
  padding-bottom: 8px;
}

.btn-cookie-icon {
  margin-right: 6px;
}

.footer__logo {
  width: 170px;
  margin-bottom: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project-preview__view-more-box {
  color: #333;
  text-decoration: none;
  overflow: hidden;
}

.calendly__modal-wrapper {
  z-index: 50;
  background-color: rgba(7, 7, 7, .91);
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.calendly-modal__close-btn {
  opacity: .72;
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 8px 12px;
  transition: all .3s;
  display: flex;
}

.calendly-modal__close-btn:hover {
  opacity: 1;
}

.calendly-modal__close-btn.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -64px;
}

.calendly-modal__close-x {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.calendly-modal__close-x.fixed {
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.html-embed {
  margin-top: 24px;
  padding-bottom: 24px;
}

.lightbox__ratio-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.landing-clients {
  background-color: #fff;
  margin-bottom: -1px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-cms {
  margin-top: 4rem;
}

.client-cms_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: .7;
  grid-template-rows: 120px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 120px;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-cms_logo {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.client-cms_logo-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px 16%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 60rem;
}

.max-width-large.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.margin-auto.text-align-center {
  text-align: center;
}

.s-clients {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.s-clients.yellow {
  background-color: #ffc96c;
}

.s-clients.dark {
  background-color: #303030;
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.225em;
  }

  h1 {
    font-size: 2.25em;
    line-height: 1.175em;
  }

  h2 {
    font-size: 1.8em;
    line-height: 1.175em;
  }

  h3 {
    font-size: 1.42em;
    line-height: 1.2em;
  }

  h4 {
    line-height: 1.16em;
  }

  blockquote {
    font-size: 1.375em;
    line-height: 1.32em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact-form {
    grid-template-columns: 1fr;
  }

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

  .content-wrapper.client-logos {
    width: 80%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .double-btn-wrapper.mt-middle {
    margin-top: 24px;
  }

  .nav-item-text.about-us {
    min-width: 66px;
  }

  .landing-projects-sections {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .project-preview-wrapper {
    width: auto;
  }

  .project-image-placeholder {
    height: 440px;
  }

  .landing-clients-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clients-content-wrapper {
    flex-direction: column;
  }

  .client-logo-background {
    width: 100%;
    display: none;
    position: static;
  }

  .landing-services-section {
    margin-bottom: -1px;
  }

  .cta-bg {
    background-position: 38%;
  }

  .footer-content-wrapper-1 {
    grid-template-columns: auto auto;
  }

  .footer-content-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .footer-col-1.first {
    width: auto;
    max-width: 700px;
  }

  .footer-col-1._2nd {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3.light {
    order: -1;
    margin-bottom: 12px;
  }

  .footer-link-2 {
    margin-bottom: 4px;
    padding: 4px 24px 4px 0;
  }

  .s-projects-showcase {
    padding-top: 40px;
  }

  .project-gallery {
    width: 100%;
  }

  .project-gallery__list {
    column-gap: 32px;
  }

  .project-gallery__item {
    width: 100%;
    margin-bottom: 32px;
  }

  .about-us-sticky-image {
    object-position: 25% 0%;
  }

  .about-us-sticky-image.ines {
    opacity: 1;
  }

  .s-contact-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-box {
    margin-top: 20px;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sub-page__services {
    margin-bottom: -1px;
  }

  .s-services {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .services-text-wrapper {
    cursor: pointer;
  }

  .services-col {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .detail-services-p {
    font-size: 1.42em;
  }

  .notification-highlight-text {
    font-size: 8em;
  }

  .notification-highlight-wrapper {
    width: 80%;
  }

  .service-col__open-wrapper {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 2px;
  }

  .project-preview__view-more-box {
    margin-top: 6px;
  }

  .landing-clients {
    background-image: url('../images/Section-BG-dark-Shape.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .client-cms_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.25em;
  }

  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }

  h2 {
    font-size: 1.625em;
    line-height: 1.15385em;
  }

  h3 {
    font-size: 1.375em;
    line-height: 1.13636em;
  }

  h4 {
    line-height: 1.11111em;
  }

  blockquote {
    font-size: 1.25em;
    line-height: 1.25em;
  }

  .container.navbar {
    height: 60px;
    min-height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.landing-hero {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .container.about-us {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrapper.client-logos {
    width: 100%;
  }

  .h1 {
    font-size: 3em;
  }

  .landing-hero-section {
    min-height: auto;
  }

  .nav {
    z-index: 999;
    max-width: 100%;
    min-height: 60px;
  }

  .nav-logo-link {
    z-index: 10;
    position: relative;
    top: 5px;
  }

  .nav-item-container {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-item-wrapper {
    z-index: 2;
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .nav-item-link {
    color: rgba(255, 255, 255, .5);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .nav-item-link:hover {
    color: #fff;
    border-left-color: #fff;
  }

  .nav-item-link.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .landing-about-section {
    padding-bottom: 60px;
  }

  .projects-big-showcase-collection {
    margin-top: 40px;
  }

  .project-preview-collection-item, .project-preview-wrapper {
    width: 100%;
  }

  .project-image-placeholder {
    height: 380px;
  }

  ._1-nav-revealer-black {
    z-index: 1;
    width: 33.3333%;
    background-color: #000;
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative;
  }

  .nav-reveal-container {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._2-nav-revealer-black {
    z-index: 1;
    width: 33.3333%;
    background-color: #000;
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative;
  }

  ._3-nav-revealer-black {
    z-index: 1;
    width: 33.3333%;
    background-color: #000;
    position: relative;
  }

  .mobile-nav-trigger {
    z-index: 10;
    display: flex;
    position: relative;
  }

  .mobile-nav-trigger-text {
    text-transform: uppercase;
    margin-right: 6px;
  }

  ._1-nav-revealer-white {
    z-index: 0;
    width: 33.3333%;
    background-color: #fff;
    margin-right: auto;
    position: absolute;
  }

  ._2-nav-revealer-white {
    z-index: 0;
    width: 33.3333%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._3-nav-revealer-white {
    z-index: 0;
    width: 33.3333%;
    background-color: #fff;
    margin-left: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-mobile-top-bar {
    z-index: 5;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-mobile-top-bar.center {
    justify-content: center;
  }

  .image {
    height: 46px;
  }

  .landing-cta-section {
    padding-bottom: 60px;
  }

  .btn-wrapper-line {
    width: 60px;
  }

  .landing-services-section {
    padding-bottom: 60px;
  }

  .services-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-box {
    padding-top: 10px;
  }

  .cta-bg {
    background-position: 40%;
  }

  .footer-content-wrapper-2.light {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-wrapper {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3.light {
    flex-flow: wrap;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .footer-link-2 {
    margin-bottom: 12px;
  }

  .footer-link-2.light {
    padding-left: 0;
  }

  .sub-page__hero {
    min-height: 280px;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .sub-page-hero__content-wrapper.paragraph {
    margin-left: 60px;
  }

  .project-rtb-wrapper {
    margin-bottom: 40px;
  }

  .project-page__hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .projects-big-showcase-list {
    flex-direction: column;
  }

  .projects-showcase-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-us-sticky-image {
    object-position: 17% 0%;
  }

  .invisible-grid-item, .invisible-grid-item._2 {
    display: none;
  }

  .sub-page__intro {
    padding-bottom: 40px;
  }

  .sub-page__services {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sub-page__service-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .s-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-text-wrapper {
    position: static;
  }

  .services-title {
    font-size: 1.625em;
  }

  .services-col {
    padding-left: 4%;
    padding-right: 4%;
  }

  .pseudo-nav-bg {
    height: 60px;
  }

  .notification-highlight-text {
    margin-bottom: -28px;
    font-size: 6.6em;
  }

  .notification-highlight-wrapper {
    width: 100%;
  }

  .service-col__open-wrapper {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .p-2-col {
    column-count: 1;
  }

  .ie-warning-heading {
    font-size: 26px;
  }

  .mobile-nav-trigger-lottie {
    width: 20px;
    height: 20px;
  }

  .client-cms_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn.dark {
    white-space: nowrap;
  }

  .h1 {
    font-size: 2.5em;
  }

  .double-btn-wrapper.mt-middle {
    grid-template-columns: auto;
  }

  .nav-item-wrapper {
    margin-bottom: 60px;
  }

  .nav-item-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 9vw;
  }

  .nav-mobile-top-bar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-single-wrapper, .btn-wrapper-line, .footer-content-wrapper-1 {
    width: 100%;
  }

  .footer-content-wrapper-1.light {
    grid-template-columns: auto;
  }

  .footer-col-1.first {
    width: auto;
  }

  .cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-highlight {
    font-size: 22px;
  }

  .div-block-3 {
    flex-wrap: wrap;
  }

  .div-block-3.light {
    flex-direction: column;
  }

  .image-3 {
    display: none;
  }

  .sub-page-hero__content-wrapper.paragraph {
    margin-left: 0;
  }

  .project-gallery__list {
    column-count: 1;
  }

  .project-gallery__list-wrapper, .lightbox-link, .lightbox__preview-image {
    width: 100%;
  }

  .contact-form-box {
    max-width: 100%;
  }

  .input-fields__row {
    grid-template-columns: 1fr;
  }

  .form-block {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sub-page__services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-services {
    padding-left: 12px;
    padding-right: 12px;
  }

  .notification-highlight-text {
    margin-bottom: -17px;
    font-size: 4em;
    line-height: .9em;
  }
}

#w-node-_7a2edbe3-baaa-2bc2-d913-3145d4992aae-2cafa63e {
  align-self: center;
}

#w-node-ef028c95-a8a8-bab3-f588-50275b7583e7-71afa63d, #w-node-_33c46d60-4023-b069-c9f8-9452ecec41bc-71afa63d, #w-node-_15a79c36-8c30-7db6-505d-54fcb2b804b9-71afa63d, #w-node-c1d65896-75e9-81d3-cc78-1eb1061186e1-71afa63d, #w-node-ec7b7b27-6a17-0f5e-6f9b-3e3c7189daa3-71afa63d, #w-node-_0456c038-ac8c-5306-c13e-da898a53ef13-71afa63d, #w-node-f24857e9-52c2-ff85-e9f3-444d18aa5b1b-71afa63d, #w-node-aeb3e018-bde8-5932-2876-ad6b5da77d4f-71afa63d, #w-node-_5b4bd9cc-a68c-b4d1-93b2-f6b087e68ce6-71afa63d, #w-node-e5019f54-965d-1dea-7c9c-74551c47ef16-71afa63d, #w-node-_26038224-fbbe-8d25-98a5-2ff41f1d659b-71afa63d, #w-node-_54af1cfa-9a61-f6ad-1975-a2e15e1d2183-71afa63d, #w-node-_4a3079ad-6a0c-070b-b1fa-40e3ee9929fa-71afa63d, #w-node-_14ab8f3e-fd04-9c2e-406b-1329dafc7af7-71afa63d, #w-node-_3d5f949a-0538-15de-47e8-ddddbcba1a12-71afa63d, #w-node-a7de629b-8163-6c90-d13a-382dde474ae0-71afa63d, #w-node-ff6704b9-dc67-692d-00bb-75cc710e7535-71afa63d, #w-node-_00b29733-3cba-9c4f-0906-8b367da657b4-71afa63d, #w-node-ab990b4e-c542-b997-7544-d0a8f35d247d-71afa63d, #w-node-d710a3de-853c-6f1a-e176-690cce7efd07-71afa63d, #w-node-_97cdf920-6611-a671-353c-e8e064d93874-71afa63d, #w-node-_623a2439-4782-5e3e-2e7f-1228e486b206-71afa63d, #w-node-e9a8d7a2-04c7-4da2-a163-b73ae7ec6e19-71afa63d, #w-node-b19840b8-5f26-d81f-1055-03d1b39a5284-71afa63d, #w-node-e96b3e1b-13fa-3fe4-87ac-d8e34c78ab01-71afa63d, #w-node-ae49475f-9fd1-2d98-3672-605de6150f8d-71afa63d, #w-node-b57ca5ee-767a-9348-976f-edb931ae392f-71afa63d, #w-node-_01de6719-af13-549c-f0be-036f81166aad-71afa63d, #w-node-ae14b400-41f6-d0c4-ec76-5a3e12271e13-71afa63d, #w-node-_615d47d1-1e2d-dd74-a675-f11a7f7bf460-71afa63d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6539d8c3-8767-0767-bb96-a77b5ad3a467-88bf134c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a7bf45c3-b18a-b042-06f2-25ec54901d77-88bf134c, #w-node-_4fb2f5cd-71bd-8075-efe8-e575bd29bcb0-88bf134c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-bb7dc04e-7113-39fc-d18b-fc8a3402a068-b2afa63f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-dffd381b-f7fc-cf6f-5ab5-e07bd535b21b-b2afa63f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-da65d90e-bb9c-6985-3440-b997b5f83554-b2afa63f {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-df871dc4-d83e-f36a-e370-0c64678f7c85-b2afa63f {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-ce227af7-783e-177d-adf2-1bb2f9245e0a-b2afa63f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-af23807c-a2de-9995-2eda-829a8cc02ebc-b2afa63f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e66bc3d2-f445-18d3-bc67-90a86381507e-00488ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3913207-35c6-b6cf-653e-62301c434e62-00488ad0, #w-node-d6fdf56e-bab9-4a11-e5ea-34cde8a916f3-84d4a71b, #w-node-a3369868-0e1b-0bd1-e60a-18a5ea703bdf-84d4a71b, #w-node-_1701e12e-f474-756c-6d9d-78e79fe12f46-84d4a71b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c489e3b1-f7e1-5964-4509-5f2e341c5bd0-84d4a71b, #w-node-_1b3c1642-a68c-6721-c6e1-053f5d1bda9b-84d4a71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f66a07d-48d2-1783-8338-53fb44aee746-84d4a71b, #w-node-_46f5c40e-0751-a4b8-81f0-241082667801-84d4a71b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d613b4a-cd2f-3158-0db4-735160e1099f-84d4a71b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84c1ec4d-93d0-e0cf-9213-755efeab9802-84d4a71b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee2ee640-f46a-244e-3504-dd5a74d4c837-84d4a71b, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edcf-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edd2-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edd5-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edd8-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532eddb-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edde-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ede1-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ede4-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ede7-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edea-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532eded-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edf0-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edf3-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edf6-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edf9-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edfc-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532edff-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee02-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee05-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee08-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee0b-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee0e-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee11-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee14-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee17-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee1a-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee1d-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee20-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee23-5df9f144, #w-node-_6b6c0a6a-e023-5540-aedc-bd6db532ee26-5df9f144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6539d8c3-8767-0767-bb96-a77b5ad3a467-88bf134c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-e66bc3d2-f445-18d3-bc67-90a86381507e-00488ad0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-e3913207-35c6-b6cf-653e-62301c434e62-00488ad0 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6fdf56e-bab9-4a11-e5ea-34cde8a916f3-84d4a71b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3369868-0e1b-0bd1-e60a-18a5ea703bdf-84d4a71b, #w-node-_1701e12e-f474-756c-6d9d-78e79fe12f46-84d4a71b, #w-node-_46f5c40e-0751-a4b8-81f0-241082667801-84d4a71b, #w-node-_84c1ec4d-93d0-e0cf-9213-755efeab9802-84d4a71b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6539d8c3-8767-0767-bb96-a77b5ad3a467-88bf134c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.eot') format('embedded-opentype'), url('../fonts/fa-duotone-900.woff') format('woff'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-700italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-300italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-100italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-100italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-300.woff2') format('woff2'), url('../fonts/lato-v23-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-900.woff2') format('woff2'), url('../fonts/lato-v23-latin-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-100.woff2') format('woff2'), url('../fonts/lato-v23-latin-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Lokal';
  src: url('../fonts/lato-v23-latin-900italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-900italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}