:root {
  --grey: #777;
}

.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: #333;
  background-color: #1c1c1c;
  flex-direction: column;
  font-family: Suisseintl book, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.body {
  color: #fff;
  background-color: #1c1c1c;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 16px;
}

.hero-section {
  margin-top: 30px;
  padding-top: 180px;
  padding-bottom: 20px;
  overflow: hidden;
}

.hero-section.contact {
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 140px;
  padding-bottom: 0;
}

.huge_text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 60px;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 430px;
  font-weight: 700;
  line-height: 20px;
}

.loop-text {
  padding-top: 100px;
  padding-bottom: 130px;
}

.loop-in {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.loop-out {
  width: 100%;
  overflow: hidden;
}

.menu-button {
  opacity: 1;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  cursor: crosshair;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 0;
  font-size: 16px;
  transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  overflow: visible;
}

.menu-button:hover {
  opacity: 1;
  color: #fff;
}

.menu-button.logo {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.menu-button.logo.w--current {
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.menu-button.logo.loader.w--current {
  color: #1c1c1c;
}

.main-menu-texts {
  opacity: .4;
  color: #fff;
  cursor: crosshair;
  margin-left: 5px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
  transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
}

.main-menu-texts:hover {
  opacity: 1;
  color: #fff;
}

.grid-projects {
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grid-projects.intro {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 9vw;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.grid-projects.intro.about {
  width: 100%;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  margin-top: 8vh;
  margin-bottom: 100px;
}

.grid-projects.intro.barkovsky {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.wd {
  grid-row-gap: 30px;
}

.grid-projects.intro.dood {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.atmo {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.dr-ar {
  grid-row-gap: 30px;
}

.grid-projects.intro.shasha {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.olyo {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.eclipse {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.vituri {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.veertu {
  grid-row-gap: 30px;
}

.grid-projects.intro.warshawsky {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.grid-projects.intro.bicon {
  grid-row-gap: 30px;
}

.grid-projects.main {
  grid-row-gap: 120px;
  margin-top: 80px;
  font-family: Redhatdisplay Medium, sans-serif;
}

.project-name-text {
  z-index: 0;
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  cursor: auto;
  mix-blend-mode: normal;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: block;
  position: static;
  top: 460px;
}

.project-name-text.wediggit {
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 8px;
}

.project-name-text.barkovsky {
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.project-name-text.atmo, .project-name-text.dood {
  cursor: crosshair;
  margin-bottom: 8px;
}

.project-name-text.shasha {
  cursor: crosshair;
  margin-bottom: 8px;
  line-height: 1.1rem;
}

.project-name-text.dr, .project-name-text.eclipse, .project-name-text.bicon, .project-name-text.veertu, .project-name-text.vituri, .project-name-text.warshawsky {
  cursor: crosshair;
  margin-bottom: 8px;
}

.project-name-text.olio {
  border-radius: 20px;
}

.projec-name-white {
  color: #fff;
  margin-left: 100px;
  padding-left: 0;
  font-size: .9rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.wediggit {
  opacity: 1;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.gallery-image {
  text-align: right;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.footer {
  z-index: 100;
  width: 100%;
  align-self: auto;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
  font-size: .9rem;
  line-height: 1.5px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer.loader {
  position: absolute;
}

.container {
  max-width: 100%;
  flex-direction: row;
  flex: 1;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-3 {
  width: 100%;
  grid-template-rows: auto;
}

.text-block-3 {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 16px;
}

.button-2 {
  opacity: 1;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
  transition: color 1s cubic-bezier(.175, .885, .32, 1.275);
}

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

.div-logo {
  opacity: 1;
  line-height: 1.5rem;
  transition: opacity 1s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbar {
  z-index: 1000;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar:hover {
  opacity: 1;
}

.main-menu {
  z-index: 1000;
  height: 70px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.grid-menu {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 220px;
  margin-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-menu.next {
  grid-row-gap: 1.4vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 0;
  margin-bottom: 280px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-8 {
  margin-top: 0;
  margin-bottom: 4vw;
  font-size: 30px;
  display: block;
  position: relative;
}

.div-block-8.about {
  margin-bottom: 5vw;
}

.compny {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 7vw;
  text-decoration: none;
}

.compny.name {
  margin-left: 0;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 8vw;
  line-height: 5vw;
}

.name {
  color: var(--grey);
  margin-left: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
}

.intro-project {
  text-align: left;
  object-fit: contain;
  border-radius: 0;
  align-items: center;
  margin-bottom: 100px;
  display: block;
  position: static;
}

.big-project-text {
  text-transform: uppercase;
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.big_paragraph {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.4;
}

.big_paragraph.main {
  max-width: 52ch;
  color: var(--grey);
  font-family: Jetbrainsmono, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.4;
}

.big_paragraph.main.home {
  max-width: 46ch;
  margin-bottom: 20px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.3;
}

.big_paragraph.olyo {
  margin-top: 20px;
}

.category {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.4;
}

.category.sub {
  color: #fff;
  font-family: Jetbrainsmono, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1.4;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  max-width: 52ch;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph.contact {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph.eo {
  color: var(--grey);
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
}

.text-span {
  color: var(--grey);
  margin-top: -16px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 3.6vw;
  position: absolute;
}

.div-block-11 {
  max-width: 60ch;
}

.div-block-11.main {
  max-width: 80ch;
}

.div-menu {
  padding-top: 9px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
}

.next {
  font-size: 48px;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: crosshair;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 56px;
  line-height: 14px;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
}

.div-block-12 {
  margin-bottom: 20px;
  line-height: 0;
}

.div-block-15 {
  font-size: 14px;
  line-height: 18px;
}

.loader-leater {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20vw;
  display: flex;
  position: relative;
}

.loader-leater.t, .loader-leater.a, .loader-leater.s, .loader-leater.o, .loader-leater.n, .loader-leater.m {
  text-align: right;
  display: none;
}

.loader_div {
  z-index: 1001;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1c1c1c;
  display: none;
  position: fixed;
}

.loader_div.inside {
  opacity: 1;
  display: none;
}

.leaters_cont {
  width: 24vw;
  height: 22vw;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 8vw;
  line-height: 8vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

.text-block-9 {
  color: #777;
  text-transform: uppercase;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.button-3 {
  opacity: 1;
  text-transform: uppercase;
  cursor: crosshair;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color .2s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
}

.button-3:hover {
  color: #777;
}

.name-2 {
  color: #777;
  margin-left: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
}

.name-2.next {
  opacity: 0;
  border-radius: 0;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 56px;
  line-height: 14px;
}

.name-2.next:hover {
  opacity: 1;
}

.name-2.previous {
  opacity: 0;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 56px;
  line-height: 14px;
}

.name-2.previous:hover {
  opacity: 1;
}

.logo_otmans {
  max-width: 90%;
  cursor: crosshair;
}

.grid-6 {
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-6.about {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

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

.div-block-16 {
  margin-bottom: 0;
}

.menu {
  color: #fff;
  text-transform: uppercase;
  cursor: crosshair;
  margin-right: 40px;
  font-size: .9rem;
  line-height: 1.5px;
  text-decoration: none;
  transition: opacity .2s;
}

.menu:hover {
  opacity: .4;
}

.menu.w--current {
  color: var(--grey);
}

.text-about {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.7rem;
  text-decoration: none;
}

.div-block-18 {
  margin-top: 0;
  font-size: 5vw;
  line-height: 1;
}

.text-span-3 {
  margin-left: 11vw;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 5rem;
  line-height: 4.4rem;
}

.grid-8 {
  width: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-family: Redhatdisplay Medium, sans-serif;
}

.phone {
  color: #fff;
  font-size: .9vw;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
}

.phone:hover {
  color: var(--grey);
}

.email {
  color: #fff;
  font-size: .9vw;
  text-decoration: none;
  transition: opacity .2s;
}

.email:hover {
  color: var(--grey);
}

.text-span-4 {
  color: #fff;
}

.text-block-11 {
  text-transform: uppercase;
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 8vw;
  line-height: .8;
}

.home-page-main-text {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.div_next_prew {
  margin-left: 20px;
  padding-right: 20px;
}

.lighten {
  mix-blend-mode: lighten;
}

.body-3 {
  font-family: Redhatdisplay Bold, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.loader__wrapper {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.loader__bar-wrapper {
  width: 20rem;
  height: 2px;
  background-color: rgba(240, 240, 240, .3);
}

.loader__bar {
  width: 20rem;
  height: 2px;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  transform: scale3d(0, 1, 1)translate(0);
}

.loader__trigger {
  display: none;
}

.text-span-5 {
  color: #fff;
}

.text-span-6 {
  margin-left: auto;
}

.background-video {
  height: 100%;
}

.background-video-2 {
  max-width: 100px;
  min-height: 0%;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.background-video-3 {
  position: static;
}

.background-video-4 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.lottie-animation {
  opacity: 1;
  border: 0 solid #000;
  border-radius: 0;
  font-size: 16px;
}

.lottie-animation.d_n {
  width: 50px;
  max-width: 50px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .huge_text {
    padding-left: 20px;
    font-size: 300px;
  }

  .loop-text {
    padding-top: 140px;
    padding-bottom: 140px;
    font-size: 14px;
  }

  .loop-in, .loop-out {
    font-size: 14px;
  }

  .menu-button {
    padding-left: 20px;
    display: flex;
  }

  .menu-button.logo, .menu-button.logo.w--current, .menu-button.logo.loader.w--current {
    font-size: .9rem;
  }

  .main-menu-texts {
    padding-left: 0;
    font-size: .9rem;
  }

  .grid-projects {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 140px;
    padding-bottom: 0;
  }

  .grid-projects.intro {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-projects.intro.about {
    grid-template-rows: auto auto auto;
    margin-top: 5vh;
  }

  .grid-projects.intro.barkovsky {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.wd {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.dood {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.atmo {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.dr-ar {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.shasha {
    grid-row-gap: 40px;
  }

  .grid-projects.intro.olyo {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.eclipse {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.vituri {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.veertu {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.warshawsky {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.bicon {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.main {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-name-text {
    direction: ltr;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .project-name-text.dood, .project-name-text.warshawsky {
    margin-bottom: 8px;
  }

  .projec-name-white {
    margin-left: 40px;
    font-size: 2vw;
  }

  .wediggit {
    font-size: 14px;
  }

  .footer {
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .button-2 {
    display: block;
  }

  .div-block-6 {
    display: flex;
  }

  .div-logo {
    font-size: .9rem;
  }

  .grid-menu {
    grid-column-gap: 15px;
    margin-top: 210px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-menu.next {
    grid-row-gap: 6px;
    grid-row-gap: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .logo {
    display: flex;
  }

  .div-block-8 {
    margin-top: 20px;
    margin-bottom: 10px;
    position: static;
  }

  .div-block-8.about {
    margin-bottom: 0;
  }

  .compny {
    word-break: normal;
    overflow-wrap: break-word;
    margin-top: -1vh;
    font-size: 12vw;
    line-height: 10vw;
  }

  .compny.name {
    font-size: 12vw;
    line-height: 10vw;
  }

  .name {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .intro-project {
    margin-bottom: 10px;
  }

  .big-project-text {
    font-size: 5vw;
    line-height: 5vw;
  }

  .big_paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .big_paragraph.main {
    color: var(--grey);
    font-size: .9rem;
  }

  .big_paragraph.main.home {
    font-weight: 300;
  }

  .category, .category.sub {
    font-size: .9rem;
    line-height: 1.4;
  }

  .grid-4 {
    grid-column-gap: 15px;
    margin-top: -10px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: .9rem;
    line-height: 1.4;
  }

  .paragraph.contact {
    font-size: 1.1rem;
  }

  .text-span {
    margin-top: -6px;
    font-size: 16px;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .div-block-11.main {
    margin-top: -2vw;
  }

  .div-menu {
    padding-top: 0;
    line-height: 1.5rem;
    display: flex;
  }

  .link-2 {
    font-size: 5vw;
    line-height: 20px;
  }

  .div-block-12 {
    margin-bottom: 0;
    font-size: 2px;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

  .div-block-14 {
    margin-bottom: 0;
  }

  .loader-leater.t, .loader-leater.a, .loader-leater.s, .loader-leater.o, .loader-leater.n, .loader-leater.m {
    font-size: 50vw;
  }

  .loader_div {
    display: flex;
  }

  .leaters_cont {
    width: 40vw;
    height: 40vw;
  }

  .button-3 {
    font-size: 16px;
    display: block;
  }

  .name-2 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .name-2.next, .name-2.previous {
    opacity: 0;
    font-size: 5vw;
  }

  .logo_otmans {
    max-width: 80%;
  }

  .grid-6 {
    grid-template-columns: 1fr 2.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .main-grid {
    grid-column-gap: 15px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-17 {
    font-size: 20px;
  }

  .text-about {
    margin-top: 0;
    font-size: 6vw;
    line-height: 5vw;
  }

  .div-block-18 {
    margin-top: 10px;
    font-size: 5vw;
    line-height: 1;
  }

  .div-block-18.contact {
    font-size: 5vw;
  }

  .text-span-3 {
    font-size: 3.4rem;
    line-height: 3.1rem;
  }

  .grid-8 {
    grid-column-gap: 15px;
  }

  .div-social-footer {
    display: flex;
  }

  .phone {
    font-size: .9rem;
  }

  .email {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-block-11 {
    font-size: 11vw;
    line-height: .9;
  }

  .home-page-main-text {
    margin-top: 0;
  }

  .div_next_prew {
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    font-size: 14px;
  }

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

  .huge_text {
    padding-left: 20px;
    font-size: 290px;
  }

  .loop-text, .loop-in {
    font-size: 14px;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .menu-button.logo {
    font-size: 17px;
  }

  .menu-button.logo.w--current {
    font-size: .9rem;
  }

  .menu-button.logo.loader.w--current {
    z-index: 0;
    font-size: .9rem;
  }

  .main-menu-texts {
    display: none;
    overflow: hidden;
  }

  .grid-projects {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-projects.intro {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .grid-projects.intro.about {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-projects.intro.barkovsky {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.wd {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.dood {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.atmo {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.dr-ar {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.shasha {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.olyo {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.eclipse {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.vituri {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.veertu {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.warshawsky {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.bicon {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.main {
    grid-column-gap: 15px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 40px;
  }

  .project-name-text {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .project-name-text.wediggit, .project-name-text.barkovsky, .project-name-text.atmo, .project-name-text.dood, .project-name-text.shasha, .project-name-text.dr, .project-name-text.eclipse, .project-name-text.bicon, .project-name-text.veertu, .project-name-text.vituri, .project-name-text.warshawsky {
    margin-bottom: 8px;
  }

  .projec-name-white {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .gallery-image {
    text-align: left;
  }

  .footer {
    margin-top: auto;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .button-2 {
    padding-left: 20px;
    font-size: 14px;
  }

  .div-block-6 {
    display: flex;
  }

  .div-logo {
    font-size: .9rem;
  }

  .navbar {
    z-index: 1000;
    margin-top: 0;
  }

  .main-menu {
    color: var(--grey);
    font-size: 14px;
  }

  .grid-menu {
    z-index: 1000;
    grid-column-gap: 15px;
    margin-top: 200px;
    font-size: 14px;
  }

  .grid-menu.next {
    grid-row-gap: 0px;
    grid-row-gap: 0vw;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div-block-8 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .div-block-8.about {
    margin-top: 40px;
    margin-bottom: 4vw;
  }

  .compny {
    word-break: normal;
    overflow-wrap: break-word;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 12vw;
    line-height: 10vw;
  }

  .compny.name {
    line-height: 10vw;
  }

  .name {
    font-size: 5vw;
    line-height: 0;
  }

  .intro-project {
    margin-top: 0;
    margin-bottom: 0;
  }

  .big-project-text {
    font-size: 6vw;
    line-height: 6vw;
  }

  .big_paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .big_paragraph.main {
    font-size: .9rem;
    line-height: 1.4;
  }

  .big_paragraph.main.home {
    max-width: 48ch;
  }

  .category, .category.sub {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

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

  .paragraph {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-span {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-11.main {
    max-width: 80ch;
    margin-top: -3vw;
  }

  .link-2 {
    font-size: 6vw;
  }

  .div-block-12 {
    font-size: 5vw;
  }

  .div-block-13 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-14 {
    margin-bottom: 0;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .loader-leater.t, .loader-leater.a, .loader-leater.s, .loader-leater.o, .loader-leater.n, .loader-leater.m {
    font-size: 60vw;
  }

  .loader_div, .loader_div.inside {
    display: none;
  }

  .leaters_cont {
    width: 50vw;
    height: 50vw;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .button-3 {
    padding-left: 20px;
    font-size: 14px;
  }

  .name-2 {
    font-size: 5vw;
    line-height: 0;
  }

  .name-2.next, .name-2.previous {
    font-size: 6vw;
    line-height: 20px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid {
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .brand {
    display: none;
  }

  .div-block-16 {
    font-size: 30px;
  }

  .div-block-17 {
    margin-bottom: 0;
    font-size: 2vw;
  }

  .text-about {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-18 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-18.contact {
    margin-top: 40px;
  }

  .text-span-3 {
    font-size: 3rem;
    line-height: 2.8rem;
  }

  .grid-8 {
    grid-column-gap: 15px;
  }

  .div-social-footer {
    margin-top: auto;
  }

  .email {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .text-block-11 {
    font-size: 16vw;
    line-height: .9;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .hero-section.contact {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
  }

  .huge_text {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 200px;
  }

  .loop-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .menu-button {
    font-size: 14px;
  }

  .menu-button.logo {
    font-size: 15px;
  }

  .menu-button.logo.w--current {
    font-size: .9rem;
  }

  .main-menu-texts {
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .grid-projects {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .5fr .5fr .5fr 1fr 1fr;
    margin: 30px auto 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-projects.intro {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-projects.intro.about {
    grid-template-rows: auto auto;
    margin-bottom: 100px;
  }

  .grid-projects.intro.barkovsky {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.wd {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.dood {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.atmo {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.vituri {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.intro.warshawsky, .grid-projects.intro.bicon {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-projects.main {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    margin-top: 20px;
  }

  .project-name-text {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 4vw;
    line-height: 5.4vw;
  }

  .projec-name-white {
    margin-left: 20px;
    font-size: 4vw;
  }

  .wediggit {
    text-align: right;
  }

  .footer {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 10px;
    display: block;
  }

  .button-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .div-block-6 {
    text-align: left;
    font-size: 12px;
    line-height: 10px;
    display: block;
  }

  .navbar {
    display: flex;
  }

  .grid-menu {
    grid-column-gap: 20px;
    margin-top: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-menu.next {
    grid-row-gap: 1vw;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-8 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-8.about {
    margin-top: 35px;
  }

  .compny {
    overflow-wrap: break-word;
    margin-top: 0;
    font-size: 11vw;
    line-height: 11vw;
  }

  .compny.name {
    font-size: 11vw;
    line-height: 1vw;
  }

  .name {
    margin-bottom: 0;
    margin-left: 64px;
    font-size: 6vw;
    line-height: 0;
  }

  .intro-project {
    margin-top: 0;
  }

  .big-project-text {
    font-size: 6vw;
    line-height: 7vw;
  }

  .big_paragraph {
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .big_paragraph.main {
    font-family: Roboto Mono, sans-serif;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.4;
  }

  .big_paragraph.main.home {
    font-size: 1rem;
    line-height: 1.4;
  }

  .category {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .category.sub {
    font-size: .9rem;
    line-height: 1.4;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    max-width: 45ch;
    font-size: .8rem;
    line-height: 1.4;
  }

  .paragraph.contact {
    font-size: .8rem;
    line-height: 1.4;
  }

  .text-span {
    margin-top: 0;
    font-family: Roboto Mono, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .div-block-11 {
    max-width: 100ch;
  }

  .div-block-11.main {
    margin-top: -4vw;
  }

  .link-2 {
    font-size: 7vw;
    line-height: .5;
  }

  .div-block-12 {
    margin-bottom: 0;
    line-height: 0;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .div-block-13.services {
    margin-top: 10px;
  }

  .div-block-14 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-15 {
    margin-top: 0;
    line-height: 20px;
  }

  .loader-leater.t, .loader-leater.a, .loader-leater.s {
    font-size: 60vw;
  }

  .loader-leater.o {
    font-size: 60vw;
    display: none;
  }

  .loader-leater.n, .loader-leater.m {
    font-size: 60vw;
  }

  .loader_div {
    display: flex;
  }

  .loader_div.inside {
    display: none;
  }

  .leaters_cont {
    width: 50vw;
    height: 50vw;
    font-size: 14vw;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-9 {
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    display: block;
  }

  .button-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    display: flex;
  }

  .name-2 {
    margin-bottom: 0;
    margin-left: 64px;
    font-size: 6vw;
    line-height: 0;
  }

  .name-2.next {
    margin-left: 20px;
    font-size: 7vw;
    line-height: .5;
  }

  .name-2.previous {
    opacity: 0;
    margin-left: 20px;
    font-size: 7vw;
    line-height: 1.1;
  }

  .grid-6 {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-6.about {
    margin-bottom: 20px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-block-16 {
    margin-top: 20px;
    font-size: 30px;
  }

  .menu {
    font-size: .9rem;
  }

  .div-block-17 {
    margin-bottom: 0;
    font-size: 2vw;
  }

  .text-about {
    font-size: 8vw;
    line-height: 8.6vw;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .div-block-18.contact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span-3 {
    word-break: normal;
    margin-left: 23vw;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .grid-8 {
    grid-column-gap: 20px;
  }

  .div-social-footer {
    display: block;
  }

  .phone, .email {
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
  }

  .text-block-11 {
    font-size: 18vw;
    line-height: .9;
  }

  .home-page-main-text {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_next_prew {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .lottie-animation.d_n {
    width: 50px;
    max-width: 30px;
  }

  .div-block-19 {
    line-height: 30px;
  }
}

#w-node-_88f03deb-060d-5ef8-aae3-b956a2819513-634ec846 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-_6fcbb57e-db2b-accb-f9f2-baf94b6384be-634ec846 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-f53f8614-b142-1566-2c27-bc120fa030c5-634ec846 {
  grid-area: 1 / 6 / 2 / 13;
  justify-self: auto;
}

#w-node-fe5bd83c-7178-70cf-fa61-682dcef6e79f-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-634ec846 {
  grid-area: 1 / 1 / 2 / 6;
  justify-self: auto;
}

#w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c8-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-634ec846 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-eb5508cb-4244-4626-7d73-649a9ff62f0f-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-634ec846 {
  grid-area: 2 / 4 / 3 / 7;
  justify-self: auto;
}

#w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cf-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-634ec846 {
  grid-area: 3 / 1 / 4 / 7;
  justify-self: auto;
}

#w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf0100-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-634ec846 {
  grid-area: 3 / 7 / 4 / 10;
  justify-self: auto;
}

#w-node-af533aef-f239-19e5-afc3-fc8a55ecfca5-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-634ec846 {
  grid-area: 4 / 9 / 5 / 12;
  justify-self: auto;
}

#w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d9-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-634ec846 {
  grid-area: 4 / 2 / 5 / 9;
  justify-self: auto;
}

#w-node-dff3b3ec-9c34-c22a-a387-b90b487203d5-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-634ec846 {
  grid-area: 5 / 5 / 6 / 8;
  justify-self: auto;
}

#w-node-bde5aced-bfe9-f439-caff-c5e247a2fd1b-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-634ec846 {
  grid-area: 5 / 8 / 6 / 13;
  justify-self: auto;
}

#w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1ce-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-634ec846 {
  grid-area: 6 / 1 / 7 / 5;
  justify-self: start;
}

#w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d6-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-634ec846 {
  grid-area: 6 / 5 / 7 / 11;
  justify-self: start;
}

#w-node-fd6c65cd-eaba-b826-d280-1b417792ba76-634ec846 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_237a4ce5-505f-4682-81e8-d0252b004c6d-634ec846 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_237a4ce5-505f-4682-81e8-d0252b004c6e-634ec846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27a-8d64f277 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27f-8d64f277 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f28a-8d64f277 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: center;
  justify-self: end;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-54db34f6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-54db34f6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-54db34f6 {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-54db34f6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-54db34f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-54db34f6 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-54db34f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-54db34f6 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-54db34f6 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-54db34f6 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-54db34f6 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-54db34f6 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-54db34f6 {
  grid-area: 6 / 11 / 7 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-54db34f6 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-54db34f6 {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-54db34f6 {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-54db34f6 {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-54db34f6 {
  grid-area: 7 / 8 / 8 / 12;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-54db34f6 {
  grid-area: 7 / 6 / 8 / 8;
}

#w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-54db34f6 {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-54db34f6 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-54db34f6 {
  grid-area: 9 / 1 / 10 / 6;
}

#w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-54db34f6 {
  grid-area: 9 / 6 / 10 / 13;
}

#w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-54db34f6 {
  grid-area: 10 / 7 / 11 / 13;
}

#w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-54db34f6 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_104ec918-f395-150e-9a87-c3094126e37e-54db34f6 {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-d18d7837-a238-c3ce-8236-879a48dbde36-54db34f6 {
  grid-area: 11 / 10 / 12 / 13;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-54db34f6 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-54db34f6 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-54db34f6 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-54db34f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b832b098-9d30-98b5-06a9-fc82beb22576-e2785d8d {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-e2785d8d {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_9928a218-4efc-909e-1d85-822aa8124de5-e2785d8d {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-acdb0bba-223d-d204-6fbc-07144461cdce-e2785d8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e139df71 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e139df71 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e139df71 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e139df71 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-e139df71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e139df71 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-e139df71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e139df71 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e139df71 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e139df71 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e139df71 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e139df71 {
  grid-area: 5 / 6 / 6 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e139df71 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-e139df71 {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-e139df71 {
  grid-area: 6 / 11 / 7 / 13;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e139df71 {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e139df71 {
  grid-area: 7 / 6 / 8 / 8;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e139df71 {
  grid-area: 7 / 8 / 8 / 13;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e139df71 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e139df71 {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-b282cead-14d4-2f6d-b01a-1d1976d8206f-e139df71 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-b282cead-14d4-2f6d-b01a-1d1976d82078-e139df71 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-e139df71 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-e139df71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ef0206d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ef0206d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ef0206d {
  grid-area: 2 / 2 / 3 / 10;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ef0206d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-5ef0206d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ef0206d {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-5ef0206d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ef0206d {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ef0206d {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ef0206d {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ef0206d {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ef0206d {
  grid-area: 5 / 6 / 6 / 13;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-5ef0206d {
  grid-area: 6 / 11 / 7 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ef0206d {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ef0206d {
  grid-area: 6 / 6 / 7 / 11;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ef0206d {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ef0206d {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ef0206d {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5ef0206d {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7d1-5ef0206d {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7da-5ef0206d {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-5ef0206d {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-5ef0206d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1a5a3af5 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1a5a3af5 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1a5a3af5 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1a5a3af5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-1a5a3af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1a5a3af5 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-1a5a3af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1a5a3af5 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1a5a3af5 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1a5a3af5 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1a5a3af5 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1a5a3af5 {
  grid-area: 5 / 8 / 6 / 12;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-1a5a3af5 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1a5a3af5 {
  grid-area: 6 / 6 / 7 / 13;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1a5a3af5 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1a5a3af5 {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-1a5a3af5 {
  grid-area: 8 / 7 / 9 / 12;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-1a5a3af5 {
  grid-area: 7 / 8 / 8 / 12;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1a5a3af5 {
  grid-area: 7 / 6 / 8 / 8;
}

#w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-1a5a3af5 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-1a5a3af5 {
  grid-area: 9 / 7 / 10 / 11;
}

#w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-1a5a3af5 {
  grid-area: 9 / 1 / 10 / 7;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-1a5a3af5 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-1a5a3af5 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-1a5a3af5 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-1a5a3af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-4650aab8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-4650aab8 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-4650aab8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-4650aab8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-4650aab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-4650aab8 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-4650aab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-4650aab8 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-4650aab8 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-4650aab8 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-4650aab8 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-4650aab8 {
  grid-area: 5 / 8 / 6 / 12;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-4650aab8 {
  grid-area: 6 / 6 / 7 / 8;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-4650aab8 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-4650aab8 {
  grid-area: 9 / 10 / 10 / 13;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-4650aab8 {
  grid-area: 7 / 4 / 8 / 8;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-4650aab8 {
  grid-area: 6 / 10 / 7 / 13;
  align-self: start;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-4650aab8 {
  grid-area: 7 / 8 / 8 / 13;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-4650aab8 {
  grid-area: 8 / 1 / 9 / 5;
}

#w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-4650aab8 {
  grid-area: 8 / 5 / 9 / 10;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-4650aab8 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-4650aab8 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-4650aab8 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-4650aab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-09ef41f6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-09ef41f6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-09ef41f6 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-09ef41f6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-09ef41f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-09ef41f6 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-09ef41f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-09ef41f6 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-09ef41f6 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-09ef41f6 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-09ef41f6 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-09ef41f6 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-09ef41f6 {
  grid-area: 6 / 6 / 7 / 8;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-09ef41f6 {
  grid-area: 6 / 8 / 7 / 13;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-09ef41f6 {
  grid-area: 8 / 7 / 9 / 12;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-09ef41f6 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-09ef41f6 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-09ef41f6 {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-09ef41f6 {
  grid-area: 8 / 1 / 9 / 7;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-09ef41f6 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-09ef41f6 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-09ef41f6 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-09ef41f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-71f9fb9a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-71f9fb9a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-71f9fb9a {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-71f9fb9a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-71f9fb9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-71f9fb9a {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-71f9fb9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-71f9fb9a {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-71f9fb9a {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-71f9fb9a {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-71f9fb9a {
  grid-area: 5 / 1 / 6 / 8;
  align-self: auto;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-71f9fb9a {
  grid-area: 5 / 9 / 6 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-71f9fb9a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-71f9fb9a {
  grid-area: 6 / 8 / 7 / 12;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-71f9fb9a {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-71f9fb9a {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-71f9fb9a {
  grid-area: 7 / 11 / 8 / 13;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-71f9fb9a {
  grid-area: 7 / 7 / 8 / 11;
}

#w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-71f9fb9a {
  grid-area: 9 / 1 / 10 / 7;
}

#w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-71f9fb9a {
  grid-area: 9 / 7 / 10 / 11;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-71f9fb9a {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-71f9fb9a {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-71f9fb9a {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-71f9fb9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e6478634 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e6478634 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e6478634 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e6478634 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-e6478634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e6478634 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-e6478634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e6478634 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e6478634 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e6478634 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e6478634 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e6478634 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-e6478634 {
  grid-area: 6 / 7 / 7 / 9;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e6478634 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e6478634 {
  grid-area: 7 / 1 / 8 / 5;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e6478634 {
  grid-area: 6 / 9 / 7 / 13;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e6478634 {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e6478634 {
  grid-area: 7 / 5 / 8 / 7;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e6478634 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-e6478634 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-e6478634 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-e6478634 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-e6478634 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-c52f94b1 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-c52f94b1 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-c52f94b1 {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-c52f94b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-c52f94b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-c52f94b1 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-c52f94b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-c52f94b1 {
  grid-area: 2 / 5 / 3 / 14;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-c52f94b1 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-c52f94b1 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-c52f94b1 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-c52f94b1 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-c52f94b1 {
  grid-area: 6 / 12 / 7 / 14;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-c52f94b1 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-c52f94b1 {
  grid-area: 6 / 7 / 7 / 12;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-c52f94b1 {
  grid-area: 7 / 5 / 8 / 10;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-c52f94b1 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-c52f94b1 {
  grid-area: 8 / 6 / 9 / 12;
}

#w-node-bb10e563-64a6-47b2-4402-65755d1cf342-c52f94b1 {
  grid-area: 9 / 4 / 10 / 8;
}

#w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-c52f94b1 {
  grid-area: 8 / 2 / 9 / 6;
}

#w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-c52f94b1 {
  grid-area: 9 / 8 / 10 / 14;
}

#w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-c52f94b1 {
  grid-area: 7 / 10 / 8 / 14;
}

#w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-c52f94b1 {
  grid-area: 10 / 2 / 11 / 8;
}

#w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-c52f94b1 {
  grid-area: 10 / 8 / 11 / 12;
}

#w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-c52f94b1 {
  grid-area: 11 / 8 / 12 / 14;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-c52f94b1 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-c52f94b1 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-c52f94b1 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-c52f94b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5462d9e8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5462d9e8 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5462d9e8 {
  grid-area: 2 / 2 / 3 / 11;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5462d9e8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-5462d9e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5462d9e8 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-5462d9e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5462d9e8 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5462d9e8 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5462d9e8 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5462d9e8 {
  grid-area: 5 / 6 / 6 / 13;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5462d9e8 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-d10feb59-4bfe-853f-78f8-19af34180071-5462d9e8 {
  grid-area: 6 / 11 / 7 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5462d9e8 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5462d9e8 {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5462d9e8 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5462d9e8 {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5462d9e8 {
  grid-area: 7 / 9 / 8 / 13;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5462d9e8 {
  grid-area: 7 / 7 / 8 / 9;
}

#w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-5462d9e8 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-5462d9e8 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-5462d9e8 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-5462d9e8 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-5462d9e8 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-5462d9e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ba249f4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ba249f4 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ba249f4 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ba249f4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-5ba249f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ba249f4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-5ba249f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ba249f4 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ba249f4 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ba249f4 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ba249f4 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ba249f4 {
  grid-area: 5 / 6 / 6 / 13;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ba249f4 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ba249f4 {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ba249f4 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ba249f4 {
  grid-area: 8 / 7 / 9 / 13;
}

#w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ba249f4 {
  grid-area: 7 / 9 / 8 / 13;
}

#w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-5ba249f4 {
  grid-area: 9 / 1 / 10 / 7;
}

#w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-5ba249f4 {
  grid-area: 9 / 9 / 10 / 13;
}

#w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-5ba249f4 {
  grid-area: 10 / 9 / 11 / 11;
}

#w-node-_395c3ca1-a05b-7829-0451-737755519126-5ba249f4 {
  grid-area: 8 / 1 / 9 / 4;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-5ba249f4 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-5ba249f4 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-5ba249f4 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-5ba249f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e3637e47 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e3637e47 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-e3637e47 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-e3637e47 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-e3637e47 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-e3637e47 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-e3637e47 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2b-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-e3637e47 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9dc-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-e3637e47 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-e82ce97c-73e6-eb23-18fa-30e4e396a146-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-e3637e47 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-e88f4684-af6e-8e5a-45d5-22d14548af16-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-e3637e47 {
  grid-area: 5 / 4 / 6 / 6;
}

#w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec004-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d747203a-165b-a9ce-671b-23cd2855f21c-e3637e47 {
  grid-area: 5 / 6 / 6 / 9;
}

#w-node-d747203a-165b-a9ce-671b-23cd2855f21d-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-e3637e47 {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba551-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-e3637e47 {
  grid-area: 4 / 6 / 5 / 9;
}

#w-node-a11bd772-929e-b0a7-94cb-f54a56ab3937-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a13728-0f79-e6ea-ba0f-66df93acb758-e3637e47 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-e0a13728-0f79-e6ea-ba0f-66df93acb759-e3637e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1c1927ad {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1c1927ad {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1c1927ad {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1c1927ad {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca73-1c1927ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1c1927ad {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b339-1c1927ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1c1927ad {
  grid-area: 2 / 6 / 3 / 15;
}

#w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1c1927ad {
  grid-area: 3 / 2 / 4 / 13;
}

#w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1c1927ad {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1c1927ad {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1c1927ad {
  grid-area: 8 / 8 / 9 / 15;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1c1927ad {
  grid-area: 6 / 4 / 7 / 7;
}

#w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1c1927ad {
  grid-area: 6 / 8 / 7 / 13;
}

#w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1c1927ad {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1c1927ad {
  grid-area: 7 / 11 / 8 / 14;
}

#w-node-a0231170-bec8-317c-bc4d-3f861889b84b-1c1927ad {
  grid-area: 9 / 8 / 10 / 11;
}

#w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-1c1927ad {
  grid-area: 11 / 9 / 12 / 12;
}

#w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-1c1927ad {
  grid-area: 9 / 1 / 10 / 7;
}

#w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-1c1927ad {
  grid-area: 10 / 6 / 11 / 15;
}

#w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-1c1927ad {
  grid-area: 13 / 1 / 14 / 7;
}

#w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-1c1927ad {
  grid-area: 12 / 8 / 13 / 15;
}

#w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-1c1927ad {
  grid-area: 14 / 9 / 15 / 15;
}

#w-node-_52395e0d-4351-3362-667a-d647917ef39a-1c1927ad {
  grid-area: 14 / 2 / 15 / 7;
  align-self: end;
}

#w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-1c1927ad {
  grid-area: 13 / 8 / 14 / 15;
}

#w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-1c1927ad {
  grid-area: 12 / 1 / 13 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-1c1927ad {
  grid-area: 11 / 1 / 12 / 9;
  align-self: stretch;
  justify-self: end;
}

#w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b0-1c1927ad {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b9-1c1927ad {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5e-1c1927ad {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-fe07892e-0d43-03d1-8012-24e2d9416e5f-1c1927ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_88f03deb-060d-5ef8-aae3-b956a2819513-634ec846 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_6fcbb57e-db2b-accb-f9f2-baf94b6384be-634ec846 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-f53f8614-b142-1566-2c27-bc120fa030c5-634ec846 {
    grid-area: 1 / 7 / 2 / 13;
    justify-self: auto;
  }

  #w-node-fe5bd83c-7178-70cf-fa61-682dcef6e79f-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-634ec846 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c8-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-634ec846 {
    grid-area: 2 / 6 / 3 / 13;
    justify-self: auto;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0f-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-634ec846 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cf-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-634ec846 {
    grid-area: 3 / 1 / 4 / 8;
    justify-self: auto;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf0100-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-634ec846 {
    grid-area: 3 / 8 / 4 / 13;
    justify-self: auto;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca5-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-634ec846 {
    grid-area: 4 / 6 / 5 / 13;
    justify-self: auto;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d9-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-634ec846 {
    grid-area: 4 / 1 / 5 / 6;
    justify-self: auto;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d5-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-634ec846 {
    grid-area: 5 / 1 / 6 / 8;
    justify-self: auto;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd1b-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-634ec846 {
    grid-area: 5 / 8 / 6 / 13;
    justify-self: auto;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1ce-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-634ec846 {
    grid-area: 6 / 1 / 7 / 7;
    justify-self: auto;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d6-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-634ec846 {
    grid-area: 6 / 7 / 7 / 13;
    justify-self: auto;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba76-634ec846 {
    grid-area: 1 / 8 / 2 / 11;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27a-8d64f277 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27f-8d64f277 {
    align-self: center;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f28a-8d64f277 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
    justify-self: end;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-54db34f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-54db34f6 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-54db34f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-54db34f6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-54db34f6 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-54db34f6 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-54db34f6 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-54db34f6 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-54db34f6 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-54db34f6 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-54db34f6 {
    grid-area: 6 / 7 / 7 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-54db34f6 {
    grid-area: 7 / 6 / 8 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-54db34f6 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-54db34f6 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-54db34f6 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-54db34f6 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-54db34f6 {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-54db34f6 {
    grid-area: 10 / 1 / 11 / 6;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-54db34f6 {
    grid-area: 10 / 6 / 11 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-54db34f6 {
    grid-area: 11 / 1 / 12 / 8;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-54db34f6 {
    grid-area: 11 / 8 / 12 / 13;
  }

  #w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-54db34f6 {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-54db34f6 {
    grid-area: 9 / 9 / 10 / 13;
  }

  #w-node-_104ec918-f395-150e-9a87-c3094126e37e-54db34f6 {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-d18d7837-a238-c3ce-8236-879a48dbde36-54db34f6 {
    grid-area: 13 / 6 / 14 / 10;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-54db34f6 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-54db34f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b832b098-9d30-98b5-06a9-fc82beb22576-e2785d8d {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-e2785d8d {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e139df71 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e139df71 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e139df71 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e139df71 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e139df71 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e139df71 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e139df71 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e139df71 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e139df71 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e139df71 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e139df71 {
    grid-area: 7 / 6 / 8 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-e139df71 {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e139df71 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e139df71 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e139df71 {
    grid-area: 9 / 8 / 10 / 12;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e139df71 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e139df71 {
    grid-area: 10 / 1 / 11 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e139df71 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-b282cead-14d4-2f6d-b01a-1d1976d8206f-e139df71 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-b282cead-14d4-2f6d-b01a-1d1976d82078-e139df71 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ef0206d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ef0206d {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ef0206d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ef0206d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ef0206d {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ef0206d {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ef0206d {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ef0206d {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ef0206d {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ef0206d {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5ef0206d {
    grid-area: 6 / 7 / 7 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ef0206d {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ef0206d {
    grid-area: 7 / 6 / 8 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ef0206d {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ef0206d {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ef0206d {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5ef0206d {
    grid-area: 9 / 8 / 10 / 13;
  }

  #w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7d1-5ef0206d {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7da-5ef0206d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1a5a3af5 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1a5a3af5 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1a5a3af5 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1a5a3af5 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1a5a3af5 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1a5a3af5 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1a5a3af5 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-1a5a3af5 {
    grid-area: 6 / 6 / 7 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1a5a3af5 {
    grid-area: 7 / 6 / 8 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1a5a3af5 {
    grid-area: 7 / 1 / 8 / 6;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1a5a3af5 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-1a5a3af5 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-1a5a3af5 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1a5a3af5 {
    grid-area: 9 / 8 / 10 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-1a5a3af5 {
    grid-area: 11 / 1 / 12 / 8;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-1a5a3af5 {
    grid-area: 10 / 1 / 11 / 6;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-1a5a3af5 {
    grid-area: 10 / 6 / 11 / 13;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-4650aab8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-4650aab8 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-4650aab8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-4650aab8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-4650aab8 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-4650aab8 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-4650aab8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-4650aab8 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-4650aab8 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-4650aab8 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-4650aab8 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-4650aab8 {
    grid-area: 7 / 1 / 8 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-4650aab8 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-4650aab8 {
    grid-area: 7 / 8 / 8 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-4650aab8 {
    grid-area: 6 / 8 / 7 / 13;
    align-self: start;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-4650aab8 {
    grid-area: 8 / 5 / 9 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-4650aab8 {
    grid-area: 9 / 1 / 10 / 7;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-4650aab8 {
    grid-area: 9 / 7 / 10 / 13;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-4650aab8 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-4650aab8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-09ef41f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-09ef41f6 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-09ef41f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-09ef41f6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-09ef41f6 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-09ef41f6 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-09ef41f6 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-09ef41f6 {
    grid-area: 4 / 5 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-09ef41f6 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-09ef41f6 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-09ef41f6 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-09ef41f6 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-09ef41f6 {
    grid-area: 6 / 5 / 7 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-09ef41f6 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-09ef41f6 {
    grid-area: 7 / 5 / 8 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-09ef41f6 {
    grid-area: 9 / 5 / 10 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-09ef41f6 {
    grid-area: 10 / 1 / 11 / 9;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-09ef41f6 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-09ef41f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-71f9fb9a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-71f9fb9a {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-71f9fb9a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-71f9fb9a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-71f9fb9a {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-71f9fb9a {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-71f9fb9a {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-71f9fb9a {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-71f9fb9a {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-71f9fb9a {
    grid-area: 5 / 7 / 6 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-71f9fb9a {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-71f9fb9a {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-71f9fb9a {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-71f9fb9a {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-71f9fb9a {
    grid-area: 9 / 5 / 10 / 12;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-71f9fb9a {
    grid-area: 10 / 5 / 11 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-71f9fb9a {
    grid-area: 11 / 1 / 12 / 8;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-71f9fb9a {
    grid-area: 11 / 8 / 12 / 13;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-71f9fb9a {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-71f9fb9a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e6478634 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e6478634 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e6478634 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e6478634 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e6478634 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e6478634 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e6478634 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e6478634 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e6478634 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e6478634 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e6478634 {
    grid-area: 6 / 1 / 7 / 8;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e6478634 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e6478634 {
    grid-area: 7 / 1 / 8 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e6478634 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e6478634 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e6478634 {
    grid-area: 9 / 8 / 10 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e6478634 {
    grid-area: 10 / 8 / 11 / 13;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-e6478634 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-e6478634 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-c52f94b1 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-c52f94b1 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-c52f94b1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-c52f94b1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-c52f94b1 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-c52f94b1 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-c52f94b1 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-c52f94b1 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-c52f94b1 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-c52f94b1 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-c52f94b1 {
    grid-area: 6 / 1 / 7 / 8;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-c52f94b1 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-c52f94b1 {
    grid-area: 7 / 9 / 8 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-c52f94b1 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-c52f94b1 {
    grid-area: 11 / 1 / 12 / 6;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-c52f94b1 {
    grid-area: 9 / 6 / 10 / 13;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-c52f94b1 {
    grid-area: 10 / 1 / 11 / 6;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-c52f94b1 {
    grid-area: 9 / 1 / 10 / 6;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-c52f94b1 {
    grid-area: 10 / 6 / 11 / 13;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-c52f94b1 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-c52f94b1 {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-c52f94b1 {
    grid-area: 11 / 6 / 12 / 13;
  }

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-c52f94b1 {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-c52f94b1 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-c52f94b1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5462d9e8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5462d9e8 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5462d9e8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5462d9e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5462d9e8 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5462d9e8 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5462d9e8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5462d9e8 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5462d9e8 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5462d9e8 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5462d9e8 {
    grid-area: 6 / 1 / 7 / 8;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5462d9e8 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5462d9e8 {
    grid-area: 7 / 9 / 8 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5462d9e8 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5462d9e8 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5462d9e8 {
    grid-area: 9 / 2 / 10 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5462d9e8 {
    grid-area: 9 / 8 / 10 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-5462d9e8 {
    grid-area: 10 / 5 / 11 / 13;
  }

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-5462d9e8 {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-5462d9e8 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbd08-5462d9e8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ba249f4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ba249f4 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ba249f4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ba249f4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ba249f4 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ba249f4 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ba249f4 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ba249f4 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ba249f4 {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ba249f4 {
    grid-area: 5 / 8 / 6 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ba249f4 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ba249f4 {
    grid-area: 7 / 9 / 8 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ba249f4 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ba249f4 {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ba249f4 {
    grid-area: 9 / 2 / 10 / 8;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-5ba249f4 {
    grid-area: 10 / 1 / 11 / 8;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-5ba249f4 {
    grid-area: 10 / 8 / 11 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-5ba249f4 {
    grid-area: 11 / 5 / 12 / 8;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-5ba249f4 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-5ba249f4 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438281-5ba249f4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e3637e47 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e3637e47 {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-e3637e47 {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-e3637e47 {
    grid-area: 2 / 3 / 3 / 8;
  }

  #w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-e3637e47 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-e3637e47 {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-e3637e47 {
    grid-area: 1 / 6 / 2 / 9;
  }

  #w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-e3637e47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-e3637e47 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-e3637e47 {
    grid-area: 2 / 6 / 3 / 9;
  }

  #w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-e3637e47 {
    grid-area: 4 / 3 / 5 / 7;
  }

  #w-node-d747203a-165b-a9ce-671b-23cd2855f21c-e3637e47 {
    grid-area: 4 / 6 / 5 / 10;
  }

  #w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-e3637e47 {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-e3637e47 {
    grid-area: 3 / 6 / 4 / 9;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1c1927ad {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1c1927ad {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1c1927ad {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1c1927ad {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1c1927ad {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1c1927ad {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1c1927ad {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1c1927ad {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1c1927ad {
    grid-area: 5 / 1 / 6 / 8;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1c1927ad {
    grid-area: 8 / 5 / 9 / 13;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1c1927ad {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1c1927ad {
    grid-area: 6 / 6 / 7 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1c1927ad {
    grid-area: 7 / 1 / 8 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1c1927ad {
    grid-area: 7 / 9 / 8 / 13;
  }

  #w-node-a0231170-bec8-317c-bc4d-3f861889b84b-1c1927ad {
    grid-area: 9 / 7 / 10 / 11;
  }

  #w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-1c1927ad {
    grid-area: 11 / 9 / 12 / 13;
  }

  #w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-1c1927ad {
    grid-area: 9 / 1 / 10 / 7;
  }

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-1c1927ad {
    grid-area: 10 / 3 / 11 / 13;
  }

  #w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-1c1927ad {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-1c1927ad {
    grid-area: 12 / 4 / 13 / 13;
  }

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-1c1927ad {
    grid-area: 16 / 3 / 17 / 11;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-1c1927ad {
    grid-area: 15 / 3 / 16 / 12;
  }

  #w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-1c1927ad {
    grid-area: 14 / 3 / 15 / 13;
  }

  #w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-1c1927ad {
    grid-area: 12 / 1 / 13 / 4;
    align-self: end;
    justify-self: start;
  }

  #w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-1c1927ad {
    grid-area: 11 / 1 / 12 / 9;
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b0-1c1927ad {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b9-1c1927ad {
    grid-area: 2 / 1 / 3 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88f03deb-060d-5ef8-aae3-b956a2819513-634ec846 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_6fcbb57e-db2b-accb-f9f2-baf94b6384be-634ec846 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-f53f8614-b142-1566-2c27-bc120fa030c5-634ec846 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: auto;
  }

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-634ec846 {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: auto;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-634ec846 {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: auto;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-634ec846 {
    grid-area: 4 / 1 / 5 / 13;
    justify-self: auto;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-634ec846 {
    grid-area: 5 / 1 / 6 / 13;
    justify-self: auto;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-634ec846 {
    grid-area: 6 / 1 / 7 / 13;
    justify-self: auto;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-634ec846 {
    grid-area: 7 / 1 / 8 / 13;
    justify-self: auto;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-634ec846 {
    grid-area: 8 / 1 / 9 / 13;
    justify-self: auto;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-634ec846 {
    grid-area: 10 / 1 / 11 / 13;
    justify-self: auto;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-634ec846 {
    grid-area: 9 / 1 / 10 / 13;
    justify-self: auto;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-634ec846 {
    grid-area: 11 / 1 / 12 / 13;
    justify-self: auto;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-634ec846 {
    grid-area: 12 / 1 / 13 / 13;
    justify-self: auto;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27a-8d64f277 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27f-8d64f277 {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-54db34f6 {
    grid-area: 1 / 1 / 2 / 14;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-54db34f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-54db34f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-54db34f6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-54db34f6 {
    grid-area: 2 / 5 / 3 / 14;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-54db34f6 {
    grid-area: 3 / 1 / 4 / 14;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-54db34f6 {
    grid-area: 4 / 1 / 5 / 14;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-54db34f6 {
    grid-area: 5 / 5 / 6 / 14;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-54db34f6 {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-54db34f6 {
    grid-area: 7 / 1 / 8 / 12;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-54db34f6 {
    grid-area: 8 / 1 / 9 / 12;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-54db34f6 {
    grid-area: 9 / 3 / 10 / 14;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-54db34f6 {
    grid-area: 10 / 3 / 11 / 14;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-54db34f6 {
    grid-area: 11 / 3 / 12 / 14;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-54db34f6 {
    grid-area: 13 / 1 / 14 / 12;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-54db34f6 {
    grid-area: 12 / 1 / 13 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-54db34f6 {
    grid-area: 16 / 1 / 17 / 12;
  }

  #w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-54db34f6 {
    grid-area: 19 / 1 / 20 / 12;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-54db34f6 {
    grid-area: 14 / 1 / 15 / 12;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-54db34f6 {
    grid-area: 15 / 1 / 16 / 12;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-54db34f6 {
    grid-area: 17 / 1 / 18 / 12;
  }

  #w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-54db34f6 {
    grid-area: 21 / 3 / 22 / 14;
  }

  #w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-54db34f6 {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_104ec918-f395-150e-9a87-c3094126e37e-54db34f6 {
    grid-area: 20 / 1 / 21 / 12;
  }

  #w-node-d18d7837-a238-c3ce-8236-879a48dbde36-54db34f6 {
    grid-area: 22 / 3 / 23 / 9;
  }

  #w-node-b832b098-9d30-98b5-06a9-fc82beb22576-e2785d8d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-e2785d8d {
    grid-area: 2 / 6 / 3 / 11;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e139df71, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e139df71 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e139df71 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e139df71 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e139df71 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e139df71 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e139df71 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e139df71 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e139df71 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e139df71 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e139df71 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-e139df71 {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e139df71 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e139df71 {
    grid-area: 10 / 1 / 11 / 8;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e139df71 {
    grid-area: 11 / 8 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e139df71 {
    grid-area: 10 / 8 / 11 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e139df71 {
    grid-area: 11 / 1 / 12 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e139df71 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ef0206d, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ef0206d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ef0206d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ef0206d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ef0206d {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ef0206d {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ef0206d {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ef0206d {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ef0206d {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ef0206d {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5ef0206d {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ef0206d {
    grid-area: 9 / 1 / 10 / 10;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ef0206d {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ef0206d {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ef0206d {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ef0206d {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5ef0206d {
    grid-area: 13 / 1 / 14 / 8;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1a5a3af5, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1a5a3af5 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1a5a3af5 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1a5a3af5 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1a5a3af5 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1a5a3af5 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1a5a3af5 {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-1a5a3af5 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1a5a3af5 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1a5a3af5 {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1a5a3af5 {
    grid-area: 10 / 1 / 11 / 6;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-1a5a3af5 {
    grid-area: 11 / 1 / 12 / 11;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-1a5a3af5 {
    grid-area: 10 / 6 / 11 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1a5a3af5 {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-1a5a3af5 {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-1a5a3af5 {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-1a5a3af5 {
    grid-area: 14 / 3 / 15 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-4650aab8, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-4650aab8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-4650aab8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-4650aab8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-4650aab8 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-4650aab8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-4650aab8 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-4650aab8 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-4650aab8 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-4650aab8 {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-4650aab8 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-4650aab8 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-4650aab8 {
    grid-area: 12 / 1 / 13 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-4650aab8 {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-4650aab8 {
    grid-area: 11 / 2 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-4650aab8 {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-4650aab8 {
    grid-area: 15 / 1 / 16 / 11;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-4650aab8 {
    grid-area: 10 / 3 / 11 / 13;
    align-self: start;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-09ef41f6, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-09ef41f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-09ef41f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-09ef41f6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-09ef41f6 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-09ef41f6 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-09ef41f6 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-09ef41f6 {
    grid-area: 5 / 4 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-09ef41f6 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-09ef41f6 {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-09ef41f6 {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-09ef41f6 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-09ef41f6 {
    grid-area: 10 / 5 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-09ef41f6 {
    grid-area: 12 / 1 / 13 / 11;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-09ef41f6 {
    grid-area: 11 / 1 / 12 / 11;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-09ef41f6 {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-09ef41f6 {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-71f9fb9a, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-71f9fb9a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-71f9fb9a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-71f9fb9a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-71f9fb9a {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-71f9fb9a {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-71f9fb9a {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-71f9fb9a {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-71f9fb9a {
    grid-area: 6 / 1 / 7 / 13;
    align-self: auto;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-71f9fb9a {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-71f9fb9a {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-71f9fb9a {
    grid-area: 8 / 3 / 9 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-71f9fb9a {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-71f9fb9a {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-71f9fb9a {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-71f9fb9a {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-71f9fb9a {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-71f9fb9a {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e6478634, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e6478634 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e6478634 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e6478634 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e6478634 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e6478634 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e6478634 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e6478634 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e6478634 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e6478634 {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e6478634 {
    grid-area: 8 / 1 / 9 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e6478634 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e6478634 {
    grid-area: 12 / 1 / 13 / 11;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e6478634 {
    grid-area: 10 / 3 / 11 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e6478634 {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e6478634 {
    grid-area: 11 / 1 / 12 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e6478634 {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-c52f94b1 {
    grid-area: 1 / 1 / 2 / 14;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-c52f94b1 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-c52f94b1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-c52f94b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-c52f94b1 {
    grid-area: 2 / 5 / 3 / 14;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-c52f94b1 {
    grid-area: 3 / 1 / 4 / 14;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-c52f94b1 {
    grid-area: 4 / 1 / 5 / 14;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-c52f94b1 {
    grid-area: 5 / 5 / 6 / 14;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-c52f94b1 {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-c52f94b1 {
    grid-area: 7 / 3 / 8 / 14;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-c52f94b1 {
    grid-area: 8 / 1 / 9 / 12;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-c52f94b1 {
    grid-area: 9 / 1 / 10 / 12;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-c52f94b1 {
    grid-area: 10 / 3 / 11 / 14;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-c52f94b1 {
    grid-area: 11 / 1 / 12 / 12;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-c52f94b1 {
    grid-area: 16 / 1 / 17 / 7;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-c52f94b1 {
    grid-area: 13 / 1 / 14 / 12;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-c52f94b1 {
    grid-area: 14 / 1 / 15 / 12;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-c52f94b1 {
    grid-area: 12 / 1 / 13 / 12;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-c52f94b1 {
    grid-area: 15 / 3 / 16 / 14;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-c52f94b1 {
    grid-area: 16 / 7 / 17 / 14;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-c52f94b1 {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-c52f94b1 {
    grid-area: 17 / 1 / 18 / 12;
  }

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-c52f94b1 {
    grid-area: 19 / 1 / 20 / 12;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5462d9e8, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5462d9e8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5462d9e8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5462d9e8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5462d9e8 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5462d9e8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5462d9e8 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5462d9e8 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5462d9e8 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5462d9e8 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5462d9e8 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5462d9e8 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5462d9e8 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5462d9e8 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5462d9e8 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5462d9e8 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5462d9e8 {
    grid-area: 14 / 1 / 15 / 9;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-5462d9e8 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-5462d9e8 {
    grid-area: 16 / 1 / 17 / 9;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ba249f4, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ba249f4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ba249f4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ba249f4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ba249f4 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ba249f4 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ba249f4 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ba249f4 {
    grid-area: 5 / 4 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ba249f4 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ba249f4 {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ba249f4 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ba249f4 {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ba249f4 {
    grid-area: 10 / 1 / 11 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ba249f4 {
    grid-area: 11 / 6 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ba249f4 {
    grid-area: 10 / 8 / 11 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-5ba249f4 {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-5ba249f4 {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-5ba249f4 {
    grid-area: 13 / 10 / 14 / 13;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-5ba249f4 {
    grid-area: 5 / 4 / 6 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e3637e47, #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e3637e47 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-e3637e47 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-e3637e47 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-e3637e47 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-e3637e47 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-e3637e47 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-e3637e47 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-e3637e47 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-e3637e47 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-e3637e47 {
    grid-area: 4 / 4 / 5 / 9;
  }

  #w-node-d747203a-165b-a9ce-671b-23cd2855f21c-e3637e47 {
    grid-area: 4 / 9 / 5 / 13;
  }

  #w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-e3637e47 {
    grid-area: 3 / 4 / 4 / 9;
  }

  #w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-e3637e47 {
    grid-area: 3 / 9 / 4 / 13;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1c1927ad, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1c1927ad {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1c1927ad {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1c1927ad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1c1927ad {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1c1927ad {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1c1927ad {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1c1927ad {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1c1927ad {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1c1927ad {
    grid-area: 11 / 3 / 12 / 13;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1c1927ad {
    grid-area: 7 / 1 / 8 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1c1927ad {
    grid-area: 8 / 1 / 9 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1c1927ad {
    grid-area: 10 / 1 / 11 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1c1927ad {
    grid-area: 9 / 3 / 10 / 13;
  }

  #w-node-a0231170-bec8-317c-bc4d-3f861889b84b-1c1927ad {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-1c1927ad {
    grid-area: 18 / 3 / 19 / 13;
  }

  #w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-1c1927ad {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-1c1927ad {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-1c1927ad {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-1c1927ad {
    grid-area: 16 / 3 / 17 / 13;
  }

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-1c1927ad {
    grid-area: 21 / 3 / 22 / 13;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-1c1927ad {
    grid-area: 20 / 1 / 21 / 11;
    align-self: end;
  }

  #w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-1c1927ad {
    grid-area: 17 / 3 / 18 / 13;
  }

  #w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-1c1927ad {
    grid-area: 16 / 1 / 17 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-1c1927ad {
    grid-area: 15 / 1 / 16 / 13;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88f03deb-060d-5ef8-aae3-b956a2819513-634ec846 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6fcbb57e-db2b-accb-f9f2-baf94b6384be-634ec846 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f53f8614-b142-1566-2c27-bc120fa030c5-634ec846 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: auto;
  }

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-634ec846 {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: auto;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-634ec846 {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: auto;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-634ec846 {
    grid-area: 4 / 1 / 5 / 13;
    justify-self: auto;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-634ec846 {
    grid-area: 5 / 1 / 6 / 13;
    justify-self: auto;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-634ec846 {
    grid-area: 6 / 1 / 7 / 13;
    justify-self: auto;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-634ec846 {
    grid-area: 7 / 1 / 8 / 13;
    justify-self: auto;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-634ec846 {
    grid-area: 8 / 1 / 9 / 13;
    justify-self: auto;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-634ec846 {
    grid-area: 10 / 1 / 11 / 13;
    justify-self: auto;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-634ec846 {
    grid-area: 9 / 1 / 10 / 13;
    justify-self: auto;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-634ec846 {
    grid-area: 11 / 1 / 12 / 13;
    justify-self: auto;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-634ec846 {
    grid-area: 12 / 1 / 13 / 13;
    justify-self: auto;
  }

  #w-node-_237a4ce5-505f-4682-81e8-d0252b004c74-634ec846 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27a-8d64f277 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215581da-4f9a-e466-1b6c-c6cc8d64f27f-8d64f277 {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-54db34f6, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-54db34f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-54db34f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-54db34f6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-54db34f6 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-54db34f6 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-54db34f6 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-54db34f6 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-54db34f6 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-54db34f6 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-54db34f6 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-54db34f6 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-54db34f6 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-54db34f6 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-54db34f6 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-54db34f6 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-54db34f6 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-54db34f6 {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-54db34f6 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-54db34f6 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-54db34f6 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-54db34f6 {
    grid-area: 21 / 1 / 22 / 13;
  }

  #w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-54db34f6 {
    grid-area: 18 / 1 / 19 / 13;
  }

  #w-node-_104ec918-f395-150e-9a87-c3094126e37e-54db34f6 {
    grid-area: 20 / 1 / 21 / 13;
  }

  #w-node-d18d7837-a238-c3ce-8236-879a48dbde36-54db34f6 {
    grid-area: 22 / 6 / 23 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-54db34f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-54db34f6 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-54db34f6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b832b098-9d30-98b5-06a9-fc82beb22576-e2785d8d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-e2785d8d {
    grid-area: 2 / 4 / 3 / 13;
  }

  #w-node-_7f18ed91-8b3d-3912-0244-f3b13a54ef32-e2785d8d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e139df71, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e139df71 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e139df71 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e139df71 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e139df71 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e139df71 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e139df71 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e139df71 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e139df71 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e139df71 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e139df71 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-e139df71 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e139df71 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e139df71 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e139df71 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e139df71 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e139df71 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e139df71 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_853d6fce-0506-86e4-a46a-5922cf7ab4c3-e139df71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b282cead-14d4-2f6d-b01a-1d1976d8206f-e139df71 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-e139df71 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ef0206d, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ef0206d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ef0206d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ef0206d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ef0206d {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ef0206d {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ef0206d {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ef0206d {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ef0206d {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ef0206d {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5ef0206d {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ef0206d {
    grid-area: 8 / 1 / 9 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ef0206d {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ef0206d {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ef0206d {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ef0206d {
    grid-area: 12 / 3 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5ef0206d {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_6481bc28-47aa-b1b3-2475-2b53b8c97826-5ef0206d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7d1-5ef0206d {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-5ef0206d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1a5a3af5, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1a5a3af5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1a5a3af5 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1a5a3af5 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1a5a3af5 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1a5a3af5 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1a5a3af5 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1a5a3af5 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-1a5a3af5 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1a5a3af5 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1a5a3af5 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1a5a3af5 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-1a5a3af5 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-1a5a3af5 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1a5a3af5 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-1a5a3af5 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-1a5a3af5 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-1a5a3af5 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-1a5a3af5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-1a5a3af5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-4650aab8, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-4650aab8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-4650aab8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-4650aab8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-4650aab8 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-4650aab8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-4650aab8 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-4650aab8 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-4650aab8 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-4650aab8 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-4650aab8 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-4650aab8 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-4650aab8 {
    grid-area: 15 / 1 / 16 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-4650aab8 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-4650aab8 {
    grid-area: 13 / 1 / 14 / 13;
    align-self: start;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-4650aab8 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-4650aab8 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-4650aab8 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-4650aab8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-4650aab8 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-4650aab8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-09ef41f6, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-09ef41f6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-09ef41f6 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-09ef41f6 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-09ef41f6 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-09ef41f6 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-09ef41f6 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-09ef41f6 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-09ef41f6 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-09ef41f6 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-09ef41f6 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-09ef41f6 {
    grid-area: 8 / 3 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-09ef41f6 {
    grid-area: 10 / 1 / 11 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-09ef41f6 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-09ef41f6 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-09ef41f6 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-09ef41f6 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-09ef41f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-09ef41f6 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-09ef41f6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-71f9fb9a, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-71f9fb9a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-71f9fb9a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-71f9fb9a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-71f9fb9a {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-71f9fb9a {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-71f9fb9a {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-71f9fb9a {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-71f9fb9a {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-71f9fb9a {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-71f9fb9a {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-71f9fb9a {
    grid-area: 10 / 1 / 11 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-71f9fb9a {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-71f9fb9a {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-71f9fb9a {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-71f9fb9a {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-71f9fb9a {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-71f9fb9a {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-71f9fb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-71f9fb9a {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-71f9fb9a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e6478634, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-e6478634 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e6478634 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-e6478634 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-e6478634 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-e6478634 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-e6478634 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-e6478634 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-e6478634 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-e6478634 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-e6478634 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-e6478634 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-e6478634 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-e6478634 {
    grid-area: 10 / 1 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-e6478634 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-e6478634 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-e6478634 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-e6478634 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-e6478634 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-e6478634 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-c52f94b1, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-c52f94b1 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-c52f94b1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-c52f94b1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-c52f94b1 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-c52f94b1 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-c52f94b1 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-c52f94b1 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-c52f94b1 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-c52f94b1 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-c52f94b1 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-c52f94b1 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-c52f94b1 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-c52f94b1 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-c52f94b1 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-c52f94b1 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-c52f94b1 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-c52f94b1 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-c52f94b1 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-c52f94b1 {
    grid-area: 12 / 3 / 13 / 13;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-c52f94b1 {
    grid-area: 18 / 1 / 19 / 13;
  }

  #w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-c52f94b1 {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-c52f94b1 {
    grid-area: 20 / 1 / 21 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-c52f94b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-c52f94b1 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-c52f94b1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5462d9e8, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5462d9e8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5462d9e8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5462d9e8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5462d9e8 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5462d9e8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5462d9e8 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5462d9e8 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5462d9e8 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5462d9e8 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-5462d9e8 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5462d9e8 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5462d9e8 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5462d9e8 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5462d9e8 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5462d9e8 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-5462d9e8 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-5462d9e8 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-5462d9e8 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-5462d9e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-5462d9e8 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-5462d9e8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-5ba249f4, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-5ba249f4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-5ba249f4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-5ba249f4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-5ba249f4 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-5ba249f4 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-5ba249f4 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-5ba249f4 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-5ba249f4 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-5ba249f4 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-5ba249f4 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-5ba249f4 {
    grid-area: 9 / 1 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-5ba249f4 {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-5ba249f4 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-5ba249f4 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-5ba249f4 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-5ba249f4 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-5ba249f4 {
    grid-area: 15 / 8 / 16 / 13;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-5ba249f4 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-5ba249f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-5ba249f4 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-5ba249f4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-e3637e47, #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-e3637e47 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-e3637e47 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-e3637e47, #w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-e3637e47 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-e3637e47 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-e3637e47 {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-e3637e47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-e3637e47 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-e3637e47 {
    grid-area: 4 / 7 / 5 / 13;
  }

  #w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-e3637e47 {
    grid-area: 6 / 7 / 7 / 13;
  }

  #w-node-d747203a-165b-a9ce-671b-23cd2855f21c-e3637e47 {
    grid-area: 8 / 7 / 9 / 13;
  }

  #w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-e3637e47 {
    grid-area: 5 / 7 / 6 / 13;
  }

  #w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-e3637e47 {
    grid-area: 7 / 7 / 8 / 13;
  }

  #w-node-e0a13728-0f79-e6ea-ba0f-66df93acb75f-e3637e47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-1c1927ad, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-1c1927ad {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-1c1927ad {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-1c1927ad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-1c1927ad {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-1c1927ad {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-1c1927ad {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-1c1927ad {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-1c1927ad {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-1c1927ad {
    grid-area: 11 / 1 / 12 / 13;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-1c1927ad {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-1c1927ad {
    grid-area: 7 / 1 / 8 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-1c1927ad {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-1c1927ad {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-a0231170-bec8-317c-bc4d-3f861889b84b-1c1927ad {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-1c1927ad {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-1c1927ad {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-1c1927ad {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-1c1927ad {
    grid-area: 18 / 3 / 19 / 13;
  }

  #w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-1c1927ad {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-1c1927ad {
    grid-area: 21 / 1 / 22 / 13;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-1c1927ad {
    grid-area: 20 / 1 / 21 / 11;
  }

  #w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-1c1927ad {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-1c1927ad {
    grid-area: 18 / 1 / 19 / 3;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-1c1927ad {
    grid-area: 15 / 1 / 16 / 13;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b0-1c1927ad {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-fe07892e-0d43-03d1-8012-24e2d9416e65-1c1927ad {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Suisseintl book';
  src: url('../fonts/SuisseIntl-Book-WebS.woff2') format('woff2'), url('../fonts/SuisseIntl-Book-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Book-WebXL.woff2') format('woff2'), url('../fonts/SuisseIntl-Book-WebS.woff') format('woff'), url('../fonts/SuisseIntl-Book-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Book-WebXL.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-ExtraLight.woff2') format('woff2'), url('../fonts/JetBrainsMono-ExtraLight.eot') format('embedded-opentype'), url('../fonts/JetBrainsMono-ExtraLight.woff') format('woff'), url('../fonts/JetBrainsMono-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Light.woff2') format('woff2'), url('../fonts/JetBrainsMono-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Bold';
  src: url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author Bold';
  src: url('../fonts/Author-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author Medium';
  src: url('../fonts/Author-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author Regular';
  src: url('../fonts/Author-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Bold';
  src: url('../fonts/RedHatDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Black';
  src: url('../fonts/RedHatDisplay-Black.ttf') format('truetype'), url('../fonts/RedHatDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Medium';
  src: url('../fonts/RedHatDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Regular';
  src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}