:root {
  --black: #232323;
  --font-family: Satoshi, sans-serif;
  --white: white;
  --accent-color: #45943e;
  --index-bg: #1e1d1e;
  --transparent: #fff0;
  --accent-color-2: #85bb85;
  --black-2: black;
  --white-2: white;
  --loadin-height: 0px;
}

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

@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 {
  background-color: var(--black);
  font-family: var(--font-family);
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 0;
}

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

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.heading-2 {
  font-size: 21vw;
  line-height: 1;
}

.heading-2.all-caps.text-weight-medium {
  flex: none;
  font-size: 10vw;
}

.heading-2.style-guide {
  font-size: 10rem;
}

.container {
  pointer-events: auto;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 20px;
}

.container.nav {
  height: 100%;
}

.container.header {
  pointer-events: none;
}

.padding-global {
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.footer {
  background-color: var(--index-bg);
  background-image: radial-gradient(circle at 0 100%, #45943e99, #fff0 58%);
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.padding-global.heromaxw {
  max-width: 100%;
  overflow: hidden;
}

.padding-global.contact {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.padding-global.impressum {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.hero-template {
  margin-top: 10vh;
}

.hero-style-guide-wrapper {
  background-color: #000;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.hero-style-guide-wrapper.margin-bottom {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.text-size-tiny {
  font-size: .875rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.5rem;
}

.text-size-medium.text-weight-light {
  opacity: 1;
}

.heading-4 {
  font-size: 4.75rem;
  line-height: 1.25;
}

.heading-4.text-weight-regular.about {
  text-align: justify;
  font-size: 1.5rem;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-weight-light {
  font-weight: 300;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

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

.color-palette.white {
  background-color: var(--white);
  border: 1px solid #bbb;
}

.color-palette.green {
  background-color: var(--accent-color);
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda24;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: 3.25rem;
  line-height: 1.2;
}

.heading-1 {
  font-size: 20vw;
  line-height: 1;
}

.heading-1.text-weight-regular {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 500;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-bold {
  font-weight: 700;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 3.75rem;
  line-height: 1.25;
}

.text-size-xlarge {
  font-size: 2.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-medium.blog {
  font-size: 1.8rem;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.15;
}

.text-size-large {
  font-size: 1.9rem;
}

.text-size-large.text-weight-medium {
  font-size: 1.5rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.heading-3.text-weight-medium {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2rem;
}

.heading-3.large {
  font-size: 6rem;
}

.heading-3.text-weight-regular.large {
  opacity: 1;
  font-size: 6.6rem;
}

.heading-3.text-weight-regular.about {
  text-align: justify;
  font-size: 1.5rem;
}

.heading-3.xlarge {
  font-size: 10rem;
}

.heading-3.loader {
  font-size: 7vw;
  line-height: 1;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff17;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.divider-line {
  background-color: #dfddda;
  height: 1px;
}

.about-hero-section {
  color: #fff;
  max-width: 100%;
  height: 100vh;
  font-size: 24px;
}

.hero-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spline-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0%;
}

.spline-wrapper.light {
  z-index: 1;
  min-height: 400dvh;
  margin-top: -200vh;
}

.spline-scene {
  z-index: 1;
  height: 100lvh;
}

.about-component {
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.about-component.center {
  text-align: center;
  align-items: center;
  padding-bottom: 10rem;
}

.about-component.moddle {
  justify-content: flex-start;
  align-items: stretch;
}

.scoll-blocker {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h6 {
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 2rem;
}

.button-icon.inverted {
  filter: invert();
}

.button-hover-color {
  z-index: 2;
  background-color: #5a5a5a;
  justify-content: center;
  align-items: center;
  width: 107%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-3%, 100%);
}

.button-hover-color.white {
  background-color: var(--white);
  height: 102%;
}

.button-hover-color.black {
  background-color: #242424;
  height: 102%;
}

.button-hover-color.green {
  background-color: var(--accent-color);
}

.button-hover-color.grey {
  background-color: #5a5a5a;
}

.button-arrow {
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(180deg);
}

.button-arrow.down {
  filter: invert();
  transform: rotate(0);
}

.button-arrow.black {
  filter: invert();
}

.button {
  grid-column-gap: 1rem;
  background-color: var(--accent-color);
  color: var(--black);
  border-radius: .5rem;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: 1rem 4.5rem 1rem 5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.button.white.outline {
  border-color: var(--white);
  color: var(--white);
}

.button.outline {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  background-color: #35b33500;
}

.button.black {
  color: var(--black);
  background-color: #5a5a5a;
}

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

.button.grey.outline {
  color: #5a5a5a;
  background-color: #fff0;
  border-color: #5a5a5a;
}

.button.left {
  align-self: flex-start;
}

.all-caps {
  text-transform: uppercase;
}

.heading-1-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.r-symbol {
  width: 10vw;
}

.subtitle {
  opacity: .8;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
}

.subtitle.max-width-small {
  max-width: 56ch;
  margin-top: 2rem;
}

.subtitle-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.navbar-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.nav-menu {
  white-space: nowrap;
}

.nav-menu.right {
  justify-content: flex-end;
  display: flex;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #23232394;
  border-bottom: 1px solid #000;
  height: 80px;
  margin-bottom: -80px;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand {
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: color .4s, transform .4s;
  display: flex;
}

.nav-brand:hover {
  color: #a8a8a8;
}

.nav-brand.alt {
  color: var(--accent-color);
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: .875rem;
  font-weight: 300;
  transition: color .4s, transform .4s;
  display: flex;
}

.nav-link:hover {
  color: #a8a8a8;
  transform: translate(0, -.3rem);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  transform: none;
}

.nav-link.mobile {
  display: none;
}

.navbar-menu-lottie {
  width: 2rem;
  height: 2rem;
}

.hero-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.hero-buttons.margin-top-small {
  margin-top: 2rem;
}

.white-section {
  background-color: var(--white);
  color: var(--black);
  width: 100%;
}

.white-section.overflow-hidden {
  z-index: 2;
  position: relative;
}

.white-section.overflow-hidden.home-about {
  z-index: 3;
  margin-top: -180dvh;
  position: relative;
}

.white-section.z-index-3 {
  z-index: 3;
  position: relative;
}

.marquee-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.elipse {
  background-color: var(--black);
  border-radius: 50%;
  min-width: 4vw;
  min-height: 4vw;
}

.elipse.white {
  background-color: var(--white);
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper._1-5rem {
  margin-bottom: -1.5rem;
}

.page-wrapper.kontakt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-component {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.credits-wrapper {
  color: #f3f3f3;
  padding-bottom: 0;
  text-decoration: none;
}

.footer-link {
  color: #f4f4f4;
  text-decoration: none;
  transition: transform .3s, opacity .2s;
}

.footer-link:hover {
  opacity: .5;
  transform: translate(0, -3px);
}

.footer-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3.25rem;
  display: flex;
}

.footer-heading {
  grid-column-gap: 20px;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  align-items: flex-start;
  padding-right: 85px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer-line {
  background-color: #4c9b6b;
  width: 100%;
  height: 1px;
}

.footer-bottom {
  margin-top: 4rem;
}

.footer {
  z-index: 1;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  margin-top: -1.5rem;
  position: relative;
  overflow: hidden;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.copy-icon {
  width: 1rem;
}

.opacity-50 {
  opacity: .5;
}

.credits {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.powered {
  z-index: 99;
}

.footer-email {
  grid-column-gap: 1.5rem;
  opacity: .5;
  color: #f4f4f4;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
}

.footer-email:hover {
  grid-column-gap: 1.6rem;
  opacity: .6;
  transform: translate(0, -2px);
}

.footer-content-wrapper {
  z-index: 3;
  position: relative;
}

.about-title {
  margin-right: 55%;
}

.about-title.right {
  margin-left: 55%;
  margin-right: 0%;
}

.about-title.middle {
  margin-top: 10vh;
  margin-left: 20%;
  margin-right: 20%;
}

.about-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: 49%;
  display: flex;
}

.about-paragraph.left {
  margin-left: 0%;
  margin-right: 49%;
}

.logos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5rem;
}

.logos-grid._2-rows {
  grid-column-gap: 1.5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
}

.logos-image {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  transition: transform .3s, color .3s;
  display: flex;
}

.logos-image:hover {
  transform: scale(1.1);
}

.stack-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
}

.stack-title {
  text-align: center;
  max-width: 110ch;
  margin-bottom: 6rem;
  padding-bottom: 20vh;
}

.stack-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 70vh;
  position: sticky;
  top: 10dvh;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stack-block {
  grid-row-gap: 15dvh;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.spline-animation-light {
  color: #fff;
  min-height: 100dvh;
  font-size: 24px;
  display: none;
}

.works-section, .works-section.overflow-hidden {
  overflow: hidden;
}

.works-component {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask-frame {
  z-index: 4;
  opacity: 0;
  background-color: #121212;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.opacity-80 {
  opacity: .8;
}

.project-info {
  z-index: 2;
  grid-row-gap: 1rem;
  color: #121212;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.project-year {
  z-index: 9;
  box-shadow: none;
  color: var(--black);
  background-color: #fff;
  border-radius: 5.6rem;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.home-projects-image-wrapper {
  z-index: 1;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-project {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 70vh;
  max-height: 90vh;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.projects-image {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 101%;
  position: relative;
}

.projects-image._1 {
  background-image: url('../images/viktor-keri-UdGEXZtlx-E-unsplash.jpg');
}

.projects-image._2 {
  background-image: url('../images/marc-noorman-6WhBFHZrj0k-unsplash.jpg');
}

.projects-image._3 {
  background-image: url('../images/kina-GuDr5Wt5ZUc-unsplash.jpg');
}

.projects-image._4 {
  background-image: url('../images/markus-spiske-aLf3S7eg7-g-unsplash.jpg');
}

.project-bullet {
  background-color: #121212;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.projects-home-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.contact {
  height: 100vh;
  position: relative;
}

.contact-footer {
  margin-top: 2rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  font-weight: 300;
}

.button-2 {
  grid-row-gap: .25rem;
  background-color: var(--accent-color);
  color: #000;
  text-transform: uppercase;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button-2:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #00000045;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field:hover, .text-field:focus {
  border-color: #fff;
}

.contact-social-links {
  filter: invert();
  transition: transform .2s, opacity .2s;
}

.contact-social-links:hover {
  opacity: .6;
  transform: translate(0, -3px);
}

.contact-social-links.overlay {
  transition: opacity .2s;
}

.contact-social-links.overlay:hover {
  transform: none;
}

.error-message {
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.contact-social-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-color-grey {
  color: #cdcdcd;
}

.contact-social-icon {
  width: 1.3rem;
  height: 1.3rem;
}

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

.success-message {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.contact-form.left-align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.message-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #00000045;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover, .message-field:focus {
  border-color: #fff;
}

.contact-grid-component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-content-wrapepr {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.blog-component {
  grid-row-gap: 7.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.blog-top {
  text-align: center;
  max-width: 80ch;
}

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

.blog-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-card {
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .4s, opacity .4s;
  display: flex;
}

.blog-card:hover {
  opacity: .8;
  transform: translate(0, -1rem);
}

.blog-card-content {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-card-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wtf {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20dvh;
  margin-bottom: 15dvh;
  padding-bottom: 120px;
  display: flex;
}

.section-light-animation {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.white-elipse {
  background-color: var(--white);
  filter: blur(40px);
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  display: none;
}

.images-sidescrolling {
  background-color: var(--white);
  width: 100%;
  height: 400vw;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.about-us-component {
  grid-row-gap: 6rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 31vh;
  display: flex;
}

.section-dark-animation {
  z-index: 0;
  background-color: var(--black);
  height: 200vh;
  position: relative;
}

.black-elipse {
  background-color: var(--black);
  filter: blur(40px);
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  display: none;
}

.section.z-index-3 {
  z-index: 3;
  margin-top: -100vh;
  position: relative;
}

.section.z-index-3.mobile {
  margin-top: -55vh;
}

.experience-paragraph {
  opacity: .5;
  width: 70%;
}

.experience-card {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.experience-card.center-align {
  align-items: center;
}

.experience-component {
  grid-row-gap: 9.25rem;
  flex-direction: column;
  justify-content: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.experience-component.center-align {
  grid-row-gap: 5rem;
  text-align: center;
  align-items: center;
  padding-bottom: 10rem;
}

.experience-bottom {
  grid-column-gap: 8rem;
  align-items: flex-start;
  display: flex;
}

.experience-top {
  max-width: 110ch;
}

.testimonial-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 85px;
  display: flex;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
  position: absolute;
}

.opacity-81 {
  opacity: .8;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 83rem;
  height: auto;
  margin-top: 2rem;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-icon:hover {
  transform: translate(0, -3px);
}

.testimonial-stars {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  padding-left: 85px;
  display: flex;
}

.testimonial-message {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
}

.hidden {
  display: none;
}

.slider-text {
  font-size: 2.8rem;
  line-height: 1.2;
}

.slider-text.line-height-150 {
  font-size: 1.2em;
  line-height: 1.5;
}

.blog-hero-section {
  overflow: hidden;
}

.blog-post-heading-wrap {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-title {
  max-width: 130ch;
}

.blog-post-heading {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 7.2rem;
  display: flex;
}

.blog-post-image {
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post {
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

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

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

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 500px;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.error-404 {
  margin-bottom: 2.2rem;
}

.symbol {
  width: 5rem;
}

.projects-main-image {
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 7.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-style-italic {
  font-style: italic;
}

.max-width-130ch {
  max-width: 90ch;
}

.project-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 17.9rem;
  display: flex;
}

.project-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-collection-list.horizontal {
  grid-template-columns: 1fr;
}

.project-collection-list._2-columns {
  flex-direction: row;
  justify-content: space-between;
}

.size-full {
  flex: 1;
}

.container-2 {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.project-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.about-the-project {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
}

.projects-cms-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18vh;
  display: flex;
}

.project-image-wrapper {
  border-radius: .6rem;
  height: 70vh;
  overflow: hidden;
}

.sticky-top {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.divider-line-2 {
  background-color: #ffffff4d;
  height: 1px;
}

.style-guide-component-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-component-2.margim-top {
  margin-top: 5.3rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.text-size-huge-2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-large-3 {
  font-size: 2.6rem;
  line-height: 1.5;
}

.preloader {
  z-index: 99999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.preloader-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 7vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-animation {
  position: relative;
}

.loading-bar-wrap {
  background-color: var(--black);
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 2rem;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--white);
  width: 100%;
  height: 6px;
}

.button-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda24;
  border-radius: 1rem;
  flex-direction: column;
  padding: 2rem .5rem;
  display: flex;
}

.image-2 {
  height: 60px;
  display: none;
}

.transparent-section {
  color: var(--black);
  width: 100%;
}

.transparent-section.overflow-hidden {
  overflow: hidden;
}

.transparent-section.overflow-hidden.home-about {
  z-index: 3;
  background-color: var(--transparent);
  min-height: 110lvh;
  position: relative;
}

.transparent-section.z-index-3 {
  z-index: 3;
  background-color: var(--transparent);
  position: relative;
}

.transparent-section.z-index-3.main-section {
  padding-top: 20vh;
}

.transparent-section.z-index-3.main-section.cta {
  height: 100lvh;
}

.transparent-section.full-hight {
  height: 100vh;
}

.transparent-section.full-hight.right.no-mouse {
  cursor: none;
}

.about-hero-section-copy {
  z-index: 1;
  pointer-events: none;
  height: 100lvh;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.spline-bg {
  z-index: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
}

.spline-bg.contact {
  height: auto;
}

.section-wrapper {
  position: relative;
}

.services-nav {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #23232394;
  border-top: 1px solid #000;
  height: 80px;
  position: fixed;
  inset: auto 0% 0%;
}

.section-link-wrapper {
  text-transform: uppercase;
  justify-content: center;
  height: 100%;
  display: flex;
}

.section-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: transform .5s, color .5s;
  display: flex;
}

.section-link.w--current {
  color: var(--accent-color);
  transform: translate(0, -8px);
}

.body {
  background-color: var(--index-bg);
}

.hover-card-light {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  background-color: #08ff0000;
  border: 1px #ffffff1f;
  border-radius: 1.5rem;
  padding: 25px;
}

.hover-card-light.marquee {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 80px;
  display: none;
}

.hover-card-light.marquee.overflow {
  margin-top: 0;
  overflow: hidden;
}

.testing-height {
  width: 100vw;
  height: 100vh;
}

.spline-scene-2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.spline-header-wrap {
  width: 100vw;
  max-width: 100%;
  height: 200vh;
  position: absolute;
}

.spline-header-wrap.contact {
  height: auto;
}

.brand-logo {
  pointer-events: none;
  width: 190px;
  height: 60px;
}

.brand-logo.mobile {
  display: none;
}

.div {
  width: 100%;
  max-width: 100%;
  height: 100lvh;
  margin-left: auto;
  margin-right: auto;
}

.div.contact {
  width: 100vw;
  min-height: 100lvh;
}

.scriptus {
  display: none;
}

.container-3 {
  pointer-events: auto;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.elipse-2 {
  background-color: #232323;
  border-radius: 50%;
  min-width: 4vw;
  min-height: 4vw;
}

.hover-card-light-2 {
  background-color: #ffffff26;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  padding: 25px;
  box-shadow: 5px 10px 20px 2px #20202033;
}

.hover-card-light-2.marquee {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.heading-7 {
  font-size: 21vw;
  line-height: 1;
}

.heading-7.all-caps.text-weight-medium {
  flex: none;
}

.div-block-2 {
  z-index: 20;
  background-color: #232323;
  border-top: 1px solid #000;
  height: 80px;
  position: fixed;
  inset: auto 0% 0%;
}

.transparent-section-2 {
  color: #232323;
  background-color: #fff;
  width: 100%;
}

.transparent-section-2.overflow-hidden {
  overflow: hidden;
}

.transparent-section-2.overflow-hidden.home-about {
  z-index: 3;
  background-color: #fff0;
  position: relative;
}

.section-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.footer-payments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 30px;
  display: none;
}

.payment-icon {
  width: 58px;
}

.star-green {
  color: var(--accent-color);
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-green:hover {
  transform: translate(0, -3px);
}

.star-gray {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-gray:hover {
  transform: translate(0, -3px);
}

.spacer {
  height: 10px;
}

.spline-trigger {
  z-index: 2;
  pointer-events: none;
  border: 1px solid #ce3333;
  border-radius: 30px 30px 0 0;
  width: 700px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0 0%;
}

.zoomlogo {
  width: 30vw;
  height: 30vw;
  display: block;
  position: absolute;
  overflow: hidden;
}

.zoomlogo-dark {
  color: var(--white);
  width: 3vw;
  height: 3vw;
  display: block;
  position: absolute;
  transform: scale(2)translate(0, -32%);
}

.page-transition {
  z-index: 1000;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.black-loader {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.white-loader {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.transition-icon {
  width: 10vw;
  max-width: 60px;
}

.transition-icon.invert {
  filter: invert();
}

.toast-section {
  height: 100lvh;
  position: relative;
}

.tost-cam {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.services-box {
  pointer-events: none;
  border: 1px #ff00001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.floating-card {
  pointer-events: auto;
  max-width: 800px;
  margin: 2px 10%;
  padding: 15px;
  transition: transform 1.5s;
  position: absolute;
  top: 50%;
  transform: translate(100vw, -50%);
}

.floating-card.active {
  transition-property: all;
  transform: translate(0, -50%);
}

.map-section {
  pointer-events: none;
  height: 500px;
  margin-bottom: -1.5rem;
  position: relative;
  overflow: hidden;
}

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

.map-line-top {
  z-index: 100;
  background-color: #cfbc86;
  background-image: linear-gradient(to right, #000, #cfbc86);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-line-right {
  z-index: 100;
  background-color: #cfbc86;
  width: 1px;
  height: 0%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.map-line-bot {
  z-index: 100;
  background-color: #cfbc86;
  background-image: linear-gradient(to right, #cfbc86, #000);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.map-line-left {
  z-index: 100;
  background-color: #cfbc86;
  width: 1px;
  height: 0%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-flex-horz {
  flex-direction: column;
  display: flex;
}

.right-side {
  flex: 0 30%;
  width: 30%;
  padding-top: 15px;
}

.div-block-4 {
  flex: 0 70%;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-card-dark {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  background-color: #00000057;
  border: 1px solid #00000024;
  border-radius: 1.5rem;
  padding: 25px;
}

.hover-card-dark.marquee {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 80px;
  display: none;
}

.hover-card-dark.marquee.overflow {
  margin-top: 0;
  overflow: hidden;
}

.gradientbg {
  display: none;
}

.gradient-background {
  background-color: var(--accent-color);
  opacity: .7;
  position: fixed;
  inset: 0%;
}

.gradient-background.about {
  background-color: var(--accent-color-2);
}

.gradient-overlay {
  background-image: linear-gradient(180deg, var(--index-bg) 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.gradient-overlay-light {
  opacity: 0;
  background-image: linear-gradient(#fff0, #fff3 65%);
  position: absolute;
  inset: 0%;
}

.gradient-overlay-light.about {
  opacity: 1;
}

.services-spline-wrap {
  width: 100vw;
  max-width: 100%;
  height: 200vh;
  position: relative;
}

.services-spline-wrap.contact {
  height: auto;
}

.section-scroll-breaker {
  height: 100px;
}

.main-content {
  position: relative;
}

.side-navigation {
  z-index: 1;
  grid-row-gap: 0px;
  color: var(--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-navigation-arrow {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .2s;
  display: flex;
}

.scroll-navigation-arrow:hover {
  color: var(--accent-color);
}

.scroll-navigation-arrow.next {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  display: flex;
}

.scroll-navigation-arrow.next:hover {
  color: var(--accent-color);
}

.scroll-navigation-arrow.btt {
  width: 25px;
  height: 25px;
}

.scroll-navigation-arrow.btt:hover {
  color: var(--accent-color);
}

.dot-wrapper {
  z-index: 10;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.indication-dot {
  background-color: #ffffff3b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all .3s;
  display: flex;
}

.indication-dot.w--current {
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.indication-dot.active {
  background-color: var(--white);
}

.indication-dot.scroll {
  align-items: flex-start;
  height: 10px;
  overflow: hidden;
}

.indication-dot.scroll.active {
  background-color: #fff3;
  height: 50px;
}

.indication-dot.services {
  flex-flow: column wrap;
  height: auto;
  min-height: 10px;
  transition: height .2s, width .2s;
  overflow: hidden;
}

.indication-dot.services.active {
  width: 30px;
  padding-top: 10px;
}

.indication-dot.services.active:hover {
  color: var(--white);
}

.inactive {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  transition: all .3s;
  display: none;
}

.inactive.w--current {
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.bottom-logo {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 24px;
  display: flex;
}

.footer-logo {
  height: 120px;
}

.spline-section {
  position: relative;
}

.social-link-component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 1;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-spline-scene {
  width: 100%;
  min-width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
}

.home-rail {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.home-spline-wrapper {
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100lvh;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-progress {
  background-color: var(--white);
  border-radius: 50px;
  width: 100%;
  height: 0%;
}

.sidebar-icon {
  pointer-events: none;
  cursor: none;
  padding-left: 7px;
  padding-right: 7px;
  transition: transform .3s;
}

.sidebar-icon:hover {
  color: var(--accent-color-2);
  transform: scale(1.2);
}

.right-overlay {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .8s;
  display: flex;
  position: fixed;
  inset: 0% 1.5rem 0% auto;
}

.right-overlay.left {
  left: 1.5rem;
  right: auto;
}

.right-overlay.inactive-overlay {
  transform: translate(100px);
}

.left-overlay {
  z-index: 10;
  align-items: center;
  transition: transform .8s;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
}

.left-overlay.left {
  left: 1.5rem;
  right: auto;
}

.left-overlay.inactive-overlay {
  transform: translate(-100px);
}

.sidebar-icon-wrapper {
  color: var(--black);
  cursor: pointer;
  width: 0;
  height: 0;
  transition: height .8s, width .8s, color .2s;
}

.sidebar-icon-wrapper:hover, .sidebar-icon-wrapper.active {
  color: var(--accent-color);
}

.backtotopbtn {
  z-index: 999;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.wierdo {
  opacity: 0;
  background-color: #ad000066;
  width: 100vw;
  max-width: 100%;
  height: 40vh;
  margin-bottom: -40vh;
}

.hero-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
  padding-bottom: 120px;
  display: flex;
}

.maintext {
  text-transform: uppercase;
  font-size: 3.8rem;
  line-height: 1.2;
}

.sub-text {
  max-width: 56ch;
}

.about-header-spline {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.side-nav-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: absolute;
  right: 50%;
}

.scroll-toggler {
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trigger {
  background-color: #73ff0000;
  height: 1px;
  margin-bottom: 40vh;
  position: sticky;
  top: 0;
}

.trigger.index {
  margin-bottom: 0;
}

.big-heading-right {
  z-index: 0;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.big-heading-right.about {
  position: fixed;
}

.heading-8 {
  text-transform: uppercase;
  background-image: none;
  margin-left: .5rem;
  font-size: 15vh;
  font-weight: 300;
  line-height: 1;
  transform: translate(-40%, -30%)rotate(-90deg);
}

.heading-8.kontakt {
  letter-spacing: 25px;
  margin-left: 0;
  font-size: 4vh;
  font-weight: 500;
  transform: none;
}

.heading-8.font {
  letter-spacing: 25px;
  font-size: 4vh;
}

.heading-8.about {
  letter-spacing: 25px;
  font-size: 4vh;
  font-weight: 500;
  transform: translate(-20%);
}

._15vh {
  font-size: 15vh;
  font-weight: 300;
  line-height: 1;
}

._15vh.services {
  letter-spacing: 25px;
  font-size: 4vh;
  font-weight: 500;
}

.footer-lottie, .services-bg-img-rail, .mobile-bg, .about-mobile-bg_rail {
  display: none;
}

.contactus-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3.25rem;
  display: flex;
}

.footer-button-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3.25rem;
  display: flex;
}

.footer-heading-copy {
  grid-column-gap: 20px;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  align-items: flex-start;
  padding-right: 85px;
  display: flex;
}

.impressum-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.datenschutz-links {
  height: 1.5rem;
}

.legal-link {
  color: var(--accent-color-2);
  padding-left: 6px;
  padding-right: 6px;
  font-size: .8rem;
}

.legal-max-w {
  text-align: center;
  border-radius: 20px;
  max-width: 100rem;
  padding: 40px;
  line-height: 2;
}

@media screen and (min-width: 1440px) {
  .spline-scene {
    height: 100vh;
  }

  .r-symbol {
    width: 11rem;
  }

  .contact {
    height: 80vh;
  }

  .contact-social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }

  .div.contact {
    height: 100vh;
  }

  .tost-cam {
    justify-content: center;
    display: flex;
  }

  .map-section {
    height: 30vh;
  }

  .gradient-background {
    background-color: #5f9b31;
  }

  .gradient-overlay.services {
    background-image: radial-gradient(circle at 100% 80%, #aa9430, #fff0 73%), linear-gradient(#80bad1 14%, #fff0 69%);
  }

  .hero-text {
    margin-top: 10vw;
  }

  .maintext {
    font-size: 6.6rem;
  }

  .scroll-toggler.index {
    margin-bottom: 60vh;
  }

  .spline-scene-3 {
    width: 100vw;
    height: 100vh;
  }

  .heading-8.font {
    transform: none;
  }

  .heading-8.about {
    transform: translate(-40%);
  }

  .footer-lottie {
    max-width: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .hover-click {
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: auto 0% 18%;
  }

  .lottie-animation {
    pointer-events: none;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 7rem;
  }

  .padding-global.heromaxw {
    position: relative;
  }

  .padding-global.contact, .padding-global.impressum {
    height: auto;
  }

  .text-size-regular {
    display: block;
  }

  .text-size-regular.nav {
    display: none;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .heading-1 {
    font-size: 6rem;
    line-height: 1.15;
  }

  .heading-1.text-weight-regular {
    pointer-events: auto;
    font-size: 7vw;
  }

  .heading-5, .heading-6 {
    font-size: 3rem;
  }

  .text-size-large.text-weight-medium {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-3.text-weight-regular.large, .heading-3.xlarge {
    font-size: 4rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .about-hero-section {
    background-image: linear-gradient(#000000b3, #fff0), url('../images/Index_3_front_blurry_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    position: relative;
  }

  .hero-component {
    z-index: 3;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: auto;
    background-color: #222222d9;
    border: 1px solid #ffffff1f;
    border-radius: 1.5rem;
    padding: 25px;
    position: relative;
    box-shadow: 5px 10px 20px 2px #20202033;
  }

  .spline-wrapper {
    height: 100lvh;
  }

  .spline-scene {
    height: 100vh;
  }

  .about-component {
    grid-row-gap: 4rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .r-symbol {
    font-size: 10rem;
  }

  .subtitle-text {
    font-size: 1.5rem;
  }

  .navbar-component {
    flex-direction: row;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: start;
    display: flex;
    position: relative;
  }

  .nav-menu.mobile-top {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
  }

  .navbar {
    z-index: 999999;
    position: relative;
  }

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

  .nav-brand {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    text-align: left;
    text-transform: none;
    padding: 1.3rem 1.9rem;
    font-size: 1.1rem;
    font-weight: 400;
  }

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

  .nav-link.mobile {
    display: none;
  }

  .nav-link.last {
    border-bottom: 0 #42424200;
  }

  .nav-link.about {
    display: none;
  }

  .navbar-menu-lottie {
    filter: invert();
  }

  .white-section.overflow-hidden.home-about {
    margin-top: -100dvh;
  }

  .page-wrapper.kontakt {
    background-image: linear-gradient(#0000004d, #000), url('../images/Zapfsäule_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .footer-links-wrapper {
    order: -1;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-title {
    margin-right: 0%;
  }

  .about-title.right, .about-paragraph {
    margin-left: 0%;
  }

  .about-paragraph.left {
    margin-right: 0%;
  }

  .logos-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .logos-grid._2-rows {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .works-component {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .home-project {
    min-height: auto;
    max-height: none;
  }

  .projects-home-list-item {
    height: 60vh;
    min-height: auto;
    max-height: none;
  }

  .contact {
    height: auto;
  }

  .contact-footer {
    margin-top: 3rem;
  }

  .button-2 {
    text-align: center;
  }

  .contact-form.left-align {
    margin-top: 5rem;
  }

  .contact-grid-component {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    padding-top: 8dvh;
  }

  .contact-content-wrapepr {
    margin-bottom: 0;
  }

  .blog-component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .wtf {
    margin-top: 15dvh;
    margin-bottom: 5rem;
  }

  .white-elipse, .black-elipse {
    filter: blur(6px);
  }

  .section.z-index-3.mobile {
    margin-top: -23vh;
  }

  .experience-paragraph {
    width: 100%;
  }

  .experience-component.center-align {
    padding-top: 8.3rem;
    padding-bottom: 8.3rem;
  }

  .experience-top {
    max-width: 100%;
  }

  .testimonial-component {
    grid-row-gap: 2rem;
    padding-bottom: 5rem;
  }

  .slider-text {
    font-size: 2.5rem;
  }

  .blog-post-heading {
    padding-top: 9vh;
  }

  .projects-main-image {
    margin-top: 3.8rem;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .projects-cms-heading {
    padding-top: 8vh;
  }

  .style-guide-component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .text-size-huge-2 {
    font-size: 2.3rem;
  }

  .text-size-large-3 {
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .preloader {
    display: flex;
  }

  .transparent-section.full-hight.right.no-mouse.main-section, .transparent-section.full-hight.main-section, .transparent-section.full-hight.main-section.personal {
    background-image: linear-gradient(#0003, #0003);
  }

  .about-hero-section-copy.main-section {
    pointer-events: auto;
    background-image: linear-gradient(#0003, #0003);
  }

  .hover-card-light {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #222c;
    border-style: solid;
    box-shadow: 5px 10px 20px 2px #20202033;
  }

  .hover-card-light.no-bg {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #2220;
    border-style: none;
  }

  .spline-header-wrap.contact {
    height: 100vh;
    position: fixed;
  }

  .brand-logo {
    display: none;
  }

  .brand-logo.mobile {
    width: auto;
    display: block;
  }

  .div {
    min-width: 100vw;
    max-height: 80vh;
    display: none;
  }

  .div.contact {
    height: 100%;
    max-height: none;
  }

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

  .payment-icon {
    width: 40px;
  }

  .section-link-icon, .transition-icon {
    width: 45px;
    height: 45px;
  }

  .toast-section {
    height: auto;
  }

  .services-box {
    width: 100%;
    padding-bottom: 20vh;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
  }

  .floating-card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    background-color: #000000a1;
    border: 1px solid #ffffff38;
    border-radius: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 10vh;
    margin-top: 80vh;
    padding: 30px;
    transition-property: none;
    display: flex;
    position: relative;
    top: auto;
    transform: none;
  }

  .floating-card.active {
    transform: none;
  }

  .right-side {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .side-navigation {
    display: none;
  }

  .scroll-navigation-arrow.next {
    width: 30px;
  }

  .scroll-navigation-arrow.btt {
    width: 25px;
  }

  .indication-dot.scroll.active {
    background-color: var(--white);
    height: 10px;
  }

  .indication-dot.services.active {
    width: 10px;
    height: 10px;
  }

  .home-spline-scene {
    max-height: 80vh;
  }

  .home-rail {
    display: none;
  }

  .right-overlay {
    justify-content: center;
    height: 100lvh;
    top: 0;
    bottom: 0;
  }

  .maintext {
    font-size: 3rem;
  }

  .sub-text {
    font-size: 16px;
  }

  .about-header-spline {
    pointer-events: none;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .side-nav-wrap {
    display: block;
  }

  .big-heading-right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50vh;
  }

  .big-heading-right.about {
    z-index: 2;
    display: none;
  }

  .heading-8.services {
    position: sticky;
    top: 50vh;
  }

  .services-bg-img-rail {
    z-index: 0;
    width: 100vw;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .services-bg-img {
    background-color: #997a7a;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .wide-image {
    max-width: none;
    height: 100%;
  }

  .mobile-bg {
    z-index: 0;
    opacity: 0;
    background-image: url('../images/Index_3_front_sharp_1.webp');
    background-position: 50%;
    background-size: cover;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .about-mobile-bg_rail {
    z-index: -1;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .about-mobile-bg_cam {
    z-index: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .about-mobile-bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .about-mobile-bg_img.layer1, .about-mobile-bg_img.layer2, .about-mobile-bg_img.layer3 {
    object-fit: cover;
  }

  .impressum-content {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 6rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .heading-4 {
    font-size: 3.5rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .hero-component {
    align-items: stretch;
    margin-top: 10dvh;
  }

  .about-component {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .button {
    justify-content: center;
    align-self: stretch;
  }

  .subtitle {
    max-width: none;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .credits-wrapper {
    padding-top: 0;
  }

  .footer-button {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links-wrapper {
    order: -1;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .credits {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 2rem;
  }

  .logos-grid {
    margin-top: 3rem;
  }

  .works-section.overflow-hidden {
    overflow: hidden;
  }

  .mask-frame {
    inset: 0%;
  }

  .project-info {
    grid-row-gap: 1.25rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .project-year {
    display: none;
  }

  .projects-home-list-item {
    min-height: 20rem;
  }

  .contact-footer {
    margin-top: 2rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .form {
    align-items: stretch;
  }

  .contact-grid-component {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    margin-bottom: 5.8rem;
  }

  .contact-content-wrapepr {
    margin-bottom: .9rem;
  }

  .blog-component {
    grid-row-gap: 3rem;
    padding-top: 4.3rem;
    padding-bottom: 5.3rem;
  }

  .wtf {
    align-items: stretch;
    margin-top: 10dvh;
  }

  .experience-component.center-align {
    grid-row-gap: 3rem;
  }

  .experience-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .slider-text {
    font-size: 2rem;
  }

  .blog-post-heading {
    padding-bottom: 2.4rem;
  }

  .utility-page-form {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-the-project {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .projects-cms-heading {
    grid-row-gap: 1rem;
  }

  .project-image-wrapper {
    height: 28rem;
  }

  .style-guide-component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .text-size-huge-2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .text-size-large-3 {
    font-size: 1.5rem;
  }

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

  .right-side {
    width: 100%;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .side-navigation {
    width: 30px;
  }

  .scroll-navigation-arrow {
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 45px;
    display: flex;
  }

  .scroll-navigation-arrow.next {
    width: 25px;
  }

  .scroll-navigation-arrow.btt {
    width: 25px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .indication-dot.services.active {
    width: 25px;
    height: 330px;
  }

  .sidebar-icon {
    padding: 2px;
  }

  .sidebar-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .backtotopbtn {
    width: 30px;
    height: 30px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .contactus-btn, .footer-button-copy {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 5rem;
    line-height: 1.1;
  }

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

  .container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .container.header {
    pointer-events: auto;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.impressum {
    padding-top: 60px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 2.3rem;
    line-height: 1.5;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .text-size-large.text-weight-medium.mobile {
    font-size: 1rem;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-3.text-weight-medium {
    font-size: 1.5rem;
  }

  .heading-3.text-weight-medium.mobile {
    font-size: 1.4rem;
  }

  .heading-3.text-weight-regular.large {
    font-size: 2rem;
  }

  .heading-3.xlarge {
    font-size: 3rem;
  }

  .style-guide-component, .divider-line {
    width: 100%;
  }

  .about-hero-section {
    background-image: linear-gradient(#000000b3, #fff0), url('../images/Index_3_front_blurry_1.webp');
    background-position: 0 0, 50%;
  }

  .hero-component {
    margin-top: 20lvh;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subtitle-text {
    font-size: 4vw;
    line-height: 1.6;
  }

  .navbar-component {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar.sticky {
    position: sticky;
  }

  .nav-brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .85rem;
  }

  .hero-buttons {
    margin-top: 2rem;
  }

  .page-wrapper.kontakt {
    display: block;
  }

  .footer-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-button {
    flex-direction: column;
  }

  .footer-button.nodropshadow {
    text-shadow: none;
  }

  .footer-heading {
    padding-right: 0;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .footer-bottom {
    margin-top: 5rem;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .credits {
    grid-row-gap: .5rem;
    padding-left: 0;
  }

  .about-title.middle {
    margin-left: 0%;
    margin-right: 0%;
  }

  .project-info {
    grid-row-gap: .5rem;
  }

  .home-project {
    border-radius: 1rem;
    overflow: hidden;
  }

  .projects-home-list-item {
    border-radius: 1rem;
    height: 80vh;
    overflow: hidden;
  }

  .testimonial-component {
    grid-row-gap: 1rem;
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-text {
    font-size: 2rem;
  }

  .slider-text.line-height-150 {
    font-size: 1rem;
  }

  .blog-post-heading {
    padding-top: 5vh;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: auto;
  }

  .project-collection-list {
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 19rem;
  }

  .divider-line-2, .style-guide-component-2 {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .text-size-huge-2 {
    font-size: 2rem;
  }

  .about-hero-section-copy.main-section {
    pointer-events: auto;
  }

  .hover-card-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-7 {
    font-size: 5rem;
    line-height: 1.1;
  }

  .footer-payments {
    flex-wrap: wrap;
  }

  .payment-icon {
    width: 30px;
  }

  .services-box {
    padding-left: 0;
    padding-right: 0;
  }

  .floating-card {
    max-width: 70%;
    margin-top: 70vh;
    padding: 20px;
    box-shadow: 0 20px 20px 2px #0003;
  }

  .main-content {
    text-shadow: 2px 2px 2px var(--black);
  }

  .scroll-navigation-arrow {
    width: 30px;
    height: 30px;
  }

  .home-spline-scene {
    max-height: 60vh;
    margin-top: 20vh;
  }

  .maintext {
    font-size: 3rem;
  }

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

  .big-heading-right.kontakt {
    display: none;
  }

  .heading-8 {
    margin-left: 0;
  }

  .heading-8.about {
    width: 480px;
  }

  .contactus-btn {
    flex-direction: column;
  }

  .contactus-btn.nodropshadow {
    text-shadow: none;
  }

  .footer-button-copy {
    flex-direction: column;
  }

  .footer-button-copy.nodropshadow {
    text-shadow: none;
  }

  .footer-heading-copy {
    padding-right: 0;
  }
}

#w-node-e5d443a4-9eb1-719e-a0c1-ebad3409af36-73d6647b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6cc1f50-a1a3-45f2-7087-cb50058638aa-cee99c7b {
  align-self: center;
}

#w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4af-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c3-cee99c7f, #w-node-_4edc06a3-3fc8-5be9-de31-9cfdbd42e1af-cee99c7f, #w-node-_4edc06a3-3fc8-5be9-de31-9cfdbd42e1b1-cee99c7f, #w-node-_09bb3483-e487-6662-8dd0-f83fd3103180-cee99c7f, #w-node-cb63d56a-0b51-b20b-a0ba-f1290f4443e8-cee99c7f, #w-node-dc9f3c06-ee1b-5ac3-6d13-8ed233e7cc94-cee99c7f, #w-node-f3881441-83bf-e5a9-a52e-625581c6265d-cee99c7f, #w-node-f23e38c4-17b8-4aff-bcbb-b52898be1682-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c8-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4df-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee509-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee53f-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55d-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55f-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee564-cee99c7f, #w-node-_41891a3a-4c7b-d37c-b1e6-9734bcfb505d-cee99c7f, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee56d-cee99c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}