:root {
  --light-bege: #e9cfae;
  --dark: #1d1d1d;
  --medium-grey: #bbb9b5;
  --grey: #d5bda5;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  background-color: var(--light-bege);
  color: var(--dark);
  letter-spacing: -.25px;
  font-family: Local_Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Local_Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

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

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

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

p {
  color: var(--dark);
  letter-spacing: -.25px;
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--dark);
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #938a80;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-container {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
}

.section {
  min-height: 32px;
  margin-bottom: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.hero-section {
  width: auto;
  padding-top: 60px;
}

.section.styleguide-section {
  padding-bottom: 80px;
}

.section.subpage-hero-section {
  min-height: 57vh;
  align-items: flex-end;
  margin-top: 48px;
  margin-bottom: 64px;
  display: flex;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 128px;
  position: static;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--medium-grey);
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.text-large {
  color: var(--dark);
  letter-spacing: -.25px;
  font-family: Local_Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.text-large.accordion-title {
  display: inline-block;
}

.text-large.margin-bottom-8 {
  font-family: Local_Inter, sans-serif;
}

.text-large.line-height-175 {
  font-family: Local_Inter, sans-serif;
  line-height: 175%;
}

.text-large.abstand {
  margin-top: 10px;
  font-family: Local_Inter, sans-serif;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 48px;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.button:hover {
  color: #938a80;
}

.section-heading-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.footer-container {
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 128px;
  padding-right: 128px;
}

.footer-link {
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 130%;
  transition: color .2s;
}

.footer-link:hover {
  color: #938a80;
}

.footer-link.last-footerlink {
  margin-right: 0;
}

.footer-link.datenschutz {
  margin-left: 2em;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 80px;
}

.text-small {
  color: var(--dark);
  letter-spacing: 0;
  font-size: 13px;
  line-height: 130%;
}

.text-small.label {
  color: var(--dark);
  margin-bottom: 8px;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

._2-column-grid.section-heading-content-container {
  margin-bottom: 8px;
}

._2-column-grid.margin-bottom-160 {
  margin-bottom: 0;
}

.post-wrapper {
  cursor: pointer;
}

.post-wrapper:hover {
  color: var(--dark);
}

.rich-text-block {
  padding-right: 0;
  font-weight: 400;
}

.rich-text-block h2 {
  margin-bottom: 32px;
  font-family: Gilda Display;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 32px;
  font-size: 18px;
}

.rich-text-block h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--dark);
  margin-bottom: 32px;
}

.rich-text-block h1 {
  letter-spacing: -2px;
  font-family: Gilda Display;
  font-size: 40px;
  font-weight: 400;
  line-height: 116%;
}

.rich-text-block h5 {
  font-size: 20px;
  font-weight: 400;
}

.rich-text-block h6 {
  font-size: 14px;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #938a80;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--medium-grey);
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 20px;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--dark);
}

.text-field::-ms-input-placeholder {
  color: var(--dark);
  font-size: 20px;
}

.text-field::placeholder {
  color: var(--dark);
  font-size: 20px;
}

.text-field.text-area {
  min-height: 160px;
  margin-bottom: 0;
}

.submit-button {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 #000;
  margin-top: 80px;
  padding: 0;
  font-size: 20px;
  transition: color .2s;
}

.submit-button:hover {
  color: #938a80;
}

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

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

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

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.grey-text {
  color: #938a80;
}

.typography-container {
  margin-bottom: 48px;
}

.swatch {
  width: 100%;
  height: 200px;
  background-color: var(--light-bege);
  border: 1px solid #e6e6e6;
}

.swatch.black {
  background-color: var(--dark);
  background-image: url('../images/10Kg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swatch.medium-grey {
  background-color: var(--medium-grey);
  color: var(--medium-grey);
  background-image: url('../images/30Kg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swatch.grey {
  background-color: var(--grey);
  background-image: url('../images/Oebri_Holz_03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swatch.light {
  border-color: var(--grey);
  background-color: var(--light-bege);
  background-image: url('../images/Oebri_Holz_04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.styleguide-heading {
  margin-top: 32px;
  margin-bottom: 32px;
}

.copyright-text {
  font-size: 18px;
  line-height: 130%;
}

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

.footer-links.impressum {
  flex-direction: row;
  justify-content: flex-start;
}

.project-thumbnail {
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.accordion {
  border-top: 1px solid var(--dark);
  padding-top: 16px;
}

.accordion-list-item {
  border-bottom: 1px solid var(--dark);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: block;
  overflow: hidden;
}

.plus {
  width: 32px;
  margin-bottom: 0;
}

.accordion-title-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.accordion-description {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 4vw;
}

.accordion-content-container {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.accordion-paragraph {
  margin-top: 12px;
  margin-bottom: 16px;
}

.styleguide-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.project-thumbnail-wrapper {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.section-heading-right-side {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.projects-grid {
  grid-column-gap: 80px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-description {
  width: 70%;
}

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

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

.service-container {
  border-bottom: 1px solid var(--medium-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.max-width-80 {
  max-width: 80%;
}

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

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

.team-member-content-wrapper {
  border-bottom: 1px solid var(--dark);
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

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

.logo {
  max-height: 80px;
}

.nav-link {
  padding: 32px 24px;
  font-size: 18px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
  color: var(--dark);
}

.nav-link.w--current {
  color: #757575;
}

.nav-link.last-navlink {
  padding-right: 0;
}

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

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-logo {
  padding-left: 0;
}

.left-nav-container {
  width: 50%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.navbar-text {
  max-width: 50%;
  color: var(--dark);
  padding-top: 0;
  font-size: 18px;
}

.hero-content-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: 0;
  overflow: hidden;
}

.hero-logo {
  width: 50%;
  max-width: 80%;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.hero-image {
  z-index: -1;
  opacity: 1;
  margin-top: 0%;
  position: static;
}

.hero-image-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  margin-top: -14%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.revealer {
  width: 100%;
  height: 100%;
  background-color: var(--grey);
  position: absolute;
  top: 0;
}

.text-xl {
  color: var(--dark);
  letter-spacing: -3px;
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.text-xl.margin-bottom-80 {
  font-style: normal;
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

._12-column-grid.case-grid {
  grid-template-rows: auto;
  line-height: 1%;
}

.label {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}

.label.margin-top-4 {
  margin-top: 4px;
  font-family: Local_Inter, sans-serif;
}

.line-height-195 {
  line-height: 195%;
}

.line-height-195.zeile_l, .line-height-195.spalte_r {
  width: 48%;
}

.paragraph-leadtext {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: visible;
}

.button-3:hover {
  color: #938a80;
}

.button-text {
  color: var(--dark);
  margin-bottom: 8px;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: var(--medium-grey);
}

.underline.hover-underline {
  background-color: var(--dark);
  margin-top: -1px;
}

.margin-top-4 {
  margin-top: 8px;
}

.margin-top-80 {
  margin-top: 80px;
}

.inline-image {
  max-width: 80%;
}

.section-heading-grid {
  grid-column-gap: 40px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  margin-bottom: 8px;
}

.text-2-columns {
  column-count: 2;
  column-gap: 46px;
}

.services-container {
  margin-top: 96px;
}

.services-list-container {
  border-top: 1px solid var(--medium-grey);
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #202020;
  border-radius: 20px;
}

.footer-links-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form {
  margin-top: 80px;
  font-size: 20px;
}

.split-section {
  grid-column-gap: 11vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.split-section.reverse {
  grid-template-columns: 1.25fr 1fr;
}

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

.project-image {
  margin-bottom: 80px;
}

.tabs-menu {
  border: 0 solid #000;
  justify-content: space-between;
  margin-bottom: 48px;
  display: flex;
}

.tab-link {
  border-bottom: 1px solid var(--medium-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  font-size: 16px;
}

.tab-link.w--current {
  border-bottom-color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
}

.tab-heading {
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.div-text-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.empty-state {
  background-color: var(--light-bege);
}

.select-field {
  background-color: var(--light-bege);
  color: var(--dark);
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-bottom: 48px;
  padding: 0 12px 0 0;
  font-size: 20px;
  overflow: visible;
}

.image {
  object-fit: cover;
  margin-top: 60px;
}

.list, .paragraph {
  font-size: 20px;
}

.heading {
  margin-bottom: 0;
}

.image-2, .image-3, .image-4, .image-5, .image-6 {
  object-fit: cover;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 128px 128px;
  position: static;
}

.button-4 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 48px;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.button-4:hover {
  color: #938a80;
}

.button-text-2 {
  color: #1d1d1d;
  margin-bottom: 8px;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.underline-2 {
  width: 100%;
  height: 1px;
  background-color: #bbb9b5;
}

.underline-2.hover-underline {
  background-color: #1d1d1d;
  margin-top: -1px;
}

.services-list-container-2 {
  direction: ltr;
  border-top: 1px solid #bbb9b5;
}

.service-container-2 {
  background-color: var(--light-bege);
  border-bottom: 1px solid #bbb9b5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-large-2 {
  color: #1d1d1d;
  letter-spacing: -.25px;
  font-family: Local_Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-2 {
  z-index: 5000;
  align-items: baseline;
  display: flex;
  position: relative;
  top: 276px;
  bottom: auto;
  left: auto;
  right: auto;
}

.button-wrapper {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  padding: 150px;
  display: flex;
  position: relative;
}

.circle-button {
  z-index: 100;
  width: 200px;
  height: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
}

.circle-button.link {
  width: 250px;
  height: 250px;
  background-color: #9b313d;
}

.inner-circle-button {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-small {
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: .8;
}

.heading-small.red {
  color: #ff5864;
  letter-spacing: 2px;
  text-indent: 0;
  word-break: normal;
  mix-blend-mode: normal;
  font-size: 1.5em;
}

.div-block-2-copy {
  z-index: 5000;
  align-items: baseline;
  display: flex;
  position: relative;
  top: 55%;
  bottom: 0%;
  left: 67%;
  right: 0%;
}

.heading-circle {
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: .8;
}

.heading-circle.red {
  color: #ff5864;
  letter-spacing: 2px;
  text-indent: 0;
  word-break: normal;
  mix-blend-mode: normal;
  font-family: Local_Inter, sans-serif;
  font-size: 1em;
}

.circle-button-2 {
  z-index: 100;
  width: 200px;
  height: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
}

.circle-button-2.link {
  width: 250px;
  height: 250px;
  background-color: #9b313d;
}

.inner-circle-button-2 {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper-2 {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  padding: 150px;
  display: flex;
  position: relative;
}

.icon {
  color: #fcfcfc;
}

.icon.toggler {
  color: var(--light-bege);
  font-size: 18px;
}

.h1-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.dropdown {
  z-index: 10;
  cursor: default;
  font-size: 4px;
}

.dropdown-toggle {
  cursor: default;
  padding: 0;
  font-size: 18px;
}

.h3-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.h4-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 4em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-list {
  cursor: default;
  font-size: 18px;
}

.dropdown-list.w--open {
  width: 100em;
  background-color: #fff;
}

.h2-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-toggler {
  color: #000;
  margin-bottom: .5em;
  font-size: 1em;
}

.text-toggler {
  color: var(--light-bege);
  font-size: .5em;
}

.text-toggler.key {
  color: #000;
}

.text-toggler-2 {
  color: #000;
  font-size: 1em;
}

.text-toggler-2.key {
  color: #000;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 128px 128px;
  position: static;
}

.paragraph-2 {
  width: 65%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2.text-large.line-height-195 {
  text-align: left;
  font-family: Local_Inter, sans-serif;
}

.heading-wrapper {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link-to-page {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-xl-2 {
  color: #1d1d1d;
  letter-spacing: -3px;
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.byline-wrapper {
  margin-bottom: 25px;
  display: block;
}

.main-image {
  width: auto;
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: fill;
  margin-bottom: 39px;
  overflow: visible;
}

.blog-post {
  margin-bottom: 100px;
  list-style-type: none;
}

.label-2 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  display: none;
}

.spacer-medium {
  height: 5vw;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 128px 128px;
  position: static;
}

.text-xl-3 {
  color: #1d1d1d;
  letter-spacing: -3px;
  font-family: Local_Gildadisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.label-3 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  display: none;
}

.container-image {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-field {
  margin-top: 20px;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: var(--grey);
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-family: Local_Inter, sans-serif;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_styles {
  display: block;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: var(--medium-grey);
  justify-content: space-between;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  background-color: var(--medium-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  margin-bottom: .8em;
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  border-bottom: 1px #000;
  border-radius: 1px;
  font-family: Local_Inter, sans-serif;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_link.small {
  font-family: Local_Inter, sans-serif;
  font-size: 14px;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(231, 224, 213, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  background-color: var(--grey);
  color: #262926;
  border-radius: .5rem .5rem 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em .7em .875em 1em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  margin-right: .375rem;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.bold-text, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Local_Gildadisplay, sans-serif;
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    position: relative;
    top: 325px;
  }

  .button-wrapper {
    z-index: 9999;
  }

  .circle-button.link {
    z-index: 5000;
  }

  .div-block-2-copy {
    position: relative;
    top: 51%;
    left: 74%;
  }

  .circle-button-2.link {
    z-index: 5000;
  }

  .button-wrapper-2 {
    z-index: 9999;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -3px;
    font-size: 80px;
  }

  h3 {
    margin-bottom: 0;
  }

  .nav-container {
    padding: 14px 32px;
  }

  .section.subpage-hero-section {
    height: auto;
    margin-top: 120px;
  }

  .container, .footer-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-link {
    margin-right: 24px;
  }

  .footer {
    padding-bottom: 48px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.section-heading-content-container {
    justify-content: space-between;
    display: flex;
  }

  ._2-column-grid.section-heading-right-side {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .copyright-text {
    margin-bottom: 12px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .accordion-list-item {
    grid-template-columns: 1.25fr;
  }

  .accordion-description {
    padding-left: 0;
  }

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

  .max-width-80 {
    max-width: 100%;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .bottom-line {
    width: 32px;
    height: 2px;
    background-color: #191a1c;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--light-bege);
    padding: 40px 28px;
  }

  .top-line {
    width: 32px;
    height: 2px;
    background-color: #191a1c;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -12px;
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -12px;
  }

  .left-nav-container {
    width: 60%;
    padding-top: 0;
  }

  .navbar-text {
    max-width: 60%;
  }

  ._12-column-grid {
    grid-column-gap: 40px;
    grid-template-columns: minmax(16px, 1fr);
  }

  ._12-column-grid.case-grid {
    grid-row-gap: 24px;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 48px;
  }

  .inline-image {
    display: none;
  }

  .section-heading-grid {
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  }

  .case-info-container {
    max-width: 60%;
  }

  .split-section {
    grid-row-gap: 80px;
    grid-template-columns: 1.25fr;
  }

  .split-section.reverse {
    grid-template-columns: 1.25fr;
  }

  .container-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .div-block-2 {
    top: -8%;
    right: -26%;
  }

  .circle-button.link {
    width: 20vw;
    height: 20vw;
  }

  .heading-small, .heading-circle {
    font-size: 20px;
  }

  .heading-circle.red {
    font-size: .8em;
  }

  .circle-button-2.link {
    width: 20vw;
    height: 20vw;
  }

  .dropdown-list {
    width: auto;
  }

  .container-3, .container-4 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

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

  .nav-container {
    align-items: center;
  }

  .section.hero-section {
    padding-top: 80px;
  }

  .section.subpage-hero-section {
    margin-top: 64px;
    padding-top: 0;
  }

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

  .section-heading-container {
    margin-bottom: 32px;
  }

  .footer-link.last-footerlink {
    white-space: normal;
  }

  ._2-column-grid.section-heading-content-container {
    justify-content: space-between;
  }

  ._2-column-grid.margin-bottom-160 {
    margin-bottom: 104px;
  }

  .copyright-text {
    margin-bottom: 24px;
  }

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

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

  .max-width-80 {
    max-width: 100%;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button-2, .menu-button-2.w--open {
    margin-top: 0;
  }

  .left-nav-container {
    width: 70%;
  }

  .navbar-text {
    max-width: 70%;
    display: none;
  }

  .hero-image-container {
    margin-top: -16%;
  }

  .text-xl {
    letter-spacing: -1px;
    font-size: 48px;
  }

  ._12-column-grid, ._12-column-grid.hero-grid {
    grid-row-gap: 40px;
  }

  .case-info-container {
    max-width: 70%;
  }

  .text-2-columns {
    column-count: auto;
  }

  .project-image {
    margin-bottom: 64px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-2, .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-xl-2 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-xl-3 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

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

  h2 {
    letter-spacing: 0;
    font-size: 13px;
  }

  h3 {
    font-size: 40px;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    margin-bottom: 80px;
  }

  .section.hero-section {
    padding-top: 80px;
  }

  .section.subpage-hero-section {
    height: auto;
    min-height: auto;
    margin-top: 64px;
  }

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

  .text-large {
    letter-spacing: -.5px;
    font-size: 20px;
  }

  .text-large.margin-bottom-8 {
    font-size: 16px;
  }

  .text-large.line-height-175 {
    font-size: 16px;
    line-height: 150%;
  }

  .text-large.abstand {
    font-size: 18px;
  }

  .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-link, .footer-link.impressum, .footer-link.datenschutz {
    font-size: 16px;
  }

  .footer {
    margin-top: 0;
  }

  ._2-column-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.section-heading-right-side {
    display: none;
  }

  ._2-column-grid.margin-bottom-160 {
    margin-bottom: 120px;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 150%;
  }

  .text-field::-ms-input-placeholder {
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .text-field.text-area {
    min-height: 120px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .copyright-text {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer-links {
    font-size: 16px;
  }

  .section-heading-right-side {
    display: none;
  }

  .projects-grid {
    grid-row-gap: 32px;
  }

  .footer-description {
    width: 100%;
    font-size: 16px;
  }

  .logo {
    max-height: 24px;
  }

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

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .hero-image-container {
    margin-top: -12%;
  }

  .text-xl {
    font-size: 36px;
  }

  ._12-column-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 24px;
  }

  .line-height-195.zeile_l, .line-height-195.spalte_r {
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-leadtext {
    font-size: 18px;
    line-height: 150%;
  }

  .button-text {
    font-size: 20px;
  }

  .section-heading-grid {
    grid-template-columns: minmax(16px, 1fr);
  }

  .case-info-container {
    max-width: 100%;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .form {
    font-size: 18px;
  }

  .project-image {
    margin-bottom: 40px;
  }

  .list {
    font-size: 16px;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-text-2 {
    font-size: 20px;
  }

  .service-container-2 {
    font-size: 16px;
  }

  .text-large-2 {
    letter-spacing: -.5px;
    font-size: 16px;
  }

  .button-wrapper, .button-wrapper-2 {
    display: none;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2.text-large.line-height-195 {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-wrapper {
    width: 100%;
  }

  .text-xl-2 {
    font-size: 36px;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-xl-3 {
    font-size: 36px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .paragraph-3, .paragraph-4, .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 16px;
  }

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

#w-node-_357a21db-97d8-af45-a193-fde3f59f8b9f-bddfa4ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1823a8b-c71a-10be-f10a-a9319920b3ee-bddfa4ec {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_7f3e6006-60cf-7f3e-f4d2-28d6eb5b33a9-bddfa4ec {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_6a5f05e6-c419-3545-398d-48996581b0f6-bddfa4ec {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-ae2c987d-f00e-0316-2be5-876084ed68bb-bddfa4ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa69b7df-e344-53ed-8989-1f4895cb1722-bddfa4ec {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-aa69b7df-e344-53ed-8989-1f4895cb1724-bddfa4ec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_85498c4a-8f27-8463-9ed1-3138ece549aa-bddfa4ec {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_85498c4a-8f27-8463-9ed1-3138ece549ac-bddfa4ec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-aa69b7df-e344-53ed-8989-1f4895cb1730-bddfa4ec {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-aa69b7df-e344-53ed-8989-1f4895cb1732-bddfa4ec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7a5a6cd0-90c2-4088-b38a-5fccbf97de2f-bddfa4ec {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_00f5ecc5-a35b-a677-1bf4-52e35cdeb3b7-bddfa4ec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b6156d0a-8223-39a2-d952-73f3860ec4af-bddfa4ec {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b6156d0a-8223-39a2-d952-73f3860ec4b1-bddfa4ec {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-b70b604f-025a-f81e-501f-bc7009075585-bddfa4ec {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c1c322dd-463a-8fbd-d945-1c8fafe30838-ae2af369 {
  align-self: end;
}

#w-node-_4c26cb80-a35c-3e9c-6830-b1051e5783c1-bddfa4ef {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4c26cb80-a35c-3e9c-6830-b1051e5783c3-bddfa4ef {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_4c26cb80-a35c-3e9c-6830-b1051e5783c4-bddfa4ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_65b5bba4-9c92-97d4-8cf2-1147ca561a3a-ca561a36 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_36a9231e-acc3-7b72-4045-8d064e3c74a2-4e3c749f, #w-node-_36a9231e-acc3-7b72-4045-8d064e3c74a3-4e3c749f, #w-node-_7d099e99-2b77-d770-5b3c-f1818f3fc4d0-8f3fc4cd, #w-node-_7d099e99-2b77-d770-5b3c-f1818f3fc4d5-8f3fc4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58324-a3e58321 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58326-a3e58321 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58328-a3e58321 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_7556c457-7613-6e15-e8b0-892616bff93d-16bff93a {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
}

#w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-bddfa4f1 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: end;
}

#w-node-d2954ea8-d876-c97d-f131-2adbdbcdbb83-bddfa4f1 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: center;
}

#w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-bddfa4f1 {
  grid-area: 1 / 6 / 4 / 12;
}

#w-node-_17725ed6-20df-f074-a000-c9cee8a260a3-bddfa4f1 {
  align-self: end;
}

#w-node-_4462926f-0eb6-72c3-7380-0392887101bd-bddfa4f2 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
}

#w-node-f362f9f2-4978-556b-a514-ac336dc260ed-bddfa4f2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f362f9f2-4978-556b-a514-ac336dc260ee-bddfa4f2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f362f9f2-4978-556b-a514-ac336dc260ef-bddfa4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_13b3d5ee-2e18-aed8-9d47-35f291ca727f-bddfa4f2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_13b3d5ee-2e18-aed8-9d47-35f291ca7283-bddfa4f2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13be-bddfa4f2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13c0-bddfa4f2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13c1-bddfa4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13cc-bddfa4f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13cd-bddfa4f2, #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13ce-bddfa4f2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5e68ee83-5cf9-90c7-6dbb-f831bea435b6-bddfa4f3 {
  grid-area: span 1 / span 11 / span 1 / span 11;
  align-self: end;
}

#w-node-ec472f43-1947-f476-ccfd-464fa4114a83-bddfa4f3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ec472f43-1947-f476-ccfd-464fa4114a85-bddfa4f3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-ec472f43-1947-f476-ccfd-464fa4114a86-bddfa4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cb-bddfa4f3 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cd-bddfa4f3 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cf-bddfa4f3 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_2fa2cb44-283e-5cd6-470b-9c53502d3103-bddfa4f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2fa2cb44-283e-5cd6-470b-9c53502d3105-bddfa4f3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-ad428a89-8dfe-57e2-5085-fbf634dd4ed1-bddfa4f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ad428a89-8dfe-57e2-5085-fbf634dd4ed3-bddfa4f3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-a9062dc2-7274-2a1d-b315-0b45a1d730a9-bddfa4f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_154959b0-c42d-d900-06b7-23a651638d9f-bddfa4f3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a14-bddfa4f3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a16-bddfa4f3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a17-bddfa4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a22-bddfa4f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a23-bddfa4f3, #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a24-bddfa4f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bf1db8e8-5abb-d91b-f7fd-f16908342674-bddfa4f9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: end;
}

#w-node-a0b4e90c-c25d-e2ed-6ec6-3b020eded43a-bddfa4f9 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_48446694-45d6-15f2-61d9-10decf2a7cb6-bddfa4f9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_48446694-45d6-15f2-61d9-10decf2a7cb8-bddfa4f9 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_48446694-45d6-15f2-61d9-10decf2a7cb9-bddfa4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_48446694-45d6-15f2-61d9-10decf2a7cc4-bddfa4f9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48446694-45d6-15f2-61d9-10decf2a7cc5-bddfa4f9, #w-node-_48446694-45d6-15f2-61d9-10decf2a7cc6-bddfa4f9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-c7f67264 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: end;
}

#w-node-a59d64db-14de-03c5-16b9-3dc2f0a25869-c7f67264 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-c7f67264 {
  grid-area: 1 / 6 / 4 / 12;
}

#w-node-ee7c8bd4-d376-0e72-9c70-0f49f23ddb52-c7f67264 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_5e52b7de-a7e5-d267-a9f4-b329818656db-c7f67264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_5e52b7de-a7e5-d267-a9f4-b329818656dc-c7f67264, #w-node-dc377409-53b9-4934-193c-b30b29e87a47-c7f67264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dc377409-53b9-4934-193c-b30b29e87a4c-c7f67264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-e0820d0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: end;
}

#w-node-b962dbdd-4db9-d028-2324-641ccec1f0c1-e0820d0e {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_629966d3-ea82-62a8-efb4-f773e14066ae-e0820d0e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_629966d3-ea82-62a8-efb4-f773e14066b0-e0820d0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_629966d3-ea82-62a8-efb4-f773e14066b1-e0820d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c37-e0820d0e {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-d2954ea8-d876-c97d-f131-2adbdbcdbb83-e0820d0e {
  grid-area: 2 / 3 / 2 / 5;
}

#w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-e0820d0e {
  grid-area: 2 / 6 / 4 / 12;
}

#w-node-_6a3a867a-f993-2d65-9e95-d24a55a51aa1-18ab2755, #w-node-_7cbc3b24-a877-3870-d306-33efe69d9621-7035860e {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_357a21db-97d8-af45-a193-fde3f59f8b9f-bddfa4ec {
    grid-column: span 1 / span 1;
  }

  #w-node-b1823a8b-c71a-10be-f10a-a9319920b3ee-bddfa4ec, #w-node-_7f3e6006-60cf-7f3e-f4d2-28d6eb5b33a9-bddfa4ec, #w-node-_6a5f05e6-c419-3545-398d-48996581b0f6-bddfa4ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a5a6cd0-90c2-4088-b38a-5fccbf97de2f-bddfa4ec, #w-node-_00f5ecc5-a35b-a677-1bf4-52e35cdeb3b7-bddfa4ec {
    grid-column: span 1 / span 1;
  }

  #w-node-b6156d0a-8223-39a2-d952-73f3860ec4af-bddfa4ec, #w-node-b6156d0a-8223-39a2-d952-73f3860ec4b1-bddfa4ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b70b604f-025a-f81e-501f-bc7009075585-bddfa4ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_4c26cb80-a35c-3e9c-6830-b1051e5783c1-bddfa4ef, #w-node-_4c26cb80-a35c-3e9c-6830-b1051e5783c3-bddfa4ef {
    grid-column: span 2 / span 2;
  }

  #w-node-_65b5bba4-9c92-97d4-8cf2-1147ca561a3a-ca561a36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36a9231e-acc3-7b72-4045-8d064e3c74a2-4e3c749f {
    order: 9999;
  }

  #w-node-_36a9231e-acc3-7b72-4045-8d064e3c74a3-4e3c749f, #w-node-_7d099e99-2b77-d770-5b3c-f1818f3fc4d0-8f3fc4cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58324-a3e58321 {
    grid-column: span 1 / span 1;
  }

  #w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58326-a3e58321, #w-node-bebdfe38-f7c2-bca1-e4a5-5486a3e58328-a3e58321, #w-node-_7556c457-7613-6e15-e8b0-892616bff93d-16bff93a, #w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-bddfa4f1, #w-node-d2954ea8-d876-c97d-f131-2adbdbcdbb83-bddfa4f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-bddfa4f1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4462926f-0eb6-72c3-7380-0392887101bd-bddfa4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f362f9f2-4978-556b-a514-ac336dc260ed-bddfa4f2, #w-node-f362f9f2-4978-556b-a514-ac336dc260ee-bddfa4f2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_13b3d5ee-2e18-aed8-9d47-35f291ca727f-bddfa4f2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_13b3d5ee-2e18-aed8-9d47-35f291ca7283-bddfa4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13be-bddfa4f2, #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13c0-bddfa4f2 {
    grid-column: span 2 / span 2;
  }

  #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13cc-bddfa4f2, #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13cd-bddfa4f2, #w-node-cedd9bca-e5fc-bbf1-0246-4722f6cd13ce-bddfa4f2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e68ee83-5cf9-90c7-6dbb-f831bea435b6-bddfa4f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec472f43-1947-f476-ccfd-464fa4114a83-bddfa4f3, #w-node-ec472f43-1947-f476-ccfd-464fa4114a85-bddfa4f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cb-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cd-bddfa4f3, #w-node-_0fa75e94-58f2-b6c8-785f-729219f6a7cf-bddfa4f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fa2cb44-283e-5cd6-470b-9c53502d3103-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fa2cb44-283e-5cd6-470b-9c53502d3105-bddfa4f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad428a89-8dfe-57e2-5085-fbf634dd4ed1-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-ad428a89-8dfe-57e2-5085-fbf634dd4ed3-bddfa4f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9062dc2-7274-2a1d-b315-0b45a1d730a9-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_154959b0-c42d-d900-06b7-23a651638d9f-bddfa4f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a14-bddfa4f3, #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a16-bddfa4f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a22-bddfa4f3, #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a23-bddfa4f3, #w-node-_0ae679b0-8112-96d4-e2cc-0a02f4475a24-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf1db8e8-5abb-d91b-f7fd-f16908342674-bddfa4f9, #w-node-a0b4e90c-c25d-e2ed-6ec6-3b020eded43a-bddfa4f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48446694-45d6-15f2-61d9-10decf2a7cb6-bddfa4f9, #w-node-_48446694-45d6-15f2-61d9-10decf2a7cb8-bddfa4f9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48446694-45d6-15f2-61d9-10decf2a7cc4-bddfa4f9, #w-node-_48446694-45d6-15f2-61d9-10decf2a7cc5-bddfa4f9, #w-node-_48446694-45d6-15f2-61d9-10decf2a7cc6-bddfa4f9 {
    grid-column: span 1 / span 1;
  }

  #w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-c7f67264 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-c7f67264 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-ee7c8bd4-d376-0e72-9c70-0f49f23ddb52-c7f67264 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e52b7de-a7e5-d267-a9f4-b329818656db-c7f67264 {
    order: 9999;
  }

  #w-node-_5e52b7de-a7e5-d267-a9f4-b329818656dc-c7f67264, #w-node-dc377409-53b9-4934-193c-b30b29e87a47-c7f67264, #w-node-b962dbdd-4db9-d028-2324-641ccec1f0bf-e0820d0e, #w-node-b962dbdd-4db9-d028-2324-641ccec1f0c1-e0820d0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_629966d3-ea82-62a8-efb4-f773e14066ae-e0820d0e, #w-node-_629966d3-ea82-62a8-efb4-f773e14066b0-e0820d0e {
    grid-column: span 2 / span 2;
  }

  #w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c37-e0820d0e, #w-node-d2954ea8-d876-c97d-f131-2adbdbcdbb83-e0820d0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-e0820d0e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6a3a867a-f993-2d65-9e95-d24a55a51aa1-18ab2755, #w-node-_7cbc3b24-a877-3870-d306-33efe69d9621-7035860e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1823a8b-c71a-10be-f10a-a9319920b3ee-bddfa4ec, #w-node-_7f3e6006-60cf-7f3e-f4d2-28d6eb5b33a9-bddfa4ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa69b7df-e344-53ed-8989-1f4895cb1722-bddfa4ec, #w-node-_85498c4a-8f27-8463-9ed1-3138ece549aa-bddfa4ec, #w-node-aa69b7df-e344-53ed-8989-1f4895cb1730-bddfa4ec {
    grid-column: span 3 / span 3;
  }

  #w-node-ec472f43-1947-f476-ccfd-464fa4114a83-bddfa4f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-a59d64db-14de-03c5-16b9-3dc2f0a25869-c7f67264 {
    grid-column-end: 4;
  }

  #w-node-_466b5240-30cb-2fe4-07e8-acf2b2fe5c39-c7f67264 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Local_Inter';
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local_Inter';
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local_Gildadisplay';
  src: url('../fonts/GildaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}