@font-face {
  font-family: Akzidenz Grotesk;
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzidenz Grotesk;
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --red: red;
  --white: white;
  --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;
  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: red;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 70px;
  max-width: 100%;
  height: 70px;
  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: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffffff2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.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: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.navbar-brand {
  flex: 1;
  padding-right: 345px;
}

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

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

.hero-images-wrapper {
  color: var(--black);
  background-color: #000;
  background-image: url('../images/Titelseite-Internet_page-0002.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/Schwarz.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vh;
  height: 100vh;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.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(--red);
}

.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;
  width: 50%;
  max-width: 50%;
  position: relative;
}

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

.section {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

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

.section.top-padding-0px {
  padding-top: 0;
}

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

.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: 80%;
}

.number {
  color: var(--red);
  margin-top: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 30px;
  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(--red);
  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 {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

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

.accordion-item-wrapper {
  mix-blend-mode: normal;
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  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: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

.accordion-content-text {
  padding-top: 10px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
}

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

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

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

.accordion-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 5fr .25fr;
  align-items: stretch;
  padding-top: 20px;
  display: block;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.single-service-grid {
  grid-column-gap: 61px;
  grid-template: "Area"
  / 20px 1fr;
  padding-top: 20px;
  overflow: hidden;
}

.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);
  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 {
  color: var(--black);
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 14.5vw;
  font-weight: 900;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  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(--red);
  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(--red);
  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(--red);
  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-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);
  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-size: 4vw;
}

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

.link-text {
  color: var(--black);
  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;
}

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

.heading {
  font-family: Akzidenz Grotesk, Arial, sans-serif;
}

.image-2 {
  width: 60px;
  height: 60px;
}

.paragraph {
  margin-top: 0;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  overflow: hidden;
}

.paragraph-2 {
  margin-top: 0;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.heading-2 {
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  vertical-align: baseline;
  width: 80%;
  height: 80%;
  padding-top: 40px;
  display: block;
  position: static;
}

.heading-3 {
  text-align: right;
  padding-top: 40px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.image-5 {
  width: 100%;
  height: 18%;
}

.image-6 {
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-top: -455px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4, .heading-5 {
  font-size: 2.25rem;
}

.heading-6 {
  color: var(--red);
  text-align: left;
  padding-left: 0;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 2.25rem;
}

.image-7 {
  box-sizing: content-box;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 210px;
  overflow: scroll;
}

.image-8 {
  box-sizing: content-box;
  width: 100%;
  height: 50%;
  margin-top: -547px;
  padding-top: 0;
  overflow: hidden;
}

.image-9, .image-10 {
  width: 100%;
  height: 100%;
}

.image-11 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -110px;
  overflow: clip;
}

.image-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -110px;
}

.heading-7 {
  font-size: .875rem;
}

.heading-8 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 100%;
}

.image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
  width: 100%;
  height: 100%;
}

.image-20 {
  object-fit: contain;
  width: 100%;
  height: 10%;
  position: relative;
}

.image-21 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -28px;
}

.image-22 {
  object-fit: scale-down;
  width: 90%;
  height: 100%;
}

.image-23 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.image-24 {
  width: 100%;
  height: 100%;
}

.image-25 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -77px;
}

.image-26 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -128px;
}

.heading-9 {
  font-size: 20px;
}

.image-27 {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -8% 0% auto;
}

.image-28 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -43px;
  padding-top: 0;
}

.container-2 {
  padding-left: 0;
}

.heading-10 {
  font-family: Akzidenz Grotesk, Arial, sans-serif;
}

.image-29 {
  object-fit: contain;
  width: 100vh;
  height: 100vh;
}

.div-block-76 {
  margin-top: 29px;
}

.pdf {
  color: var(--red);
  font-family: Akzidenz Grotesk, Arial, sans-serif;
  font-size: 14px;
}

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

  .section {
    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-_24de811d-ee9a-5689-5b91-fdb28b45a9fd-013003dc, #w-node-bad632a6-9246-9b39-3da6-f18fee55ec79-013003dc, #w-node-b18fe6a6-933e-26cc-756c-3aa14e15587b-013003dc, #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-013003dc, #w-node-cd505bdf-c9a6-f390-321f-3030ce61c7a2-013003dc, #w-node-cd505bdf-c9a6-f390-321f-3030ce61c7a7-013003dc, #w-node-cd505bdf-c9a6-f390-321f-3030ce61c7b2-013003dc, #w-node-cdeb9c6e-7cab-b089-8ef5-caf9e2135937-013003dc, #w-node-cdeb9c6e-7cab-b089-8ef5-caf9e2135942-013003dc, #w-node-_8161c17a-b4f9-8100-cd0d-3236233e93da-013003dc, #w-node-_8161c17a-b4f9-8100-cd0d-3236233e93e5-013003dc, #w-node-c406b4e8-c163-e413-6c10-a6bd814098af-013003dc, #w-node-c406b4e8-c163-e413-6c10-a6bd814098ba-013003dc, #w-node-_6a929503-0aca-2db2-0dd6-6e2892624ee1-013003dc, #w-node-_6a929503-0aca-2db2-0dd6-6e2892624eec-013003dc, #w-node-f82b1644-a7de-2243-5f75-eff34ade62b0-013003dc, #w-node-f82b1644-a7de-2243-5f75-eff34ade62bb-013003dc, #w-node-_6aca133f-088d-2615-a2a3-bfb982216230-013003dc, #w-node-_6aca133f-088d-2615-a2a3-bfb98221623b-013003dc, #w-node-a384ff3b-9541-34dc-c7bb-2cbe019ee8ca-013003dc, #w-node-a384ff3b-9541-34dc-c7bb-2cbe019ee8d5-013003dc, #w-node-_2efc059b-8fc4-50cb-fc3c-ecbcf1639560-013003dc, #w-node-_2efc059b-8fc4-50cb-fc3c-ecbcf163956b-013003dc, #w-node-efb47033-44cb-6d01-95f5-71dc49d9a98e-013003dc, #w-node-efb47033-44cb-6d01-95f5-71dc49d9a999-013003dc, #w-node-_4a97daf8-9ba5-84f7-95fd-de76e7c5f854-013003dc, #w-node-_4a97daf8-9ba5-84f7-95fd-de76e7c5f85f-013003dc, #w-node-_17a108f9-0278-c4c1-83cc-48fc358c95b4-013003dc, #w-node-_17a108f9-0278-c4c1-83cc-48fc358c95bf-013003dc, #w-node-_7f59d27d-ea1f-1e7a-f3d8-9281bbcce1f2-013003dc, #w-node-_7f59d27d-ea1f-1e7a-f3d8-9281bbcce1fd-013003dc, #w-node-a9894398-9032-5317-22fe-f2baa263d85b-013003dc, #w-node-a9894398-9032-5317-22fe-f2baa263d866-013003dc, #w-node-_7c927883-d462-bc79-6c2d-13b9e0da0ec0-013003dc, #w-node-_7c927883-d462-bc79-6c2d-13b9e0da0ecb-013003dc, #w-node-_15c682fd-9957-18b3-7541-182970c1a777-013003dc, #Karte.w-node-_3f99f892-f91b-b4a0-49ed-3f7106cf8754-013003dc, #w-node-_56e60090-eb6f-aebd-fbda-abbdea33c6f5-013003dc, #w-node-_5a2518d1-6845-81e7-8177-d52df7c82c1e-013003dc, #w-node-_61550a40-c8ca-8a1a-5287-b4b44e9961a4-013003dc, #w-node-_344093f8-03e6-b4d7-533a-36754c0147b4-013003dc, #w-node-b6beda0d-63df-5ca1-3125-fc8cd4dfbae5-013003dc, #w-node-a50d5d76-8651-bf72-fc2f-f32de47d4c18-013003dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d34a2c93-0aa9-3ed6-75e8-c596ebb3e989-013003dc, #w-node-b4101525-47d2-f6b1-3f90-8f425f0f210a-013003dc, #w-node-_7be34c67-1ffe-e75c-264b-87291f462ce0-013003dc, #w-node-_6d8c744b-5108-60dc-a450-b4d1cdc247b1-013003dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3ae736b7-19f8-1ffc-0d98-c54605388888-013003dc, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-013003de, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-013003de {
  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-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-013003e0, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-013003e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_24de811d-ee9a-5689-5b91-fdb28b45a9fd-013003dc, #w-node-b18fe6a6-933e-26cc-756c-3aa14e15587b-013003dc, #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-013003dc, #w-node-_15c682fd-9957-18b3-7541-182970c1a777-013003dc, #Karte.w-node-_3f99f892-f91b-b4a0-49ed-3f7106cf8754-013003dc, #w-node-_56e60090-eb6f-aebd-fbda-abbdea33c6f5-013003dc, #w-node-_5a2518d1-6845-81e7-8177-d52df7c82c1e-013003dc, #w-node-_61550a40-c8ca-8a1a-5287-b4b44e9961a4-013003dc, #w-node-_344093f8-03e6-b4d7-533a-36754c0147b4-013003dc, #w-node-b6beda0d-63df-5ca1-3125-fc8cd4dfbae5-013003dc, #w-node-a50d5d76-8651-bf72-fc2f-f32de47d4c18-013003dc, #w-node-d34a2c93-0aa9-3ed6-75e8-c596ebb3e989-013003dc, #w-node-b4101525-47d2-f6b1-3f90-8f425f0f210a-013003dc, #w-node-_7be34c67-1ffe-e75c-264b-87291f462ce0-013003dc, #w-node-_6d8c744b-5108-60dc-a450-b4d1cdc247b1-013003dc, #w-node-_3ae736b7-19f8-1ffc-0d98-c54605388888-013003dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenz Grotesk';
  src: url('../fonts/Akzidenz-grotesk-black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}