@font-face {
  font-family: Inter_Tight_local;
  src: url('../fonts/inter-tight-v7-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter_Tight_local;
  src: url('../fonts/inter-tight-v7-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter_Tight_local;
  src: url('../fonts/inter-tight-v7-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter_Tight_local;
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-font: "Inter_Tight_local", Verdana, sans-serif;
  --black-90: #000000e6;
  --black-60: #0009;
  --whitesmoke: #f5f5f5;
  --black-10: #0000001a;
  --white-100: #fff;
  --white-40: #fff6;
  --white-10: #ffffff1a;
  --white-101: white;
  --black-91: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  font-family: var(--main-font);
  color: var(--black-90);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

h6 {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

p {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

a {
  font-family: var(--main-font);
  color: var(--black-60);
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

a:hover {
  color: var(--black-90);
}

ul {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

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

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

label {
  font-family: var(--main-font);
  color: var(--black-90);
  text-align: left;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

blockquote {
  background-color: var(--whitesmoke);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 140%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--black-60);
  text-align: center;
  margin-top: .5rem;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.container {
  min-height: 100px;
  padding: 0 2rem 0;
}

.container.home-logo {
  height: auto;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container.homepage-hero {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.container.homepage-hero.linie {
  border-top: 1px solid var(--black-10);
}

.container.footer {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 0;
}

.container.page-heading {
  padding-top: 4rem;
}

.homepage-content {
  z-index: 990;
  background-color: var(--white-100);
  position: relative;
}

._12-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -16px;
  text-decoration: none;
  display: grid;
}

._12-column-grid.large-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  font-family: var(--main-font);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 220px;
  display: grid;
}

._12-column-grid.hero {
  grid-row-gap: 5rem;
}

.nav-menu-desktop {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.primary-button {
  border: 1px solid var(--black-10);
  background-color: var(--black-90);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 2.4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.navigation-bar {
  border-top: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  display: none;
}

.small-logo {
  width: auto;
  height: 1rem;
  display: block;
}

.menu-button {
  width: 0;
  height: 0;
  display: none;
}

.standard-text {
  font-family: var(--main-font);
  color: var(--black-90);
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.black-60 {
  font-family: var(--main-font);
  color: var(--black-90);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.standard-text.white-40 {
  color: var(--white-40);
}

.standard-text.footer-button {
  z-index: 5;
  position: relative;
}

.big-logo-section {
  z-index: 1;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

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

.logo-scroll-trigger {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50vh;
}

.scroll-down-wrapper {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.scroll-down-arrow {
  display: block;
}

.scroll-down-arrow-wrapper {
  width: .75rem;
  height: .75rem;
  overflow: hidden;
}

.section-heading {
  border-bottom: 1px solid var(--black-10);
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-heading.next {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: visible;
}

.section-title {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: -200px;
  margin-bottom: 220px;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  transition: opacity .8s;
}

.section-title:hover {
  opacity: .2;
}

.section-title.abstand-short {
  margin-top: -140px;
}

.section-title.ohne {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.section-title.ohne.links {
  font-family: var(--main-font);
  text-align: left;
}

.section-title.abstand-leistungen {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-title.abstand-leistungen:hover {
  opacity: 100;
}

.section-title.unten {
  font-family: var(--main-font);
}

.secondary-button {
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 2.4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.secondary-button.abstand {
  margin-bottom: 20px;
}

.large-text {
  font-family: var(--main-font);
  color: var(--black-90);
  font-size: 2.5rem;
  line-height: 120%;
}

.statistic-block {
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  padding-left: 2rem;
}

.statistic-text {
  font-family: var(--main-font);
  font-size: 9rem;
  line-height: 100%;
}

.statistic-description-wrapper {
  grid-row-gap: .5rem;
  background-color: var(--white-100);
  flex-direction: column;
  margin-top: -.75rem;
  padding-left: .5rem;
  display: flex;
}

.hero-heading {
  margin-bottom: 100px;
}

.hero-heading.abstand {
  font-family: var(--main-font);
}

.service-item {
  font-family: var(--main-font);
  padding-top: 2rem;
}

.medium-text {
  font-family: var(--main-font);
  color: var(--black-90);
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text.black-60 {
  color: var(--black-90);
  text-align: left;
  margin-left: 220px;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

.medium-text.black-60.no {
  display: none;
}

.medium-text.black-60.no_distance {
  font-family: var(--main-font);
  margin-top: 20px;
  margin-left: 0;
}

.medium-text.black-60.no_more {
  margin-bottom: 20px;
  margin-left: 0;
}

.medium-text.black-60.mobile {
  font-family: var(--main-font);
}

.medium-text.white-100 {
  color: var(--white-100);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.divider.margin-top-1-rem {
  margin-top: 1rem;
}

.project-link {
  width: 100%;
  text-decoration: none;
}

.project-info-block {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.thumbnail-wrapper {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.extra-large-text {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-top: 100px;
  margin-bottom: 220px;
  margin-left: 60px;
  font-size: 3.5rem;
  line-height: 120%;
}

.extra-large-text.white-100 {
  color: var(--white-100);
}

.extra-large-text.abstand-links {
  font-family: var(--main-font);
  margin-left: 0;
}

.extra-large-text.abstand-links.null {
  font-family: var(--main-font);
  margin-top: 40px;
  margin-bottom: 60px;
}

.partner-logo-block {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-first-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.people-info {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  display: block;
}

.testimonial-second-row {
  align-items: flex-start;
  display: flex;
}

._0-5-rem-gap-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-family: var(--main-font);
  color: var(--white-40);
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white-100);
}

.button-wrapper {
  background-color: var(--white-100);
  text-align: left;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.get-in-touch-button {
  text-decoration: none;
}

.footer-logo-loop-block {
  border-top: 1px solid var(--white-10);
  border-bottom: 1px solid var(--white-10);
  margin-top: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.footer-minior-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-bottom-bar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-button-hover {
  background-color: #6e6e6e;
  border-radius: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.project-main-info-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-us-introduction-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.page-heading {
  margin-bottom: 100px;
  line-height: 120%;
}

.page-heading.kein-abstand {
  margin-bottom: 0;
}

.page-heading.abstand-40 {
  margin-bottom: 40px;
}

.page-heading-wrapper {
  margin-bottom: 0;
  overflow: hidden;
}

.value-item {
  border-bottom: 1px solid var(--black-10);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.value-item.div-button {
  border-bottom-style: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section {
  overflow: hidden;
}

.our-team-item {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.join-our-team-block {
  border: 1px none var(--whitesmoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.join-our-team-content-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-detail-list {
  width: 100%;
}

.service-detail-item {
  border-top: 1px solid var(--black-10);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.project-thumbnail {
  text-align: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20%;
  height: auto;
}

.contact-content-wrapper {
  border-top: 1px solid var(--black-10);
  padding-top: 5rem;
}

.contact-info-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._1-rem-gap-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--black-90);
  font-family: var(--main-font);
  color: var(--white-100);
  border-radius: 100rem;
  font-size: 1rem;
  line-height: 140%;
}

.text-field {
  background-color: var(--whitesmoke);
  font-family: var(--main-font);
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: 1rem .75rem;
  font-size: 1rem;
  line-height: 140%;
}

.text-area {
  background-color: var(--whitesmoke);
  font-family: var(--main-font);
  border: 1px #000;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding: 1rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.form-block {
  line-height: 140%;
}

.success-message {
  background-color: var(--whitesmoke);
  font-family: var(--main-font);
  color: var(--black-90);
  padding: .75rem 1rem;
  font-size: 1rem;
}

.error-message {
  font-family: var(--main-font);
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.project-detail-info-block {
  border-bottom: 1px solid var(--black-10);
  width: 100%;
  padding-bottom: 1rem;
}

.project-detail-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-detail-content-list {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.project-detail-content-item {
  border-bottom: 1px solid var(--black-10);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.project-gallery {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.empty-state {
  background-color: var(--whitesmoke);
  font-family: var(--main-font);
  color: var(--black-90);
  font-size: 1rem;
  line-height: 140%;
}

.style-guide-content {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.color-swatch {
  width: 100%;
  height: 10rem;
}

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

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

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

.color-swatch.whitesmoke {
  background-color: var(--whitesmoke);
}

.color-swatch.white-100 {
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
}

.color-swatch.white-40 {
  border: 1px solid var(--black-10);
  background-color: var(--white-40);
}

.color-swatch.white-10 {
  border: 1px solid var(--black-10);
  background-color: var(--white-10);
}

.typo-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text {
  font-family: var(--main-font);
  color: var(--black-90);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

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

.rich-text h2 {
  margin-bottom: 1rem;
}

.rich-text p {
  color: var(--black-60);
  margin-bottom: 4rem;
}

.rich-text figure {
  margin-bottom: 4rem;
}

.rich-text h3, .rich-text h5, .rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  margin-bottom: 3rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
}

.rich-text li {
  color: var(--black-60);
}

.primary-button-text {
  color: var(--white-100);
  margin-bottom: .5rem;
}

.secondary-button-text {
  font-family: var(--main-font);
  color: var(--black-90);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 140%;
}

.select-field {
  font-family: var(--main-font);
  color: var(--black-90);
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: 1rem .75rem;
  font-size: 1rem;
  line-height: 140%;
}

.nav-menu-wrapper {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.licenses-link {
  font-size: 2.5rem;
  line-height: 120%;
}

.licenses-content-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

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

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

._404-text-wrapper {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-text {
  text-align: center;
}

._404-block {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.collection-list {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 100px;
  display: flex;
}

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

.service-image.no {
  display: none;
}

.view-case-study-block {
  grid-column-gap: .5rem;
  background-color: var(--white-100);
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  transition: opacity .8s;
  display: flex;
  position: absolute;
  inset: auto 10px .75rem auto;
}

.view-case-study-block:hover {
  opacity: .2;
}

.view-case-study-icon-wrapper {
  border: 1px solid var(--black-10);
  border-radius: 100rem;
  padding: .25rem;
  display: flex;
}

.view-case-study-icon {
  width: 1rem;
  height: 1rem;
}

.nav-link-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  transition: opacity .6s;
}

.nav-link-6:hover {
  opacity: .1;
}

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

.nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--black-10);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5em;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.overlay-menu {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.cell-slogan {
  justify-content: center;
}

.quick-stack {
  width: 100%;
  height: auto;
}

.text-no {
  display: none;
}

.we-are-box {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
}

.nav-link-text {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8;
}

.brand-logo-2 {
  width: 6em;
}

.menu-button-3 {
  background-color: #0000;
  height: auto;
  padding: 0;
}

.menu-button-3:focus-visible, .menu-button-3[data-wf-focus-visible], .menu-button-3.w--open {
  background-color: #0000;
}

.cell-brand {
  justify-content: center;
  align-items: center;
}

.nav-menu-3 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.cell-menu {
  justify-content: center;
  align-items: flex-end;
}

.menu-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
}

.dot-menu-button {
  background-color: #0000;
  background-image: url('../images/open-menu.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 30px;
  height: 30px;
}

.navmenu {
  z-index: 999;
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

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

.heading-3 {
  font-family: var(--main-font);
  font-size: 2rem;
  font-weight: 400;
}

.heading-5 {
  font-family: var(--main-font);
  font-size: 2rem;
}

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

.abstand-4rem {
  height: 4rem;
}

.grid-team-thirds {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.tile-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 6px;
  display: flex;
}

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

.div-monate {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

._2-column-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.article-post {
  font-family: var(--main-font);
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.article-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.article-post.popular {
  color: #fff;
}

.article-post.popular.small {
  grid-column-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-medium {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.section-2 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-2.featured-section {
  background-color: #f5f5f5;
}

.section-2.popular-section {
  color: #fff;
  background-color: #000;
}

.section-2.hero-section {
  padding-top: 10rem;
  padding-bottom: 0;
}

.news-post-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #666;
  align-items: center;
  transition: opacity .6s;
  display: flex;
}

.news-post-info-container:hover {
  opacity: .6;
}

.page-wrapper {
  color: #3b3b3b;
}

.article-image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.article-image-wrapper.small {
  max-width: 9rem;
  margin-bottom: 0;
}

.image {
  width: 100%;
}

._12-column-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
  margin-left: 0;
  position: relative;
}

.category {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.category.popular {
  color: #999;
  border-color: #3b3b3b;
}

.hero-subtitle {
  color: #000;
  letter-spacing: -.05rem;
  max-width: 26ch;
  margin-right: -23px;
  font-size: 1.5rem;
  line-height: 120%;
}

.footer-2 {
  color: #fff;
  background-color: #000;
  border-top: 0 solid #e6e6e6;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

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

.container-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-2.hero-container {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-neutral-600 {
  color: #6e6e6e;
}

.hero-logo-wrapper {
  overflow: hidden;
}

.heading-section-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.text-small {
  letter-spacing: -.05rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.featured-article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 48ch;
  display: flex;
}

.text-large {
  letter-spacing: -.1rem;
  font-size: 2.5rem;
  line-height: 110%;
}

.button {
  font-family: var(--main-font);
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 0 solid #e6e6e6;
  border-radius: 50vw;
  padding: 1.125rem 2rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.featured-article-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.hero-logo {
  max-width: 90%;
  margin-left: 11px;
}

.wrapper-rechts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.section-heading-2 {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.dropdown-block-2 {
  border: 1px solid #0000001a;
  border-radius: 100rem;
  padding: .5rem;
}

.accordion-text-2 {
  font-family: var(--main-font);
  color: #0009;
  margin-top: 1em;
  font-size: 1.25rem;
  line-height: 140%;
}

.testimonial-item-2 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.testimonial-item-2.default-item {
  width: 100%;
  display: block;
}

.medium-text-2 {
  font-family: var(--main-font);
  color: #000000e6;
  font-size: 1.25rem;
  line-height: 140%;
}

.section-title-2 {
  font-family: var(--main-font);
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  transition: opacity .8s;
}

.section-title-2:hover {
  opacity: .2;
}

._12-column-grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._12-column-grid-3.large-gap {
  grid-row-gap: 5rem;
}

.extra-large-text-2 {
  font-family: var(--main-font);
  color: #000000e6;
  margin-top: 100px;
  font-size: 3.5rem;
  line-height: 120%;
}

.standard-text-2 {
  font-family: var(--main-font);
  color: #000000e6;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-2.black-60 {
  font-family: var(--main-font);
  color: #0009;
}

.footer-big-logo-2 {
  width: 100vw;
  height: auto;
  padding-right: 100px;
}

.medium-text-3 {
  color: #000000e6;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-3.white-100 {
  color: #fff;
}

.medium-text-3.black-60 {
  color: #0009;
}

.standard-text-3 {
  color: #000000e6;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-3.footer-button {
  z-index: 5;
  font-family: var(--main-font);
  position: relative;
}

.standard-text-3.black-60 {
  color: #0009;
}

.standard-text-3.white-40 {
  font-family: var(--main-font);
  color: #fff6;
}

.menu-button-5 {
  width: 0;
  height: 0;
  display: none;
}

.secondary-button-text-2 {
  color: #000000e6;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 140%;
}

.footer-minior-link-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.service-item-2 {
  height: auto;
  padding-top: 2rem;
}

.heading-11 {
  position: static;
}

.footer-logo-loop-block-2 {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.button-wrapper-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extra-large-text-3 {
  color: #000000e6;
  font-size: 3.5rem;
  line-height: 120%;
}

.extra-large-text-3.white-100 {
  color: #fff;
  padding-right: 0;
}

.primary-button-2 {
  background-color: #000000e6;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 2.4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.large-text-2 {
  color: #000000e6;
  font-size: 2.5rem;
  line-height: 120%;
}

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

._12-column-grid-4.large-gap, ._12-column-grid-4.hero {
  grid-row-gap: 5rem;
}

.button-text-wrapper-2 {
  width: auto;
}

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

.divider-3 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.divider-3.margin-top-1-rem {
  margin-top: 1rem;
}

.homepage-content-2 {
  z-index: 999;
  background-color: #fff;
  position: relative;
}

.footer-link-3 {
  font-family: var(--main-font);
  color: #fff6;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #fff;
}

.container-3 {
  min-height: 100px;
  padding: 0 2rem 7.5rem;
}

.container-3.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-3.homepage-hero {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.container-3.footer-3 {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 0;
}

.logo-loop-wrapper-2 {
  grid-column-gap: 5vw;
  width: 300vw;
  display: flex;
}

.secondary-button-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  min-width: 13em;
  height: 2.4em;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.section-heading-3 {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.background-video-3 {
  width: 50%;
  height: auto;
}

.primary-button-text-2 {
  color: #fff;
  margin-bottom: .5rem;
}

.div-header {
  height: auto;
}

.navigation-bar-2 {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  position: relative;
}

.section-title-3 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.body {
  margin-top: 140px;
}

.body.leistungen {
  margin-top: 0;
}

.background-video-4 {
  height: 90vh;
}

._12-column-grid-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -16px;
  text-decoration: none;
  display: grid;
}

._12-column-grid-flex.large-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 220px;
  display: flex;
}

._12-column-grid-flex.large-gap.flex {
  flex-flow: column;
}

.view-uber-uns {
  grid-column-gap: .5rem;
  background-color: var(--white-100);
  border-radius: 100rem;
  align-items: center;
  margin-top: -11em;
  padding: .25rem .25rem .25rem .75rem;
  transition: opacity .8s;
  display: flex;
  position: static;
  inset: auto 10px auto auto;
}

.view-uber-uns:hover {
  opacity: .2;
}

.new, .new2 {
  text-transform: uppercase;
}

.bold-text-4, .body-2, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .rich-text-block, .figure-caption {
  font-family: var(--main-font);
}

.text-block {
  font-size: 23px;
  font-weight: 700;
  position: absolute;
  inset: 48% auto auto 17.6vw;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 1.4rem;
  }

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

  .container.homepage-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  ._12-column-grid.large-gap {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.hero {
    grid-row-gap: 2rem;
  }

  .menu-button, .nav-menu-mobile {
    height: 0;
    position: absolute;
  }

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

  .statistic-text {
    font-size: 5rem;
  }

  .medium-text.black-60 {
    font-size: 1.1rem;
  }

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

  .extra-large-text {
    font-size: 2rem;
  }

  .partner-logo-block {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .button-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }

  .footer-logo-loop-block {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .join-our-team-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-detail-content {
    grid-row-gap: 3rem;
  }

  .licenses-link {
    font-size: 2rem;
  }

  .utility-page-content, ._404-block {
    width: 60%;
  }

  .view-case-study-block {
    display: none;
  }

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

  .overlay-menu {
    display: none;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .nav-menu-3 {
    display: none;
  }

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

  .article-post.popular.small {
    max-width: 530px;
  }

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  ._12-column-grid-2 {
    grid-column-gap: 2.5rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

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

  .hero-logo-wrapper {
    overflow: hidden;
  }

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

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  .hero-logo {
    overflow: clip;
  }

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

  ._12-column-grid-3.large-gap {
    grid-row-gap: 4rem;
  }

  .extra-large-text-2 {
    font-size: 2rem;
  }

  .medium-text-3.black-60 {
    font-size: 1.25rem;
  }

  .menu-button-5 {
    height: 0;
    position: absolute;
  }

  .footer-logo-loop-block-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .button-wrapper-2 {
    width: 7.5rem;
    height: 7.5rem;
  }

  .extra-large-text-3, .large-text-2 {
    font-size: 2rem;
  }

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

  ._12-column-grid-4.large-gap {
    grid-row-gap: 4rem;
  }

  ._12-column-grid-4.hero {
    grid-row-gap: 2rem;
  }

  .nav-menu-mobile-2 {
    height: 0;
    position: absolute;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3.homepage-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  ._12-column-grid-flex.large-gap {
    grid-row-gap: 4rem;
  }

  .view-uber-uns, .text-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .container {
    padding-bottom: 5rem;
  }

  .container.nav-bar {
    z-index: 999;
  }

  .container.homepage-hero {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 8rem;
  }

  .container.footer {
    padding-top: 3rem;
  }

  ._12-column-grid, ._12-column-grid.large-gap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-desktop {
    display: none;
  }

  .navigation-bar {
    border-top-width: 4px;
    border-top-color: var(--black-90);
  }

  .menu-button {
    z-index: 999;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .big-logo-section {
    display: block;
  }

  .brand {
    z-index: 999;
    padding-left: 0;
  }

  .menu-button-text-wrapper {
    height: 1.4rem;
  }

  .nav-menu-mobile {
    z-index: 998;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--whitesmoke);
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100svh;
    padding: 1rem .8rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mobile-nav-link {
    border-bottom: 1px solid var(--black-10);
    border-left: 1px solid var(--black-10);
    padding: .5rem 1rem;
    text-decoration: none;
    display: block;
  }

  .mobile-menu-link {
    color: var(--black-90);
    font-family: Inter Tight;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
  }

  .moblie-menu-link-mask {
    overflow: hidden;
  }

  .mobile-social-link-wrapper {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    padding-top: 1rem;
    display: flex;
  }

  .mobile-social-link {
    color: var(--black-60);
    font-family: Inter Tight;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }

  .scroll-down-arrow-wrapper {
    z-index: 1;
  }

  .section-heading {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .section-title {
    margin-top: -260px;
  }

  .secondary-button {
    display: block;
  }

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

  .extra-large-text {
    font-size: 2rem;
  }

  .partner-logo-block {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .footer-logo-loop-block {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .value-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-thumbnail {
    width: 60%;
  }

  .rich-text h2 {
    margin-bottom: .5rem;
  }

  .rich-text p, .rich-text figure {
    margin-bottom: 3rem;
  }

  .rich-text h3, .rich-text h5, .rich-text h4 {
    margin-bottom: .5rem;
  }

  .rich-text blockquote {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .licenses-link {
    font-size: 1.6rem;
  }

  .utility-page-content, ._404-block {
    width: 80%;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

  .view-case-study-block.mobile_button {
    margin-top: 2em;
    display: flex;
    position: relative;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .nav-menu-3 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }

  .grid-team-thirds {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-team {
    text-align: center;
    align-items: center;
  }

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

  .article-post.popular.small {
    display: block;
  }

  .article-image-wrapper.small {
    max-width: none;
    margin-bottom: 1rem;
  }

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

  .heading-section-container {
    flex-wrap: wrap;
  }

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

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

  .section-heading-2 {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .accordion-text-2 {
    font-size: 1rem;
  }

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

  .extra-large-text-2 {
    font-size: 2rem;
  }

  .medium-text-3.black-60 {
    font-size: 1.25rem;
  }

  .menu-button-5 {
    z-index: 999;
    width: auto;
    height: auto;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .footer-logo-loop-block-2 {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .large-text-2 {
    font-size: 1.6rem;
  }

  .menu-button-text-wrapper-2 {
    height: 1.4rem;
    display: block;
  }

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

  ._12-column-grid-4.large-gap {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .mobile-social-link-2 {
    color: #0009;
    font-family: Inter Tight;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }

  .nav-menu-mobile-2 {
    z-index: 998;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100svh;
    padding: 1rem .8rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .container-3 {
    padding-bottom: 5rem;
  }

  .container-3.nav-bar {
    z-index: 999;
  }

  .container-3.homepage-hero {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 8rem;
  }

  .container-3.footer-3 {
    padding-top: 3rem;
  }

  .secondary-button-2 {
    display: block;
  }

  .section-heading-3 {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .mobile-nav-link-2 {
    border-bottom: 1px solid #0000001a;
    border-left: 1px solid #0000001a;
    padding: .5rem 1rem;
    text-decoration: none;
    display: block;
  }

  .background-video-3 {
    height: 60vh;
  }

  .navigation-bar-2 {
    border-top-width: 1px;
    border-top-color: #000000e6;
  }

  .mobile-menu-link-2 {
    color: #000000e6;
    font-family: Inter Tight;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4rem;
  }

  .container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container.homepage-hero.linie {
    min-height: auto;
  }

  .container.page-heading {
    margin-bottom: 0;
  }

  .container.page-heading.abstand {
    min-height: auto;
    margin-bottom: 0;
  }

  .container.page-heading.no {
    display: none;
  }

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

  ._12-column-grid.large-gap {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.large-gap.ohne-abstand {
    margin-bottom: 0;
  }

  ._12-column-grid.hero {
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  ._12-column-grid.blog {
    grid-template-rows: auto;
    margin-top: 0;
    display: flex;
  }

  .section-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title {
    margin-top: -240px;
  }

  .section-title.unten {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-title.oben {
    margin-top: -250px;
    margin-bottom: 0;
  }

  .secondary-button {
    width: 9em;
  }

  .secondary-button.margin-top-1-rem {
    margin-top: 1rem;
  }

  .secondary-button.abstand {
    margin-bottom: 0;
    margin-left: -83px;
  }

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

  .statistic-block {
    padding-left: 0;
  }

  .hero-heading {
    font-size: 2.2rem;
    overflow: clip;
  }

  .hero-heading.abstand {
    margin-bottom: 20px;
  }

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

  .medium-text.black-60.mobile-menu-link-2, .medium-text.black-60.mobile {
    margin-left: 0;
  }

  .thumbnail-wrapper {
    flex-flow: row;
    display: flex;
  }

  .extra-large-text {
    font-size: 1.8rem;
  }

  .footer-logo-loop-block {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .footer-minior-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .join-our-team-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-thumbnail {
    width: 60%;
  }

  .contact-content-wrapper {
    padding-top: 3rem;
  }

  .contact-info-wrapper {
    grid-row-gap: 4rem;
    display: flex;
  }

  .project-detail-content {
    grid-row-gap: 2rem;
  }

  .project-detail-content-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .color-swatch {
    height: 5rem;
  }

  .licenses-link {
    font-size: 1.4rem;
  }

  .utility-page-content, ._404-block {
    width: 90%;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

  .view-case-study-block {
    display: none;
  }

  .view-case-study-block.mobile_button {
    margin-top: 2em;
    display: flex;
    position: relative;
  }

  .nav-bar {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-menu {
    display: none;
  }

  .nav-link-text {
    font-size: 3rem;
  }

  .nav-menu-3 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .dot-menu-button {
    width: 30px;
    height: 30px;
  }

  .tile-team {
    text-align: center;
    align-items: center;
  }

  .article-image-wrapper {
    margin-bottom: 1rem;
  }

  ._12-column-grid-2 {
    grid-row-gap: 4rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .heading-section-container {
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

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

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  .hero-logo {
    overflow: visible;
  }

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

  ._12-column-grid-3.large-gap {
    grid-row-gap: 3rem;
  }

  .extra-large-text-2 {
    font-size: 1.8rem;
  }

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

  .footer-minior-link-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-logo-loop-block-2 {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .extra-large-text-3, .large-text-2 {
    font-size: 1.25rem;
  }

  ._12-column-grid-4.large-gap {
    grid-row-gap: 3rem;
  }

  ._12-column-grid-4.hero {
    grid-row-gap: 1rem;
  }

  .container-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .background-video-3 {
    height: 50vh;
  }

  ._12-column-grid-flex.large-gap {
    grid-row-gap: 3rem;
  }

  .text-kleiner-mobile {
    font-size: .9rem;
  }
}

#w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0b8c-9100f385 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0b8e-9100f385 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0ba2-9100f385 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0ba8-9100f385, #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0bae-9100f385, #w-node-d732dcf2-d7e5-b1e9-65ca-da57d0268fe7-9100f385 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5b22814e-1ce3-1b24-df20-abf2bf48b08d-9100f385 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_08f0546f-697e-6c30-3539-a1218c3aef7c-9100f385 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-f886d313-702c-e063-b2e6-ee9f86d66334-9100f385 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_2ece5f50-c22f-1c68-0e4d-38e9e604bd04-9100f385 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_10090b92-82a0-fc0d-0c6f-b9d4cb852cda-9100f385 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2cf-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d1-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d3-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_4532ce50-7831-bdd2-4f53-6e547de14187-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-f36e7246-af66-e41b-fbdd-31580e753257-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_1d2237bb-b960-1a41-d073-bd3cd64af779-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-bfade3d1-b765-aa1a-9eb2-0974ed773e30-9100f385 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_6070d7de-f90b-09ec-296b-13e02ba0a924-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6070d7de-f90b-09ec-296b-13e02ba0a926-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_6070d7de-f90b-09ec-296b-13e02ba0a928-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6070d7de-f90b-09ec-296b-13e02ba0a92b-9100f385 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_606de078-6aa2-0057-ed3b-627f2c32f8a8-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_606de078-6aa2-0057-ed3b-627f2c32f8aa-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_606de078-6aa2-0057-ed3b-627f2c32f8b2-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_52176213-8f4b-b692-9dbe-448115feb803-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_52176213-8f4b-b692-9dbe-448115feb805-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_52176213-8f4b-b692-9dbe-448115feb80f-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa5-9100f385 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa7-9100f385 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-c45118b9-0df3-e9ca-09ba-593ecf59efad-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6d162425-f4cf-e48b-8486-23999316e08f-9100f385, #w-node-_6d162425-f4cf-e48b-8486-23999316e091-9100f385, #w-node-_6d162425-f4cf-e48b-8486-23999316e093-9100f385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_690d398d-a9ab-abd5-68e2-69522813efac-9100f385 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-dc2cc608-1644-63b3-1114-c2966afefbca-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-a4ce3862-45f5-896f-f81c-6069c2801a85-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b124-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b12a-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bb7078f5-113c-c37d-92df-622c4caba64d-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-bb7078f5-113c-c37d-92df-622c4caba653-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d74557aa-8807-0a57-7168-8d5d95844abb-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-d74557aa-8807-0a57-7168-8d5d95844ac1-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a8a-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a90-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e494b758-31a4-0521-6e73-5d3507c0f3d0-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-e494b758-31a4-0521-6e73-5d3507c0f3d6-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f9325362-e6f9-708c-8058-478364d51c05-9100f385 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-f9325362-e6f9-708c-8058-478364d51c0b-9100f385 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d14a8728-e2e3-a5de-b20c-fe03a9091343-9100f385, #w-node-d14a8728-e2e3-a5de-b20c-fe03a9091345-9100f385, #w-node-d14a8728-e2e3-a5de-b20c-fe03a9091347-9100f385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9825ee9-6626-ab7c-445e-85d798f72d9c-9100f385 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bc-9100f385 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bf-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63c1-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63c6-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ca-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cc-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ce-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cf-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d5-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d7-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d9-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63da-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e0-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e2-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e3-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e7-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63eb-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ed-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ef-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63f0-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b136a696-a87b-1c5d-82df-21f13067e55d-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b136a696-a87b-1c5d-82df-21f13067e55e-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b136a696-a87b-1c5d-82df-21f13067e560-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-b136a696-a87b-1c5d-82df-21f13067e561-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bf345954-78d3-b44d-2814-060ca5743f4d-9100f385 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-bf345954-78d3-b44d-2814-060ca5743f4e-9100f385 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf345954-78d3-b44d-2814-060ca5743f50-9100f385 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-bf345954-78d3-b44d-2814-060ca5743f51-9100f385 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6f484a84-1118-8a36-206e-d3d01fdf8e2f-9100f385 {
  grid-area: 1 / 1 / 3 / 3;
  place-self: end start;
}

#w-node-_141c336a-d2e2-163b-8741-0313d49e6bf0-9100f385, #w-node-_141c336a-d2e2-163b-8741-0313d49e6bf2-9100f385, #w-node-_141c336a-d2e2-163b-8741-0313d49e6bf4-9100f385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c242-4067c23f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c247-4067c23f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c255-4067c23f {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c25f-4067c23f {
  grid-area: 1 / 11 / 3 / 13;
  place-self: end start;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c26b-4067c23f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c46935da-f9d7-2496-9073-f02e4067c26d-4067c23f {
  grid-area: 1 / 6 / 2 / 13;
  justify-self: end;
}

#w-node-_1819b56d-0f17-39b6-7ee6-eb935b2bd29d-5b2bd29b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1819b56d-0f17-39b6-7ee6-eb935b2bd29e-5b2bd29b, #w-node-_1819b56d-0f17-39b6-7ee6-eb935b2bd2a1-5b2bd29b, #w-node-_1819b56d-0f17-39b6-7ee6-eb935b2bd2a5-5b2bd29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_028f8d22-e57a-3ac0-9b52-51f263c30e5b-9100f388 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_812412a8-827b-b176-4b7d-a5cd7b24b48a-9100f388, #w-node-_812412a8-827b-b176-4b7d-a5cd7b24b48c-9100f388, #w-node-_812412a8-827b-b176-4b7d-a5cd7b24b48e-9100f388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf6a4d76-fd6c-90d4-9f9b-0ccef03fe5e2-9100f388 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-f1871a06-f97c-2fb5-18bc-958b55e38511-9100f388, #w-node-_447e8552-2886-979a-3630-dce90adeef8c-9100f388, #w-node-f3f86e8a-a5eb-8f04-2892-30ee661d7f0c-9100f388 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_62868c79-6544-7679-8d72-73a3eddb82ee-9100f388 {
  grid-area: 2 / 10 / 3 / 13;
  place-self: center;
}

#w-node-_458b8db8-bfd7-5241-4393-0e9e79f65580-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65587-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f6558e-9100f388 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_458b8db8-bfd7-5241-4393-0e9e79f65595-9100f388 {
  grid-area: 2 / 10 / 3 / 13;
  place-self: center;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50bf-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c1-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c3-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c8-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50cc-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50ce-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d0-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d5-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d9-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50db-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50dd-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e2-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf1-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf2-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf3-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf9-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-d8d7a283-da85-b360-ac4d-771fd16482e4-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-d8d7a283-da85-b360-ac4d-771fd16482e5-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-d8d7a283-da85-b360-ac4d-771fd16482e6-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d8d7a283-da85-b360-ac4d-771fd16482ec-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_4c1e4762-874b-8a1e-0f77-caeb88722140-9100f388 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_4c1e4762-874b-8a1e-0f77-caeb88722141-9100f388 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_4c1e4762-874b-8a1e-0f77-caeb88722142-9100f388 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4c1e4762-874b-8a1e-0f77-caeb88722148-9100f388 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e5-9100f388, #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e7-9100f388, #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e9-9100f388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-9100f389 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-9100f389 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-9100f389 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-9100f389 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-9100f389 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-9100f389 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-9100f389 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-9100f389 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-9100f389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-9100f389 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-9100f389 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-9100f389 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-9100f389 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-9100f389 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-9100f389 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-9100f389 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-9100f389 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-9100f389 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-9100f389 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-9100f389 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-9100f389 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-9100f389 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-9100f389 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-9100f389 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-dcd09ebd-987c-e629-1bd0-17b50e386b20-9100f389, #w-node-dcd09ebd-987c-e629-1bd0-17b50e386b22-9100f389, #w-node-dcd09ebd-987c-e629-1bd0-17b50e386b24-9100f389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-9100f38a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d14579b1-c586-7509-3c00-f52d3d2f525b-9100f38a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_911d9190-125f-87b0-c5af-1c72402aa51c-9100f38a, #w-node-_911d9190-125f-87b0-c5af-1c72402aa51e-9100f38a, #w-node-_911d9190-125f-87b0-c5af-1c72402aa520-9100f38a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f3-9100f38a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f5-9100f38a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76fa-9100f38a {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_583377e6-17a3-3c18-deab-823135cd8b3a-9100f38b, #w-node-_4566d32b-70f7-048b-d17d-4df6adc3af34-9100f38b, #w-node-_50032594-5e8a-5da9-986d-613606bcd462-9100f38b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3485e7fb-9dfb-b497-c0ee-ede934b1fef8-9100f38b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end;
}

#w-node-_7d4edca6-156e-329a-5db8-7cf219f47d74-9100f38b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27823ea1-b07b-e6d6-1762-464dbf568a7e-9100f38b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d4-9100f38b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d6-9100f38b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-beafe21c-9b8e-98ee-1056-20be2f6032fa-9100f38b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-beafe21c-9b8e-98ee-1056-20be2f6032fc-9100f38b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371437-6e371434 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371439-6e371434 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371443-6e371434 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37144d-6e371434 {
  grid-area: 1 / 11 / 3 / 13;
  place-self: end start;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371459-6e371434 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37145b-6e371434 {
  grid-area: 1 / 6 / 2 / 13;
  justify-self: end;
}

#w-node-c1e3da35-a6f0-9b8c-c582-2b415d70056a-5d700567 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-c1e3da35-a6f0-9b8c-c582-2b415d70056c-5d700567 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f708acb8-0990-6ece-f8cf-1eae7c3b9974-5d700567 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-c1e3da35-a6f0-9b8c-c582-2b415d700579-5d700567, #w-node-c1e3da35-a6f0-9b8c-c582-2b415d70057f-5d700567 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-de936914-99ec-8439-5f5d-e51a9094ccc2-9100f38f, #w-node-_21ee7ffa-7118-e873-9157-541f99f2d62a-9100f38f, #w-node-_5f8e483c-0b7a-47c0-6f25-ae76117cb88a-9100f38f, #w-node-dd09396e-7bab-5581-8096-26b112ccb245-9100f38f, #w-node-ba3f9de4-34b1-ef0e-4407-056ac179abe7-9100f38f, #w-node-_5b1e8e7c-0949-7bca-5ff4-e763eac70f72-9100f38f, #w-node-fcf451c9-8ff9-4c06-4484-fe9e14d00cfc-9100f38f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b7150699-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_302adb4c-290a-d2bc-0ff3-f836343845a3-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b715069d-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b7150685-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_2382d074-29ff-ff55-b09f-3f8ae98f4d79-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
  justify-self: auto;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b7150689-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b715068c-9100f390 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b715068f-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_72484c4e-868d-7e6c-a6c0-ca5b90b2e97a-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b7150693-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b7150696-9100f390 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506a1-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_6088821f-6ced-6386-c921-973e8e172413-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506a5-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506a9-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_36c36f2d-bb7b-e7f4-2373-8f646c497faf-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506ad-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506b3-9100f390 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_26a0d4a6-02be-9c74-03f6-2338f98f9d6c-9100f390 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8bbfe512-4a76-4965-095a-29f9b71506b7-9100f390 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_59209297-af68-ac46-d7d4-60da69de3ded-9100f390, #w-node-_59209297-af68-ac46-d7d4-60da69de3def-9100f390, #w-node-_59209297-af68-ac46-d7d4-60da69de3df1-9100f390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-e237ff7c, #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-6a26989b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3482-f2fd26a7 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3484-f2fd26a7 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end start;
}

#w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b34b2-f2fd26a7, #w-node-_2c39f9eb-f94a-267d-7192-0537be4d966b-f2fd26a7 {
  place-self: center;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-a024569f {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-e9b67046-fda3-d104-d438-71afd8ef32fb-a024569f, #w-node-e9b67046-fda3-d104-d438-71afd8ef32fd-a024569f, #w-node-e9b67046-fda3-d104-d438-71afd8ef32ff-a024569f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-0d36b0bf {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_66f70301-cb4e-0baf-c7c1-f85ddb1933ef-0d36b0bf, #w-node-_66f70301-cb4e-0baf-c7c1-f85ddb1933f1-0d36b0bf, #w-node-_66f70301-cb4e-0baf-c7c1-f85ddb1933f3-0d36b0bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-cebdbd0c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-ead435d9-575d-83eb-65fa-6aafee6b1d5e-cebdbd0c, #w-node-ead435d9-575d-83eb-65fa-6aafee6b1d60-cebdbd0c, #w-node-ead435d9-575d-83eb-65fa-6aafee6b1d62-cebdbd0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-90941464 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-f2cf5428-4980-b506-c6c7-a09dfec60078-90941464, #w-node-f2cf5428-4980-b506-c6c7-a09dfec6007a-90941464, #w-node-f2cf5428-4980-b506-c6c7-a09dfec6007c-90941464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-d911a570 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_077fa108-a80f-bf7a-f638-2382c92f8eb5-d911a570, #w-node-_077fa108-a80f-bf7a-f638-2382c92f8eb7-d911a570, #w-node-_077fa108-a80f-bf7a-f638-2382c92f8eb9-d911a570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-603e3840 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_8f84bd76-f1b7-dea2-b85b-5e8d4d5c0d02-603e3840, #w-node-_8f84bd76-f1b7-dea2-b85b-5e8d4d5c0d04-603e3840, #w-node-_8f84bd76-f1b7-dea2-b85b-5e8d4d5c0d06-603e3840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-e4ac2fb8 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-e4ac2fb8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-e4ac2fb8 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-e4ac2fb8 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-e4ac2fb8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-e4ac2fb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-e4ac2fb8 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-e4ac2fb8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-e4ac2fb8 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-e4ac2fb8 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-e4ac2fb8 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-e4ac2fb8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-e4ac2fb8 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-e4ac2fb8 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-e4ac2fb8 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-e4ac2fb8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-e4ac2fb8 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-e4ac2fb8 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-e4ac2fb8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_24d6f2df-edc6-f231-6344-c97d8d4ca875-e4ac2fb8, #w-node-_24d6f2df-edc6-f231-6344-c97d8d4ca877-e4ac2fb8, #w-node-_24d6f2df-edc6-f231-6344-c97d8d4ca879-e4ac2fb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-0d89b6bb {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-0d89b6bb {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-0d89b6bb {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-0d89b6bb {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-0d89b6bb {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-0d89b6bb {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-0d89b6bb {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-0d89b6bb {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-0d89b6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-0d89b6bb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-0d89b6bb {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-0d89b6bb {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-0d89b6bb {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-0d89b6bb {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-0d89b6bb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-0d89b6bb {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-0d89b6bb {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-0d89b6bb {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-0d89b6bb {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-0d89b6bb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-0d89b6bb {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-0d89b6bb {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-0d89b6bb {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-0d89b6bb {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c53b2b75-b5c3-44ad-20b8-875deaf94ce9-0d89b6bb, #w-node-c53b2b75-b5c3-44ad-20b8-875deaf94ceb-0d89b6bb, #w-node-c53b2b75-b5c3-44ad-20b8-875deaf94ced-0d89b6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-8e3ac23c {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-8e3ac23c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-8e3ac23c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-8e3ac23c {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-8e3ac23c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-8e3ac23c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-8e3ac23c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-8e3ac23c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-8e3ac23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-8e3ac23c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-8e3ac23c {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-8e3ac23c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-8e3ac23c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-8e3ac23c {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-8e3ac23c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-8e3ac23c {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-8e3ac23c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-8e3ac23c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-8e3ac23c {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-8e3ac23c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-8e3ac23c {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-8e3ac23c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-8e3ac23c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e17e-8e3ac23c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e180-8e3ac23c {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e191-8e3ac23c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e193-8e3ac23c, #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e194-8e3ac23c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-8e3ac23c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e05ef1a8-cdc8-1d2c-c069-b1ffb30253d0-8e3ac23c, #w-node-e05ef1a8-cdc8-1d2c-c069-b1ffb30253d2-8e3ac23c, #w-node-e05ef1a8-cdc8-1d2c-c069-b1ffb30253d4-8e3ac23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-67d4f4d6 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-67d4f4d6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-67d4f4d6 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-67d4f4d6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-67d4f4d6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-67d4f4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-67d4f4d6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-67d4f4d6 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-67d4f4d6 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-67d4f4d6 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-67d4f4d6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-67d4f4d6 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-67d4f4d6 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-67d4f4d6 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-67d4f4d6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-67d4f4d6 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-67d4f4d6 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-67d4f4d6 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-67d4f4d6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4296a169-45fa-a67a-4ffe-e253e833add5-67d4f4d6, #w-node-_4296a169-45fa-a67a-4ffe-e253e833add7-67d4f4d6, #w-node-_4296a169-45fa-a67a-4ffe-e253e833add9-67d4f4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e042-00264d9a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e045-00264d9a {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e059-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-00264d9a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e078-00264d9a {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e081-00264d9a {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e083-00264d9a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e085-00264d9a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e096-00264d9a {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0bf-00264d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-00264d9a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-00264d9a {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-00264d9a {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c8-00264d9a {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-00264d9a {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-00264d9a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-00264d9a {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-00264d9a {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d5-00264d9a {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-00264d9a {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-00264d9a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-00264d9a {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-00264d9a {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e2-00264d9a {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-00264d9a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_28e0a873-f8ea-ffc8-742b-0323c12cba7c-00264d9a, #w-node-_28e0a873-f8ea-ffc8-742b-0323c12cba7e-00264d9a, #w-node-_28e0a873-f8ea-ffc8-742b-0323c12cba80-00264d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a5496-9c99-4815-debf-216f7a13c44a-f7a5c5ca {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-e9b67046-fda3-d104-d438-71afd8ef32fb-f7a5c5ca, #w-node-e9b67046-fda3-d104-d438-71afd8ef32fd-f7a5c5ca, #w-node-e9b67046-fda3-d104-d438-71afd8ef32ff-f7a5c5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0b8c-9100f385 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0b8e-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0ba2-9100f385 {
    grid-column: 5 / 7;
  }

  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0ba8-9100f385, #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0bae-9100f385 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d732dcf2-d7e5-b1e9-65ca-da57d0268fe7-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_5b22814e-1ce3-1b24-df20-abf2bf48b08d-9100f385 {
    grid-column-start: 1;
  }

  #w-node-_08f0546f-697e-6c30-3539-a1218c3aef7c-9100f385 {
    grid-column: 1 / 5;
  }

  #w-node-f886d313-702c-e063-b2e6-ee9f86d66334-9100f385 {
    grid-column: 5 / 9;
  }

  #w-node-_2ece5f50-c22f-1c68-0e4d-38e9e604bd04-9100f385 {
    grid-column: 9 / 13;
  }

  #w-node-_10090b92-82a0-fc0d-0c6f-b9d4cb852cda-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2cf-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d1-9100f385 {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d3-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-_4532ce50-7831-bdd2-4f53-6e547de14187-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-f36e7246-af66-e41b-fbdd-31580e753257-9100f385 {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-_1d2237bb-b960-1a41-d073-bd3cd64af779-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-bfade3d1-b765-aa1a-9eb2-0974ed773e30-9100f385 {
    grid-column-start: 2;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a924-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a926-9100f385 {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a928-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a92b-9100f385 {
    grid-column-start: 2;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8a8-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8aa-9100f385 {
    grid-column-start: 8;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8b2-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb803-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb805-9100f385 {
    grid-column-start: 8;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb80f-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa5-9100f385 {
    grid-column: 2 / 3;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa7-9100f385 {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efad-9100f385 {
    grid-column: 3 / 7;
  }

  #w-node-_690d398d-a9ab-abd5-68e2-69522813efac-9100f385 {
    grid-column-start: 1;
  }

  #w-node-dc2cc608-1644-63b3-1114-c2966afefbca-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-a4ce3862-45f5-896f-f81c-6069c2801a85-9100f385 {
    grid-column-start: 1;
  }

  #w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b124-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b12a-9100f385 {
    grid-column-start: 1;
  }

  #w-node-bb7078f5-113c-c37d-92df-622c4caba64d-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-bb7078f5-113c-c37d-92df-622c4caba653-9100f385 {
    grid-column-start: 1;
  }

  #w-node-d74557aa-8807-0a57-7168-8d5d95844abb-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-d74557aa-8807-0a57-7168-8d5d95844ac1-9100f385 {
    grid-column-start: 1;
  }

  #w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a8a-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a90-9100f385 {
    grid-column-start: 1;
  }

  #w-node-e494b758-31a4-0521-6e73-5d3507c0f3d0-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-e494b758-31a4-0521-6e73-5d3507c0f3d6-9100f385 {
    grid-column-start: 1;
  }

  #w-node-f9325362-e6f9-708c-8058-478364d51c05-9100f385 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-f9325362-e6f9-708c-8058-478364d51c0b-9100f385, #w-node-b9825ee9-6626-ab7c-445e-85d798f72d9c-9100f385 {
    grid-column-start: 1;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bc-9100f385 {
    grid-column-end: 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bf-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63c6-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ca-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cc-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cf-9100f385, #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d5-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d7-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63da-9100f385, #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e0-9100f385, #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e3-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e7-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63eb-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ed-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63f0-9100f385, #w-node-b136a696-a87b-1c5d-82df-21f13067e55d-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-b136a696-a87b-1c5d-82df-21f13067e55e-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-b136a696-a87b-1c5d-82df-21f13067e561-9100f385, #w-node-bf345954-78d3-b44d-2814-060ca5743f4d-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-bf345954-78d3-b44d-2814-060ca5743f4e-9100f385 {
    grid-column: 4 / 7;
  }

  #w-node-bf345954-78d3-b44d-2814-060ca5743f51-9100f385 {
    grid-column: 2 / 4;
  }

  #w-node-_6f484a84-1118-8a36-206e-d3d01fdf8e2f-9100f385 {
    grid-column: 5 / 7;
    grid-row-start: 2;
    justify-self: end;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c242-4067c23f {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c247-4067c23f {
    grid-column-end: 3;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c255-4067c23f {
    grid-column: 4 / 5;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c25f-4067c23f {
    grid-column: 5 / 7;
    grid-row-start: 2;
    justify-self: end;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c26b-4067c23f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_028f8d22-e57a-3ac0-9b52-51f263c30e5b-9100f388 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-cf6a4d76-fd6c-90d4-9f9b-0ccef03fe5e2-9100f388 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_62868c79-6544-7679-8d72-73a3eddb82ee-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65595-9100f388 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50bf-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c1-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c3-9100f388 {
    grid-column-end: 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c8-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50cc-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50ce-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d0-9100f388 {
    grid-column-end: 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d5-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d9-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50db-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50dd-9100f388 {
    grid-column-end: 7;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e2-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf1-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf2-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf3-9100f388 {
    grid-column-end: 7;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf9-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e4-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e5-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e6-9100f388 {
    grid-column-end: 7;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482ec-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722140-9100f388 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722141-9100f388 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722142-9100f388 {
    grid-column-end: 7;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722148-9100f388 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-9100f389 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-9100f389 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-9100f389 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-9100f389 {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-9100f389 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-9100f389 {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-9100f389 {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-9100f389 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-9100f389 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-9100f389 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-9100f389 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-9100f389 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-9100f389 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-9100f389 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-9100f389 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-9100f389 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-9100f389 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-9100f389 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-9100f389 {
    grid-column-start: 1;
  }

  #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-9100f38a {
    grid-column-end: 7;
  }

  #w-node-d14579b1-c586-7509-3c00-f52d3d2f525b-9100f38a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f3-9100f38a {
    grid-column-start: 1;
  }

  #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f5-9100f38a {
    grid-column-end: 13;
  }

  #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76fa-9100f38a {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_583377e6-17a3-3c18-deab-823135cd8b3a-9100f38b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4566d32b-70f7-048b-d17d-4df6adc3af34-9100f38b {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_50032594-5e8a-5da9-986d-613606bcd462-9100f38b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3485e7fb-9dfb-b497-c0ee-ede934b1fef8-9100f38b {
    justify-self: start;
  }

  #w-node-_7d4edca6-156e-329a-5db8-7cf219f47d74-9100f38b {
    grid-column-end: 3;
  }

  #w-node-_27823ea1-b07b-e6d6-1762-464dbf568a7e-9100f38b {
    grid-column: 3 / 7;
  }

  #w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d4-9100f38b {
    grid-column-end: 3;
  }

  #w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d6-9100f38b {
    grid-column: 3 / 7;
  }

  #w-node-beafe21c-9b8e-98ee-1056-20be2f6032fa-9100f38b {
    grid-column-end: 3;
  }

  #w-node-beafe21c-9b8e-98ee-1056-20be2f6032fc-9100f38b {
    grid-column: 3 / 7;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371437-6e371434 {
    grid-column-end: 7;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371439-6e371434 {
    grid-column-end: 3;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371443-6e371434 {
    grid-column: 4 / 5;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37144d-6e371434 {
    grid-column: 5 / 7;
    grid-row-start: 2;
    justify-self: end;
  }

  #w-node-c1e3da35-a6f0-9b8c-c582-2b415d70056a-5d700567 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-c1e3da35-a6f0-9b8c-c582-2b415d70056c-5d700567 {
    grid-column: 3 / 7;
  }

  #w-node-f708acb8-0990-6ece-f8cf-1eae7c3b9974-5d700567 {
    grid-column: 5 / 7;
  }

  #w-node-c1e3da35-a6f0-9b8c-c582-2b415d700579-5d700567, #w-node-c1e3da35-a6f0-9b8c-c582-2b415d70057f-5d700567 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150699-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_302adb4c-290a-d2bc-0ff3-f836343845a3-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715069d-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150685-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_2382d074-29ff-ff55-b09f-3f8ae98f4d79-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150689-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715068c-9100f390 {
    grid-column-start: 2;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715068f-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_72484c4e-868d-7e6c-a6c0-ca5b90b2e97a-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150693-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150696-9100f390 {
    grid-column-start: 2;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a1-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_6088821f-6ced-6386-c921-973e8e172413-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a5-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a9-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_36c36f2d-bb7b-e7f4-2373-8f646c497faf-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506ad-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506b3-9100f390 {
    grid-column: 2 / 3;
  }

  #w-node-_26a0d4a6-02be-9c74-03f6-2338f98f9d6c-9100f390 {
    grid-column-start: 8;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506b7-9100f390 {
    grid-column: 3 / 7;
  }

  #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-e237ff7c, #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-6a26989b {
    grid-column-end: 7;
  }

  #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3482-f2fd26a7, #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3484-f2fd26a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b34b0-f2fd26a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b34b2-f2fd26a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_2c39f9eb-f94a-267d-7192-0537be4d9669-f2fd26a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c39f9eb-f94a-267d-7192-0537be4d966b-f2fd26a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-a024569f, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-0d36b0bf, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-cebdbd0c, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-90941464, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-d911a570, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-603e3840 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-e4ac2fb8 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-e4ac2fb8 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-e4ac2fb8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-e4ac2fb8 {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-e4ac2fb8 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-e4ac2fb8 {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-e4ac2fb8 {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-e4ac2fb8 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-e4ac2fb8 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-e4ac2fb8 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-e4ac2fb8 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-e4ac2fb8 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-e4ac2fb8 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-e4ac2fb8 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-e4ac2fb8 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-e4ac2fb8 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-e4ac2fb8 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-e4ac2fb8 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-e4ac2fb8 {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-0d89b6bb {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-0d89b6bb {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-0d89b6bb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-0d89b6bb {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-0d89b6bb {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-0d89b6bb {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-0d89b6bb {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-0d89b6bb {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-0d89b6bb {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-0d89b6bb {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-0d89b6bb {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-0d89b6bb {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-0d89b6bb {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-0d89b6bb {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-0d89b6bb {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-0d89b6bb {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-0d89b6bb {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-0d89b6bb {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-0d89b6bb {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-8e3ac23c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-8e3ac23c {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-8e3ac23c {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-8e3ac23c {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-8e3ac23c {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-8e3ac23c {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-8e3ac23c {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-8e3ac23c {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-8e3ac23c {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-8e3ac23c {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-8e3ac23c {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-8e3ac23c {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-8e3ac23c {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e17e-8e3ac23c {
    grid-column: 2 / 3;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e180-8e3ac23c {
    grid-column-start: 8;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e191-8e3ac23c, #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e193-8e3ac23c {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-8e3ac23c {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-67d4f4d6 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-67d4f4d6 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-67d4f4d6 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-67d4f4d6 {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-67d4f4d6 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-67d4f4d6 {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-67d4f4d6 {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-67d4f4d6 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-67d4f4d6 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-67d4f4d6 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-67d4f4d6 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-67d4f4d6 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-67d4f4d6 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-67d4f4d6 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-67d4f4d6 {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-67d4f4d6 {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-67d4f4d6 {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-67d4f4d6 {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-67d4f4d6 {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-00264d9a {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e045-00264d9a {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e05f-00264d9a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-00264d9a {
    grid-column: 5 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-00264d9a {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-00264d9a {
    grid-column: 1 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-00264d9a {
    grid-column-start: 1;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-00264d9a {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-00264d9a {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-00264d9a {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-00264d9a {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-00264d9a {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-00264d9a {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-00264d9a {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-00264d9a {
    grid-column-start: 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-00264d9a {
    grid-column: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-00264d9a {
    grid-column-start: 8;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-00264d9a {
    grid-column: 3 / 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-00264d9a {
    grid-column-start: 1;
  }

  #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-f7a5c5ca {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0ba8-9100f385 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-d732dcf2-d7e5-b1e9-65ca-da57d0268fe7-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5b22814e-1ce3-1b24-df20-abf2bf48b08d-9100f385 {
    grid-column-end: 7;
  }

  #w-node-_08f0546f-697e-6c30-3539-a1218c3aef7c-9100f385 {
    grid-column-end: 4;
  }

  #w-node-f886d313-702c-e063-b2e6-ee9f86d66334-9100f385 {
    grid-column: 4 / 7;
    grid-row-start: 2;
  }

  #w-node-_2ece5f50-c22f-1c68-0e4d-38e9e604bd04-9100f385 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_10090b92-82a0-fc0d-0c6f-b9d4cb852cda-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2cf-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d1-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-cdd07fc8-3dac-6509-6b40-d5b2535dd2d3-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4532ce50-7831-bdd2-4f53-6e547de14187-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-f36e7246-af66-e41b-fbdd-31580e753257-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_1d2237bb-b960-1a41-d073-bd3cd64af779-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bfade3d1-b765-aa1a-9eb2-0974ed773e30-9100f385 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a924-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a926-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a928-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6070d7de-f90b-09ec-296b-13e02ba0a92b-9100f385 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8a8-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8aa-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_606de078-6aa2-0057-ed3b-627f2c32f8b2-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb803-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb805-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_52176213-8f4b-b692-9dbe-448115feb80f-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa5-9100f385 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efa7-9100f385 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c45118b9-0df3-e9ca-09ba-593ecf59efad-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_690d398d-a9ab-abd5-68e2-69522813efac-9100f385 {
    grid-column-end: 7;
  }

  #w-node-dc2cc608-1644-63b3-1114-c2966afefbca-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-a4ce3862-45f5-896f-f81c-6069c2801a85-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b124-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-_1401dc3c-0fd4-9b64-cdf2-d5463876b12a-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-bb7078f5-113c-c37d-92df-622c4caba64d-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-bb7078f5-113c-c37d-92df-622c4caba653-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d74557aa-8807-0a57-7168-8d5d95844abb-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-d74557aa-8807-0a57-7168-8d5d95844ac1-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a8a-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-_28d2e14f-0be7-1da1-6262-b5b094bd2a90-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-e494b758-31a4-0521-6e73-5d3507c0f3d0-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-e494b758-31a4-0521-6e73-5d3507c0f3d6-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-f9325362-e6f9-708c-8058-478364d51c05-9100f385 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-f9325362-e6f9-708c-8058-478364d51c0b-9100f385 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b9825ee9-6626-ab7c-445e-85d798f72d9c-9100f385 {
    grid-column-end: 7;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bc-9100f385 {
    grid-column-end: 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63bf-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63c6-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ca-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cc-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63cf-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d5-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63d7-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63da-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e0-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e3-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63e7-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63eb-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63ed-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ecf8e639-4ce3-daba-a179-8ac6c2bc63f0-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b136a696-a87b-1c5d-82df-21f13067e55d-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b136a696-a87b-1c5d-82df-21f13067e55e-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-b136a696-a87b-1c5d-82df-21f13067e561-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bf345954-78d3-b44d-2814-060ca5743f4d-9100f385 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bf345954-78d3-b44d-2814-060ca5743f4e-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-bf345954-78d3-b44d-2814-060ca5743f51-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6f484a84-1118-8a36-206e-d3d01fdf8e2f-9100f385 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c247-4067c23f {
    grid-column-end: 4;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c255-4067c23f {
    grid-column-end: 7;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c25f-4067c23f {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c26b-4067c23f {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c26d-4067c23f {
    grid-column: 1 / 7;
    justify-self: start;
  }

  #w-node-_028f8d22-e57a-3ac0-9b52-51f263c30e5b-9100f388, #w-node-cf6a4d76-fd6c-90d4-9f9b-0ccef03fe5e2-9100f388 {
    grid-column: 1 / 5;
  }

  #w-node-f1871a06-f97c-2fb5-18bc-958b55e38511-9100f388, #w-node-_447e8552-2886-979a-3630-dce90adeef8c-9100f388, #w-node-f3f86e8a-a5eb-8f04-2892-30ee661d7f0c-9100f388 {
    grid-column: span 2 / span 2;
  }

  #w-node-_62868c79-6544-7679-8d72-73a3eddb82ee-9100f388 {
    grid-column: span 4 / span 4;
  }

  #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65580-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65587-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f6558e-9100f388 {
    grid-column: span 2 / span 2;
  }

  #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65595-9100f388 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50bf-9100f388 {
    grid-column-end: 3;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c1-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c3-9100f388, #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c8-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50cc-9100f388 {
    grid-column-end: 3;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50ce-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d0-9100f388, #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d5-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d9-9100f388 {
    grid-column-end: 3;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50db-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50dd-9100f388, #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e2-9100f388 {
    grid-column-end: 5;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf1-9100f388 {
    grid-column-end: 3;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf2-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf3-9100f388, #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf9-9100f388 {
    grid-column-end: 5;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e4-9100f388 {
    grid-column-end: 3;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e5-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e6-9100f388, #w-node-d8d7a283-da85-b360-ac4d-771fd16482ec-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722140-9100f388 {
    grid-column-end: 3;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722141-9100f388 {
    grid-column: 3 / 5;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722142-9100f388, #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722148-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-9100f389 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-9100f389 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-9100f389 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-9100f389 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-9100f389 {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-9100f389 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-9100f389 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-9100f389 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-9100f389 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-9100f389 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-9100f389 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-9100f389 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-9100f389 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-9100f389 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-9100f389 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-9100f389 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-9100f389 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-9100f389 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-9100f389 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-9100f389 {
    grid-column-end: 7;
  }

  #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-9100f38a, #w-node-d14579b1-c586-7509-3c00-f52d3d2f525b-9100f38a {
    grid-column-end: 5;
  }

  #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f3-9100f38a, #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f5-9100f38a, #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76fa-9100f38a {
    grid-column-end: 7;
  }

  #w-node-_583377e6-17a3-3c18-deab-823135cd8b3a-9100f38b {
    grid-column-end: 3;
  }

  #w-node-_4566d32b-70f7-048b-d17d-4df6adc3af34-9100f38b {
    grid-column: 3 / 5;
  }

  #w-node-_50032594-5e8a-5da9-986d-613606bcd462-9100f38b {
    grid-column-end: 3;
  }

  #w-node-_3485e7fb-9dfb-b497-c0ee-ede934b1fef8-9100f38b {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d4edca6-156e-329a-5db8-7cf219f47d74-9100f38b {
    grid-column-end: 5;
  }

  #w-node-_27823ea1-b07b-e6d6-1762-464dbf568a7e-9100f38b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d4-9100f38b {
    grid-column-end: 5;
  }

  #w-node-_29dd9412-18de-b184-ebe0-4faf8a77f8d6-9100f38b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-beafe21c-9b8e-98ee-1056-20be2f6032fa-9100f38b {
    grid-column-end: 5;
  }

  #w-node-beafe21c-9b8e-98ee-1056-20be2f6032fc-9100f38b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371439-6e371434 {
    grid-column-end: 4;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371443-6e371434 {
    grid-column-end: 7;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37144d-6e371434 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371459-6e371434 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37145b-6e371434 {
    grid-column: 1 / 7;
    justify-self: start;
  }

  #w-node-c1e3da35-a6f0-9b8c-c582-2b415d700579-5d700567 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-de936914-99ec-8439-5f5d-e51a9094ccc2-9100f38f, #w-node-_21ee7ffa-7118-e873-9157-541f99f2d62a-9100f38f, #w-node-_5f8e483c-0b7a-47c0-6f25-ae76117cb88a-9100f38f, #w-node-dd09396e-7bab-5581-8096-26b112ccb245-9100f38f, #w-node-ba3f9de4-34b1-ef0e-4407-056ac179abe7-9100f38f, #w-node-_5b1e8e7c-0949-7bca-5ff4-e763eac70f72-9100f38f, #w-node-fcf451c9-8ff9-4c06-4484-fe9e14d00cfc-9100f38f {
    grid-column: span 2 / span 2;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150699-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_302adb4c-290a-d2bc-0ff3-f836343845a3-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715069d-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150685-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_2382d074-29ff-ff55-b09f-3f8ae98f4d79-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150689-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715068c-9100f390 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b715068f-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_72484c4e-868d-7e6c-a6c0-ca5b90b2e97a-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150693-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b7150696-9100f390 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a1-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_6088821f-6ced-6386-c921-973e8e172413-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a5-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506a9-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_36c36f2d-bb7b-e7f4-2373-8f646c497faf-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506ad-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506b3-9100f390 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_26a0d4a6-02be-9c74-03f6-2338f98f9d6c-9100f390 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8bbfe512-4a76-4965-095a-29f9b71506b7-9100f390 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-e237ff7c, #w-node-_98dae7eb-32f9-daa9-d015-2949ff9fe7a0-6a26989b {
    grid-column-end: 5;
  }

  #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3482-f2fd26a7, #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3484-f2fd26a7 {
    grid-column: span 2 / span 2;
  }

  #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-a024569f, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-0d36b0bf, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-cebdbd0c, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-90941464, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-d911a570, #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-603e3840 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-e4ac2fb8 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-e4ac2fb8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-e4ac2fb8 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-e4ac2fb8 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-e4ac2fb8 {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-e4ac2fb8 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-e4ac2fb8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-e4ac2fb8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-e4ac2fb8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-e4ac2fb8 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-e4ac2fb8 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-e4ac2fb8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-e4ac2fb8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-e4ac2fb8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-e4ac2fb8 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-e4ac2fb8 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-e4ac2fb8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-e4ac2fb8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-e4ac2fb8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-e4ac2fb8 {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-0d89b6bb {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-0d89b6bb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-0d89b6bb {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-0d89b6bb {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-0d89b6bb {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-0d89b6bb {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-0d89b6bb {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-0d89b6bb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-0d89b6bb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-0d89b6bb {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-0d89b6bb {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-0d89b6bb {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-0d89b6bb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-0d89b6bb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-0d89b6bb {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-0d89b6bb {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-0d89b6bb {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-0d89b6bb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-0d89b6bb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-0d89b6bb {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-8e3ac23c {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-8e3ac23c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-8e3ac23c {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-8e3ac23c {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-8e3ac23c {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-8e3ac23c {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-8e3ac23c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-8e3ac23c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-8e3ac23c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-8e3ac23c {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-8e3ac23c {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-8e3ac23c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-8e3ac23c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-8e3ac23c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-8e3ac23c {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-8e3ac23c {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-8e3ac23c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-8e3ac23c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-8e3ac23c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e17e-8e3ac23c {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e180-8e3ac23c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e191-8e3ac23c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2d4bd40d-877e-c6d1-d0f0-a3329062e193-8e3ac23c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-8e3ac23c {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-67d4f4d6 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-67d4f4d6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-67d4f4d6 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-67d4f4d6 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-67d4f4d6 {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-67d4f4d6 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-67d4f4d6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-67d4f4d6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-67d4f4d6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-67d4f4d6 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-67d4f4d6 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-67d4f4d6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-67d4f4d6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-67d4f4d6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-67d4f4d6 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-67d4f4d6 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-67d4f4d6 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-67d4f4d6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-67d4f4d6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-67d4f4d6 {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e059-00264d9a {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e081-00264d9a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-00264d9a {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-00264d9a {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-00264d9a {
    grid-column-end: 7;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c1-00264d9a {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c3-00264d9a {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c5-00264d9a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c7-00264d9a {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0c9-00264d9a {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0cc-00264d9a {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0ce-00264d9a {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d2-00264d9a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d4-00264d9a {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d6-00264d9a {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0d9-00264d9a {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0db-00264d9a {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0df-00264d9a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0e1-00264d9a {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-00264d9a {
    grid-column-end: 7;
  }

  #w-node-b20a5496-9c99-4815-debf-216f7a13c44a-f7a5c5ca {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe4c7fed-9a52-9a59-f7a6-6b0c5fed0b8c-9100f385 {
    grid-column-end: 3;
  }

  #w-node-d732dcf2-d7e5-b1e9-65ca-da57d0268fe7-9100f385 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5b22814e-1ce3-1b24-df20-abf2bf48b08d-9100f385, #w-node-_08f0546f-697e-6c30-3539-a1218c3aef7c-9100f385 {
    grid-column-end: 5;
  }

  #w-node-f886d313-702c-e063-b2e6-ee9f86d66334-9100f385 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2ece5f50-c22f-1c68-0e4d-38e9e604bd04-9100f385 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-_690d398d-a9ab-abd5-68e2-69522813efac-9100f385, #w-node-b9825ee9-6626-ab7c-445e-85d798f72d9c-9100f385 {
    grid-column-end: 5;
  }

  #w-node-_6f484a84-1118-8a36-206e-d3d01fdf8e2f-9100f385 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c247-4067c23f {
    grid-column-end: 5;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c255-4067c23f {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c25f-4067c23f {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-c46935da-f9d7-2496-9073-f02e4067c26d-4067c23f {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: start;
  }

  #w-node-_028f8d22-e57a-3ac0-9b52-51f263c30e5b-9100f388, #w-node-cf6a4d76-fd6c-90d4-9f9b-0ccef03fe5e2-9100f388 {
    grid-column-end: 5;
  }

  #w-node-f1871a06-f97c-2fb5-18bc-958b55e38511-9100f388, #w-node-_447e8552-2886-979a-3630-dce90adeef8c-9100f388, #w-node-f3f86e8a-a5eb-8f04-2892-30ee661d7f0c-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65580-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f65587-9100f388, #w-node-_458b8db8-bfd7-5241-4393-0e9e79f6558e-9100f388 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50bf-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c1-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50c8-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50cc-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50ce-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d5-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50d9-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50db-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_5c34351d-8a79-73ca-5be0-9af4930a50e2-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf1-9100f388 {
    grid-column-end: 5;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf2-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-da103468-c58c-8e25-7cc2-99c9d9f9ebf9-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e4-9100f388 {
    grid-column-end: 5;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482e5-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d8d7a283-da85-b360-ac4d-771fd16482ec-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722140-9100f388 {
    grid-column-end: 5;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722141-9100f388 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_4c1e4762-874b-8a1e-0f77-caeb88722148-9100f388 {
    grid-row: 4 / 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-9100f389 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-9100f389 {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-9100f389 {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-9100f389 {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-9100f389, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-9100f389, #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f3-9100f38a, #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76f5-9100f38a, #w-node-_66bcd973-3a72-56ca-8116-b18b2f6d76fa-9100f38a {
    grid-column-end: 5;
  }

  #w-node-_583377e6-17a3-3c18-deab-823135cd8b3a-9100f38b, #w-node-_4566d32b-70f7-048b-d17d-4df6adc3af34-9100f38b, #w-node-_50032594-5e8a-5da9-986d-613606bcd462-9100f38b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3485e7fb-9dfb-b497-c0ee-ede934b1fef8-9100f38b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371439-6e371434 {
    grid-column-end: 5;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e371443-6e371434 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_9e877598-1fb8-2a50-c8c5-f25b6e37144d-6e371434 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-c1e3da35-a6f0-9b8c-c582-2b415d70056a-5d700567 {
    grid-column-end: 3;
  }

  #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3482-f2fd26a7, #w-node-_8e52bc25-70a6-3005-c4cd-1d0f082b3484-f2fd26a7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-e4ac2fb8 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-e4ac2fb8 {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-e4ac2fb8 {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-e4ac2fb8 {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-e4ac2fb8, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-e4ac2fb8 {
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-0d89b6bb {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-0d89b6bb {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-0d89b6bb {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-0d89b6bb {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-0d89b6bb, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-0d89b6bb {
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-8e3ac23c {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-8e3ac23c {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-8e3ac23c {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-8e3ac23c {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-8e3ac23c, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-8e3ac23c {
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-67d4f4d6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-67d4f4d6 {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-67d4f4d6 {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-67d4f4d6 {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-67d4f4d6, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-67d4f4d6 {
    grid-column-end: 5;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e042-00264d9a {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e078-00264d9a {
    grid-area: 1 / 4 / 2 / 7;
    justify-self: end;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e083-00264d9a {
    grid-row: 3 / 4;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e085-00264d9a {
    grid-row: 2 / 3;
  }

  #w-node-_56783af0-3203-bab1-5495-67ac1f56e096-00264d9a, #w-node-_56783af0-3203-bab1-5495-67ac1f56e0f0-00264d9a {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Inter_Tight_local';
  src: url('../fonts/inter-tight-v7-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_Tight_local';
  src: url('../fonts/inter-tight-v7-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_Tight_local';
  src: url('../fonts/inter-tight-v7-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_Tight_local';
  src: url('../fonts/inter-tight-v7-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}