@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Synthese Regular;
  src: url('../fonts/synthese-regular-TRIAL-BF63b781e43e16d.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthese Book;
  src: url('../fonts/synthese-book-TRIAL-BF63b781e44bc27.otf') format("opentype"), url('../fonts/synthese-book-TRIAL-BF63b781e44bc27.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthese Bold;
  src: url('../fonts/synthese-bold-TRIAL-BF63b781e244d16.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthese Bold Oblique;
  src: url('../fonts/synthese-boldoblique-TRIAL-BF63b781e245d74.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Synthese Book Oblique;
  src: url('../fonts/synthese-bookoblique-TRIAL-BF63b781e4654f1.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Synthese Light;
  src: url('../fonts/synthese-light-TRIAL-BF63b781e46ea97.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthese Light Oblique;
  src: url('../fonts/synthese-lightoblique-TRIAL-BF63b781e3e9eb1.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Synthese Oblique;
  src: url('../fonts/synthese-oblique-TRIAL-BF63b781e481e4b.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Synthese Ultra;
  src: url('../fonts/synthese-ultra-TRIAL-BF63b781e4910b2.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthese Ultra Oblique;
  src: url('../fonts/synthese-ultraoblique-TRIAL-BF63b781e4b7b78.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --grey: #747474;
  --light-blue: #c1d0d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.hero-images-wrapper {
  object-fit: cover;
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/hero-bg-sky_1hero-bg-sky.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/hero-fg_1hero-fg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

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

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.interview {
  box-sizing: border-box;
  background-color: var(--black);
  object-fit: scale-down;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 40px 20px;
  display: block;
  position: static;
}

.interview.bottom-padding-200px {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 40px;
}

.interview.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
}

.interview.top-padding-0px {
  background-color: #fff;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 20px;
}

.interview.top-100px {
  padding-top: 100px;
}

.interview.hintergrund {
  background-image: url('../images/Augarten_Perspektive.jpg');
  background-position: 0 0;
  background-size: auto;
}

.interview.ohne-rand {
  padding: 0;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  z-index: 80;
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 200%;
  display: block;
  position: static;
}

._2x1-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
  font-family: "Synthese Trial Bf 63 B 781 E 244 D 16";
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.accordion-content.second {
  flex-flow: row;
  height: auto;
  display: flex;
  overflow: hidden;
}

.accordion-content.third {
  overflow: visible;
}

.accordion-content-text {
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Synthese Light, Palatino Linotype, sans-serif;
  font-size: 1rem;
  display: block;
  overflow: hidden;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  place-items: start center;
  padding-top: 20px;
  overflow: hidden;
}

.animated-grid-image {
  grid-template-rows: auto auto;
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

.single-service-grid {
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  outline: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 20px;
  padding-top: 20px;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  align-self: flex-start;
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  font-size: 14.5vw;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  background-image: url('../images/260119_AUGARTEN_CODE_Publikation-Layout_Titelblatt.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

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

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

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

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: -100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

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

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

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

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.historische-codes {
  color: var(--white);
  text-align: right;
  margin-top: -15px;
}

.paragraph {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.heading {
  color: var(--white);
  margin-top: -15px;
  padding-top: 0;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.bold-text {
  font-family: "Syntheseweb Trial Bf 63 B 781 F 33486 F";
  text-decoration: none;
}

.bold-text-2 {
  font-family: "Syntheseweb Trial Bf 63 B 781 F 33486 F";
  display: inline;
  position: static;
}

.bold-text-3 {
  font-family: "Syntheseweb Trial Bf 63 B 781 F 33486 F";
}

.list-item {
  list-style-type: none;
}

.bold-text-4 {
  text-align: right;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.heading-2 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.bold-text-5 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  font-weight: 700;
  display: inline;
}

.heading-3 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.paragraph-2 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.heading-4, .heading-5, .heading-6 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.heading-7 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
  position: static;
}

.heading-8, .heading-9 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.paragraph-3 {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.list-item-2, .list-item-3, .list-item-4 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.list-item-5, .list-item-6, .list-item-7 {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.block-quote {
  font-family: Synthese Book, Palatino Linotype, sans-serif;
}

.figure-caption {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.heading-10, .heading-11, .heading-12 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.heading-13, .heading-14 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.heading-15 {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.paragraph-4 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.block-quote-2 {
  font-family: Synthese Book, Palatino Linotype, sans-serif;
}

.paragraph-5 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.list-item-8, .list-item-9, .list-item-10, .paragraph-6 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.list-item-11, .list-item-12, .list-item-13 {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.paragraph-7 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.italic-text {
  font-family: Synthese Book, Palatino Linotype, sans-serif;
}

.superscript, .subscript {
  font-family: Synthese Light, Palatino Linotype, sans-serif;
}

.bold-text-6 {
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.bold-text-6-copy {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-left: 0;
  padding-right: 0;
  font-family: Synthese Regular, Palatino Linotype, sans-serif;
}

.bold-text-5-copy {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline;
  overflow: hidden;
}

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

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-2 {
  width: 100%;
  padding-right: 0;
}

.slide {
  vertical-align: baseline;
}

.mask {
  aspect-ratio: auto;
  height: auto;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  height: 100%;
  display: inline-block;
}

.slider-2 {
  height: 67vh;
  line-height: 150%;
}

.slider-3 {
  height: 90vh;
}

.image-4 {
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav-2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  bottom: -135px;
}

.section-3 {
  background-color: var(--white);
  height: 110vh;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 40px 20px;
  line-height: 150;
}

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

.image-5 {
  height: 100vh;
  display: block;
}

.heading-16 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.slide-3 {
  background-color: var(--black);
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.interview-container {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.slider-4 {
  background-color: var(--black);
  text-align: center;
  vertical-align: middle;
  cursor: crosshair;
  mix-blend-mode: normal;
  justify-content: center;
  height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 220px;
  display: inline-block;
  position: absolute;
  bottom: auto;
}

.image-6 {
  object-fit: fill;
  height: 80vh;
  padding-left: 140px;
  display: block;
}

.image-7 {
  height: 80vh;
  padding-left: 140px;
  display: block;
}

.slide-nav-3 {
  display: none;
}

.text-block, .list-item-14, .list-item-15 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.image-8 {
  display: block;
}

.section-4 {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 20px;
}

.heading-17 {
  color: var(--black);
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.heading-18 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.icon {
  border: 1px solid var(--black);
  -webkit-text-stroke-color: var(--black);
}

.icon-2 {
  background-color: var(--light-blue);
}

.icon-3 {
  color: var(--white);
}

.heading-19 {
  align-self: flex-start;
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.div-block-76 {
  overflow: hidden;
}

.image-9 {
  padding-top: 10px;
  overflow: hidden;
}

.paragraph-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Synthese Light, Palatino Linotype, sans-serif;
  font-size: 1rem;
}

.grid-2 {
  grid-template-rows: auto;
  place-items: start center;
}

.grid-3 {
  overflow: hidden;
}

.mask-2 {
  height: 80vh;
}

.slider-5 {
  background-color: var(--black);
  object-fit: cover;
  justify-content: center;
  height: 80vh;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
  position: absolute;
}

.image-10 {
  z-index: auto;
  vertical-align: middle;
  object-fit: fill;
  height: 80vh;
  display: block;
  position: static;
}

.mask-3 {
  margin-right: 0;
}

.right-arrow-2 {
  margin-right: 40px;
}

.section-5 {
  height: 100vh;
}

.section-6 {
  padding: 80px 40px 20px;
}

.section-7 {
  background-color: var(--black);
}

.section-8 {
  background-color: var(--black);
  padding: 80px 40px 20px;
}

.section-9 {
  background-color: var(--black);
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-10 {
  padding: 80px 40px 20px;
}

.section-11 {
  background-color: var(--white);
  padding: 80px 40px 20px;
}

.section-12 {
  height: 110vh;
  padding: 80px 40px 20px;
}

.slide-nav-4 {
  overflow: hidden;
}

.left-arrow-2 {
  background-color: var(--black);
  margin-left: 0;
}

.section-13 {
  background-color: var(--black);
  margin-bottom: 0;
  padding: 80px 40px 60px;
}

.einleitung-text {
  color: var(--black);
}

.einleitung-header {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
}

.text-block-2 {
  font-family: Synthese Bold, Palatino Linotype, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-span {
  background-color: var(--black);
  color: var(--white);
  border: 5px dashed #000;
  border-radius: 0;
}

.link-block {
  display: block;
}

.section-14 {
  height: 20vh;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .interview {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

  .color-palette-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .stat {
    font-size: 2rem;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

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

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 16.5vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-5804e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec79-5804e802 {
  justify-self: auto;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec9d-5804e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_21c1fae2-cb60-e466-c87c-485c256f964f-5804e802, #w-node-_17637a40-fa12-cb03-af7d-aebdf3d3c07b-5804e802 {
  align-self: start;
}

#w-node-_12190989-06c2-e6f1-8848-6512c4fb0900-5804e802, #w-node-f9201221-dcb1-0b50-fd14-803632c91093-5804e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5901213b-3d39-87ab-0c03-b7140fe50739-5804e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-5804e802, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-5804e802, #w-node-_4e105df2-ef39-357d-60bb-9a27825c5d6b-5804e802, #w-node-_4e105df2-ef39-357d-60bb-9a27825c5d6c-5804e802 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_858c9130-d0ba-aab5-fff8-4025633edd8c-5804e802, #w-node-_514fd1ba-5bd6-3b7e-192b-0c549bbd7569-5804e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-5804e804, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-5804e804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98 {
  justify-self: end;
}

#w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf0-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-5804e806, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-5804e806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-5804e802, #w-node-_5901213b-3d39-87ab-0c03-b7140fe50739-5804e802, #w-node-_858c9130-d0ba-aab5-fff8-4025633edd8c-5804e802, #w-node-_514fd1ba-5bd6-3b7e-192b-0c549bbd7569-5804e802 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Regular';
  src: url('../fonts/synthese-regular-TRIAL-BF63b781e43e16d.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Book';
  src: url('../fonts/synthese-book-TRIAL-BF63b781e44bc27.otf') format('opentype'), url('../fonts/synthese-book-TRIAL-BF63b781e44bc27.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Bold';
  src: url('../fonts/synthese-bold-TRIAL-BF63b781e244d16.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Bold Oblique';
  src: url('../fonts/synthese-boldoblique-TRIAL-BF63b781e245d74.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Book Oblique';
  src: url('../fonts/synthese-bookoblique-TRIAL-BF63b781e4654f1.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Light';
  src: url('../fonts/synthese-light-TRIAL-BF63b781e46ea97.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Light Oblique';
  src: url('../fonts/synthese-lightoblique-TRIAL-BF63b781e3e9eb1.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Oblique';
  src: url('../fonts/synthese-oblique-TRIAL-BF63b781e481e4b.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Ultra';
  src: url('../fonts/synthese-ultra-TRIAL-BF63b781e4910b2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthese Ultra Oblique';
  src: url('../fonts/synthese-ultraoblique-TRIAL-BF63b781e4b7b78.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}