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

:root {
  --dark-grey: #202020;
  --micro-front: 16px;
  --bright-grey: #a8a8a8;
  --mini-font: 21px;
  --micor-plus: 24px;
  --white: #fff;
  --mobile-main: 21px;
  --spacing-mobile: 40px;
  --lineheight: 18px;
  --spacing-desktop: 60px;
  --medium-font: 40px;
  --large-font: 58px;
  --black: #000;
  --mobile_big: 34px;
  --red: var(--bright-grey);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--dark-grey);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: var(--micro-front);
  letter-spacing: 0;
  cursor: auto;
  font-weight: 600;
  line-height: 18px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.text-link {
  z-index: 1;
  color: var(--dark-grey);
  padding-top: 0;
  padding-left: 2px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-link:hover {
  color: var(--bright-grey);
  text-decoration: none;
}

.text-link.contact {
  color: var(--dark-grey);
  text-decoration: underline;
}

.navi {
  z-index: 6;
  grid-column-gap: .5vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: fixed;
  inset: 0 0% auto;
}

.navi-menu-wrapper {
  z-index: -1;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-left: 2px;
  display: flex;
  position: absolute;
  top: 27px;
  overflow: hidden;
}

.work-text {
  color: var(--dark-grey);
  font-size: var(--mini-font);
  text-transform: none;
  white-space: nowrap;
  padding: 3px 0 6px;
  font-weight: 600;
  line-height: 66%;
  text-decoration: none;
  display: block;
  position: relative;
}

.work-text:hover {
  filter: blur();
  color: var(--bright-grey);
}

.work-text.hide {
  display: none;
}

.work-link {
  z-index: -1;
  background-color: var(--white);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  padding-left: 3px;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.block-text {
  text-align: justify;
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: relative;
}

.block-text.big {
  font-size: var(--mini-font);
  text-align: left;
  letter-spacing: 0;
  margin-top: 22px;
  padding-bottom: 22px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  line-height: 94%;
}

.project-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 14vh;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.big_text--ber-mich {
  z-index: 1;
  font-size: var(--mini-font);
  text-transform: none;
  padding: 0 2px;
  line-height: 100%;
  position: relative;
}

.footer {
  z-index: 1;
  grid-column-gap: .5vw;
  grid-row-gap: 0vw;
  background-color: var(--white);
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 2px .1vw;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.image-3 {
  width: 15px;
  margin-left: 5px;
}

.arrow-jump-link, .arrow-jump-link.w--current {
  display: block;
}

.about-list-element {
  margin-bottom: 5px;
}

.about_vita-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  white-space: normal;
  flex-direction: column;
  display: none;
  position: relative;
}

.transition_fix {
  z-index: 10;
  opacity: 0;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  mix-blend-mode: difference;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.looks-like-text-link {
  color: var(--dark-grey);
  padding-top: 0;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.grid {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.grid.about {
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
}

.all_img {
  width: 100%;
  position: relative;
}

.all_img.mobile {
  display: none;
}

.all_img.desktop_hide {
  object-fit: cover;
}

.all_img.project-header {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 76vw;
  max-width: none;
  padding-top: 30px;
  position: relative;
  inset: 0% auto auto 0%;
}

.video_embed {
  width: 100%;
}

.gallery_grid-home {
  grid-column-gap: .5vw;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 33px;
  display: grid;
  position: relative;
}

.name {
  letter-spacing: -.55vw;
  margin-top: 0;
  margin-right: 0;
  padding-top: 47px;
  padding-bottom: 17px;
  padding-right: 0;
  font-size: 11vw;
  line-height: 86%;
}

.img_text-_home_teaser {
  z-index: 1;
  color: var(--dark-grey);
  width: 100%;
  height: auto;
  padding-bottom: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.img_text-_home_teaser.hide {
  display: none;
}

.home-teaser-text {
  font-size: var(--lineheight);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 3px;
  line-height: 120%;
  display: flex;
}

.home-teaser-text.special {
  z-index: 4;
  color: var(--bright-grey);
  font-size: var(--mobile-main);
  letter-spacing: .08px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 69%;
  line-height: 114%;
}

.flie-text-big {
  padding-bottom: var(--spacing-desktop);
  font-size: var(--mini-font);
  padding-left: 2px;
  line-height: 24px;
}

.teaser-text-wrapper {
  position: relative;
}

.white_bg {
  z-index: 0;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.project-detail-titel {
  z-index: 1;
  background-color: var(--white);
  font-size: var(--mobile-main);
  white-space: nowrap;
  padding-bottom: 13px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 84%;
  position: relative;
}

.next-prev {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  font-size: var(--mini-font);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: sticky;
  bottom: 21px;
}

.next-rev-text {
  background-color: var(--white);
  color: var(--dark-grey);
  font-size: var(--micro-front);
  -webkit-text-stroke-color: var(--dark-grey);
  flex: 1;
  align-self: stretch;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 19px;
}

.next-rev-text:hover {
  color: var(--bright-grey);
}

.prev-next-link {
  color: var(--bright-grey);
  text-align: left;
  text-decoration: none;
  display: flex;
}

.prev-next-link.next {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
}

.prev-next-link.next:hover {
  color: var(--bright-grey);
}

.prev-next-link.prev {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.prev-next-link.prev:hover {
  color: var(--bright-grey);
}

.prev-next-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.prev-next-text-wrapper.next {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
}

.next-prev-arrow {
  background-color: var(--white);
  opacity: 1;
  color: var(--bright-grey);
  -webkit-text-stroke-color: var(--bright-grey);
  vertical-align: baseline;
  mix-blend-mode: normal;
  flex: none;
  align-self: center;
  width: 19px;
  max-width: none;
  height: 100%;
  max-height: 100%;
  padding: 0 3px;
  overflow: clip;
}

.next-prev-arrow._180 {
  transform: rotate(180deg);
}

.project-text-liste {
  padding-right: var(--spacing-mobile);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3px;
  display: flex;
  position: relative;
}

.project-text-liste.space {
  padding-top: 9px;
}

.project-text-liste.bright {
  color: var(--bright-grey);
}

.main-links {
  color: var(--dark-grey);
  font-size: var(--mini-font);
  padding-top: 3px;
  padding-left: 5px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.main-links:hover {
  color: var(--bright-grey);
}

.main-links.w--current {
  font-size: var(--mini-font);
  display: block;
}

.all_video_embdes {
  background-color: #fff0;
  margin-bottom: 0;
  position: relative;
}

.link-block {
  color: var(--dark-grey);
  text-decoration: underline;
  display: block;
}

.next-prev-project-name {
  background-color: var(--white);
  color: var(--bright-grey);
  font-size: var(--micro-front);
  align-self: flex-start;
  padding: 1px 3px 4px;
  line-height: 90%;
}

.next-prev-project-name.next {
  align-self: flex-end;
}

.home-project-titel {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark-grey);
  font-size: var(--lineheight);
  padding: 1px 3px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  inset: auto auto 0% 0%;
}

.home-project-titel.bright {
  color: var(--bright-grey);
}

.open-text {
  background-color: var(--white);
  opacity: 1;
  font-size: var(--micro-front);
  align-self: flex-start;
  padding-top: 1px;
  padding-bottom: 7px;
  line-height: 50%;
  display: inline-block;
  position: relative;
}

.home-project-titel-wrap {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.playground-img {
  align-self: flex-start;
  display: block;
}

.playgrund-embed {
  width: 100%;
  margin-bottom: 0;
}

.playgrund-embed.hide {
  display: none;
}

.playground-flex-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.v-flex-50 {
  grid-row-gap: .5vw;
  width: 33.3%;
  overflow: hidden;
}

.home-wrap-titel-and-img {
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.wrap-titel-open {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
}

.mini-tex {
  padding-left: 3px;
  line-height: 18px;
}

.about-category-titel {
  font-size: var(--mini-font);
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 90%;
}

.body-3 {
  min-height: 100vh;
}

.li-text {
  background-color: var(--white);
  flex-flow: row;
  display: block;
  position: relative;
}

.li-text.bright {
  color: var(--bright-grey);
}

.menu-work {
  align-self: auto;
  padding-left: 4px;
  position: relative;
}

.menu-work:hover {
  color: var(--bright-grey);
}

.menu-clo {
  padding-left: 3px;
  position: relative;
}

.menu-clo:hover {
  color: var(--bright-grey);
}

.menu-open-close {
  color: var(--dark-grey);
  font-size: var(--mini-font);
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.wrap-li {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding-left: 4px;
  display: flex;
  position: relative;
}

.wrap_project-titel {
  flex-direction: column;
  display: block;
  position: relative;
}

.project-head {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wrap-projecthead-text {
  position: absolute;
  inset: 30px auto auto 0%;
}

.div-block-4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.about_embed {
  z-index: 0;
  pointer-events: none;
  background-color: #fff0;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.drush_about_seite {
  z-index: 1;
  letter-spacing: -.2vw;
  font-size: 7.9vw;
  line-height: 74%;
  position: relative;
}

.imprint {
  padding-top: 26px;
  padding-left: 2px;
}

.imprint h2 {
  font-size: var(--medium-font);
  margin-top: 40px;
  line-height: 90%;
}

.imprint h3 {
  font-size: var(--mini-font);
  font-weight: 600;
}

.paragraph {
  font-size: var(--mobile-main);
}

.heading {
  font-size: var(--mini-font);
}

.heading-1 {
  font-size: var(--large-font);
  line-height: 90%;
}

.overflow-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.all_img-copy {
  width: 100%;
  position: relative;
}

.all_img-copy.mobile {
  display: none;
}

.all_img-copy.desktop_hide {
  object-fit: cover;
}

.all_img-copy.project-header {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.main_vid_hook {
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
}

.main_vid_hook.vimeo {
  display: none;
}

.mega_link {
  color: var(--dark-grey);
  text-decoration: none;
}

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

.white_arrow_bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.head-wrapper {
  width: 100vw;
  display: flex;
}

.code-embed {
  align-self: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-bottom: 58px;
  display: block;
  position: relative;
  inset: 0%;
}

.text-block {
  z-index: 2;
  font-size: var(--micro-front);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
  inset: 0%;
}

.text-span {
  letter-spacing: -1.7vw;
}

.text-span-2, .text-span-3 {
  letter-spacing: -1vw;
}

.img-holder {
  object-position: 50% 0%;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img_big {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: visible;
}

.div-block-6 {
  object-fit: fill;
  height: 300vh;
  position: static;
}

.scroller {
  height: 100vh;
}

.hesadermoment {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: red;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 103px;
  display: grid;
}

.h1-extra {
  margin-top: 44px;
  padding: 37px 56px 44px 60px;
  font-size: 50px;
  font-weight: 500;
}

.h1-extra.coor-red {
  color: red;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

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

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

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

.bold-text {
  letter-spacing: -2.5vw;
}

.header {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.header._2 {
  justify-content: space-between;
  align-items: stretch;
  height: 230vh;
}

.fix {
  z-index: -2;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.follow {
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-span-4 {
  margin-bottom: 24px;
  display: block;
}

.head-text-wrapper {
  pointer-events: auto;
  text-indent: 59px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 135px;
  font-weight: 600;
  display: flex;
}

.name-wrapper {
  display: none;
  position: absolute;
  inset: auto 0% 2%;
}

.text-span-5 {
  letter-spacing: 1vw;
}

.text-span-6 {
  letter-spacing: -.2vw;
}

.img_container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 20vw;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.home_emnu {
  font-size: 21px;
}

.image-5, .image-6 {
  width: 20vw;
}

.image-7 {
  width: 30%;
  margin-right: 10%;
  position: absolute;
  inset: auto 0% 4% auto;
}

.text-span-7 {
  letter-spacing: -.45vw;
}

.header_img_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  order: 1;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: relative;
}

.header-link {
  perspective: 1945px;
  width: 80%;
}

.header-link.small {
  width: 60%;
}

.header-img {
  max-width: 100%;
}

.head-scrollwrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200vh;
  padding-top: 80vh;
  padding-bottom: 20vh;
  display: grid;
  position: relative;
}

.hl {
  width: 80%;
}

.code-embed-2 {
  aspect-ratio: auto;
  background-color: var(--black);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: clip;
}

.bold-text-2 {
  font-weight: 600;
}

.mini-line.bright {
  color: var(--bright-grey);
}

.one-line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.loop_video {
  flex-flow: row;
  margin-bottom: 50px;
  display: flex;
}

.loop_video.about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mouse {
  z-index: 3;
  position: fixed;
  inset: 0%;
}

.maus {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.maus_zeiger {
  position: relative;
}

.text-block-2 {
  z-index: 6;
  filter: invert();
  color: #6d6d6d;
  font-size: var(--mini-font);
  display: none;
  position: relative;
}

.open {
  font-size: var(--lineheight);
  align-self: flex-start;
  padding-left: 3px;
}

.open.bright {
  opacity: 0;
  color: var(--bright-grey);
}

.wrap-open-txt-home {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  font-size: var(--mobile-main);
}

@media screen and (max-width: 991px) {
  .work-text.w--current:hover {
    color: var(--dark-grey);
  }

  .block-text.big {
    font-size: var(--mobile-main);
    line-height: 90%;
  }

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

  .all_img.mobile {
    display: none;
  }

  .all_img.project-header {
    object-fit: cover;
    inset: 0%;
  }

  .home-teaser-text {
    padding-left: 4px;
    font-size: 16px;
    line-height: 18px;
  }

  .next-prev {
    white-space: nowrap;
    word-break: normal;
  }

  .open-text {
    display: none;
  }

  .playground-flex-wrapper {
    padding-top: 22px;
  }

  .project-head {
    background-image: none;
  }

  .wrap-projecthead-text {
    top: 26px;
  }

  .drush_about_seite {
    font-size: 13vw;
  }

  .all_img-copy.mobile {
    display: none;
  }

  .all_img-copy.project-header {
    object-fit: cover;
    inset: 0%;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .header._2 {
    height: 180vh;
  }

  .code-embed-2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .text-link.contact {
    font-size: var(--micro-front);
    line-height: 90%;
  }

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

  .navi-menu-wrapper {
    z-index: 5;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3px;
    display: flex;
    inset: 0% 0% auto;
  }

  .work-text {
    font-size: var(--micor-plus);
    line-height: 72%;
  }

  .work-link {
    padding-left: 0;
  }

  .block-text.big {
    width: 100%;
    padding-top: 3px;
    font-size: 23px;
    line-height: 100%;
  }

  .big_text--ber-mich {
    font-size: var(--micor-plus);
  }

  .footer {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    padding-top: 2px;
    padding-bottom: 0;
    position: sticky;
  }

  .looks-like-text-link {
    font-size: var(--micro-front);
    line-height: 90%;
  }

  .grid {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .grid.about {
    display: block;
  }

  .all_img.mobile {
    object-fit: contain;
    object-position: 50% 50%;
    flex: none;
    display: block;
  }

  .all_img.desktop_hide, .all_img.project-header {
    display: none;
  }

  .gallery_grid-home {
    flex-direction: column;
    display: flex;
  }

  .home-teaser-text.special {
    font-size: var(--lineheight);
    width: 100%;
  }

  .project-detail-titel {
    font-size: var(--medium-font);
    line-height: 90%;
    display: inline-block;
  }

  .next-prev {
    margin-top: var(--spacing-desktop);
    flex-flow: row;
    width: 100%;
    bottom: 38px;
  }

  .next-rev-text {
    font-size: var(--mobile-main);
    flex: 0 auto;
    align-self: auto;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 90%;
  }

  .prev-next-link.next {
    z-index: 9;
  }

  .next-prev-arrow {
    width: 22px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-text-liste {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .project-text-liste.space {
    padding-top: 0;
  }

  .main-links {
    font-size: var(--mobile-main);
    padding-right: 2px;
  }

  .main-links.w--current {
    padding-left: 2px;
  }

  .link-block {
    display: inline-block;
  }

  .next-prev-project-name {
    font-size: var(--micro-front);
    letter-spacing: .1px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 90%;
  }

  .next-prev-project-name.next {
    line-height: 90%;
  }

  .home-project-titel {
    font-size: var(--mini-font);
    line-height: 86%;
  }

  .open-text {
    padding-top: 1px;
    padding-bottom: 10px;
  }

  .playground-flex-wrapper {
    flex-direction: column;
    padding-top: 19px;
  }

  .v-flex-50 {
    width: 100%;
  }

  .mini-tex {
    padding-bottom: var(--spacing-mobile);
  }

  .li-text {
    white-space: nowrap;
    word-break: normal;
  }

  .menu-open-close {
    font-size: var(--mobile-main);
  }

  .wrap-li {
    width: 100%;
  }

  .project-head {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 23px;
  }

  .wrap-projecthead-text {
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    inset: 0 auto 15px 0%;
  }

  .about_embed {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .drush_about_seite {
    letter-spacing: -.2vw;
    padding-top: 34px;
    padding-bottom: 0;
    font-size: 19vw;
    line-height: 95%;
  }

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

  .all_img-copy.mobile {
    object-fit: contain;
    object-position: 50% 50%;
    flex: none;
    display: block;
  }

  .all_img-copy.desktop_hide, .all_img-copy.project-header {
    display: none;
  }

  .h1-extra {
    font-size: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .loop_video.about {
    margin-bottom: 0;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navi {
    font-size: var(--mini-font);
  }

  .navi-menu-wrapper {
    flex-direction: column;
    display: flex;
    inset: 0% 0% auto;
  }

  .work-text {
    font-size: var(--micor-plus);
    line-height: 76%;
  }

  .block-text.big {
    padding-bottom: var(--spacing-mobile);
    font-size: var(--lineheight);
    line-height: 100%;
  }

  .big_text--ber-mich {
    font-size: var(--mobile-main);
    padding-top: 0;
    line-height: 95%;
  }

  .footer {
    grid-column-gap: .5vw;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .about-list-element {
    width: 80%;
  }

  .looks-like-text-link.w--current {
    order: 0;
    display: block;
  }

  .grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .grid.about {
    margin-top: 0;
  }

  .all_img.mobile {
    height: auto;
  }

  .gallery_grid-home {
    grid-row-gap: 70px;
  }

  .name {
    margin-top: 20px;
  }

  .img_text-_home_teaser {
    padding-bottom: 16px;
  }

  .home-teaser-text {
    color: var(--dark-grey);
    font-size: var(--micro-front);
  }

  .flie-text-big {
    padding-bottom: var(--spacing-mobile);
    font-size: var(--micro-front);
    line-height: 100%;
  }

  .project-detail-titel {
    font-size: var(--medium-font);
    white-space: normal;
    word-break: normal;
    padding-top: 2px;
    padding-bottom: 4px;
    line-height: 90%;
    display: inline-block;
  }

  .next-prev {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
    position: relative;
    bottom: 25px;
  }

  .prev-next-link.next {
    text-align: right;
  }

  .project-text-liste {
    align-items: flex-start;
    padding-right: 20px;
  }

  .main-links, .main-links.w--current {
    font-size: var(--mobile-main);
  }

  .next-prev-project-name {
    font-size: var(--micro-front);
    font-weight: 600;
  }

  .next-prev-project-name.next {
    font-size: var(--micro-front);
  }

  .home-project-titel {
    font-size: var(--micor-plus);
    line-height: 100%;
  }

  .open-text {
    font-size: var(--mobile-main);
  }

  .playground-flex-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .v-flex-50 {
    grid-row-gap: 2vw;
  }

  .about-category-titel, .menu-open-close {
    font-size: var(--mobile-main);
  }

  .wrap-li {
    width: auto;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .drush_about_seite {
    line-height: 107%;
  }

  .all_img-copy.mobile {
    height: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .head-scrollwrap {
    grid-template-rows: auto auto;
  }

  .code-embed-2 {
    padding-bottom: 0;
  }
}

#w-node-_7ac8684f-2668-d9ce-669a-90a44f7a7e0d-697f25a3 {
  grid-area: 1 / 5 / 2 / 11;
  align-self: start;
}

#w-node-_0db270ab-577c-18e5-a217-d02707601ab3-697f25a3 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_3d6a69ac-2357-5ab3-db0d-9c9aecb2dfce-697f25a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_62ecf280-054f-233e-c4ae-5190e7725065-697f25a3 {
  grid-area: 2 / 7 / 3 / 11;
  align-self: start;
}

#w-node-_62ecf280-054f-233e-c4ae-5190e7725066-697f25a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f84c6634-afc6-bd49-6b18-d1ae5a27afa2-697f25a3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-f84c6634-afc6-bd49-6b18-d1ae5a27afa3-697f25a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c60a1615-0295-4969-47d9-dc816cb1a4eb-697f25a3 {
  grid-area: 3 / 1 / 4 / 5;
  align-self: start;
}

#w-node-_8488ac30-e099-2f3c-2c61-fceb935a05aa-697f25a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a430ca52-3467-509f-9c9a-31dd46cbf13f-697f25a3 {
  grid-area: 3 / 5 / 4 / 11;
  align-self: start;
}

#w-node-a430ca52-3467-509f-9c9a-31dd46cbf140-697f25a3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ece85018-3656-85d2-5172-983806c649fb-fd144645 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: start;
}

#w-node-ccf8c0af-5dc6-0ee8-07c9-8b194f6b05f4-fd144645 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_15465fe3-a209-757b-562d-5509f67d5fe8-fd144645 {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: start;
}

#w-node-_70f2099f-38e4-8ef4-a417-2380fd144646-fd144645 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: start;
}

#w-node-bfb69032-00ad-337d-e099-612c90fe3090-50d68d6d {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d6e-50d68d6d {
  grid-area: 1 / 1 / 2 / 3;
  place-self: auto start;
}

#w-node-db712c5d-6e7e-67b0-5893-77447b230b26-50d68d6d {
  grid-area: 1 / 7 / 2 / 10;
  justify-self: start;
}

#w-node-_562e06fe-bbf2-4c71-adf5-39d0949b7fba-50d68d6d {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: start;
}

#w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d74-50d68d6d {
  grid-area: 1 / 7 / 3 / 10;
  justify-self: auto;
}

#w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25c6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25c6 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_248f953d-5692-f06a-3b0e-8bcce83c8fcb-697f25c6 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-bfd2fd25-ba24-5c4b-303c-3350b1cc204b-697f25c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25c6, #w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25c6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f25c6 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_2509679f-cb1e-d2df-f6d6-369b50951e52-697f25c6 {
  grid-area: 5 / 4 / 6 / 11;
}

#w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25c6 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_739f00e3-c6c9-396b-a070-d1055c21feb3-697f25c6, #w-node-_33459dda-d51c-b697-562b-41760a3740df-697f25c6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25c6 {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-697f25c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25c6 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-697f25c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10f30ad-f73c-f78d-89fe-6d27ff09ad8b-697f25d8 {
  grid-area: 1 / 1 / 4 / 5;
  place-self: center;
}

#w-node-_1d122e46-ec54-c226-7bf3-335a4f9dd820-697f25d8 {
  grid-area: 1 / 5 / 4 / 11;
  align-self: center;
}

#w-node-_4e266cac-3c79-7d6e-7521-f96ad6dce8b1-697f25d8 {
  grid-area: 3 / 7 / 4 / 10;
  align-self: auto;
}

#w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25d9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-f96d83f8-fb90-6720-e68f-3959eb1b5208-697f25d9 {
  grid-area: 4 / 1 / 5 / 11;
}

#w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25d9 {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25d9 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25d9 {
  grid-area: 5 / 8 / 6 / 11;
}

#w-node-_722be593-6e09-c74f-e181-0d5e2c55784f-697f25d9 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25d9 {
  grid-area: 6 / 1 / 7 / 11;
}

#w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25d9 {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_029baf0d-afd5-3530-2e69-2a712421cc9b-697f25d9 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25d9 {
  grid-area: 7 / 1 / 8 / 11;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7dd-697f25d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25d9 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7e4-697f25d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25da {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_42c1cb81-a7a4-2502-08f3-d4607bbda040-697f25da {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25da {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-ff2edf61-2aed-d320-437b-dc198aecad62-697f25da {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_45ceef81-0bbf-4ac3-1183-553dd767674a-697f25da {
  grid-area: 5 / 6 / 6 / 11;
}

#w-node-_45ceef81-0bbf-4ac3-1183-553dd767674b-697f25da, #w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25da {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-c0787731-2bf1-8222-83a3-841f6b4e69eb-697f25da {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_91bd1e32-be7e-6cb5-2216-a27777866385-697f25da {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_54f774d5-6a42-cb35-bebe-c0313183248d-697f25da {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25da {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21c-697f25da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25da {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d223-697f25da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72697a63-7f88-6776-9111-d7d5c4bf5aea-697f25db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fcd0589-04d9-f90f-9d15-d38dfd07bdc4-697f25db {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_42779a06-16f2-a20b-4db9-b5f61d9e4080-697f25db {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_99780f1d-af12-4b15-0bf8-abcc91a8b725-697f25db {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_05d83edd-f3e9-1a9b-b84b-1003a19d9692-697f25db {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_05d83edd-f3e9-1a9b-b84b-1003a19d9693-697f25db {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_7a8e7b6f-690a-a819-4c95-18852cd695e4-697f25db {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace52-697f25db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace57-697f25db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace59-697f25db {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace5e-697f25db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dc {
  grid-area: 1 / 1 / 3 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dc {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dc {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dc {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd0-697f25dc {
  grid-area: 3 / 8 / 4 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dc {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dc {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dc {
  grid-area: 6 / 5 / 7 / 11;
}

#w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dc {
  grid-area: 4 / 7 / 6 / 11;
}

#w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dc {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dc {
  grid-area: 7 / 1 / 8 / 11;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed72-697f25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dc {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed79-697f25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dd {
  grid-area: 1 / 1 / 3 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dd {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dd {
  grid-area: 3 / 1 / 4 / 11;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dd {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_805336a0-d23a-221f-840d-cab7c6eead2e-697f25dd {
  grid-area: 5 / 3 / 6 / 9;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ae3b3140-1ea2-a966-f46f-4591fae16eb8-697f25dd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dd {
  grid-area: 6 / 6 / 7 / 11;
}

#w-node-_9a3eb89c-eb23-de10-5124-1773d16650af-697f25dd {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dd {
  grid-area: 4 / 3 / 5 / 11;
}

#w-node-_4055589f-bc85-c58d-eb59-acded3bb9448-697f25dd {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dd {
  grid-area: 7 / 1 / 8 / 9;
}

#w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dd {
  grid-area: 8 / 1 / 9 / 11;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed72-697f25dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dd {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed79-697f25dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e7a8e47-46f8-a344-a0d2-d815754a35c7-697f25de {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25df {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25df {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f25df {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-bfd2fd25-ba24-5c4b-303c-3350b1cc204b-697f25df {
  grid-area: 4 / 4 / 5 / 11;
}

#w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25df {
  grid-area: 7 / 3 / 8 / 8;
}

#w-node-aca6e345-ab46-2163-e528-2b2682f4f3e9-697f25df {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-bb1e1160-eaad-4b27-68a8-f258665007fa-697f25df {
  grid-area: 7 / 8 / 8 / 11;
  place-self: start;
}

#w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25df {
  grid-area: 5 / 4 / 6 / 7;
}

#w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25df {
  grid-area: 6 / 1 / 7 / 6;
  align-self: start;
}

#w-node-c115bb08-0452-8201-f3aa-78a348446a59-697f25df {
  grid-area: 8 / 5 / 9 / 11;
}

#w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25df {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25df {
  grid-area: 8 / 1 / 9 / 5;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25df {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25df {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-697f25df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25df {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-697f25df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25e0 {
  grid-area: 2 / 5 / 3 / 11;
}

#w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25e0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25e0 {
  grid-area: 4 / 7 / 5 / 10;
}

#w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25e0 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e0 {
  grid-area: 3 / 6 / 4 / 11;
}

#w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e0 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25e0 {
  grid-area: 7 / 1 / 8 / 11;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7dd-697f25e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e0 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7e4-697f25e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25e1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_42c1cb81-a7a4-2502-08f3-d4607bbda040-697f25e1 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25e1 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ff2edf61-2aed-d320-437b-dc198aecad62-697f25e1 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_45ceef81-0bbf-4ac3-1183-553dd767674a-697f25e1 {
  grid-area: 3 / 5 / 4 / 11;
}

#w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25e1 {
  grid-area: 3 / 1 / 5 / 5;
}

#w-node-a54352ff-0942-ac58-0c48-e0f770683e69-697f25e1 {
  grid-area: 5 / 6 / 6 / 11;
}

#w-node-_54f774d5-6a42-cb35-bebe-c0313183248d-697f25e1 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21c-697f25e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25e1 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-a0ce179a-a062-51d9-6aed-6ec98f93d223-697f25e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25e2 {
  grid-area: 2 / 5 / 3 / 11;
}

#w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25e2 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25e2 {
  grid-area: 4 / 7 / 5 / 10;
}

#w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25e2 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e2 {
  grid-area: 3 / 6 / 4 / 11;
}

#w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e2 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25e2 {
  grid-area: 7 / 1 / 8 / 11;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7dd-697f25e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e2 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7e4-697f25e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25e3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_02d9c322-2b41-a213-f55a-28774f3071ea-697f25e3 {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-_32873ab7-5c7b-c052-ef16-a323fe0f0c5b-697f25e3 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25e3 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-697f25e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25e3 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-697f25e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-697f25f5 {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25f5 {
  grid-area: 4 / 1 / 5 / 9;
}

#w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25f5 {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25f5 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25f5 {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-697f25f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25f5 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-697f25f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f2607 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_32750e33-7dc7-d923-9474-b7ca97d9ba24-697f2607 {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f2607 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bfd2fd25-ba24-5c4b-303c-3350b1cc204b-697f2607 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f2607 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f2607 {
  grid-area: 4 / 7 / 5 / 11;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f2607 {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f2607 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-697f2607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f2607 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-697f2607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6093a40e-8f3e-d575-eabc-b115d1391310-2caae698 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_50944466-42cc-2e09-4fa1-dc31cfc16881-2caae698 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_03e676f2-14de-1a14-bfe5-eebdbf809c3c-2caae698 {
  grid-area: 3 / 8 / 4 / 11;
}

#w-node-b9bdd366-ab24-b648-e533-0ce76adb5e04-2caae698 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-_4bdb6350-a33e-6edc-e870-1bb113a492bc-2caae698 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2d5-2caae698 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2da-2caae698 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2dc-2caae698 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2e1-2caae698 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-5056c794 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-5056c794 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-5056c794 {
  grid-area: 3 / 8 / 4 / 11;
}

#w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-5056c794 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-5056c794 {
  grid-area: 14 / 1 / 15 / 11;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-5056c794 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3576-5056c794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-5056c794 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c10c3a3b-da1c-0758-80a0-fdcae72f357d-5056c794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7ac8684f-2668-d9ce-669a-90a44f7a7e0d-697f25a3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0db270ab-577c-18e5-a217-d02707601ab3-697f25a3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_62ecf280-054f-233e-c4ae-5190e7725065-697f25a3, #w-node-f84c6634-afc6-bd49-6b18-d1ae5a27afa2-697f25a3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c60a1615-0295-4969-47d9-dc816cb1a4eb-697f25a3, #w-node-a430ca52-3467-509f-9c9a-31dd46cbf13f-697f25a3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ccf8c0af-5dc6-0ee8-07c9-8b194f6b05f4-fd144645, #w-node-_15465fe3-a209-757b-562d-5509f67d5fe8-fd144645 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d6e-50d68d6d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dc {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dc {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dc {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd0-697f25dc {
    grid-area: 5 / 6 / 6 / 9;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dc {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dc {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dc {
    grid-area: 7 / 3 / 8 / 9;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dc {
    grid-area: 6 / 5 / 7 / 9;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dc {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dd {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dd {
    grid-area: 1 / 1 / 2 / 11;
    justify-self: auto;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dd {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_805336a0-d23a-221f-840d-cab7c6eead2e-697f25dd {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dd {
    grid-area: 2 / 5 / 3 / 11;
  }

  #w-node-ae3b3140-1ea2-a966-f46f-4591fae16eb8-697f25dd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9a3eb89c-eb23-de10-5124-1773d16650af-697f25dd {
    grid-area: 6 / 5 / 7 / 9;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dd {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4055589f-bc85-c58d-eb59-acded3bb9448-697f25dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dd, #w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dd {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25df {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25df {
    grid-area: 8 / 7 / 9 / 11;
  }

  #w-node-aca6e345-ab46-2163-e528-2b2682f4f3e9-697f25df {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-bb1e1160-eaad-4b27-68a8-f258665007fa-697f25df {
    grid-area: 7 / 6 / 8 / 11;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25df {
    grid-area: 5 / 6 / 6 / 11;
  }

  #w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25df {
    grid-area: 6 / 4 / 7 / 11;
    align-self: start;
  }

  #w-node-c115bb08-0452-8201-f3aa-78a348446a59-697f25df {
    grid-column: 1 / 7;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25df {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25df {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-_02d9c322-2b41-a213-f55a-28774f3071ea-697f25e3 {
    grid-column-end: 11;
  }

  #w-node-_32873ab7-5c7b-c052-ef16-a323fe0f0c5b-697f25e3 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25e3 {
    grid-column: span 10 / span 10;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-697f25f5 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25f5 {
    grid-area: 5 / 3 / 6 / 11;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25f5 {
    grid-area: 4 / 5 / 5 / 9;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25f5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_32750e33-7dc7-d923-9474-b7ca97d9ba24-697f2607 {
    grid-column-end: 11;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f2607 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f2607 {
    grid-area: 4 / 6 / 5 / 11;
  }

  #w-node-_50944466-42cc-2e09-4fa1-dc31cfc16881-2caae698 {
    grid-column-end: 11;
  }

  #w-node-_03e676f2-14de-1a14-bfe5-eebdbf809c3c-2caae698 {
    grid-area: 3 / 7 / 4 / 11;
  }

  #w-node-b9bdd366-ab24-b648-e533-0ce76adb5e04-2caae698 {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-_4bdb6350-a33e-6edc-e870-1bb113a492bc-2caae698 {
    grid-area: 4 / 1 / 5 / 8;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-5056c794 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-5056c794 {
    grid-area: 4 / 5 / 5 / 9;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-5056c794 {
    grid-area: 4 / 1 / 5 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ece85018-3656-85d2-5172-983806c649fb-fd144645 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-ccf8c0af-5dc6-0ee8-07c9-8b194f6b05f4-fd144645 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_15465fe3-a209-757b-562d-5509f67d5fe8-fd144645 {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: start;
  }

  #w-node-_70f2099f-38e4-8ef4-a417-2380fd144646-fd144645 {
    grid-area: 2 / 7 / 3 / 8;
  }

  #w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d6e-50d68d6d {
    grid-area: 1 / 1 / 2 / 4;
    place-self: auto start;
  }

  #w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d74-50d68d6d {
    grid-area: 2 / 1 / 3 / 11;
    place-self: start;
  }

  #w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25c6 {
    grid-row: 3 / 4;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25c6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_248f953d-5692-f06a-3b0e-8bcce83c8fcb-697f25c6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25c6 {
    grid-column: span 4 / span 4;
  }

  #w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25c6 {
    grid-column: span 3 / span 3;
  }

  #w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f25c6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2509679f-cb1e-d2df-f6d6-369b50951e52-697f25c6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25c6, #w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_739f00e3-c6c9-396b-a070-d1055c21feb3-697f25c6, #w-node-_33459dda-d51c-b697-562b-41760a3740df-697f25c6 {
    grid-column: span 4 / span 4;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25c6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25c6 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25d9 {
    grid-row: 3 / 4;
  }

  #w-node-f96d83f8-fb90-6720-e68f-3959eb1b5208-697f25d9 {
    grid-column-end: 5;
  }

  #w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25d9 {
    grid-column-end: 5;
  }

  #w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25d9 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_722be593-6e09-c74f-e181-0d5e2c55784f-697f25d9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25d9, #w-node-_029baf0d-afd5-3530-2e69-2a712421cc9b-697f25d9, #w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25d9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25d9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25d9 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25da {
    grid-row: 3 / 4;
  }

  #w-node-_42c1cb81-a7a4-2502-08f3-d4607bbda040-697f25da, #w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25da {
    grid-column-end: 5;
  }

  #w-node-ff2edf61-2aed-d320-437b-dc198aecad62-697f25da {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd767674a-697f25da {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd767674b-697f25da {
    grid-row: 7 / 8;
    grid-column-end: 5;
  }

  #w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25da {
    grid-row: 8 / 9;
    grid-column-end: 5;
  }

  #w-node-c0787731-2bf1-8222-83a3-841f6b4e69eb-697f25da {
    grid-row: 3 / 4;
  }

  #w-node-_91bd1e32-be7e-6cb5-2216-a27777866385-697f25da {
    grid-row: 5 / 6;
    grid-column-end: 5;
  }

  #w-node-_54f774d5-6a42-cb35-bebe-c0313183248d-697f25da {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25da {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25da {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace52-697f25db {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace59-697f25db {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dc {
    grid-row: 3 / 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dc, #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd0-697f25dc {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dc {
    grid-row-start: 7;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dc {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dc {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dc {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dc {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dc {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dd {
    grid-row: 3 / 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dd {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dd {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_805336a0-d23a-221f-840d-cab7c6eead2e-697f25dd, #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dd, #w-node-ae3b3140-1ea2-a966-f46f-4591fae16eb8-697f25dd, #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dd, #w-node-_9a3eb89c-eb23-de10-5124-1773d16650af-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4055589f-bc85-c58d-eb59-acded3bb9448-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dd {
    grid-area: 6 / span 4 / 7 / span 4;
  }

  #w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dd {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25df {
    grid-row: 3 / 4;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25df, #w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f25df {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-bfd2fd25-ba24-5c4b-303c-3350b1cc204b-697f25df {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25df {
    grid-area: 6 / 2 / 7 / 9;
  }

  #w-node-aca6e345-ab46-2163-e528-2b2682f4f3e9-697f25df {
    grid-column-end: 9;
  }

  #w-node-bb1e1160-eaad-4b27-68a8-f258665007fa-697f25df {
    grid-column: 5 / 9;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25df {
    grid-column: span 4 / span 4;
  }

  #w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25df {
    grid-area: span 1 / span 7 / span 1 / span 7;
    align-self: start;
  }

  #w-node-c115bb08-0452-8201-f3aa-78a348446a59-697f25df {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25df {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25df {
    grid-column-end: 9;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25df {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25df {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e0 {
    grid-row: 3 / 4;
  }

  #w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25e0 {
    grid-column-end: 5;
  }

  #w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25e0 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e0, #w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e0 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25e1 {
    grid-row: 3 / 4;
  }

  #w-node-_42c1cb81-a7a4-2502-08f3-d4607bbda040-697f25e1, #w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25e1 {
    grid-column-end: 5;
  }

  #w-node-ff2edf61-2aed-d320-437b-dc198aecad62-697f25e1 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd767674a-697f25e1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25e1 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-a54352ff-0942-ac58-0c48-e0f770683e69-697f25e1 {
    grid-area: 5 / 3 / 6 / 5;
  }

  #w-node-_54f774d5-6a42-cb35-bebe-c0313183248d-697f25e1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25e1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25e1 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e2 {
    grid-row: 3 / 4;
  }

  #w-node-_8daea523-dc22-7b34-2cef-98f2e80467c0-697f25e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_19ad2f42-0057-27de-2c6a-73fe290917b8-697f25e2 {
    grid-column-end: 5;
  }

  #w-node-f6bf1253-6275-0ccc-2b55-d445f3875635-697f25e2 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_74a2481b-b1bc-08d0-d2c2-ea081fa061c0-697f25e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e2, #w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a17c350-bb3e-9fd8-c10d-461008223850-697f25e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e2 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25e3, #w-node-_32873ab7-5c7b-c052-ef16-a323fe0f0c5b-697f25e3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25e3 {
    grid-column: span 8 / span 8;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25e3 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25f5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-697f25f5 {
    grid-column-end: 9;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25f5, #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f25f5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25f5 {
    grid-area: 4 / 3 / 5 / 9;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25f5 {
    grid-column-end: 9;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25f5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25f5 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f2607 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_32750e33-7dc7-d923-9474-b7ca97d9ba24-697f2607 {
    grid-column-end: 9;
  }

  #w-node-c27bea5b-f485-2c25-cf8b-642f97a52e25-697f2607 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-bfd2fd25-ba24-5c4b-303c-3350b1cc204b-697f2607 {
    grid-area: 5 / 7 / 6 / 9;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f2607 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f2607 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f2607 {
    grid-column-end: 9;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f2607 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f2607 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_6093a40e-8f3e-d575-eabc-b115d1391310-2caae698 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2d5-2caae698 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2dc-2caae698 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-5056c794 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-5056c794 {
    grid-column-end: 9;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-5056c794 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-5056c794 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-5056c794 {
    grid-column-end: 9;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-5056c794 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-5056c794 {
    grid-area: 1 / 5 / 2 / 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ece85018-3656-85d2-5172-983806c649fb-fd144645 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-ccf8c0af-5dc6-0ee8-07c9-8b194f6b05f4-fd144645 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: auto;
  }

  #w-node-_59d44f87-6958-ffaa-b9e9-5c2138b1eb7c-fd144645 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_15465fe3-a209-757b-562d-5509f67d5fe8-fd144645 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: start;
  }

  #w-node-_70f2099f-38e4-8ef4-a417-2380fd144646-fd144645 {
    grid-area: 2 / 4 / 3 / 5;
    justify-self: start;
  }

  #w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d6e-50d68d6d {
    grid-area: 1 / 1 / 2 / 6;
    place-self: auto start;
  }

  #w-node-db712c5d-6e7e-67b0-5893-77447b230b26-50d68d6d {
    grid-area: 1 / 5 / 2 / 10;
  }

  #w-node-bd06eb97-d774-1c47-7f5c-c87a50d68d74-50d68d6d {
    grid-area: 2 / 1 / 3 / 11;
    place-self: start;
  }

  #w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25c6 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25c6 {
    grid-row: span 1 / span 1;
  }

  #w-node-_248f953d-5692-f06a-3b0e-8bcce83c8fcb-697f25c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25c6 {
    grid-column: 3 / 5;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25d9 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25d9 {
    grid-column: 3 / 5;
  }

  #w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25da {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25da {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd767674b-697f25da {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25da {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-c0787731-2bf1-8222-83a3-841f6b4e69eb-697f25da {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25da {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25da {
    grid-column: 3 / 5;
  }

  #w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace52-697f25db {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5dd21e45-4bbb-ae50-e1ab-e9b3f03ace59-697f25db {
    grid-column: 3 / 5;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dc {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dc, #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd0-697f25dc {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dc {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dc {
    grid-row: 3 / 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dc {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dc {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dc {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dc {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dc {
    grid-column: 3 / 5;
  }

  #w-node-_5b60b785-19ea-3473-c5ac-27f622313e38-697f25dd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cbf-697f25dd {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cce-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cb5-697f25dd {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd2-697f25dd {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_805336a0-d23a-221f-840d-cab7c6eead2e-697f25dd {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd3-697f25dd {
    grid-row: 10 / 11;
  }

  #w-node-ae3b3140-1ea2-a966-f46f-4591fae16eb8-697f25dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_55afc477-470e-8101-1d35-d8664e169cd4-697f25dd {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_9a3eb89c-eb23-de10-5124-1773d16650af-697f25dd {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_3b9938b4-5709-6582-3132-e711d839c72a-697f25dd {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_4055589f-bc85-c58d-eb59-acded3bb9448-697f25dd {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-_87399c57-19ae-bee5-dbb2-969a7a72ecce-697f25dd {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_115bda29-8e00-63a6-4183-661fb905acf3-697f25dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed6d-697f25dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_34340c03-e2f8-3df1-e2b9-8c2a2009ed74-697f25dd {
    grid-column: 3 / 5;
  }

  #w-node-_1056cecb-b16b-7415-068a-c557d0f3dfd9-697f25df {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25df {
    grid-row: span 1 / span 1;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25df {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aca6e345-ab46-2163-e528-2b2682f4f3e9-697f25df, #w-node-bb1e1160-eaad-4b27-68a8-f258665007fa-697f25df {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cfcbc043-d804-2955-0fad-c5f79d6a7937-697f25df {
    grid-area: span 1 / span 7 / span 1 / span 7;
    align-self: start;
  }

  #w-node-c115bb08-0452-8201-f3aa-78a348446a59-697f25df {
    grid-area: 10 / 1 / 11 / 9;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25df {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-eeaab4bb-0fa9-a681-6d19-49a1527d00e6-697f25df {
    grid-area: 7 / 1 / 9 / 9;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25df {
    grid-row: 14 / 15;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25df {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25df {
    grid-column: 3 / 5;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e0 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e0, #w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e0 {
    grid-column: 3 / 5;
  }

  #w-node-_2d49de50-c561-2c4f-95e3-0249f8ba6dca-697f25e1 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd7676749-697f25e1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_45ceef81-0bbf-4ac3-1183-553dd767674a-697f25e1 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_03397f4a-505a-d8b9-04f9-e144e9084695-697f25e1 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-a54352ff-0942-ac58-0c48-e0f770683e69-697f25e1 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d217-697f25e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0ce179a-a062-51d9-6aed-6ec98f93d21e-697f25e1 {
    grid-column: 3 / 5;
  }

  #w-node-_849b3321-66be-2330-2407-d3edeed13808-697f25e2 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-cebcbda8-5a2d-7ca5-89fb-b2450d0f0fe3-697f25e2, #w-node-_72d94596-db89-bea0-de98-7efbc8d825bf-697f25e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7d8-697f25e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5f330c69-3700-5bc8-b1a6-32d43f3ce7df-697f25e2 {
    grid-column: 3 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25e3 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_02d9c322-2b41-a213-f55a-28774f3071ea-697f25e3 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_32873ab7-5c7b-c052-ef16-a323fe0f0c5b-697f25e3 {
    grid-area: 3 / 2 / 4 / 10;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25e3 {
    grid-row: 14 / 15;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25e3 {
    grid-column: 3 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f25f5 {
    grid-row: span 1 / span 1;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-697f25f5 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a3131218-b4fc-d358-ac45-4d4d1a312049-697f25f5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f25f5 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f25f5 {
    grid-row: 14 / 15;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f25f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f25f5 {
    grid-column: 3 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-697f2607 {
    grid-row: span 1 / span 1;
  }

  #w-node-_32750e33-7dc7-d923-9474-b7ca97d9ba24-697f2607 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-697f2607 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-697f2607 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-697f2607 {
    grid-row: 14 / 15;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-697f2607 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-697f2607 {
    grid-column: 3 / 5;
  }

  #w-node-_6093a40e-8f3e-d575-eabc-b115d1391310-2caae698 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_50944466-42cc-2e09-4fa1-dc31cfc16881-2caae698 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_03e676f2-14de-1a14-bfe5-eebdbf809c3c-2caae698 {
    grid-area: 3 / 6 / 4 / 11;
  }

  #w-node-b9bdd366-ab24-b648-e533-0ce76adb5e04-2caae698 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_4bdb6350-a33e-6edc-e870-1bb113a492bc-2caae698 {
    grid-area: 4 / 1 / 5 / 11;
  }

  #w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2d5-2caae698 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_940c4168-fdb6-8d5e-8af3-c3aa66b0c2dc-2caae698 {
    grid-column: 3 / 5;
  }

  #w-node-fdb8b968-e2ab-d886-dace-54f53eaa116e-5056c794 {
    grid-row: span 1 / span 1;
  }

  #w-node-d110c74f-4817-cada-8d21-33b2b5dda07c-5056c794 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_166c0d9c-92c8-72b1-acfe-074f63eaf706-5056c794 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_6af4cf57-454a-0740-1cf6-4627766d21d1-5056c794 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-ff2cb740-8e30-3ad9-1ce1-1a6514fb597b-5056c794 {
    grid-row: 14 / 15;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3571-5056c794 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c10c3a3b-da1c-0758-80a0-fdcae72f3578-5056c794 {
    grid-column: 3 / 5;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}