@font-face {
  font-family: Space Mono;
  src: url('../fonts/SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url('../fonts/Spartan-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spartan;
  src: url('../fonts/Spartan-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Machina;
  src: url('../fonts/PPNeueMachina-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light-grey: #ccc;
  --yellow-green: #91ba35;
  --snow: #f2ecec;
  --black-2: #333;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: #333;
  font-family: PP Neue Machina, sans-serif;
  font-size: 100%;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

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

.container {
  max-width: 1440px;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.styleguide_page_header {
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
}

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

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

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

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25em;
  display: flex;
}

.brand {
  width: 3.5em;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.section_home_hero {
  background-color: var(--black);
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.section_intro {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.intro_wrapper {
  padding-top: 10em;
  padding-bottom: 6.25em;
}

.intro_grid {
  grid-column-gap: 10vw;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  justify-items: center;
  padding-left: 2vw;
  padding-right: 5%;
}

.numbers_item {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 4.325em;
  padding-bottom: 4.325em;
  display: flex;
}

.intro_txt_wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.intro_head_wrapper {
  max-width: 50ch;
  margin-bottom: 2.5em;
}

.txt_large {
  margin-bottom: 0;
  font-family: Spartan, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.txt_large.white {
  color: #fff;
  line-height: 1.6;
}

.txt_large.discipline {
  max-width: 25ch;
  font-family: PP Neue Machina, sans-serif;
}

.txt_large.discipline.white {
  line-height: 1.2;
}

.txt_x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.6em;
  font-weight: 300;
  line-height: 1.1;
}

.txt_x-large.white {
  color: #fff;
}

.numbers_item_lottie {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 5em;
  display: flex;
  overflow: hidden;
}

.numbers_item_txt_wrapper {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.numbers_item_digit {
  display: flex;
}

.facts_digit {
  font-size: 2.8em;
  font-weight: 700;
}

.facts_digit.white {
  color: #fff;
}

.facts_txt {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25em;
}

.facts_txt.white {
  color: #fff;
}

.numbers_item_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.hero_wrapper {
  z-index: 2;
  align-items: center;
  min-height: 90vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero_txt_wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 40vh;
  display: flex;
  position: relative;
}

.hero_txt_wrapper.less_space {
  margin-top: 30vh;
}

.hero_txt_wrapper.least_space {
  margin-top: 18vh;
  display: block;
}

.heading_sub {
  color: #f7f2f2;
  max-width: 30ch;
  margin-top: .5em;
  font-family: Spartan, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.5;
}

.heading_sub.blk {
  color: #000;
}

.heading_sub.long {
  max-width: 35ch;
}

.heading_sub.long.blk {
  max-width: 36ch;
  margin-top: 1em;
}

.scroll_arrow {
  border: 1px solid var(--yellow-green);
  object-fit: fill;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  height: 5.5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.heading_x-large {
  color: var(--snow);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 7.188em;
  font-weight: 500;
  line-height: 1;
}

.nav_link {
  color: var(--snow);
  margin-right: 3vw;
}

.nav_link:hover {
  text-decoration: underline;
}

.nav_link.w--current {
  color: #fff;
}

.nav_link.blk {
  color: #000;
}

.div_option_static_imgs {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: relative;
}

.static_img {
  z-index: 2;
}

.project_bar {
  background-color: #707070;
  width: 100%;
  height: 1px;
}

.project_bar.wsh {
  display: none;
}

.section_projects {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.div_link_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.div_img {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link_wrapper {
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.main_link {
  flex-direction: row;
  width: 100%;
  padding-left: 1em;
  text-decoration: none;
}

.main_link.wsh {
  display: none;
}

.headline_wrapper.short {
  max-width: 65ch;
}

.digit_small {
  color: var(--yellow-green);
  margin-bottom: .625px;
  font-family: Space Mono, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
}

.project_content_wrapper {
  flex-direction: row;
  margin-top: 3.125em;
}

.div_title {
  align-items: center;
  margin-left: .3em;
}

.div_option_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects_wrapper {
  padding-top: 5.625em;
  padding-bottom: 6.563em;
}

.heading_medium {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.heading_medium.white {
  color: var(--snow);
}

.heading_medium.blk {
  color: #000;
}

.project_index {
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.section_service {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.service_bar {
  background-color: #f7f2f2;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.service_wrapper {
  flex-direction: column;
  padding-top: 5.313em;
  padding-bottom: 4em;
  display: flex;
}

.service_txt_wrapper {
  margin-top: 3.75em;
  margin-bottom: 3.125em;
}

.more_button_wrapper {
  margin-left: auto;
  display: inline-block;
}

.more_button_wrapper.centred {
  margin-top: 3.15em;
}

.more_button {
  border: 1px solid var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  align-items: center;
  height: 3.75em;
  padding-top: .125em;
  padding-left: 2em;
  padding-right: 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.more_button:hover {
  background-color: #91ba3559;
  transform: translate(.15em);
}

.more_button.pw {
  justify-content: center;
}

.more_button_txt {
  white-space: nowrap;
  margin-right: .55em;
  font-size: 1.8758em;
  line-height: 1;
}

.more_arrow {
  padding-bottom: .225em;
}

.loop_outer {
  height: 8.5em;
  margin-top: 3.125em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.clients_spacer {
  padding-top: 3.75em;
  padding-bottom: 6.563em;
}

.section_clients {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.spacer_no-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.logo_item {
  justify-content: center;
  min-width: 9em;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
}

.loop_logo_wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.loop_inner {
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.green {
  color: var(--yellow-green);
}

.section_6_steps {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

._6_steps_wrapper {
  flex-direction: column;
  padding-top: 4.375em;
  padding-bottom: 5em;
  display: flex;
}

._6_steps_wrapper.button {
  padding-top: 0;
}

.section_covered {
  background-color: #b4b4b433;
  margin-left: auto;
  margin-right: auto;
}

.covered_wrapper {
  justify-content: space-between;
  display: flex;
}

.covered_txt_wrapper {
  max-width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.heading_s-large {
  margin-bottom: 0;
  font-size: 5.625em;
  line-height: 1.1;
}

.heading_s-large.white {
  color: #fff;
}

.heading_s-large.white.small {
  font-size: 8vw;
}

.heading_s-large.vw {
  font-size: 6vw;
}

.heading_s-large.green.small {
  font-size: 8vw;
}

.discipline_txt_wrapper {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

._6-steps_slider_wrapper {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

._6-steps_slider {
  background-color: #0000;
  min-height: 570px;
  margin-top: 6.25em;
  margin-bottom: 3.125em;
  display: none;
}

._6-steps_txt {
  flex-direction: column;
  width: 49%;
  max-width: 50%;
  display: flex;
}

._6-steps_img {
  background-image: url('../images/TheFrame_08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49%;
  max-width: 49%;
}

._6-steps_img._2 {
  background-image: url('../images/the_shore_bg.jpg');
}

._6-steps_img._1 {
  background-image: url('../images/BR_Nikko_04-Rooftop-002.jpg');
}

._6-steps_img._4 {
  background-image: url('../images/03_Neu.jpg');
}

._6-steps_img._5 {
  background-image: url('../images/map.jpg');
}

._6-steps_img._6 {
  background-image: url('../images/06_.jpg');
}

.head_subline_wrapper {
  margin-bottom: 2.188em;
}

.head_subline_wrapper.small {
  padding-right: 2em;
}

.head_subline_wrapper._6_steps {
  margin-bottom: 0;
}

.text_medium {
  color: #000;
  margin-bottom: 0;
  font-family: Spartan, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
}

.text_medium.white {
  color: #fff;
  margin-bottom: 0;
}

.text_medium.green {
  color: var(--yellow-green);
}

._6-steps_left_arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  inset: -10% 1.5em auto auto;
  overflow: visible;
}

._6-steps_right_arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  inset: -10% -.5% auto auto;
  overflow: visible;
}

._6-steps_left_arrow_icon, ._6-steps_right_arrow_icon {
  width: 60px;
}

.footer {
  background-color: #000;
}

.footer.white {
  background-color: #fff;
}

.footer_wrapper {
  align-items: center;
  padding-top: 3.125em;
  display: flex;
  position: relative;
}

.footer_address {
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_address_txt {
  color: #f7f2f2;
  font-size: 1.125em;
  line-height: 1.2;
}

.footer_address_txt.mobile {
  display: none;
}

.footer_address_txt.blk {
  color: #000;
}

.tile_txt_wrapper.full {
  padding-right: 2.5em;
}

._6-steps_slider_nav {
  align-items: flex-end;
  width: 50%;
  margin-bottom: -8px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.covered_img_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.covered_img_holder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.covered_img_holder.empty {
  background-image: none;
}

.covered_img_holder._01 {
  background-image: url('../images/grid_2.jpg');
}

.covered_img_holder._02 {
  background-image: url('../images/grid_3.jpg');
}

.covered_img_holder._05 {
  background-image: url('../images/grid_05.jpg');
}

.covered_img_holder._06 {
  background-image: url('../images/grid_7.jpg');
}

.covered_img_holder._07 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.covered_img_holder._03, .covered_img_holder._04 {
  background-image: none;
}

.covered_img_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 16vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 16vw;
  place-content: center;
  width: 100%;
  height: 100%;
}

.rocket_div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.text_discipline {
  color: var(--snow);
  padding-top: .313em;
  font-size: 3vw;
  font-weight: 300;
}

.services_item {
  align-items: center;
  display: flex;
}

.services_img_holder {
  justify-content: center;
  align-items: center;
  width: 11vw;
  margin-right: 1.25em;
  display: flex;
  overflow: hidden;
}

.services_img_holder.illu {
  background-color: var(--black-2);
}

.services_item_row {
  justify-content: space-between;
  display: flex;
}

.services_img_txt {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services_txt {
  width: 50%;
  padding-top: 3.438em;
  padding-bottom: 3.438em;
  padding-left: 3.438em;
}

.services_txt.left {
  padding-left: 0;
  padding-right: 3.438em;
}

.text_subline {
  color: var(--yellow-green);
  margin-bottom: .225em;
  font-family: Spartan, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.services_bar {
  background-color: var(--yellow-green);
  width: 50%;
  height: 1px;
  margin-bottom: 2.188em;
}

.services_list_wrapper {
  margin-top: 5vw;
}

.head_list {
  color: #000;
  margin-bottom: .7em;
  font-size: 1.25em;
  font-weight: 500;
}

.head_list.white {
  color: #fff;
}

.text_list {
  font-family: Spartan, sans-serif;
  font-size: 1em;
  line-height: 1.7;
}

.text_list.discipline {
  color: #fff;
  margin-top: 1em;
  font-family: PP Neue Machina, sans-serif;
  line-height: 1.5;
}

.text_list.discipline.blk {
  color: #000;
}

.service_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 40em;
}

.service_img._01 {
  background-image: url('../images/mock.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40em;
}

.service_img._01.mobile {
  display: none;
}

.service_img._06 {
  background-image: url('../images/TheFrame_07.jpg');
  background-position: 50%;
  background-size: cover;
}

.service_img._06.mobile {
  display: none;
}

.service_img._03 {
  background-image: url('../images/03_2024.jpg');
}

.service_img._03.mobile {
  display: none;
}

.service_img._04 {
  background-image: url('../images/04_1.jpg');
}

.service_img._04.mobile {
  display: none;
}

.service_img._05 {
  background-image: url('../images/05_1.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 600px;
}

.service_img._05.mobile {
  display: none;
}

.service_img._06 {
  background-image: url('../images/DarkFrameSign.jpg');
  background-position: 15% 85%;
}

.service_img._07 {
  background-image: url('../images/mock3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.services_img_wrapper {
  width: 50%;
  padding: 3.125em 3.125em 8.125em;
  position: relative;
}

.services_img_wrapper.last {
  padding-bottom: 2.525em;
}

.services_lottie {
  width: 8.125em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services_lottie.chameleon {
  bottom: -2.55%;
  right: 5%;
}

.services_lottie.peacock {
  width: 12em;
  right: 7%;
}

.services_lottie.turtle {
  width: 7em;
  bottom: .5%;
  right: 7%;
}

.services_lottie.elephant {
  right: 8%;
}

.services_txt_img {
  display: flex;
}

.section_black {
  background-image: linear-gradient(to right, #fff 50%, #000 50%);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section_black.last {
  border-bottom: 1px solid #000;
}

.section_grey {
  background-image: linear-gradient(to right, #000000b3 50%, #fff 50%);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section_green {
  background-image: linear-gradient(to right, #91ba3540 50%, #fff 50%);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.tiles_txt_top.leistungen {
  max-width: none;
}

.section_hero {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.section_hero.contact {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/kontakt_map.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  min-height: 100vh;
}

.heading_large {
  color: var(--snow);
  margin-top: 0;
  font-size: 6.25em;
  font-weight: 500;
  line-height: 1.1;
}

.heading_large.blk {
  color: #000;
  font-weight: 500;
}

.heading_large.blk.mobile {
  display: none;
}

.heading_large.blk.mobile.hide {
  display: block;
}

.hero_img_wrapper {
  background-image: url('../images/00_Header2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32.5em;
  margin-top: 6.25em;
  margin-bottom: 1.875em;
  overflow: hidden;
}

.hero_img_wrapper.about {
  background-image: url('../images/00_Header_about.jpg');
  background-position: 50%;
  background-size: cover;
}

.arrow_scroll_wrapper {
  border: 1px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 7.5em;
  display: flex;
  position: absolute;
  inset: auto 0% -43% auto;
}

.arrow_scroll_wrapper.about {
  bottom: -31.25%;
}

.arrow_scroll_wrapper.kontakt {
  width: 6em;
  height: 6em;
  bottom: 3.075em;
}

.srcoll_down_arrow_img {
  width: auto;
}

.section_tiles {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.tiles_wrapper {
  padding-top: 3.125em;
  padding-bottom: 3.75em;
}

.tile_img_txt, .tile_txt_img {
  justify-content: space-between;
  display: flex;
}

.tile_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.tile_img._01 {
  background-image: url('../images/BR_Nikko_04-Rooftop-002.jpg');
}

.tile_img._02 {
  background-image: url('../images/the_shore_bg.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tile_img._03 {
  background-image: url('../images/03.jpg');
}

.tile_img._04 {
  background-image: url('../images/04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tile_img._05 {
  background-image: url('../images/Mockup-5.jpg');
}

.tile_img._06 {
  background-image: url('../images/06_.jpg');
}

.tile_txt {
  width: 50%;
  min-height: 550px;
  padding: 4vw 4vw 6vw;
}

.tile_txt.blk {
  background-color: #000;
}

.tile_txt.grey {
  background-color: #00000026;
}

.tile_txt.green {
  color: #000;
  background-color: #91ba354d;
}

.section_kontakt_hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/kontakt_hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
}

.section_hero_sub {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.kontakt_hero_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.kb_logo_variations_holder {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
}

.sub_hero_txt_wrapper {
  padding-top: 1.25em;
  padding-bottom: 14em;
}

.sub_hero_txt_wrapper.de {
  width: 72ch;
}

.section_form {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.form_wrapper {
  justify-content: space-between;
  padding-top: 7em;
  padding-bottom: 7em;
  display: flex;
  position: relative;
}

.form_txt_wrapper {
  max-width: 30ch;
}

.form_form_wrapper {
  width: 40%;
}

.input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
}

.input.txt {
  padding-bottom: 4.5em;
}

.input.hide {
  display: none;
}

.form_bar {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.form_button_wrapper {
  justify-content: flex-end;
  margin-top: 2.5em;
  display: flex;
}

.kontakt_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 30vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 30vw;
  justify-content: center;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}

.kontakt_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.kontakt_img._01 {
  background-image: url('../images/grid_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kontakt_img._02 {
  background-image: url('../images/grid_02.jpg');
}

.kontakt_img._03 {
  background-image: url('../images/grid_03.jpg');
}

.kontakt_img._05 {
  background-image: url('../images/grid_05.jpg');
}

.kontakt_img._06 {
  background-image: url('../images/grid_06.jpg');
}

.kontakt_img._07 {
  background-image: url('../images/grid_07.jpg');
}

.kontakt_img._08 {
  background-image: url('../images/grid_08.jpg');
}

.kontakt_animation {
  background-color: var(--black);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/grid_2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kb_logo_animation {
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 1.25em 1.25em 1.15em;
  display: flex;
}

.future_holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.more_projects_item {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.section_more_projects {
  max-width: 1920px;
  margin: 6em auto 7.5em;
}

.projects_grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.project_grid_wrapper {
  margin-top: 1.875em;
}

.more_projects_img {
  margin-bottom: 1.875em;
}

.project_name {
  margin-bottom: .2em;
  font-size: 2.188em;
}

.text_small {
  margin-bottom: 0;
  font-family: Spartan, sans-serif;
  font-size: 1.125em;
}

.text_small.white {
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
}

.text_small.white.bullet {
  margin-right: .5em;
  font-family: PP Neue Machina, sans-serif;
}

.text_s-large {
  font-size: 2.813em;
}

.text_s-large.white {
  color: #fff;
  text-decoration: none;
}

.section_fragen {
  max-width: 1920px;
  margin: 4.375em auto 5.625em;
}

.fragen_wrapper {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 3.125em 7.1em 3.125em 5em;
  display: flex;
}

.text_large {
  margin-bottom: 0;
  font-family: Spartan, sans-serif;
  font-size: 1.563em;
  line-height: 1.7;
}

.text_large.semibold {
  font-weight: 500;
}

.text_large.semibold.white {
  color: #fff;
  font-weight: 600;
}

.text_large.white {
  color: #fff;
}

.fragen_txt_spacer {
  margin-top: .7em;
  margin-bottom: .5em;
}

.projekt_hero_img {
  width: 100%;
  margin-top: 6.25em;
  overflow: hidden;
}

.projekt_hero_img.principal {
  align-items: center;
  display: flex;
}

.back_arrow {
  width: 5em;
  margin-right: 2em;
  padding-bottom: .5em;
}

.back_arrow.small {
  width: 1.75em;
  margin-bottom: 0;
  margin-right: .625em;
  padding-bottom: .2em;
}

.section_projekt_hero {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.back_wrapper {
  align-items: center;
  display: flex;
}

.back_wrapper.small {
  padding-top: 0;
  padding-bottom: 0;
}

.projekt_hero_content {
  padding-top: 15em;
}

.back_link_block {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.projekt_headline_wrapper {
  margin-top: 4.375em;
}

.back_small {
  font-family: Spartan, sans-serif;
  font-size: 1em;
}

.section_project_info {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.p2_wrapper {
  margin-top: 15px;
}

.projekt_info_content {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.75em;
  padding-bottom: 6.875em;
  padding-left: 0%;
  display: flex;
}

.project_info_grid {
  grid-column-gap: 0px;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 17%;
  display: grid;
}

.project_task {
  border-top: 1px solid #000;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25em;
}

.info_item {
  border-top: 1px solid #000;
  padding-top: 1.25em;
}

.section_project_animation {
  height: 100vh;
}

.section_project_animation.empire {
  background-color: #000;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section_project_logo_animation {
  max-width: 1920px;
  margin: 4.688em auto 8.125em;
}

.logo_animation_wrapper {
  justify-content: space-between;
  display: flex;
}

.logo_animation_wrapper.switch {
  flex-direction: row-reverse;
}

.logo_animation_img_wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49%;
  height: 39em;
}

.logo_animation_img_wrapper.peacock {
  background-image: url('../images/Kino_Immo_Peacock_02-Kopie.jpg');
}

.logo_animation_img_wrapper.empire {
  background-image: url('../images/Kino_Immo_KK_08-Kopie.jpg');
}

.logo_animation_img_wrapper.walter {
  background-image: url('../images/Kino_Immo_Walter_01-Kopie.jpg');
}

.logo_animation_img_wrapper.principal {
  background-image: url('../images/Principal_innen_01.jpg');
  background-position: 5%;
}

.logo_animation_img_wrapper.principal._1 {
  background-image: url('../images/p2.jpg');
  background-size: cover;
}

.logo_animation_img_wrapper.frame {
  background-image: url('../images/TheFrame_03.jpg');
  background-position: 30%;
}

.logo_animation_img_wrapper.europe {
  background-image: url('../images/project_europe_02.jpg');
}

.logo_animation_img_wrapper.principal {
  background-image: url('../images/Principal_innen_03.jpg');
}

.logo_animation_logo_txt_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  padding-right: 5%;
  display: flex;
}

.section_project_img_full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  height: 47.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section_project_img_full.peacock {
  background-image: url('../images/Kino_Immo_Peacock_15-Kopie.jpg');
}

.section_project_img_full.empire {
  background-image: url('../images/Kino_Immo_KK_13-Kopie.jpg');
}

.section_project_img_full.walter {
  background-image: url('../images/Kino_Immo_Walter_11-Kopie.jpg');
}

.section_project_img_full.principal {
  background-image: url('../images/Principal_02.jpg');
  background-position: 50% 90%;
}

.section_project_img_full.frame {
  background-image: url('../images/TheFrame_06.jpg');
}

.section_project_img_full.europe {
  background-image: url('../images/project_europe_09.jpg');
}

.section_project_img_full.wsh {
  background-image: url('../images/ARTD-C06-Billboard-025.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.section_project_img_centred {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section_project_img_txt {
  max-width: 1920px;
  margin-top: 6.875em;
  margin-left: auto;
  margin-right: auto;
}

.project_img_txt_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  height: 470px;
}

.project_img_txt_img.peaock {
  background-image: url('../images/Kino_Immo_Peacock_11-Kopie.jpg');
}

.project_img_txt_img.empire {
  background-image: url('../images/Kino_Immo_KK_11-Kopie.jpg');
}

.project_img_txt_img.walter {
  background-image: url('../images/Kino_Immo_Walter_03-Kopie.jpg');
}

.project_img_txt_img.frame {
  background-image: url('../images/TheFrame_08.jpg');
}

.project_img_txt_img.europe {
  background-image: url('../images/project_europe_05.jpg');
}

.project_img_txt_wrapper {
  justify-content: space-between;
  display: flex;
}

.project_img_txt_txt {
  width: 49%;
  padding-left: 5%;
}

.project_txt_bar {
  background-color: #707070;
  height: 1px;
  margin-bottom: 2.188em;
}

.section_project_img_txt_img {
  max-width: 1920px;
  margin: 1.875em auto 8.125em;
}

.project_img_txt_img_wrapper {
  justify-content: space-between;
  display: flex;
}

.project_img_txt_img_txt_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-right: 5%;
  display: flex;
}

.logo_animation.frame {
  width: 40%;
}

.project_animation_wrapper {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.project_animation_head_wrapper {
  padding-top: 9.375em;
  padding-left: 5%;
}

.animation_txt_wrapper {
  align-items: flex-end;
  width: 75%;
  display: flex;
}

.animation_txt {
  width: 23em;
}

.project_img_centred {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40em;
}

.project_img_centred.peacock {
  background-image: url('../images/Kino_Immo_Peacock_12-Kopie.jpg');
}

.project_img_centred.empire {
  background-image: url('../images/Kino_Immo_KK_02-Kopie.jpg');
}

.project_img_centred.walter {
  background-image: url('../images/Kino_Immo_Walter_10-Kopie.jpg');
}

.project_img_centred.principal, .project_img_centred.principal._2 {
  background-image: url('../images/KB_PRI_detail4.jpg');
}

.project_img_centred.frame {
  background-image: url('../images/TheFrame_11.jpg');
}

.project_img_centred.europe {
  background-image: url('../images/project_europe_04.jpg');
}

.project_img_centred.principal {
  background-image: url('../images/Principal_innen_09.jpg');
}

.project_img_centred.wsh {
  background-image: url('../images/walzstahlhaus_intro.jpg');
  background-position: 50% 0;
  height: auto;
}

.project_img_txt_img_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 49%;
  height: 45em;
}

.project_img_txt_img_img.peacock {
  background-image: url('../images/Kino_Immo_Peacock_01-Kopie_1.jpg');
}

.project_img_txt_img_img.empire {
  background-image: url('../images/Kino_Immo_KK_04-Kopie.jpg');
  background-position: 10%;
}

.project_img_txt_img_img.walter {
  background-image: url('../images/Kino_Immo_Walter_08-Kopie.jpg');
}

.project_img_txt_img_img.principal {
  background-image: url('../images/Principal_innen_11.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
}

.project_img_txt_img_img.frame {
  background-image: url('../images/TheFrame_09.jpg');
  background-position: 40%;
}

.project_img_txt_img_img.europe {
  background-image: url('../images/project_europe_08a.jpg');
}

.project_img_txt_img_img_img {
  max-width: 33em;
}

.section_back_to_overview {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.back_to_overview_wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8em;
  padding-bottom: 6em;
  display: flex;
}

.back_big {
  font-size: 2.8em;
}

.lottie_pulse {
  width: 5em;
}

.lottie_circles {
  height: 5em;
}

.lottie_infinite {
  width: 9em;
  height: 9em;
}

.lottie_illustration {
  min-width: 140%;
  margin-top: -20px;
}

.lottie_rocket {
  height: 16vw;
  min-height: 200px;
}

.lottie_future {
  min-width: 130%;
  margin-top: -3em;
  margin-left: -.5em;
}

.scroll_arrow_home {
  width: auto;
  height: 3.125em;
}

.hero_img_container {
  background-image: url('../images/hero_img_2024.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_bg_img {
  opacity: .4;
  display: none;
  position: absolute;
}

.hero_bg_img._01 {
  width: 20%;
  top: 0%;
  left: 17%;
}

.hero_bg_img._02 {
  width: 15%;
  inset: 0% 9% auto auto;
}

.hero_bg_img._03 {
  width: 25%;
  inset: 15% auto auto 0%;
}

.hero_bg_img._04 {
  width: 28%;
  inset: 10.5% 21% auto auto;
}

.hero_bg_img._05 {
  width: 19%;
  inset: 29% 0% auto auto;
}

.hero_bg_img._06 {
  width: 21%;
  inset: 44% auto auto 30%;
}

.hero_bg_img._07 {
  width: 20%;
  inset: 41% 20% auto auto;
}

.hero_bg_img._08 {
  width: 17%;
  inset: 60% 8% auto auto;
}

.hero_bg_img._09 {
  width: 22%;
  inset: 72% auto auto 4%;
}

.hero_bg_img._10 {
  width: 41%;
  inset: 75% 21% auto auto;
}

.hero_loop_outer {
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_loop_inner {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_loop_wrapper {
  flex-direction: column;
  width: 100%;
  height: 300%;
  display: flex;
}

.send_button {
  border: 1px solid var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  padding: .625em 1.5em .5em;
  font-size: 120%;
  text-decoration: none;
  display: flex;
}

.send_button:hover {
  background-color: #91ba3559;
}

.lottie_kontakt {
  position: absolute;
  top: 18%;
  left: 10%;
}

.section_who_we_are {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.service_txt_mobile {
  display: none;
}

.changer_overflow {
  height: 8vw;
  overflow: hidden;
}

.lottie_kb {
  width: 90%;
}

.service_list_img {
  width: 100%;
}

.chameleon_illu {
  position: absolute;
  top: -2.2em;
}

.the_shore_lottie_wrapper {
  width: 90%;
  padding-bottom: 5%;
}

.language_dropdown {
  margin-top: -1px;
  margin-left: 20px;
}

.dropdown-toggle {
  color: #fff;
  align-items: flex-end;
  padding-top: 24px;
  font-size: .8em;
  display: flex;
}

.dropdown-toggle.blk {
  color: var(--black);
}

.language_dropdown_list {
  background-color: #0000;
  font-size: 1em;
}

.language_dropdown_list.w--open {
  background-color: #000;
  margin-top: -2px;
}

.dropdown_link {
  color: #fff;
  text-align: center;
  background-color: #0000;
}

.dropdown_link:hover {
  color: var(--yellow-green);
}

.dropdown_link.blk {
  color: #000;
  background-color: #fff;
}

.dropdown_link.blk:hover {
  color: var(--yellow-green);
}

.language_switch {
  display: none;
}

.nav_language {
  margin-bottom: 0;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/kontakt_hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #000;
  border: .25px dotted #91ba3580;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  padding: 3.5em 3.5em 4em;
  display: flex;
}

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

.pw_field {
  margin-top: 2.5em;
}

.logo_pw {
  margin-left: auto;
  margin-right: auto;
}

.pw_bar {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.facts_symbol {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
}

.section_lets_talk {
  max-width: 1920px;
  margin: 4.375em auto 5.625em;
}

.lets_talk_wrapper {
  background-image: linear-gradient(#00000059, #00000059), url('../images/lets_talk_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75em 5vw;
  display: flex;
}

.talk_headline {
  max-width: 35ch;
}

.lets_talk_button_wrapper {
  margin-top: 2em;
}

._6_steps_slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  display: flex;
}

._6_steps_left_arrow {
  background-image: linear-gradient(to right, #000, #0000);
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

._6_steps_right_arrow {
  background-image: linear-gradient(270deg, #000, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

._6_steps_slider_mask {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

._6_steps_txt_holder {
  background-color: #000000bf;
  padding: 20px 40px 15px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

._6_steps_slide {
  margin-right: 5em;
}

._6_steps_slide._01 {
  background-image: url('../images/BR_Nikko_04-Rooftop-002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._6_steps_slide._06 {
  background-image: url('../images/06_.jpg');
  background-position: 50%;
  background-size: cover;
}

._6_steps_slide._05 {
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._6_steps_slide._04 {
  background-image: url('../images/03_2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._6_steps_slide._03 {
  background-image: url('../images/TheFrame_08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._6_steps_slide._02 {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_6_steps_slider {
  background-color: var(--black);
  padding-bottom: 75px;
  overflow: hidden;
}

._6-steps_slider_nav-new {
  justify-content: center;
  align-items: flex-end;
  width: 47%;
  margin-bottom: -4.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._6_steps_link {
  width: 100%;
  height: 100%;
}

.no-break {
  white-space: nowrap;
}

.success-message {
  background-color: #f2ecec40;
  margin-top: 20%;
}

.form_block {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.error-message {
  background-color: #c0381de6;
  margin-top: 2em;
  padding: 20px;
}

.project_two_img_below_left_wrapper {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  min-width: 80%;
  padding-left: 2.813em;
  display: grid;
}

.project_two_img_below_left_overlap_holder {
  justify-content: space-between;
  padding-top: 2.5em;
  padding-bottom: 6.875em;
  display: flex;
}

.two_img_below_left_overlap_imgs_wrapper {
  width: 20%;
  position: relative;
}

.overlap_img_pen {
  width: 35vw;
  position: absolute;
  inset: auto 0% 5% auto;
}

.overlap_books {
  width: 60vw;
  position: absolute;
  inset: auto -85% 40% auto;
}

.section_two_img_overlap {
  overflow: hidden;
}

.project_img_left_wrapper {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  min-width: 80%;
  padding-left: 2.813em;
  display: grid;
}

.overlap_w {
  width: 23vw;
  position: absolute;
  inset: -5% 0% auto auto;
}

.overlap_tape {
  width: 30vw;
  position: absolute;
  inset: auto 0% -35% auto;
}

.project_img_left_overlap_holder {
  justify-content: space-between;
  padding-top: 6.25em;
  padding-bottom: 8.5em;
  display: flex;
}

.sectino_3_img_grid {
  background-image: url('../images/wsh_wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

._3_img_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 65% 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5em;
  display: grid;
}

._3_img_stack_img_full {
  width: 100%;
  height: 100%;
}

._3_img_stack_img_full.ipad {
  background-image: url('../images/Ipad1.1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._3_img_stack_img_full.phone {
  background-image: url('../images/Iphone-mit-Hintergrund.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_wsh_icons {
  background-color: #ede9e0;
}

.wsh_icons_wrapper {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
}

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

.icons_grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_wsh_wave {
  background-image: url('../images/wsh_wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wsh_wave_wrapper {
  padding-top: 10vw;
  padding-bottom: 40em;
}

.wsh_wave_wrapper.hide {
  display: none;
}

.wsh_headline_wrapper {
  width: 55%;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.business {
  z-index: -1;
  opacity: 1;
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.spacer_40 {
  height: 2.5em;
}

.impressum_txt_wrapper {
  width: 65%;
  min-width: 750px;
}

.impressum_content_wrapper {
  padding-top: 10em;
  padding-bottom: 9.375em;
}

.datenschutz_wrapper {
  padding-bottom: 9.375em;
}

.text_link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: auto;
}

.text_link.blk {
  color: #000;
}

.impressum_list_item {
  display: flex;
}

.impressum_list_txt {
  flex-direction: column;
}

.spacer_10 {
  height: .625em;
}

.spacer_20 {
  height: 1.25em;
}

.footer_impressum {
  margin-bottom: 2.5em;
  display: flex;
}

.jll_logo {
  width: 70%;
  max-width: 250px;
}

.contact_hide {
  display: none;
}

.hero_contact_wrapper {
  flex-direction: column;
  margin-left: auto;
}

.hero_address_wrapper {
  flex-direction: row;
  display: flex;
}

.hero_contact_hero_wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.contact_hero_spacer {
  height: 1.25em;
}

.txt_holder_underscore {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1em;
  display: inline-block;
}

.contact_side_link {
  color: #fff;
  text-decoration: none;
}

.hero_contact_bottom_wrapper {
  flex-direction: column;
  margin-bottom: 5vh;
  display: flex;
}

.div-block {
  height: 100vh;
}

.section_test {
  background-color: #a4b2a540;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1920px;
  }

  .intro_grid {
    grid-column-gap: 10vw;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav_link {
    margin-right: 2vw;
  }

  .clients_spacer {
    padding-top: 5em;
  }

  .covered_txt_wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading_s-large.white.small {
    font-size: 6.5vw;
  }

  .heading_s-large.vw {
    font-size: 5.313em;
  }

  .heading_s-large.green.small {
    font-size: 6.5vw;
  }

  ._6-steps_txt {
    padding-left: 5vw;
  }

  .text_discipline {
    font-size: 3em;
  }

  .services_bar {
    width: 50%;
  }

  .services_list_wrapper {
    margin-top: 4em;
  }

  .service_img._01 {
    margin-left: -5%;
  }

  .service_img._06 {
    margin-left: 5%;
  }

  .service_img._03 {
    margin-left: -5%;
  }

  .service_img._04 {
    margin-left: 5%;
  }

  .service_img._05 {
    background-position: 100%;
    margin-left: -12%;
  }

  .services_img_wrapper.last {
    padding-bottom: 4.525em;
  }

  .tiles_txt_top {
    max-width: 500px;
  }

  .heading_large {
    max-width: 19ch;
  }

  .hero_img_wrapper.about {
    height: 35em;
  }

  .arrow_scroll_wrapper.about {
    bottom: -31.25%;
  }

  .tiles_wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .tile_txt.blk, .tile_txt.grey, .tile_txt.green {
    justify-content: center;
    min-height: 37.5em;
    padding-top: 3.75em;
    padding-left: 3.75em;
  }

  .kontakt_grid {
    grid-template-rows: 25vw;
    grid-auto-rows: 25vw;
    padding-left: 8%;
    padding-right: 8%;
  }

  .more_projects_img {
    object-position: 50% 100%;
    overflow: hidden;
  }

  .projekt_hero_img {
    height: 43.75em;
  }

  .projekt_hero_img.video {
    height: auto;
  }

  .p2_wrapper {
    max-width: 85%;
  }

  .logo_animation_wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .logo_animation_logo_txt_wrapper {
    padding-right: 10%;
  }

  .project_img_txt_wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .project_img_txt_txt {
    padding-left: 10%;
  }

  .project_img_txt_img_wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .project_img_txt_img_txt_wrapper {
    padding-right: 10%;
  }

  .changer_overflow {
    height: 6.5vw;
  }

  .lets_talk_wrapper {
    min-width: 0;
    max-width: 1130px;
  }

  ._6_steps_slider_mask {
    max-width: 800px;
  }

  .project_two_img_below_left_overlap_holder, .project_img_left_overlap_holder, ._3_img_grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wsh_icons_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .wsh_wave_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wsh_headline_wrapper {
    max-width: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .hero_wrapper {
    align-items: flex-end;
    padding-bottom: 15vh;
  }

  .heading_sub {
    max-width: 50ch;
  }

  .div_link_wrapper {
    width: 45%;
  }

  .project_content_wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .project_index {
    font-size: 4.688em;
  }

  .spacer_no-container {
    max-width: 1920px;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }

  .covered_txt_wrapper {
    padding-left: 4%;
  }

  .heading_s-large.white.small, .heading_s-large.green.small {
    font-size: 7em;
  }

  ._6-steps_txt {
    padding-top: 3em;
  }

  .tile_txt_wrapper {
    padding-right: 0;
  }

  .tile_txt_wrapper.home {
    max-width: 650px;
  }

  .covered_img_wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-right: 4%;
  }

  .covered_img_grid {
    grid-template-rows: minmax(10vw, 270px);
    grid-auto-rows: minmax(10vw, 270px);
  }

  .text_discipline {
    font-size: 3.125em;
  }

  .services_txt.blk {
    padding-left: 5em;
  }

  .services_img_wrapper.last {
    padding-bottom: 4em;
  }

  .section_black.first {
    margin-top: 9.375em;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_black.last, .section_grey.last {
    margin-bottom: 12.5em;
  }

  .hero_img_wrapper {
    background-image: url('../images/00_Header_Neu.jpg');
    height: 45em;
    margin-bottom: 4em;
  }

  .hero_img_wrapper.about {
    height: 45em;
  }

  .arrow_scroll_wrapper {
    bottom: -53%;
  }

  .arrow_scroll_wrapper.about {
    bottom: -42.5%;
  }

  .tiles_wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .tile_txt.blk {
    min-height: 43em;
    padding-top: 7.5em;
    padding-left: 5.313em;
  }

  .tile_txt.grey, .tile_txt.green {
    min-height: 43em;
    padding-top: 7.5em;
    padding-left: 5.313vw;
  }

  .sub_hero_txt_wrapper.de {
    padding-top: 4.65em;
    padding-bottom: 5em;
  }

  .section_form {
    margin-bottom: 1em;
  }

  .form_wrapper {
    padding-bottom: 5.5em;
    padding-left: 8%;
    padding-right: 8%;
  }

  .kontakt_grid {
    grid-template-rows: 450px;
    grid-auto-rows: 450px;
  }

  .projects_grid {
    grid-template-columns: repeat(auto-fit, minmax(291px, 500px));
    justify-content: center;
    width: 100%;
  }

  .project_grid_wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_fragen {
    margin-bottom: 10em;
  }

  .fragen_wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .projekt_hero_img {
    justify-content: center;
    align-items: flex-start;
    margin-top: 3em;
    display: flex;
  }

  .p2_wrapper {
    max-width: 100%;
  }

  .projekt_info_content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
  }

  .project_task {
    max-width: 60%;
  }

  .logo_animation_wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }

  .section_project_img_full {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .project_img_txt_wrapper, .project_img_txt_img_wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero_loop_outer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lottie_kontakt {
    top: 10%;
    left: 23%;
  }

  .changer_overflow {
    height: 7em;
  }

  .section_lets_talk {
    margin-bottom: 10em;
  }

  .lets_talk_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  ._6_steps_left_arrow, ._6_steps_right_arrow {
    width: 26%;
  }

  .section_6_steps_slider {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  ._6-steps_slider_nav-new {
    width: 44.5%;
  }

  ._6_steps {
    background-color: #000;
  }

  .overlap_img_pen {
    max-width: 700px;
    right: -19%;
  }

  .overlap_books {
    max-width: 1150px;
    right: -135%;
  }

  .overlap_w {
    max-width: 450px;
  }

  .overlap_tape {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .intro_wrapper {
    padding-top: 5.625em;
  }

  .intro_grid {
    grid-column-gap: 0vw;
    flex-direction: column-reverse;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .numbers_item {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2.5em;
  }

  .intro_txt_wrapper {
    max-width: none;
    margin-bottom: 5em;
  }

  .intro_head_wrapper {
    width: 100%;
    margin-bottom: 3.2em;
  }

  .txt_x-large.white {
    font-size: 3.75em;
  }

  .numbers_item_lottie {
    width: 30%;
    height: 3.6em;
    margin-bottom: 1.25em;
  }

  .numbers_item_grid {
    grid-column-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .heading_sub {
    max-width: 840px;
    font-size: 2em;
  }

  .heading_sub.long.blk {
    font-size: 1.875em;
    line-height: 1.5;
  }

  .scroll_arrow {
    bottom: .5vh;
  }

  .heading_x-large {
    font-size: 6.25em;
  }

  .nav_link {
    margin-right: 0;
  }

  .div_option_static_imgs {
    display: none;
  }

  .div_link_wrapper {
    width: 100%;
  }

  .div_img {
    width: 35%;
    padding-top: .25em;
    padding-bottom: .25em;
    position: static;
  }

  .link_wrapper {
    flex-direction: row;
  }

  .main_link {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project_content_wrapper {
    margin-top: 3.125em;
  }

  .projects_wrapper {
    padding-top: 6em;
  }

  .heading_medium.white.smaller {
    font-size: 2em;
  }

  .project_index {
    font-size: 3.75em;
  }

  .service_wrapper {
    padding-top: 3.75em;
    padding-bottom: 3.125em;
  }

  .service_txt_wrapper {
    margin-top: 2.5em;
    margin-bottom: 2.813em;
  }

  .heading_s-large.white {
    font-size: 4.6885em;
  }

  .heading_s-large.white.small {
    font-size: 8vw;
  }

  .heading_s-large.green {
    font-size: 4.6888em;
  }

  .heading_s-large.green.small {
    font-size: 8vw;
  }

  ._6-steps_slider_wrapper {
    flex-direction: column-reverse;
  }

  ._6-steps_slider {
    height: 100%;
    min-height: 0;
    margin-top: 3em;
    margin-bottom: 8em;
  }

  ._6-steps_txt {
    width: 100%;
    max-width: none;
    margin-top: .625em;
  }

  ._6-steps_img {
    width: 70%;
    max-width: none;
    height: 40vw;
    margin-left: auto;
  }

  .head_subline_wrapper {
    margin-bottom: 1.35em;
  }

  ._6-steps_left_arrow, ._6-steps_right_arrow {
    top: auto;
    bottom: -1.9em;
  }

  .tile_txt_wrapper {
    width: 60%;
    padding-right: 0;
  }

  .tile_txt_wrapper.full {
    width: 100%;
    padding-right: 0;
  }

  .tile_txt_wrapper.home {
    width: 90%;
    max-width: none;
  }

  ._6-steps_slider_nav {
    width: 70%;
    margin-bottom: -4.375em;
  }

  .covered_img_wrapper {
    width: 41%;
  }

  .covered_img_holder.empty.off {
    display: none;
  }

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

  .services_img_holder {
    width: 13vw;
    margin-right: 1em;
  }

  .services_img_txt {
    flex-direction: column;
  }

  .services_txt.blk {
    width: 100%;
    padding-left: 0;
  }

  .services_txt.left {
    width: 100%;
    padding-right: 0;
  }

  .services_bar {
    display: none;
  }

  .services_bar.impressum {
    display: block;
  }

  .services_list_wrapper {
    border-left: 1px solid var(--yellow-green);
    justify-content: center;
    width: 35%;
    margin-top: 0;
    padding-left: 1.875em;
    display: flex;
  }

  .service_img._01.mobile {
    background-position: 50% 40%;
    width: 60%;
    min-height: 35vw;
    margin-left: auto;
    display: block;
  }

  .service_img._06.mobile, .service_img._03.mobile, .service_img._04.mobile {
    width: 60%;
    min-height: 35vw;
    margin-left: auto;
    display: block;
  }

  .service_img._05.mobile {
    background-position: 50% 40%;
    background-size: 400px;
    width: 60%;
    min-height: 35vw;
    margin-left: auto;
    display: block;
  }

  .services_img_wrapper {
    width: 100%;
    display: none;
  }

  .services_lottie {
    display: none;
  }

  .section_black {
    background-image: linear-gradient(#000, #000), linear-gradient(to right, #fff 50%, #000 50%);
  }

  .section_grey {
    background-image: linear-gradient(#4c4c4c, #4c4c4c), linear-gradient(to right, #000000b3 50%, #fff 50%);
  }

  .section_green {
    background-image: linear-gradient(#e3edcb, #e3edcb), linear-gradient(to right, #91ba3540 50%, #fff 50%);
  }

  .tiles_txt_top {
    max-width: none;
  }

  .heading_large {
    font-size: 5.625em;
  }

  .heading_large.blk {
    font-size: 5.625em;
    line-height: 1;
  }

  .hero_img_wrapper {
    margin-top: 3.75em;
  }

  .arrow_scroll_wrapper, .arrow_scroll_wrapper.about, .arrow_scroll_wrapper.kontakt {
    display: none;
  }

  .tiles_wrapper {
    padding-top: .625em;
  }

  .tile_img_txt {
    flex-direction: column;
    margin-top: 3.125em;
  }

  .tile_txt_img {
    flex-direction: column-reverse;
    margin-top: 3.125em;
  }

  .tile_img._01, .tile_img._02, .tile_img._03 {
    width: 100%;
    height: 50vw;
  }

  .tile_img._04 {
    background-position: 50% 0;
    width: 100%;
    height: 50vw;
  }

  .tile_img._05, .tile_img._06 {
    width: 100%;
    height: 50vw;
  }

  .tile_txt.blk, .tile_txt.grey, .tile_txt.green {
    width: 100%;
    min-height: 0;
    padding: 2.5em 11% 3.5em;
  }

  .section_kontakt_hero {
    height: 37.5em;
  }

  .sub_hero_txt_wrapper {
    width: 100%;
    padding-top: 3.75em;
    padding-bottom: 6.5em;
  }

  .form_wrapper {
    flex-direction: column;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .form_txt_wrapper {
    max-width: 50ch;
  }

  .form_form_wrapper {
    width: 60%;
    margin-top: 8em;
    margin-left: auto;
    margin-right: 10%;
  }

  .kontakt_grid {
    grid-auto-rows: 30vw;
  }

  .kontakt_img._01 {
    height: 100%;
  }

  .kontakt_img._02 {
    background-position: 50% 0;
    height: 100%;
  }

  .kontakt_img._03, .kontakt_img._05, .kontakt_img._06, .kontakt_img._07 {
    height: 100%;
  }

  .kontakt_img._08 {
    background-position: 50% 100%;
    height: 100%;
  }

  .kontakt_animation {
    justify-content: center;
    height: 100%;
    padding-left: 2vw;
  }

  .text_s-large.white {
    font-size: 2.5em;
  }

  .section_fragen {
    margin-top: 3.125em;
    margin-bottom: 3.175em;
  }

  .fragen_wrapper {
    padding-left: 1.5em;
    padding-right: 3em;
  }

  .text_large {
    font-size: 1.25em;
  }

  .projekt_hero_img {
    height: 55vw;
    margin-top: 4em;
  }

  .back_arrow {
    width: 2em;
    margin-right: 1em;
    padding-bottom: .3em;
  }

  .p2_wrapper {
    max-width: 100%;
  }

  .projekt_info_content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 4%;
    padding-right: 4%;
  }

  .project_info_grid {
    grid-column-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%;
    max-width: 700px;
    margin-top: 4em;
  }

  .project_task {
    max-width: 700px;
    margin-left: 0;
    margin-right: 0;
  }

  .logo_animation_img_wrapper, .section_project_img_full {
    height: 55vw;
  }

  .project_img_txt_img {
    height: 45vw;
  }

  .project_txt_bar {
    margin-bottom: 1.5em;
  }

  .logo_animation {
    width: 50%;
  }

  .project_animation_wrapper {
    flex-direction: column;
    padding-bottom: 3.125em;
  }

  .project_animation_head_wrapper {
    padding-top: 2em;
    padding-left: 0%;
  }

  .animation_txt_wrapper {
    width: 100%;
  }

  .project_animation, .animation_txt {
    width: 50%;
  }

  .project_img_centred {
    height: 50vw;
  }

  .project_img_txt_img_img {
    height: auto;
  }

  .back_to_overview_wrapper {
    padding-top: 4.375em;
    padding-bottom: 5em;
  }

  .back_big {
    font-size: 1.5em;
  }

  .lottie_kontakt {
    width: 50%;
    top: 2%;
    left: auto;
    right: 2%;
  }

  .services_txt_wrapper {
    justify-content: space-between;
    margin-top: 2.5em;
    display: flex;
  }

  .top_line {
    background-color: #000;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom_line {
    background-color: #000;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .changer_overflow {
    height: 8vw;
  }

  .section_lets_talk {
    margin-top: 3.125em;
    margin-bottom: 3.175em;
  }

  .lets_talk_wrapper {
    width: 90%;
    min-width: 0;
    padding: 2.5em 3em 2.5em 1.5em;
  }

  .lets_talk_button_wrapper {
    margin-top: 1.25em;
    margin-left: auto;
  }

  ._6_steps_slider {
    height: 450px;
  }

  ._6_steps_left_arrow, ._6_steps_right_arrow {
    width: 20%;
  }

  ._6_steps_slider_mask {
    width: 55%;
  }

  ._6-steps_slider_nav-new {
    width: 57%;
    margin-bottom: -4.375em;
  }

  .success-message {
    margin-top: 0%;
  }

  .project_two_img_below_left_wrapper {
    grid-row-gap: .875em;
    padding-left: 0;
  }

  .project_two_img_below_left_overlap_holder {
    padding-bottom: 4.575em;
  }

  .overlap_img_pen {
    width: 40vw;
    bottom: 7%;
  }

  .overlap_books {
    width: 55vw;
    bottom: 40%;
  }

  .project_img_left_wrapper {
    padding-left: 0;
  }

  .project_img_left_overlap_holder {
    padding-bottom: 5em;
  }

  .wsh_icons_wrapper {
    padding-top: 4.025em;
    padding-bottom: 4.025em;
  }

  .impressum_txt_wrapper {
    width: 100%;
    min-width: 0;
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .intro_wrapper {
    padding-top: 4em;
    padding-bottom: 5.25em;
  }

  .numbers_item {
    flex-direction: row;
    padding-bottom: 2em;
    display: flex;
  }

  .intro_head_wrapper {
    margin-bottom: 2em;
  }

  .txt_large.discipline {
    max-width: none;
  }

  .txt_x-large.white {
    font-size: 2.813em;
  }

  .numbers_item_lottie {
    width: 50%;
    height: 5em;
  }

  .numbers_item_lottie.countries {
    padding-top: 1.5em;
  }

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

  .hero_txt_wrapper {
    margin-top: 25vh;
  }

  .hero_txt_wrapper.less_space {
    margin-top: 15vh;
  }

  .heading_sub {
    font-size: 1.563em;
  }

  .heading_sub.long.blk {
    font-size: 1.5em;
  }

  .scroll_arrow {
    width: 5em;
    height: 5em;
    bottom: 1vh;
  }

  .heading_x-large {
    font-size: 4.688em;
  }

  .nav_link {
    width: 40%;
    margin-bottom: 5%;
    font-size: 1.563em;
    display: inline-block;
  }

  .div_img {
    width: 80%;
    margin-bottom: 2em;
    margin-left: 4.5em;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link_wrapper {
    padding-bottom: 0;
  }

  .main_link {
    flex-direction: column;
  }

  .projects_wrapper {
    padding-top: 4em;
    padding-bottom: 3.5em;
  }

  .heading_medium {
    font-size: 1.875em;
  }

  .service_wrapper {
    padding-bottom: 3.5em;
  }

  .service_txt_wrapper {
    margin-top: 2.875em;
  }

  .more_button_wrapper.centred {
    margin-left: auto;
    margin-right: auto;
  }

  .clients_spacer {
    padding-top: 4.55em;
    padding-bottom: 3.35em;
  }

  ._6_steps_wrapper {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  .covered_wrapper {
    flex-direction: column;
  }

  .covered_txt_wrapper {
    max-width: 100%;
    margin-right: 4%;
    padding-top: 4.375em;
  }

  .heading_s-large.white {
    font-size: 3.438em;
  }

  .heading_s-large.white.small {
    font-size: 10vw;
  }

  .heading_s-large.vw, .heading_s-large.green {
    font-size: 3.438em;
  }

  .heading_s-large.green.small {
    font-size: 10vw;
  }

  ._6-steps_slider {
    margin-bottom: 12em;
  }

  ._6-steps_txt {
    margin-top: 1.875em;
  }

  ._6-steps_img {
    width: 100%;
    height: 55vw;
  }

  .text_medium {
    font-size: 1em;
  }

  ._6-steps_left_arrow, ._6-steps_right_arrow {
    bottom: -3.5em;
  }

  ._6-steps_left_arrow_icon, ._6-steps_right_arrow_icon {
    width: 50px;
  }

  .footer_address_txt {
    display: none;
  }

  .footer_address_txt.mobile {
    line-height: 1.3;
    display: block;
  }

  .tile_txt_wrapper, .tile_txt_wrapper.home {
    width: 100%;
  }

  ._6-steps_slider_nav {
    justify-content: center;
    width: 100%;
  }

  .covered_img_wrapper {
    width: 100%;
    margin-top: 2.5em;
  }

  .covered_img_holder.empty, .covered_img_holder._07 {
    display: none;
  }

  .covered_img_grid {
    grid-template-rows: 30vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 30vw;
    margin-bottom: 1.5em;
    padding-left: 4%;
    padding-right: 4%;
  }

  .text_discipline {
    font-size: 4.5vw;
  }

  .services_item {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .services_img_holder {
    width: 18vw;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  .services_bar {
    width: 40%;
    margin-bottom: 1.875em;
    display: block;
  }

  .services_list_wrapper {
    border-left-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2.813em;
    padding-left: 0;
  }

  .service_img._01.mobile, .service_img._06.mobile, .service_img._03.mobile, .service_img._04.mobile, .service_img._05.mobile {
    width: 100%;
    min-height: 55vw;
    margin-left: 0;
  }

  .section_hero.contact {
    height: auto;
    min-height: 0;
  }

  .heading_large {
    font-size: 3.438em;
    font-weight: 500;
  }

  .heading_large.blk {
    font-size: 3.438em;
  }

  .hero_img_wrapper, .hero_img_wrapper.about {
    height: 30em;
    margin-top: 3.125em;
  }

  .tile_img._01, .tile_img._02, .tile_img._03 {
    height: 65vw;
  }

  .tile_img._04 {
    height: 60vw;
  }

  .tile_img._05, .tile_img._06 {
    height: 65vw;
  }

  .tile_txt.blk, .tile_txt.grey {
    padding: 1.875em 5% 2.813em;
  }

  .tile_txt.green {
    padding-top: 1.875em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sub_hero_txt_wrapper {
    padding-top: 1.15em;
    padding-bottom: 4.375em;
  }

  .form_wrapper {
    padding-top: 3.35em;
    padding-bottom: 3.55em;
  }

  .form_form_wrapper {
    width: 80%;
    margin-top: 3.275em;
    margin-right: 0%;
  }

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

  .kontakt_img._03 {
    display: none;
  }

  .kontakt_animation {
    padding-left: 0;
  }

  .section_more_projects {
    margin-bottom: 5em;
  }

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

  .project_grid_wrapper {
    width: 60%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .more_projects_img {
    margin-bottom: 1.25em;
  }

  .fragen_contact {
    margin-top: 35px;
    margin-left: auto;
  }

  .fragen_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5em;
    padding-bottom: 2em;
  }

  .projekt_hero_img {
    margin-top: 2em;
  }

  .projekt_img_hero {
    object-position: 50% 40%;
  }

  .projekt_hero_content {
    padding-top: 15vh;
  }

  .projekt_headline_wrapper {
    margin-top: 5em;
  }

  .projekt_info_content {
    padding: 3.5em 0% 5em;
  }

  .project_info_grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .section_project_logo_animation {
    margin-top: 4.5em;
    margin-bottom: 6.25em;
  }

  .logo_animation_wrapper {
    flex-direction: column-reverse;
  }

  .logo_animation_img_wrapper {
    width: 90%;
    margin-left: auto;
  }

  .logo_animation_logo_txt_wrapper {
    width: 90%;
    margin-top: 5em;
    padding-right: 0%;
  }

  .section_project_img_txt {
    margin-top: 4.375em;
  }

  .project_img_txt_img {
    width: 90%;
    height: 65vw;
    margin-left: auto;
  }

  .project_img_txt_wrapper {
    flex-direction: column;
  }

  .project_img_txt_txt {
    width: 90%;
    margin-top: 2.5em;
    padding-left: 0%;
  }

  .section_project_img_txt_img {
    margin-top: 6.25em;
    margin-bottom: 2.5em;
  }

  .project_img_txt_img_wrapper {
    flex-direction: column-reverse;
  }

  .project_img_txt_img_txt_wrapper {
    width: 90%;
    margin-top: 2.5em;
    padding-right: 0%;
  }

  .project_logo_animation_txt {
    margin-top: 3.75em;
  }

  .logo_animation {
    width: 35%;
  }

  .project_animation_wrapper {
    padding-bottom: 4em;
  }

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

  .project_animation {
    width: 100%;
  }

  .animation_txt {
    width: 90%;
    margin-top: 3.75em;
  }

  .project_img_centred {
    height: 55vw;
  }

  .project_img_txt_img_img {
    width: 90%;
    height: 65vw;
    margin-left: auto;
  }

  .project_img_txt_img_img_img {
    max-width: 20em;
  }

  .back_to_overview_wrapper {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .back_big {
    font-size: 1.25em;
  }

  .lottie_illustration {
    margin-top: 0;
    position: absolute;
  }

  .services_txt_wrapper {
    flex-direction: column;
    margin-top: 2.188em;
  }

  .top_line.white, .bottom_line.white {
    background-color: #fff;
  }

  .menu-button {
    background-color: #0000;
    margin-top: -5px;
    padding-right: 0;
  }

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

  .nav_menu {
    background-color: var(--black);
    margin-top: 1em;
    padding: 5em 5% 7em;
  }

  .nav_menu.grey {
    background-color: var(--light-grey);
    margin-top: 1em;
  }

  .changer_overflow {
    height: 10vw;
  }

  .language_dropdown {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .dropdown-toggle {
    align-content: center;
    padding-top: 29px;
    font-size: .9em;
  }

  .language_icon {
    top: 8px;
  }

  .language_dropdown_list {
    font-size: .8em;
  }

  .language_switch {
    border-top: 1px solid #333;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3.125em;
    display: flex;
  }

  .language_wrapper {
    color: #fff;
    align-items: center;
    display: flex;
  }

  .language {
    color: #fff;
    text-decoration: none;
  }

  .language:hover {
    color: var(--yellow-green);
  }

  .nav_language {
    font-size: 1em;
  }

  .nav_language.deutsch {
    color: var(--yellow-green);
  }

  .nav_language.blk {
    color: #000;
  }

  .nav_language.blk.active {
    color: var(--yellow-green);
  }

  .horizontal_bar_language {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .horizontal_bar_language.blk {
    background-color: #000;
  }

  .lets_talk_wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    padding-top: 1.5em;
    padding-bottom: 2em;
  }

  .lets_talk_button_wrapper {
    margin-top: 1.563em;
    margin-left: auto;
  }

  ._6_steps_slider {
    height: 400px;
  }

  ._6_steps_left_arrow, ._6_steps_right_arrow {
    width: 15%;
  }

  ._6_steps_slider_mask {
    width: 75%;
  }

  ._6-steps_slider_nav-new {
    justify-content: center;
    width: 77%;
    margin-bottom: -3.075em;
    margin-left: auto;
    margin-right: auto;
  }

  .success-message {
    margin-top: 5%;
  }

  .project_two_img_below_left_wrapper {
    width: 85%;
  }

  .two_img_below_left_overlap_imgs_wrapper {
    width: 15%;
  }

  .overlap_books {
    width: 50vw;
    bottom: 42%;
  }

  .overlap_tape {
    bottom: -27%;
  }

  .project_img_left_overlap_holder {
    padding-top: 4.85em;
  }

  .wsh_icons_wrapper {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .wsh_wave_wrapper {
    padding-bottom: 16em;
  }

  .spacer_40 {
    height: 1.563em;
  }

  .impressum_content_wrapper {
    padding-top: 4.063em;
  }

  .datenschutz_wrapper {
    padding-bottom: 4.075em;
  }

  .hero_contact_wrapper {
    margin-bottom: 2em;
  }

  .hero_contact_bottom_wrapper {
    margin-top: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .txt_x-large.white {
    font-size: 2.5em;
  }

  .hero_txt_wrapper {
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero_txt_wrapper.less_space {
    margin-top: 12em;
  }

  .heading_sub, .heading_sub.long.blk {
    font-size: 1.25em;
  }

  .scroll_arrow {
    width: 4em;
    height: 4em;
    bottom: -2vh;
  }

  .heading_x-large {
    font-size: 16vw;
  }

  .nav_link {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div_img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link_wrapper {
    padding-top: 1.5em;
  }

  .main_link {
    padding-left: 0;
  }

  .project_content_wrapper {
    margin-top: 2.5em;
  }

  .div_title {
    margin-left: 0;
  }

  .projects_wrapper {
    padding-top: 4em;
  }

  .heading_medium.white {
    font-size: 1.563em;
  }

  .heading_medium.white.smaller {
    font-size: 1.25em;
  }

  .project_index {
    font-size: 2.5em;
  }

  .service_bar {
    display: none;
  }

  .service_wrapper {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .service_txt_wrapper {
    margin-top: 1.875em;
    display: none;
  }

  .more_button {
    align-items: center;
    padding: .425em 1em .3em 1.5em;
  }

  .more_button_txt {
    font-size: 1.25em;
    line-height: 1.2;
  }

  .more_arrow {
    width: 2em;
  }

  .clients_spacer {
    padding-top: 3.85em;
    padding-bottom: 1.75em;
  }

  .heading_s-large.white {
    font-size: 3.1em;
  }

  .heading_s-large.white.small {
    margin-bottom: .1em;
    font-size: 12vw;
  }

  .heading_s-large.green {
    font-size: 3.1em;
  }

  .heading_s-large.green.small {
    font-size: 12vw;
  }

  ._6-steps_slider {
    margin-top: 2.813em;
  }

  ._6-steps_img {
    height: 60vw;
  }

  ._6-steps_left_arrow_icon, ._6-steps_right_arrow_icon {
    width: 40px;
  }

  .footer_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_logo {
    padding-top: 3px;
  }

  .footer_address {
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 0%;
    position: static;
  }

  .slider_dots_embed {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .text_discipline {
    font-size: 1.563em;
    font-weight: 300;
    line-height: 1.7;
  }

  .services_item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .services_img_holder {
    width: 25vw;
  }

  .services_item_row {
    flex-direction: column;
  }

  .services_txt.left {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }

  .services_bar {
    width: 50%;
    min-width: 12.5em;
    margin-bottom: 1.25em;
  }

  .services_list_wrapper {
    width: 100%;
  }

  .service_img._01.mobile, .service_img._06.mobile, .service_img._03.mobile, .service_img._04.mobile, .service_img._05.mobile {
    min-height: 70vw;
  }

  .section_green {
    overflow: hidden;
  }

  .heading_large {
    font-size: 2.188em;
  }

  .heading_large.blk.mobile {
    display: block;
  }

  .heading_large.blk.mobile.hide {
    display: none;
  }

  .hero_img_wrapper, .hero_img_wrapper.about {
    height: 18em;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .tiles_wrapper {
    padding-top: 0;
  }

  .tile_img._01, .tile_img._02, .tile_img._03 {
    height: 70vw;
  }

  .tile_img._04 {
    background-position: 50% 0;
    height: 70vw;
  }

  .tile_img._05, .tile_img._06 {
    height: 70vw;
  }

  .section_kontakt_hero {
    height: 25em;
  }

  .form_wrapper {
    padding-bottom: 2.35em;
  }

  .form_form_wrapper {
    width: 100%;
  }

  .kontakt_animation {
    padding-left: 3vw;
  }

  .projects_grid {
    grid-row-gap: 3.438em;
  }

  .project_grid_wrapper {
    width: auto;
    min-width: 0;
  }

  .more_projects_img {
    justify-content: center;
    align-items: center;
    max-height: 260px;
    display: flex;
    overflow: hidden;
  }

  .text_s-large.white {
    font-size: 2.188em;
  }

  .fragen_contact {
    margin-top: 45px;
  }

  .fragen_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text_large {
    font-size: 1em;
  }

  .text_large.semibold.white {
    font-size: 1.25em;
  }

  .projekt_hero_img {
    margin-top: 1.5em;
  }

  .back_wrapper.small {
    padding-bottom: 0;
  }

  .projekt_hero_wrapper {
    overflow: hidden;
  }

  .projekt_hero_content {
    padding-top: 18vh;
  }

  .projekt_headline_wrapper {
    margin-top: 4em;
  }

  .projekt_info_content {
    padding-bottom: 3.75em;
  }

  .project_info_grid {
    grid-template-columns: repeat(auto-fit, 225px);
  }

  .section_project_logo_animation {
    margin-top: 4.375em;
    margin-bottom: 3.125em;
  }

  .logo_animation_img_wrapper {
    width: 95%;
    height: 70vw;
  }

  .logo_animation_logo_txt_wrapper {
    width: 95%;
    margin-top: 3.75em;
  }

  .section_project_img_full {
    height: 65vw;
  }

  .section_project_img_txt {
    margin-top: 3.5em;
  }

  .project_img_txt_img {
    width: 95%;
    height: 70vw;
  }

  .project_img_txt_txt {
    width: 95%;
    margin-top: 1.25em;
  }

  .project_txt_bar {
    margin-bottom: 1.25em;
  }

  .section_project_img_txt_img {
    margin-top: 3.75em;
    margin-bottom: 3.5em;
  }

  .project_img_txt_img_txt_wrapper {
    width: 95%;
    margin-top: 3.5em;
  }

  .project_img_centred {
    height: 60vw;
  }

  .project_img_txt_img_img {
    width: 95%;
    height: 70vw;
  }

  .project_img_txt_img_img.frame {
    background-position: 40%;
  }

  .project_img_txt_img_img.europe {
    background-size: cover;
  }

  .scroll_arrow_home {
    height: 2.5em;
  }

  .lottie_kontakt {
    top: 9%;
  }

  .services_txt_wrapper {
    margin-top: 1.875em;
  }

  .service_txt_mobile {
    margin-top: 1.5em;
    margin-bottom: 2em;
    display: block;
  }

  .nav_menu {
    height: 100vh;
    padding: 5vh 0% 7vh;
  }

  .changer_overflow {
    height: 12vw;
  }

  .language_dropdown {
    display: none;
  }

  .language_dropdown_list {
    font-size: .8em;
  }

  .language_switch {
    justify-content: center;
    margin-left: 48px;
    margin-right: 48px;
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .language {
    color: #fff;
    text-decoration: none;
  }

  .language.w--current {
    color: #00b8f1;
  }

  .horizontal_bar_language {
    background-color: #fff;
    width: 20px;
    height: 1px;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .lets_talk_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .talk_headline {
    max-width: 25ch;
  }

  ._6_steps_left_arrow, ._6_steps_right_arrow {
    background-image: none;
    justify-content: center;
    width: 20%;
  }

  ._6_steps_slider_mask {
    width: 100%;
  }

  ._6_steps_slide._06 {
    margin-right: auto;
  }

  ._6-steps_slider_nav-new {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .success-message {
    margin-top: 0%;
  }

  .project_two_img_below_left_wrapper {
    width: 100%;
  }

  .project_two_img_below_left_overlap_holder {
    padding-top: 0;
    padding-bottom: 3.275em;
  }

  .two_img_below_left_overlap_imgs_wrapper {
    display: none;
  }

  .project_img_left_wrapper {
    width: 100%;
  }

  .project_img_left_overlap_holder {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  ._3_img_grid {
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 4em;
  }

  ._3_img_stack_img_full.ipad, ._3_img_stack_img_full.phone {
    min-height: 250px;
  }

  .wsh_icons_wrapper {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .all_icons_grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .wsh_wave_wrapper {
    padding-top: 20vw;
    padding-right: 5%;
  }

  .wsh_headline_wrapper {
    width: 100%;
  }

  .impressum_content_wrapper {
    padding-bottom: 7.813em;
  }

  .contact_side_link {
    font-size: .7em;
  }
}

#w-node-de9fe7e7-f2d5-2a38-3c3c-f22755057c71-2b729cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fcff8002-61dc-d057-3d06-cc0a2a50ff0b-2b729cc2, #w-node-_52671a39-427c-e5ad-4e24-b7fd5620eb15-2b729cc2, #w-node-_33ad5286-e9ad-1e82-a103-954b1b5a86db-2b729cc2, #w-node-_64bf046b-e0b4-5722-8066-3892d6655932-2b729cc2, #w-node-_1d643087-0a86-9132-e61e-51fd6ff547d0-2b729cc2, #w-node-cdaff045-ef1b-610b-e48f-66403541eb3c-b5bf03ef, #w-node-c0b21317-42cb-1fae-a260-888d5dde174a-b5bf03ef, #w-node-b44e2f8a-a2df-0223-7150-f18a04a0d99e-b5bf03ef, #w-node-_2760973e-fdf6-2d10-e426-75573ed29c81-b5bf03ef, #w-node-b22760e3-9481-6cdb-6f01-ce62e043a008-b5bf03ef, #w-node-_7b547da4-5f5d-c96c-928d-1692b7c0c8af-b5bf03ef, #w-node-_5a5641a4-391b-a57d-063e-b33e2c7e86c9-b5bf03ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73dbfcc2-2afa-0d97-9d65-f677b4abcda0-ba7a3e79, #w-node-_88511350-3a56-b6d7-e6f0-97dbab5389df-ba7a3e79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_221dfdf8-3d43-c44b-82a8-481210120d1f-ead52b42, #w-node-_221dfdf8-3d43-c44b-82a8-481210120d20-ead52b42, #w-node-_221dfdf8-3d43-c44b-82a8-481210120d2a-ead52b42, #w-node-_221dfdf8-3d43-c44b-82a8-481210120d34-ead52b42, #w-node-a96f4022-50ce-2edd-bf04-fbb46cb630bf-ead52b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221dfdf8-3d43-c44b-82a8-481210120d3e-ead52b42 {
  justify-self: end;
}

#w-node-_7a90f724-b2da-7a5c-78a0-3d5448ab39b1-2a3113d5, #w-node-abe1b59c-9d46-3c04-5fd4-6c4fc634bce5-2a3113d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dff250f4-a5c1-99e1-5d65-67e76c768eda-a12a40dc, #w-node-_9ffc7e30-652d-e8db-be1e-9023580cb891-a12a40dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01375c3e-2eb1-c6c2-f4f2-70d69203af81-a12a40dc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8c3ba7db-28a8-ba4d-cf45-a347497a5a6f-a12a40dc, #w-node-c6db1cf1-7488-04b8-26ff-a0b6b6629d15-a12a40dc, #w-node-_8dd830c4-25a8-cfb5-9c42-1a766f7013fe-a12a40dc, #w-node-a24f2754-d736-6a61-c871-5ae2b8b430ea-a12a40dc, #w-node-afaea859-607e-777f-6f4c-ae64e009206f-a12a40dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4b06669-cffd-8c13-00c3-8afc0da05567-a12a40dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3af-9ebc7331, #w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b0-9ebc7331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b1-9ebc7331 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b2-9ebc7331, #w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b3-9ebc7331, #w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b4-9ebc7331, #w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b5-9ebc7331, #w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3b6-9ebc7331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a95e8a35-f4b0-fd62-f2a8-cafb334fe3ba-9ebc7331 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Space Mono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('../fonts/PPNeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}