@font-face {
  font-family: Copernicus Book;
  src: url('../fonts/Copernicus-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Copernicus Book;
  src: url('../fonts/Copernicus-BookItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Copernicus Semi Bold;
  src: url('../fonts/Copernicus-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Copernicus Semi Bold;
  src: url('../fonts/Copernicus-SemiboldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

body {
  color: #333;
  background-color: #6d584b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.06ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.14;
}

h2 {
  color: #6d584b;
  letter-spacing: -.06ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.14;
}

h3 {
  color: #6d584b;
  letter-spacing: -.04ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16667;
}

p {
  color: #6d584b;
  letter-spacing: -.02ch;
  margin-bottom: 0;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #6d584b;
  text-decoration: underline;
}

.main-section {
  display: block;
}

.main-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.logo-block {
  height: 100vh;
  padding-top: 2rem;
  padding-left: 2rem;
  position: sticky;
  top: 0;
}

.spacer-block {
  width: 100%;
}

.button-block {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.button-block.mobile-only {
  display: none;
}

.welcome-block {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  margin-bottom: 10rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-right: 2rem;
  display: flex;
}

.bold {
  font-family: Copernicus Semi Bold, Times New Roman, sans-serif;
}

.logo {
  height: 3rem;
}

.image {
  height: 100%;
}

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

.footer-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
  display: grid;
}

.footer-paragraph {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.portfolio-block {
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 10rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-right: 2rem;
  display: flex;
}

.portfolio-headline {
  color: #6d584b;
  text-align: left;
  letter-spacing: -.04ch;
  height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.13889;
  position: sticky;
  top: 20rem;
}

.italic {
  font-style: italic;
}

.portfolio-entry {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: .125rem solid #c9bdb6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.portfolio-entry.first-entry {
  margin-top: 20rem;
}

.portfolio-entry.first-entry.last-entry {
  margin-bottom: 20rem;
}

.intro-paragraph {
  font-size: 1rem;
  line-height: 1.25;
}

.profile-block {
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 10rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-right: 2rem;
  display: flex;
}

.profile-headline {
  color: #6d584b;
  letter-spacing: -.04ch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.profile-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .1rem solid #c9bdb6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.profile-quote {
  letter-spacing: -.04ch;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.25;
}

.about-block {
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 10rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-right: 2rem;
  display: flex;
}

.about-headline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.about-quote {
  letter-spacing: -.04ch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.25;
}

.about-topic {
  letter-spacing: -.04ch;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.25;
}

.about-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.about-about-topic {
  letter-spacing: -.04ch;
  font-size: 2rem;
  line-height: 1.25;
}

.about-about-topic.special-special-special-case {
  padding-top: 3rem;
}

.flow-two-columns {
  display: none;
}

.hero-section {
  background-color: #ededed;
}

.hero-video-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
}

.nav-container {
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  display: flex;
  position: fixed;
}

.hero-dark-block-fade {
  z-index: 3;
  background-color: #6d584b;
  position: relative;
}

.hero-headline-container {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-headline {
  text-align: center;
  padding-top: 2.25rem;
}

.hero-content-container {
  z-index: 10;
  padding-bottom: 45rem;
  padding-left: .625rem;
  padding-right: 2.5rem;
  position: relative;
}

.hero-content-paragraph {
  color: #fff;
  margin-bottom: .59375em;
  font-size: 2rem;
  line-height: 1.1875;
}

.hero-content-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 78vh 2vh auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-section {
  z-index: 5;
  background-color: #ededed;
  margin-top: -20rem;
}

.about-content-paragraph {
  text-align: center;
  margin-bottom: .75em;
}

.about-content-paragraph.statement {
  margin-bottom: 0;
  padding-top: 5rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1875;
}

.about-content-paragraph.middle-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-content-container {
  padding-top: 0;
  padding-bottom: 10rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.operation-areas-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  border-top: .125rem solid #c9bdb6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 0;
  display: grid;
}

.arrows-desktop-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.arrows-desktop {
  width: 100%;
}

.operation-areas-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numeral {
  color: #6d584b;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.area {
  color: #6d584b;
  letter-spacing: -.04ch;
  padding-top: 0;
  padding-bottom: 2.5rem;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.operation-areas-section {
  background-color: #ededed;
}

.operation-areas-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.operation-areas-headline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.portfolio-section {
  background-color: #ededed;
}

.portfolio-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
  position: relative;
}

.portfolio-headline-track {
  justify-content: flex-end;
  display: flex;
}

.portfolio-headline-front {
  color: #c9bdb6;
  text-align: right;
  letter-spacing: -.04ch;
  height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Copernicus Book, Times New Roman, sans-serif;
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.13889;
  position: sticky;
  top: 20rem;
}

.div-block, .portfolio-category-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.portfolio-spacer {
  height: 20rem;
}

.guenter-section {
  background-color: #ededed;
}

.guenter-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.guenter-content-container {
  border-top: .125rem solid #c9bdb6;
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}

.guenter-headline {
  text-align: left;
  border-top: .125rem solid #c9bdb6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.guenter-content-paragraph {
  text-align: left;
  margin-bottom: 0;
  padding-top: 2.5rem;
}

.guenter-content-paragraph.statement {
  margin-bottom: 0;
  padding-top: 1.25rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1875;
}

.guenter-content-paragraph.middle-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-3 {
  width: 90%;
  overflow: hidden;
}

.permanent-logo {
  z-index: 101;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  padding-left: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rotating-icon {
  width: 2.375rem;
  height: 2.375rem;
  position: relative;
}

.rotating-icon-code {
  display: none;
}

.button {
  justify-content: flex-start;
  align-items: flex-start;
  height: 1rem;
  text-decoration: none;
  display: flex;
}

.button.nav-padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button-text {
  color: #8a7c74;
  text-transform: uppercase;
  padding-right: .25rem;
  font-family: Copernicus Semi Bold, Times New Roman, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.external-link-arrow {
  height: .7rem;
}

.footer-section {
  background-color: #6d584b;
}

.footer-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.contact-headline {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-content-paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.footer-content-paragraph.statement {
  margin-bottom: 0;
  padding-top: 1.25rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1875;
}

.footer-content-paragraph.middle-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-content-spacer {
  height: 7.5rem;
}

.footer-logo {
  height: 2.375rem;
}

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

.impressum-datenschutz-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 2.5rem;
  display: grid;
}

.impressum-datenschutz {
  display: none;
}

.nav-language {
  margin-right: 2.5rem;
  padding-top: .5rem;
  display: flex;
}

.nav-buttons {
  padding-top: .5rem;
  display: flex;
}

.nav-logo {
  padding-right: 1.25rem;
}

.nav-logo-buttons {
  align-items: center;
  margin-left: 4.35rem;
  display: flex;
}

.auria-logo {
  height: 1.53rem;
}

.guenter-spacer {
  height: 20rem;
}

.link-block {
  z-index: 102;
  width: 12rem;
  height: 5.5rem;
  position: absolute;
}

.nav-container-code {
  display: none;
}

.legal-section {
  background-color: #ededed;
}

.legal-spacer {
  height: 10rem;
}

.legal-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.legal-headline {
  text-align: left;
  border-top: .125rem solid #c9bdb6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.legal-content-paragraph {
  text-align: left;
  margin-bottom: 0;
  padding-top: 2.5rem;
}

.legal-content-paragraph.statement {
  margin-bottom: 0;
  padding-top: 1.25rem;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1875;
}

.legal-content-paragraph.middle-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-dark-block-light-background {
  z-index: 2;
  background-color: #0f0;
  position: relative;
}

.div-block-2 {
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-3 {
  height: 1px;
}

.portfolio-fader-mobile, .nav-container-mobile {
  display: none;
}

.nav-buttons-mobile {
  padding-top: .5rem;
  display: flex;
}

.nav-logo-mobile {
  padding-right: 1.25rem;
}

.nav-language-mobile {
  margin-right: 2.5rem;
  padding-top: .5rem;
  display: flex;
}

.icon-copper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-white {
  z-index: 2;
  filter: brightness(0%) invert();
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-color-shift-code, .nav-container-mobile-code {
  display: none;
}

.permanent-logo-mobile {
  z-index: 101;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  padding-left: 1.25rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 8rem;
  }

  .main-section-grid {
    grid-template-columns: 1fr;
  }

  .logo-block {
    height: 50vh;
    position: static;
  }

  .button-block {
    height: auto;
    padding-right: 2rem;
    position: static;
  }

  .button-block.mobile-only {
    display: block;
  }

  .welcome-block {
    height: auto;
    padding-left: 2rem;
  }

  .logo {
    height: 5rem;
  }

  .footer-block {
    grid-template-columns: 1fr;
    margin-left: 2rem;
  }

  .footer-paragraph {
    font-size: 1.2rem;
  }

  .portfolio-block {
    height: auto;
    padding-top: 10rem;
    padding-left: 2rem;
  }

  .portfolio-headline {
    z-index: 50;
    text-align: left;
    margin-top: -10rem;
    margin-bottom: 6rem;
    font-size: 2.25rem;
    line-height: 1.16667;
    top: 5rem;
  }

  .portfolio-entry {
    z-index: 10;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    position: relative;
  }

  .intro-paragraph {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }

  .intro-paragraph.steve-special-padding {
    padding-right: 2rem;
  }

  .company-logo {
    width: 100%;
    max-width: none;
    padding-bottom: 2.5rem;
  }

  .profile-block {
    height: auto;
    padding-top: 10rem;
    padding-left: 2rem;
  }

  .profile-headline {
    margin-top: 10rem;
    margin-bottom: 6rem;
  }

  .profile-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .profile-quote {
    margin-top: 4rem;
    font-size: 3rem;
  }

  .profile-portrait-container {
    border-bottom-width: .2rem;
  }

  .about-block {
    height: auto;
    padding-top: 10rem;
    padding-left: 2rem;
  }

  .about-headline {
    margin-top: 10rem;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 1.16667;
  }

  .about-quote {
    margin-top: 0;
    font-size: 3rem;
  }

  .about-topic {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .about-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-about-topic {
    margin-top: 4rem;
    font-size: 3rem;
  }

  .hero-video {
    height: 102%;
  }

  .nav-container {
    display: none;
  }

  .hero-headline {
    font-size: 2.25rem;
    line-height: 1.16667;
  }

  .hero-content-container {
    padding-right: 1.25rem;
  }

  .hero-content-paragraph {
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  .hero-content-grid {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .about-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-content-paragraph {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .about-content-paragraph.statement {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  .about-content-paragraph.middle-column {
    padding-left: 0;
    padding-right: 0;
  }

  .operation-areas-content {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 2.5rem;
  }

  .arrows-desktop-container {
    display: none;
  }

  .operation-areas-block, .operation-areas-block.mobile-bottom-padding {
    padding-bottom: 5rem;
  }

  .numeral {
    text-align: center;
    border-top: .125rem solid #c9bdb6;
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .operation-areas-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .operation-areas-headline {
    margin: 0 -1.5rem 2.5rem;
    font-size: 1.75rem;
    line-height: 1.21429;
  }

  .portfolio-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .portfolio-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-headline-front {
    z-index: 50;
    text-align: right;
    margin-top: -10rem;
    margin-bottom: 6rem;
    font-size: 2.25rem;
    line-height: 1.16667;
    top: 5rem;
  }

  .portfolio-headline-front.fade-out {
    z-index: 50;
    text-align: right;
    margin-top: -10rem;
    top: 5rem;
  }

  .portfolio-category-grid.fade-out-trigger, .portfolio-category-grid.fade-in-trigger {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .portfolio-spacer {
    height: 10rem;
  }

  .guenter-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .guenter-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .guenter-headline {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 1.16667;
  }

  .guenter-content-paragraph.statement {
    margin-bottom: 5rem;
    padding-top: 5rem;
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  .image-3 {
    width: 100%;
    max-width: 150%;
    margin-left: 0%;
    padding-top: 2.5rem;
    overflow: hidden;
  }

  .permanent-logo.w--current {
    display: none;
  }

  .button.nav-padding {
    padding: 1.75rem 0;
  }

  .footer-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-headline {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5rem;
    font-size: 2.25rem;
    line-height: 1.16667;
  }

  .footer-content-paragraph {
    padding-top: 2.5rem;
    padding-bottom: 0;
    line-height: 2.2;
  }

  .footer-content-spacer {
    display: none;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .impressum-datenschutz-grid {
    grid-template-columns: 1fr;
    margin-left: 2rem;
  }

  .guenter-spacer {
    height: 15rem;
  }

  .legal-spacer {
    height: 2.5rem;
  }

  .legal-content-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-width: .2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .legal-headline {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 1.66667;
  }

  .legal-content-paragraph {
    padding-top: 0;
  }

  .portfolio-fader-mobile {
    z-index: 40;
    background-image: url('../images/portfolio-fader.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: 15rem;
    margin-top: -15rem;
    margin-left: -.25rem;
    margin-right: -.25rem;
    display: block;
    position: sticky;
    top: 0;
  }

  .nav-container-mobile {
    z-index: 100;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fffc;
    height: 5.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav-container-mobile-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 5.5rem 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    padding-bottom: 10rem;
    display: grid;
  }

  .nav-buttons-mobile {
    flex-flow: column;
    padding-left: 3.05rem;
  }

  .nav-logo-mobile {
    align-items: center;
    height: 5.5rem;
    padding-left: 3.05rem;
    padding-right: 0;
    display: flex;
  }

  .nav-language-mobile {
    border-top: .125rem solid #c9bdb6;
    margin-top: 2rem;
    margin-right: 0;
    padding-top: 2.5rem;
    padding-left: 3.05rem;
  }

  .nav-container-mobile-code {
    display: none;
  }

  .permanent-logo-mobile, .permanent-logo-mobile.w--current {
    display: flex;
  }

  .burger-icon {
    justify-content: center;
    align-items: center;
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    position: absolute;
  }

  .burger-copper {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .burger-white {
    z-index: 2;
    filter: brightness(0%) invert();
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

#w-node-c272c67c-53f0-1910-c240-f8e23b398c11-1502e617, #w-node-b47157a7-cfc1-d478-98aa-2a9dc2048b7a-1502e617 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_1c4e00b5-fcc8-03ec-8014-904bf639f7fd-1502e617 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30a5e888-4ee4-334a-4367-4688d46376df-1502e617 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_47f309aa-e8ed-5277-3f20-5b1be62930b2-1502e617 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba6f-1502e617 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba70-1502e617, #w-node-_2956c3a7-7e15-0180-f244-ba4d9e769c95-1502e617 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e61930e6-9837-312b-78e5-fb88972a86f0-1502e617 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-a6b9d753-9dfc-c20d-dbdd-237287783e42-1502e617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4337ddd-5228-a051-c82d-2590b8e70195-1502e617 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e4db404-7c7d-763d-e2f4-0d8b842c5466-1502e617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_812853c3-476f-e988-22b8-aa9dcd22fa77-1502e617 {
  grid-area: 1 / 10 / 6 / 13;
}

#w-node-a0a92f18-151e-ca87-b3e6-f3518e4e3e4f-1502e617 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86ac-1502e617 {
  order: 1;
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b0-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b1-1502e617 {
  justify-self: center;
}

#w-node-bc1c1226-b71c-ec52-bce4-61e31e32d0d0-1502e617 {
  grid-area: 2 / 1 / 3 / 10;
}

#w-node-e9dacca1-ab5e-0c93-ad45-a854e0c0af69-1502e617 {
  grid-area: 3 / 1 / 4 / 10;
}

#w-node-_33dee6fe-0f07-c2a4-99a8-c59d6b098d23-1502e617 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bc-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bd-1502e617 {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c1-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c2-1502e617 {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c6-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c7-1502e617 {
  justify-self: center;
}

#w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d3-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d4-1502e617 {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cb-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cc-1502e617 {
  justify-self: center;
}

#w-node-dc03ebd5-fe78-3cfe-2042-844be4370127-1502e617 {
  grid-area: 4 / 1 / 5 / 10;
}

#w-node-ba2b7e15-06ad-3ad0-c03f-37c1855ba559-1502e617 {
  grid-area: 5 / 1 / 6 / 10;
}

#w-node-_12d9d416-c746-6a54-1e54-8e9e59a57357-1502e617 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d4-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d5-1502e617 {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d9-1502e617 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86da-1502e617 {
  justify-self: center;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-1502e617 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_6a6c152f-8144-d6fc-1d15-70ced731d418-1502e617 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e253-1502e617 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_516ede22-098e-8e23-1912-e5fed1da83e1-1502e617 {
  grid-area: 2 / 1 / 5 / 7;
  align-self: end;
}

#w-node-d0e51d2d-81eb-7ff0-c758-8df3a53142b7-1502e617 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b6-1502e617 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b8-1502e617 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b9-1502e617 {
  grid-area: 3 / 1 / 4 / 7;
  align-self: end;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251bf-1502e617 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: end;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251ca-1502e617 {
  grid-area: 3 / 7 / 4 / 13;
  place-self: end;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-0d13201e {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-bfb5dbe7-ecfb-2316-a10d-46cbe0eb60f0-0d13201e {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2de-0d13201e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e0-0d13201e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e1-0d13201e {
  grid-area: 3 / 1 / 4 / 7;
  align-self: end;
}

#w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e7-0d13201e {
  grid-area: 3 / 7 / 4 / 13;
  align-self: end;
}

#w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2f2-0d13201e {
  grid-area: 3 / 7 / 4 / 13;
  place-self: end;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-a2bdd3f0 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_3626b8d7-e2f5-82ff-7708-319fdd8cdbee-a2bdd3f0 {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-c8ce4437-c771-1dac-c624-3361589bc5ea-a2bdd3f0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c8ce4437-c771-1dac-c624-3361589bc5ec-a2bdd3f0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c8ce4437-c771-1dac-c624-3361589bc5ed-a2bdd3f0 {
  grid-area: 3 / 1 / 4 / 7;
  align-self: end;
}

#w-node-c8ce4437-c771-1dac-c624-3361589bc5f3-a2bdd3f0 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: end;
}

#w-node-c8ce4437-c771-1dac-c624-3361589bc5fe-a2bdd3f0 {
  grid-area: 3 / 7 / 4 / 13;
  place-self: end;
}

#w-node-c272c67c-53f0-1910-c240-f8e23b398c11-0e130f7c, #w-node-b47157a7-cfc1-d478-98aa-2a9dc2048b7a-0e130f7c {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_1c4e00b5-fcc8-03ec-8014-904bf639f7fd-0e130f7c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30a5e888-4ee4-334a-4367-4688d46376df-0e130f7c {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_47f309aa-e8ed-5277-3f20-5b1be62930b2-0e130f7c {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba6f-0e130f7c {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba70-0e130f7c, #w-node-_2956c3a7-7e15-0180-f244-ba4d9e769c95-0e130f7c {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e61930e6-9837-312b-78e5-fb88972a86f0-0e130f7c {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-a6b9d753-9dfc-c20d-dbdd-237287783e42-0e130f7c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4337ddd-5228-a051-c82d-2590b8e70195-0e130f7c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e4db404-7c7d-763d-e2f4-0d8b842c5466-0e130f7c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_812853c3-476f-e988-22b8-aa9dcd22fa77-0e130f7c {
  grid-area: 1 / 10 / 6 / 13;
}

#w-node-a0a92f18-151e-ca87-b3e6-f3518e4e3e4f-0e130f7c {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86ac-0e130f7c {
  order: 1;
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b0-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b1-0e130f7c {
  justify-self: center;
}

#w-node-bc1c1226-b71c-ec52-bce4-61e31e32d0d0-0e130f7c {
  grid-area: 2 / 1 / 3 / 10;
}

#w-node-e9dacca1-ab5e-0c93-ad45-a854e0c0af69-0e130f7c {
  grid-area: 3 / 1 / 4 / 10;
}

#w-node-_33dee6fe-0f07-c2a4-99a8-c59d6b098d23-0e130f7c {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bc-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bd-0e130f7c {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c1-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c2-0e130f7c {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c6-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c7-0e130f7c {
  justify-self: center;
}

#w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d3-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d4-0e130f7c {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cb-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cc-0e130f7c {
  justify-self: center;
}

#w-node-dc03ebd5-fe78-3cfe-2042-844be4370127-0e130f7c {
  grid-area: 4 / 1 / 5 / 10;
}

#w-node-ba2b7e15-06ad-3ad0-c03f-37c1855ba559-0e130f7c {
  grid-area: 5 / 1 / 6 / 10;
}

#w-node-_12d9d416-c746-6a54-1e54-8e9e59a57357-0e130f7c {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d4-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d5-0e130f7c {
  justify-self: center;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d9-0e130f7c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86da-0e130f7c {
  justify-self: center;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-0e130f7c {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_6a6c152f-8144-d6fc-1d15-70ced731d418-0e130f7c {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e253-0e130f7c {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_516ede22-098e-8e23-1912-e5fed1da83e1-0e130f7c {
  grid-area: 2 / 1 / 5 / 7;
  align-self: end;
}

#w-node-d0e51d2d-81eb-7ff0-c758-8df3a53142b7-0e130f7c {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b6-0e130f7c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b8-0e130f7c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251b9-0e130f7c {
  grid-area: 3 / 1 / 4 / 7;
  align-self: end;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251bf-0e130f7c {
  grid-area: 3 / 7 / 4 / 13;
  align-self: end;
}

#w-node-_76de40e3-a77d-5332-111a-0924205251ca-0e130f7c {
  grid-area: 3 / 7 / 4 / 13;
  place-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_9c85e038-142f-00c7-e2b9-35b3640abd4f-1502e617 {
    align-self: end;
  }

  #w-node-c272c67c-53f0-1910-c240-f8e23b398c11-1502e617 {
    grid-column-end: 7;
  }

  #w-node-b47157a7-cfc1-d478-98aa-2a9dc2048b7a-1502e617 {
    grid-column: 2 / 6;
  }

  #w-node-_1c4e00b5-fcc8-03ec-8014-904bf639f7fd-1502e617, #w-node-_30a5e888-4ee4-334a-4367-4688d46376df-1502e617 {
    grid-column-end: 7;
  }

  #w-node-_47f309aa-e8ed-5277-3f20-5b1be62930b2-1502e617 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba6f-1502e617 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba70-1502e617 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_2956c3a7-7e15-0180-f244-ba4d9e769c95-1502e617 {
    grid-column: span 1 / span 1;
  }

  #w-node-a6b9d753-9dfc-c20d-dbdd-237287783e42-1502e617 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-e4337ddd-5228-a051-c82d-2590b8e70195-1502e617 {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9e4db404-7c7d-763d-e2f4-0d8b842c5466-1502e617 {
    grid-area: 4 / 2 / 5 / 6;
  }

  #w-node-_812853c3-476f-e988-22b8-aa9dcd22fa77-1502e617 {
    grid-area: 1 / 4 / 6 / 7;
  }

  #w-node-c457ecec-adcb-f2d8-c15e-ff841b90a4d3-1502e617 {
    grid-area: 1 / 1 / 6 / 7;
  }

  #w-node-a0a92f18-151e-ca87-b3e6-f3518e4e3e4f-1502e617 {
    grid-column: 1 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86ac-1502e617 {
    grid-column: 1 / 4;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b0-1502e617 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b1-1502e617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b3-1502e617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc1c1226-b71c-ec52-bce4-61e31e32d0d0-1502e617 {
    grid-column-end: 7;
  }

  #w-node-e9dacca1-ab5e-0c93-ad45-a854e0c0af69-1502e617 {
    grid-column: 1 / 7;
  }

  #w-node-_33dee6fe-0f07-c2a4-99a8-c59d6b098d23-1502e617 {
    grid-column: 1 / 4;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bc-1502e617 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bd-1502e617 {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c1-1502e617 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c2-1502e617 {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c6-1502e617 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c7-1502e617 {
    justify-self: start;
  }

  #w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d3-1502e617 {
    grid-area: 4 / 2 / 5 / 7;
  }

  #w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d4-1502e617 {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cb-1502e617 {
    grid-area: 5 / 2 / 6 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cc-1502e617 {
    justify-self: start;
  }

  #w-node-dc03ebd5-fe78-3cfe-2042-844be4370127-1502e617 {
    grid-column-end: 7;
  }

  #w-node-ba2b7e15-06ad-3ad0-c03f-37c1855ba559-1502e617 {
    grid-column: 1 / 7;
  }

  #w-node-_12d9d416-c746-6a54-1e54-8e9e59a57357-1502e617 {
    grid-column: 1 / 4;
    grid-row-start: 1;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d4-1502e617 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d5-1502e617 {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d9-1502e617 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86da-1502e617 {
    justify-self: start;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-1502e617 {
    grid-column: 2 / 7;
    grid-row-end: 2;
  }

  #w-node-_6a6c152f-8144-d6fc-1d15-70ced731d418-1502e617 {
    grid-column: 2 / 7;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e253-1502e617 {
    grid-column: 2 / 7;
    grid-row-start: 2;
  }

  #w-node-_516ede22-098e-8e23-1912-e5fed1da83e1-1502e617 {
    grid-row: 5 / 6;
  }

  #w-node-d0e51d2d-81eb-7ff0-c758-8df3a53142b7-1502e617 {
    grid-column: 2 / 7;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251b6-1502e617, #w-node-_76de40e3-a77d-5332-111a-0924205251b8-1502e617 {
    grid-column-end: 7;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251b9-1502e617 {
    grid-row: 4 / 5;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251bf-1502e617 {
    grid-column: 1 / 6;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251ca-1502e617 {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: start;
  }

  #w-node-_3ad0229d-a32a-b2c8-7d6a-5ca03b3fbbb9-0d13201e {
    align-self: end;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-0d13201e {
    grid-column: 2 / 7;
    grid-row-end: 2;
  }

  #w-node-bfb5dbe7-ecfb-2316-a10d-46cbe0eb60f0-0d13201e {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2de-0d13201e, #w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e0-0d13201e {
    grid-column-end: 7;
  }

  #w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e1-0d13201e {
    grid-row: 4 / 5;
  }

  #w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2e7-0d13201e {
    grid-column: 1 / 6;
  }

  #w-node-_437d0e03-a504-bb7b-2ecc-2bd0bdfcf2f2-0d13201e {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: start;
  }

  #w-node-_29b6dd79-6795-e41e-b9cd-04529ae0a0d8-a2bdd3f0 {
    align-self: end;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-a2bdd3f0 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_3626b8d7-e2f5-82ff-7708-319fdd8cdbee-a2bdd3f0 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-c8ce4437-c771-1dac-c624-3361589bc5ea-a2bdd3f0, #w-node-c8ce4437-c771-1dac-c624-3361589bc5ec-a2bdd3f0 {
    grid-column-end: 7;
  }

  #w-node-c8ce4437-c771-1dac-c624-3361589bc5ed-a2bdd3f0 {
    grid-row: 4 / 5;
  }

  #w-node-c8ce4437-c771-1dac-c624-3361589bc5f3-a2bdd3f0 {
    grid-column: 1 / 6;
  }

  #w-node-c8ce4437-c771-1dac-c624-3361589bc5fe-a2bdd3f0 {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: start;
  }

  #w-node-_9c85e038-142f-00c7-e2b9-35b3640abd4f-0e130f7c {
    align-self: end;
  }

  #w-node-c272c67c-53f0-1910-c240-f8e23b398c11-0e130f7c {
    grid-column-end: 7;
  }

  #w-node-b47157a7-cfc1-d478-98aa-2a9dc2048b7a-0e130f7c {
    grid-column: 2 / 6;
  }

  #w-node-_1c4e00b5-fcc8-03ec-8014-904bf639f7fd-0e130f7c, #w-node-_30a5e888-4ee4-334a-4367-4688d46376df-0e130f7c {
    grid-column-end: 7;
  }

  #w-node-_47f309aa-e8ed-5277-3f20-5b1be62930b2-0e130f7c {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba6f-0e130f7c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6635fa2d-4470-16b8-e97c-2467c5bfba70-0e130f7c {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_2956c3a7-7e15-0180-f244-ba4d9e769c95-0e130f7c {
    grid-column: span 1 / span 1;
  }

  #w-node-a6b9d753-9dfc-c20d-dbdd-237287783e42-0e130f7c {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-e4337ddd-5228-a051-c82d-2590b8e70195-0e130f7c {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9e4db404-7c7d-763d-e2f4-0d8b842c5466-0e130f7c {
    grid-area: 4 / 2 / 5 / 6;
  }

  #w-node-_812853c3-476f-e988-22b8-aa9dcd22fa77-0e130f7c {
    grid-area: 1 / 4 / 6 / 7;
  }

  #w-node-c457ecec-adcb-f2d8-c15e-ff841b90a4d3-0e130f7c {
    grid-area: 1 / 1 / 6 / 7;
  }

  #w-node-a0a92f18-151e-ca87-b3e6-f3518e4e3e4f-0e130f7c {
    grid-column: 1 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86ac-0e130f7c {
    grid-column: 1 / 4;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b0-0e130f7c {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b1-0e130f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86b3-0e130f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc1c1226-b71c-ec52-bce4-61e31e32d0d0-0e130f7c {
    grid-column-end: 7;
  }

  #w-node-e9dacca1-ab5e-0c93-ad45-a854e0c0af69-0e130f7c {
    grid-column: 1 / 7;
  }

  #w-node-_33dee6fe-0f07-c2a4-99a8-c59d6b098d23-0e130f7c {
    grid-column: 1 / 4;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bc-0e130f7c {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86bd-0e130f7c {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c1-0e130f7c {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c2-0e130f7c {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c6-0e130f7c {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86c7-0e130f7c {
    justify-self: start;
  }

  #w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d3-0e130f7c {
    grid-area: 4 / 2 / 5 / 7;
  }

  #w-node-_34383c67-8dff-28ca-dc1c-eb769b2934d4-0e130f7c {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cb-0e130f7c {
    grid-area: 5 / 2 / 6 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86cc-0e130f7c {
    justify-self: start;
  }

  #w-node-dc03ebd5-fe78-3cfe-2042-844be4370127-0e130f7c {
    grid-column-end: 7;
  }

  #w-node-ba2b7e15-06ad-3ad0-c03f-37c1855ba559-0e130f7c {
    grid-column: 1 / 7;
  }

  #w-node-_12d9d416-c746-6a54-1e54-8e9e59a57357-0e130f7c {
    grid-column: 1 / 4;
    grid-row-start: 1;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d4-0e130f7c {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d5-0e130f7c {
    justify-self: start;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86d9-0e130f7c {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-ebc2ba82-bdcf-8a3e-ee57-e70f99cf86da-0e130f7c {
    justify-self: start;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e251-0e130f7c {
    grid-column: 2 / 7;
    grid-row-end: 2;
  }

  #w-node-_6a6c152f-8144-d6fc-1d15-70ced731d418-0e130f7c {
    grid-column: 2 / 7;
  }

  #w-node-a4be8a9c-24a9-e184-21e4-bb3cb545e253-0e130f7c {
    grid-column: 2 / 7;
    grid-row-start: 2;
  }

  #w-node-_516ede22-098e-8e23-1912-e5fed1da83e1-0e130f7c {
    grid-row: 5 / 6;
  }

  #w-node-d0e51d2d-81eb-7ff0-c758-8df3a53142b7-0e130f7c {
    grid-column: 2 / 7;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251b6-0e130f7c, #w-node-_76de40e3-a77d-5332-111a-0924205251b8-0e130f7c {
    grid-column-end: 7;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251b9-0e130f7c {
    grid-row: 4 / 5;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251bf-0e130f7c {
    grid-column: 1 / 6;
  }

  #w-node-_76de40e3-a77d-5332-111a-0924205251ca-0e130f7c {
    grid-area: 2 / 1 / 3 / 7;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Copernicus Book';
  src: url('../fonts/Copernicus-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copernicus Book';
  src: url('../fonts/Copernicus-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Copernicus Semi Bold';
  src: url('../fonts/Copernicus-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copernicus Semi Bold';
  src: url('../fonts/Copernicus-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}