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

: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: #0000;
  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 {
  text-align: left;
  flex: none;
  width: 14px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.grid-projects {
  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;
  max-width: 100%;
  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 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  width: 100%;
  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-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-projects.intro.veertu.terms {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.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.intro.veertu {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.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: 8px;
  margin-left: 0;
  padding-top: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  top: 460px;
}

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

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

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

.project-name-text.dood {
  cursor: crosshair;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.project-name-text.eclipse {
  cursor: crosshair;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
}

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

.project-name-text.atmo_3 {
  margin-top: 0;
}

.projec-name-white {
  color: #fff;
  margin-left: 100px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  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;
  width: 100%;
  text-decoration: none;
  display: block;
  overflow: visible;
}

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

.footer.loader {
  position: absolute;
}

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

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

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

.button-2 {
  opacity: 1;
  text-transform: uppercase;
  background-color: #0000;
  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: 20px;
  transition: opacity 1s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: sticky;
}

.navbar {
  z-index: 1000;
  background-color: #ddd0;
  min-width: 100%;
  margin-top: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar:hover {
  opacity: 1;
}

.main-menu {
  z-index: 1000;
  background-color: #0000;
  align-items: center;
  min-width: 100px;
  max-width: 100%;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  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;
  min-width: 100%;
  margin-top: 220px;
  margin-bottom: 220px;
  padding-left: 0;
  padding-right: 0;
  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: 14px;
  font-weight: 200;
  line-height: 20px;
}

.big_paragraph.main {
  color: var(--grey);
  max-width: 52ch;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
}

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

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

.big_paragraph.main {
  color: #777;
  max-width: 52ch;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

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

.category.sub {
  color: #fff;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.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 {
  color: #fff;
  text-transform: uppercase;
  max-width: 52ch;
  margin-top: 10px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.paragraph.contact {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.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: 0;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
  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: 14px;
}

.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 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

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

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

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

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

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

.text-block-9 {
  color: var(--grey);
  text-transform: uppercase;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.button-3.terms {
  padding-left: 0;
}

.button-3.accessibility {
  padding-left: 40px;
}

.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 {
  cursor: crosshair;
  max-width: 90%;
}

.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 {
  grid-column-gap: 20px;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.menu {
  color: #fff;
  text-transform: uppercase;
  cursor: crosshair;
  margin-right: 40px;
  font-size: 14px;
  line-height: 20px;
  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 {
  grid-column-gap: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: auto;
  width: 100%;
  font-family: Redhatdisplay Medium, sans-serif;
}

.phone {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.email {
  color: #fff;
  font-size: 14px;
  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;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.loader__bar-wrapper {
  background-color: #f0f0f04d;
  width: 20rem;
  height: 2px;
}

.loader__bar {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  width: 20rem;
  height: 2px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 100px;
  min-height: 0%;
  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%;
  max-width: 1200px;
  height: 100%;
}

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

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

.div-block-20 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  max-width: 250px;
  margin-top: 0;
  font-size: 5vw;
  line-height: 1;
}

.phone-2 {
  color: #4d4d4d;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.phone-2:hover {
  color: #4d4d4d;
}

.phone-2.text {
  pointer-events: none;
  color: #333;
  transition-property: none;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
}

.text-span-7 {
  font-size: 14px;
}

.text-span-7.loader {
  color: #1c1c1c;
}

.code-embed, .main_logotypy {
  font-size: 14px;
}

.text-span-8 {
  color: #777;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
}

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

.project-name-text-2 {
  z-index: 0;
  color: #777;
  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: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  top: 460px;
}

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

.category-2 {
  color: #777;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.category-2.sub {
  color: #fff;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

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

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

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

.background-video-6 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 4260px;
  max-width: 100%;
  height: 100%;
}

.image-3 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
}

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

.bold-text {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

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

.link-5 {
  color: var(--grey);
  padding-left: 10px;
  text-decoration: none;
}

.text-span-9 {
  color: #777;
}

.text-span-9:hover {
  color: #fff;
}

.text-span-10 {
  color: #777;
}

.text-span-10:hover {
  color: #fff;
}

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

@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 {
    font-size: .9rem;
  }

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

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

  .main-menu-texts {
    text-align: left;
    flex: none;
    padding-left: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .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.terms {
    margin-bottom: 100px;
  }

  .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.intro.veertu {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto 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: 14px;
    line-height: 20px;
  }

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

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

  .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 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .9rem;
    display: flex;
  }

  .main-menu {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .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: 14px;
    line-height: 20px;
  }

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

  .big_paragraph.main {
    color: #777;
    font-size: 14px;
  }

  .category, .category.sub {
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.contact {
    font-size: 14px;
  }

  .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: 20px;
    display: block;
  }

  .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 {
    opacity: 100;
    display: none;
  }

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

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

  .button-3.terms, .button-3.accessibility {
    padding-left: 0;
  }

  .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 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .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: 0;
    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: 14px;
  }

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

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

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

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

  .phone-2:hover {
    font-size: 14px;
  }

  .grid-9, .grid-10 {
    flex: 0 auto;
  }

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

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

  .category-2, .category-2.sub {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

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

  .text-span-9 {
    padding-left: 20px;
  }
}

@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: 14px;
  }

  .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;
    margin-bottom: 80px;
  }

  .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.terms {
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .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.intro.veertu {
    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.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: 14px;
    line-height: 20px;
  }

  .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: 14px;
    line-height: 20px;
  }

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

  .logo {
    display: flex;
  }

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

  .intro-project.cflow_logo {
    margin-top: 60px;
    margin-bottom: 70px;
  }

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

  .big_paragraph {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .big_paragraph.main {
    font-size: 14px;
    line-height: 20px;
  }

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

  .category.sub {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .div-menu {
    display: block;
  }

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

  .button-3.terms, .button-3.accessibility {
    padding-left: 0;
  }

  .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;
    margin-top: 0;
  }

  .brand {
    display: none;
  }

  .brand.w--current {
    display: block;
  }

  .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: 10px;
    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;
    grid-template-rows: auto;
  }

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

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

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

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

  .phone-2 {
    font-size: 14px;
  }

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

  .div-block-22 {
    display: block;
  }

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

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

  .project-name-text-2 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .category-2.sub {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

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

@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: 12px;
  }

  .main-menu-texts {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    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.veertu.terms {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .project-name-text {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

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

  .div-logo {
    font-size: 12px;
  }

  .navbar {
    flex: none;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-menu {
    flex: none;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    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;
  }

  .intro-project.cflow_logo {
    margin-top: 40px;
    margin-bottom: 60px;
  }

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

  .big_paragraph {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .big_paragraph.main.home {
    font-size: 12px;
    line-height: 20px;
  }

  .big_paragraph.main {
    font-family: Roboto Mono, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }

  .category {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .category.sub {
    font-size: 12px;
    line-height: 20px;
  }

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

  .paragraph {
    max-width: 45ch;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.contact {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-10 {
    margin-left: 10px;
    margin-right: auto;
  }

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

  .div-menu {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .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 {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .loader_div.inside {
    display: none;
  }

  .leaters_cont {
    width: 50vw;
    height: 50vw;
    font-size: 14vw;
    inset: auto 0% 0% auto;
  }

  .text-block-9 {
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
    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;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

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

  .brand.w--current {
    display: block;
    overflow: visible;
  }

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

  .menu {
    font-size: 12px;
  }

  .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;
    grid-template-rows: auto;
  }

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

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

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

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

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

  .div-block-20 {
    max-width: 220px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .phone-2 {
    color: #4d4d4d;
    font-size: 12px;
    text-decoration: none;
  }

  .phone-2:hover, .div-block-21 {
    font-size: 12px;
  }

  .grid-9 {
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .text-span-7, .main_logotypy {
    font-size: 12px;
  }

  .div-block-22 {
    display: none;
  }

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

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

  .project-name-text-2 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .category-2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .category-2.sub {
    font-size: 12px;
    line-height: 20px;
  }

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

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

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

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

  .text-span-9 {
    padding-left: 0;
  }
}

#w-node-_182b01be-5701-095d-8685-b4baaa641cc5-b691171d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

#w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-b691171d {
  grid-area: 2 / 2 / 3 / 7;
  place-self: auto;
}

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

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

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

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

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

#w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-b691171d {
  grid-area: 4 / 7 / 5 / 11;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

#w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-b691171d {
  grid-area: 6 / 7 / 7 / 12;
  justify-self: start;
}

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

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

#w-node-f6b010eb-6c72-64dc-a932-e735e27b0928-b691171d {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

#w-node-_737af564-a203-92de-0724-55f60611b8f8-8d64f277 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-abd72266-85a9-deec-ce2d-941c25a01866-8d64f277 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-d933fd7f-16e3-e79a-b2ee-c4d6d573a456-8d64f277 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-d2449e70-e795-18c7-c796-1b2e1282e9c5-b6911733 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-d2449e70-e795-18c7-c796-1b2e1282e9ca-b6911733 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

#w-node-_3091d2bb-802e-a065-c9eb-a8e89405ad34-b6911734 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_7468d047-67f9-3216-1c25-78f75289e1fb-b6911734 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_7468d047-67f9-3216-1c25-78f75289e200-b6911734 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a15-b6911736 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a1a-b6911736 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-dbeae04d-1d52-56df-bc53-f1aaff16e07b-b6911737 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-dbeae04d-1d52-56df-bc53-f1aaff16e080-b6911737 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-af359644-f250-fa96-e8ac-1578c1ec8c2a-b6911738 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-af359644-f250-fa96-e8ac-1578c1ec8c2f-b6911738 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef3-b6911739 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef8-b6911739 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0a8-b691173a {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0ad-b691173a {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b8742dcf-ca91-b82d-101e-7807f4083b76-b691173b {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-b8742dcf-ca91-b82d-101e-7807f4083b7b-b691173b {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_630abda9-6765-603c-b352-9f5b1e95eb26-b691173c {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_630abda9-6765-603c-b352-9f5b1e95eb2b-b691173c {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288de8-b691173d {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288ded-b691173d {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ea8-b691173e {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ead-b691173e {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_4950d659-e96b-3e7b-b727-490470912a64-b691173f {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_4950d659-e96b-3e7b-b727-490470912a6b-b691173f {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_952bd2fe-50f4-5842-947b-d083d25dd3da-b691173f {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_952bd2fe-50f4-5842-947b-d083d25dd3df-b691173f {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb0e-b6911752 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb13-b6911752 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6b5-b6911753 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6ba-b6911753 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599da-b6911754 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599dc-b6911754 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599df-b6911754 {
  grid-area: 2 / 2 / 3 / 11;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599e2-b6911754 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599e3-b6911754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599f1-b6911754 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e6599f2-b6911754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a04-b6911754 {
  grid-area: 2 / 5 / 3 / 14;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a06-b6911754 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a0c-b6911754 {
  grid-area: 4 / 8 / 5 / 13;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a10-b6911754 {
  grid-area: 5 / 9 / 6 / 12;
  align-self: center;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a12-b6911754 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a14-b6911754 {
  grid-area: 6 / 11 / 7 / 13;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a17-b6911754 {
  grid-area: 6 / 1 / 7 / 9;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a19-b6911754 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a1b-b6911754 {
  grid-area: 8 / 7 / 9 / 14;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a1d-b6911754 {
  grid-area: 7 / 9 / 8 / 13;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a1f-b6911754 {
  grid-area: 7 / 7 / 8 / 9;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a23-b6911754 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a25-b6911754 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a29-b6911754 {
  grid-area: 10 / 9 / 11 / 14;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a2b-b6911754 {
  grid-area: 9 / 12 / 10 / 14;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a2f-b6911754 {
  grid-area: 11 / 7 / 12 / 14;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a31-b6911754 {
  grid-area: 11 / 3 / 12 / 7;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a33-b6911754 {
  grid-area: 9 / 1 / 10 / 9;
}

#w-node-_8b25839e-470f-8810-1c2c-e6174e659a35-b6911754 {
  grid-area: 10 / 1 / 11 / 9;
}

#w-node-_008f2d04-7a9d-9b54-baa2-4936b8f2d017-b6911754 {
  grid-area: 1 / 4 / 2 / 13;
  justify-self: start;
}

#w-node-_008f2d04-7a9d-9b54-baa2-4936b8f2d020-b6911754 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d6f-b6911754 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d74-b6911754 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

#w-node-_4a054db7-9d11-d80e-c87b-5aeb41827dd8-d8b91155 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_4a054db7-9d11-d80e-c87b-5aeb41827ddd-d8b91155 {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

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

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

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

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

#w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12a-f6cdd9dd {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12f-f6cdd9dd {
  grid-area: 1 / 4 / 2 / 7;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_182b01be-5701-095d-8685-b4baaa641cc5-b691171d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-f6b010eb-6c72-64dc-a932-e735e27b0928-b691171d {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

  #w-node-_737af564-a203-92de-0724-55f60611b8f8-8d64f277 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-abd72266-85a9-deec-ce2d-941c25a01866-8d64f277 {
    grid-area: 1 / 7 / 2 / 11;
    align-self: center;
  }

  #w-node-d933fd7f-16e3-e79a-b2ee-c4d6d573a456-8d64f277 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-d2449e70-e795-18c7-c796-1b2e1282e9ca-b6911733 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

  #w-node-_3091d2bb-802e-a065-c9eb-a8e89405ad34-b6911734 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7468d047-67f9-3216-1c25-78f75289e200-b6911734 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a1a-b6911736 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-dbeae04d-1d52-56df-bc53-f1aaff16e080-b6911737 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b6911738 {
    grid-area: 10 / 6 / 11 / 13;
  }

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

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

  #w-node-af359644-f250-fa96-e8ac-1578c1ec8c2f-b6911738 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911739 {
    grid-area: 9 / 1 / 10 / 7;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-b6911739 {
    grid-area: 9 / 7 / 10 / 13;
  }

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

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

  #w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef8-b6911739 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0ad-b691173a {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-b8742dcf-ca91-b82d-101e-7807f4083b7b-b691173b {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173c {
    grid-area: 8 / 1 / 9 / 8;
  }

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

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

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

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

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

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

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

  #w-node-_630abda9-6765-603c-b352-9f5b1e95eb2b-b691173c {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173d {
    grid-area: 11 / 1 / 12 / 6;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-b691173d {
    grid-area: 9 / 6 / 10 / 13;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-b691173d {
    grid-area: 10 / 1 / 11 / 6;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-b691173d {
    grid-area: 9 / 1 / 10 / 6;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-b691173d {
    grid-area: 10 / 6 / 11 / 13;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-b691173d {
    grid-area: 8 / 8 / 9 / 13;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-b691173d {
    grid-area: 12 / 1 / 13 / 6;
  }

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

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-b691173d {
    grid-area: 12 / 6 / 13 / 13;
  }

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

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

  #w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288ded-b691173d {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-b691173e {
    grid-area: 10 / 1 / 11 / 5;
  }

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

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

  #w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ead-b691173e {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b691173f {
    grid-area: 11 / 4 / 12 / 7;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-b691173f {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_4950d659-e96b-3e7b-b727-490470912a64-b691173f {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_4950d659-e96b-3e7b-b727-490470912a6b-b691173f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_952bd2fe-50f4-5842-947b-d083d25dd3df-b691173f {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-b6911752 {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-b6911752 {
    grid-area: 2 / 3 / 3 / 8;
  }

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

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-b6911752 {
    grid-area: 1 / 3 / 2 / 7;
  }

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

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

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

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

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

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

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

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

  #w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb13-b6911752 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

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

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

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

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

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

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911753 {
    grid-area: 8 / 5 / 9 / 13;
    place-self: stretch stretch;
  }

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

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

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

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

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

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

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

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-b6911753 {
    grid-area: 10 / 3 / 11 / 13;
  }

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

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

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-b6911753 {
    grid-area: 16 / 3 / 17 / 11;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-b6911753 {
    grid-area: 15 / 3 / 16 / 12;
  }

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

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

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

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

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

  #w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6ba-b6911753 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599da-b6911754 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599dc-b6911754 {
    grid-area: 1 / 3 / 2 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599df-b6911754 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599e2-b6911754 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599f1-b6911754 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a04-b6911754 {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a06-b6911754 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a0c-b6911754 {
    grid-area: 4 / 6 / 5 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a10-b6911754 {
    grid-area: 5 / 1 / 6 / 5;
    align-self: center;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a12-b6911754 {
    grid-area: 5 / 6 / 6 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a14-b6911754 {
    grid-area: 6 / 9 / 7 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a17-b6911754 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a19-b6911754 {
    grid-area: 7 / 5 / 8 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1b-b6911754 {
    grid-area: 9 / 5 / 10 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1d-b6911754 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1f-b6911754 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a23-b6911754 {
    grid-area: 8 / 5 / 9 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a25-b6911754 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a29-b6911754 {
    grid-area: 10 / 5 / 11 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2b-b6911754 {
    grid-area: 11 / 1 / 12 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2f-b6911754 {
    grid-area: 13 / 5 / 14 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a31-b6911754 {
    grid-area: 14 / 1 / 15 / 6;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a33-b6911754 {
    grid-area: 11 / 5 / 12 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a35-b6911754 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_008f2d04-7a9d-9b54-baa2-4936b8f2d017-b6911754 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_008f2d04-7a9d-9b54-baa2-4936b8f2d020-b6911754 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d74-b6911754 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

  #w-node-_4a054db7-9d11-d80e-c87b-5aeb41827ddd-d8b91155 {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }

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

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

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

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

  #w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12f-f6cdd9dd {
    grid-area: 1 / 2 / 2 / 8;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_182b01be-5701-095d-8685-b4baaa641cc5-b691171d {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

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

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

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-b691171d {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: auto;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-b691171d {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: auto;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-b691171d {
    grid-area: 4 / 1 / 5 / 13;
    justify-self: auto;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-b691171d {
    grid-area: 5 / 1 / 6 / 13;
    justify-self: auto;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-b691171d {
    grid-area: 6 / 1 / 7 / 13;
    justify-self: auto;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-b691171d {
    grid-area: 7 / 1 / 8 / 13;
    justify-self: auto;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-b691171d {
    grid-area: 8 / 1 / 9 / 13;
    justify-self: auto;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-b691171d {
    grid-area: 10 / 1 / 11 / 13;
    justify-self: auto;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-b691171d {
    grid-area: 9 / 1 / 10 / 13;
    justify-self: auto;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-b691171d {
    grid-area: 11 / 1 / 12 / 13;
    justify-self: auto;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-b691171d {
    grid-area: 12 / 1 / 13 / 13;
    justify-self: auto;
  }

  #w-node-_237a4ce5-505f-4682-81e8-d0252b004c6d-b691171d, #w-node-f6b010eb-6c72-64dc-a932-e735e27b0928-b691171d {
    align-self: auto;
  }

  #w-node-_737af564-a203-92de-0724-55f60611b8f8-8d64f277 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-abd72266-85a9-deec-ce2d-941c25a01866-8d64f277 {
    grid-area: 1 / 4 / 2 / 7;
    align-self: center;
  }

  #w-node-d933fd7f-16e3-e79a-b2ee-c4d6d573a456-8d64f277 {
    grid-area: 1 / 7 / 2 / 8;
    place-self: center end;
  }

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

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

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

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

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

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

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

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

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

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

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911733 {
    grid-area: 9 / 3 / 10 / 14;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911733 {
    grid-area: 10 / 3 / 11 / 14;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911733 {
    grid-area: 11 / 3 / 12 / 14;
  }

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

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911733 {
    grid-area: 12 / 1 / 13 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911733 {
    grid-area: 16 / 1 / 17 / 12;
  }

  #w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-b6911733 {
    grid-area: 19 / 1 / 20 / 12;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911733 {
    grid-area: 14 / 1 / 15 / 12;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b6911733 {
    grid-area: 15 / 1 / 16 / 12;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b6911733 {
    grid-area: 17 / 1 / 18 / 12;
  }

  #w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-b6911733 {
    grid-area: 21 / 3 / 22 / 14;
  }

  #w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-b6911733 {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_104ec918-f395-150e-9a87-c3094126e37e-b6911733 {
    grid-area: 20 / 1 / 21 / 12;
  }

  #w-node-d18d7837-a238-c3ce-8236-879a48dbde36-b6911733 {
    grid-area: 22 / 3 / 23 / 9;
  }

  #w-node-d2449e70-e795-18c7-c796-1b2e1282e9c5-b6911733, #w-node-d2449e70-e795-18c7-c796-1b2e1282e9ca-b6911733 {
    align-self: auto;
  }

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

  #w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-b6911734 {
    grid-area: 2 / 6 / 3 / 11;
  }

  #w-node-_3091d2bb-802e-a065-c9eb-a8e89405ad34-b6911734 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_7468d047-67f9-3216-1c25-78f75289e1fb-b6911734, #w-node-_7468d047-67f9-3216-1c25-78f75289e200-b6911734 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911736, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911736 {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911736 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911736 {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

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

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

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

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

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

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

  #w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a15-b6911736, #w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a1a-b6911736 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911737, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911737 {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

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

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911737 {
    grid-area: 9 / 1 / 10 / 10;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911737 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911737 {
    grid-area: 12 / 1 / 13 / 13;
  }

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

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911737 {
    grid-area: 11 / 1 / 12 / 13;
  }

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

  #w-node-dbeae04d-1d52-56df-bc53-f1aaff16e07b-b6911737, #w-node-dbeae04d-1d52-56df-bc53-f1aaff16e080-b6911737 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911738, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911738 {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911738 {
    grid-area: 7 / 3 / 8 / 13;
  }

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911738 {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911738 {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911738 {
    grid-area: 10 / 1 / 11 / 6;
  }

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

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911738 {
    grid-area: 10 / 6 / 11 / 13;
  }

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

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b6911738 {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b6911738 {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b6911738 {
    grid-area: 14 / 3 / 15 / 13;
  }

  #w-node-af359644-f250-fa96-e8ac-1578c1ec8c2a-b6911738, #w-node-af359644-f250-fa96-e8ac-1578c1ec8c2f-b6911738 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911739, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911739 {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911739 {
    grid-area: 7 / 3 / 8 / 13;
  }

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911739 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911739 {
    grid-area: 12 / 1 / 13 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911739 {
    grid-area: 13 / 1 / 14 / 11;
  }

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

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911739 {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911739 {
    grid-area: 15 / 1 / 16 / 11;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-b6911739 {
    grid-area: 10 / 3 / 11 / 13;
    align-self: start;
  }

  #w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef3-b6911739, #w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef8-b6911739 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173a, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173a {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173a {
    grid-area: 7 / 3 / 8 / 13;
  }

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173a {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173a {
    grid-area: 10 / 5 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173a {
    grid-area: 12 / 1 / 13 / 11;
  }

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

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173a {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173a {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0a8-b691173a, #w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0ad-b691173a {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173b, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173b {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

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

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

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

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173b {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173b {
    grid-area: 8 / 3 / 9 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173b {
    grid-area: 11 / 1 / 12 / 13;
  }

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

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

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173b {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b691173b {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b691173b {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-b8742dcf-ca91-b82d-101e-7807f4083b76-b691173b, #w-node-b8742dcf-ca91-b82d-101e-7807f4083b7b-b691173b {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173c, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173c {
    grid-area: 1 / 1 / 2 / 13;
  }

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

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

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

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

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

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173c {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173c {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173c {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173c {
    grid-area: 8 / 1 / 9 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173c {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173c {
    grid-area: 12 / 1 / 13 / 11;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173c {
    grid-area: 10 / 3 / 11 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173c {
    grid-area: 13 / 1 / 14 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173c {
    grid-area: 11 / 1 / 12 / 11;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173c {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-_630abda9-6765-603c-b352-9f5b1e95eb26-b691173c, #w-node-_630abda9-6765-603c-b352-9f5b1e95eb2b-b691173c {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173d {
    grid-area: 1 / 1 / 2 / 14;
  }

  #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173d {
    grid-area: 2 / 5 / 3 / 14;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173d {
    grid-area: 3 / 1 / 4 / 14;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173d {
    grid-area: 4 / 1 / 5 / 14;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173d {
    grid-area: 5 / 5 / 6 / 14;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173d {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173d {
    grid-area: 7 / 3 / 8 / 14;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173d {
    grid-area: 8 / 1 / 9 / 12;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173d {
    grid-area: 9 / 1 / 10 / 12;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173d {
    grid-area: 10 / 3 / 11 / 14;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173d {
    grid-area: 11 / 1 / 12 / 12;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173d {
    grid-area: 16 / 1 / 17 / 7;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-b691173d {
    grid-area: 13 / 1 / 14 / 12;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-b691173d {
    grid-area: 14 / 1 / 15 / 12;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-b691173d {
    grid-area: 12 / 1 / 13 / 12;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-b691173d {
    grid-area: 15 / 3 / 16 / 14;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-b691173d {
    grid-area: 16 / 7 / 17 / 14;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-b691173d {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-b691173d {
    grid-area: 17 / 1 / 18 / 12;
  }

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-b691173d {
    grid-area: 19 / 1 / 20 / 12;
  }

  #w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288de8-b691173d, #w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288ded-b691173d {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173e, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173e {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173e {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173e {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173e {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173e {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173e {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173e {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173e {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173e {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173e {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173e {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173e {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173e {
    grid-area: 14 / 1 / 15 / 9;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173e {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-b691173e {
    grid-area: 16 / 1 / 17 / 9;
  }

  #w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ea8-b691173e, #w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ead-b691173e {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173f, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173f {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173f {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173f {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173f {
    grid-area: 5 / 4 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173f {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173f {
    grid-area: 7 / 3 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173f {
    grid-area: 9 / 1 / 10 / 8;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173f {
    grid-area: 9 / 8 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173f {
    grid-area: 10 / 1 / 11 / 8;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173f {
    grid-area: 11 / 6 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173f {
    grid-area: 10 / 8 / 11 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b691173f {
    grid-area: 12 / 1 / 13 / 6;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b691173f {
    grid-area: 12 / 6 / 13 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b691173f {
    grid-area: 13 / 10 / 14 / 13;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-b691173f {
    grid-area: 5 / 4 / 6 / 13;
  }

  #w-node-_952bd2fe-50f4-5842-947b-d083d25dd3da-b691173f, #w-node-_952bd2fe-50f4-5842-947b-d083d25dd3df-b691173f {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911752, #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911752 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-b6911752 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-b6911752 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-b6911752 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-b6911752 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-b6911752 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-b6911752 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-b6911752 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-b6911752 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-b6911752 {
    grid-area: 4 / 4 / 5 / 9;
  }

  #w-node-d747203a-165b-a9ce-671b-23cd2855f21c-b6911752 {
    grid-area: 4 / 9 / 5 / 13;
  }

  #w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-b6911752 {
    grid-area: 3 / 4 / 4 / 9;
  }

  #w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-b6911752 {
    grid-area: 3 / 9 / 4 / 13;
  }

  #w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb0e-b6911752, #w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb13-b6911752 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911753, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911753 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911753 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911753 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911753 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911753 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911753 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911753 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911753 {
    grid-area: 6 / 1 / 7 / 11;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911753 {
    grid-area: 11 / 3 / 12 / 13;
    place-self: stretch stretch;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911753 {
    grid-area: 7 / 1 / 8 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911753 {
    grid-area: 8 / 1 / 9 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911753 {
    grid-area: 10 / 1 / 11 / 11;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911753 {
    grid-area: 9 / 3 / 10 / 13;
  }

  #w-node-a0231170-bec8-317c-bc4d-3f861889b84b-b6911753 {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-b6911753 {
    grid-area: 18 / 3 / 19 / 13;
  }

  #w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-b6911753 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-b6911753 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-b6911753 {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-b6911753 {
    grid-area: 16 / 3 / 17 / 13;
  }

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-b6911753 {
    grid-area: 21 / 3 / 22 / 13;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-b6911753 {
    grid-area: 20 / 1 / 21 / 11;
    align-self: end;
  }

  #w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-b6911753 {
    grid-area: 17 / 3 / 18 / 13;
  }

  #w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-b6911753 {
    grid-area: 16 / 1 / 17 / 3;
    place-self: stretch stretch;
  }

  #w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-b6911753 {
    grid-area: 15 / 1 / 16 / 13;
    place-self: stretch stretch;
  }

  #w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6b5-b6911753, #w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6ba-b6911753 {
    align-self: auto;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599da-b6911754, #w-node-_8b25839e-470f-8810-1c2c-e6174e6599dc-b6911754 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599df-b6911754 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599e2-b6911754 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599f1-b6911754 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a04-b6911754 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a06-b6911754 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a0c-b6911754 {
    grid-area: 5 / 5 / 6 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a10-b6911754 {
    grid-area: 6 / 1 / 7 / 8;
    align-self: center;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a12-b6911754 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a14-b6911754 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a17-b6911754 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a19-b6911754 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1b-b6911754 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1d-b6911754 {
    grid-area: 12 / 1 / 13 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1f-b6911754 {
    grid-area: 10 / 1 / 11 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a23-b6911754 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a25-b6911754 {
    grid-area: 13 / 1 / 14 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a29-b6911754 {
    grid-area: 19 / 1 / 20 / 11;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2b-b6911754 {
    grid-area: 16 / 1 / 17 / 9;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2f-b6911754 {
    grid-area: 20 / 1 / 21 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a31-b6911754 {
    grid-area: 21 / 3 / 22 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a33-b6911754 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a35-b6911754 {
    grid-area: 18 / 1 / 19 / 13;
  }

  #w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d6f-b6911754, #w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d74-b6911754 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-d8b91155, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-d8b91155 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-d8b91155 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-d8b91155 {
    grid-area: 3 / 5 / 4 / 13;
  }

  #w-node-_4a054db7-9d11-d80e-c87b-5aeb41827dd8-d8b91155, #w-node-_4a054db7-9d11-d80e-c87b-5aeb41827ddd-d8b91155 {
    align-self: auto;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-f6cdd9dd, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-f6cdd9dd {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-f6cdd9dd {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-f6cdd9dd {
    grid-area: 3 / 5 / 4 / 13;
  }

  #w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12a-f6cdd9dd, #w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12f-f6cdd9dd {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fcbb57e-db2b-accb-f9f2-baf94b6384be-b691171d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f53f8614-b142-1566-2c27-bc120fa030c5-b691171d {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: auto;
  }

  #w-node-_9af5a984-9a82-4018-ca44-42bfff42d7c6-b691171d {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: auto;
  }

  #w-node-eb5508cb-4244-4626-7d73-649a9ff62f0d-b691171d {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: auto;
  }

  #w-node-_07ad9849-8dfb-6017-76e8-a3686957b7cd-b691171d {
    grid-area: 4 / 1 / 5 / 13;
    justify-self: auto;
  }

  #w-node-_8fc30799-c2e5-9d4c-f38f-1a0c6caf00fe-b691171d {
    grid-area: 5 / 1 / 6 / 13;
    justify-self: auto;
  }

  #w-node-af533aef-f239-19e5-afc3-fc8a55ecfca3-b691171d {
    grid-area: 6 / 1 / 7 / 13;
    justify-self: auto;
  }

  #w-node-_37d6977b-1b1a-b1e1-6284-c1125821a2d7-b691171d {
    grid-area: 7 / 1 / 8 / 13;
    justify-self: auto;
  }

  #w-node-dff3b3ec-9c34-c22a-a387-b90b487203d3-b691171d {
    grid-area: 8 / 1 / 9 / 13;
    justify-self: auto;
  }

  #w-node-bde5aced-bfe9-f439-caff-c5e247a2fd19-b691171d {
    grid-area: 10 / 1 / 11 / 13;
    justify-self: auto;
  }

  #w-node-_6b47f77e-a96e-567b-852a-a3258fa1d1cc-b691171d {
    grid-area: 9 / 1 / 10 / 13;
    justify-self: auto;
  }

  #w-node-_5e298454-98e4-d5bd-4245-5abb3d2a55d4-b691171d {
    grid-area: 11 / 1 / 12 / 13;
    justify-self: auto;
  }

  #w-node-fd6c65cd-eaba-b826-d280-1b417792ba74-b691171d {
    grid-area: 12 / 1 / 13 / 13;
    justify-self: auto;
  }

  #w-node-f6b010eb-6c72-64dc-a932-e735e27b0928-b691171d {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_237a4ce5-505f-4682-81e8-d0252b004c74-b691171d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_737af564-a203-92de-0724-55f60611b8f8-8d64f277 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-abd72266-85a9-deec-ce2d-941c25a01866-8d64f277 {
    grid-area: 1 / 4 / 2 / 7;
    align-self: center;
  }

  #w-node-d933fd7f-16e3-e79a-b2ee-c4d6d573a456-8d64f277 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center end;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911733, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911733 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911733 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911733 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911733 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911733 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911733 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911733 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911733 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911733 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b6911733 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911733 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911733 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911733 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b6911733 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911733 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911733 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_4155fcd5-8e23-f877-1c01-19c9a5ace443-b6911733 {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911733 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b6911733 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b6911733 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-dfe8fd23-07b8-d0c3-67c5-127cb14d7281-b6911733 {
    grid-area: 21 / 1 / 22 / 13;
  }

  #w-node-_6eed9d5c-ca93-468d-e223-f4520ef9a5f6-b6911733 {
    grid-area: 18 / 1 / 19 / 13;
  }

  #w-node-_104ec918-f395-150e-9a87-c3094126e37e-b6911733 {
    grid-area: 20 / 1 / 21 / 13;
  }

  #w-node-d18d7837-a238-c3ce-8236-879a48dbde36-b6911733 {
    grid-area: 22 / 6 / 23 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-b6911733 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-b6911733 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-d2449e70-e795-18c7-c796-1b2e1282e9ca-b6911733 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-d2449e70-e795-18c7-c796-1b2e1282e9d1-b6911733 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b832b098-9d30-98b5-06a9-fc82beb22576-b6911734 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17ec4231-5ca1-fd0e-a5f0-818e7ff13451-b6911734 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_3091d2bb-802e-a065-c9eb-a8e89405ad34-b6911734 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_7468d047-67f9-3216-1c25-78f75289e200-b6911734 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_7468d047-67f9-3216-1c25-78f75289e207-b6911734 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911736, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911736 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911736 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911736 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911736 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911736 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911736 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911736 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911736 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911736 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911736 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911736 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b6911736 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911736 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911736 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911736 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911736 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b6911736 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_853d6fce-0506-86e4-a46a-5922cf7ab4c3-b6911736 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b282cead-14d4-2f6d-b01a-1d1976d8206f-b6911736 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a1a-b6911736 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_5bf94eba-79b8-0bd7-9bca-9d3743334a21-b6911736 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911737, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911737 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911737 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911737 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911737 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911737 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911737 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911737 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911737 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911737 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b6911737 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911737 {
    grid-area: 8 / 1 / 9 / 11;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911737 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911737 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b6911737 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911737 {
    grid-area: 12 / 3 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911737 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_6481bc28-47aa-b1b3-2475-2b53b8c97826-b6911737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85c2a972-d861-8fd6-be46-e5f4acabc7d1-b6911737 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-dbeae04d-1d52-56df-bc53-f1aaff16e080-b6911737 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-dbeae04d-1d52-56df-bc53-f1aaff16e087-b6911737 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911738, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911738 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911738 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911738 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911738 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911738 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911738 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911738 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911738 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911738 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b6911738 {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911738 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911738 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911738 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b6911738 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911738 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911738 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b6911738 {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b6911738 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b6911738 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-b6911738 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-b6911738 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-af359644-f250-fa96-e8ac-1578c1ec8c2f-b6911738 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-af359644-f250-fa96-e8ac-1578c1ec8c36-b6911738 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911739, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911739 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911739 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911739 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911739 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911739 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911739 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911739 {
    grid-area: 5 / 1 / 6 / 11;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911739 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911739 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b6911739 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911739 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911739 {
    grid-area: 15 / 1 / 16 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911739 {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b6911739 {
    grid-area: 13 / 1 / 14 / 13;
    align-self: start;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b6911739 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b6911739 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_79c65085-8643-6d6b-2082-78a30bb3cfba-b6911739 {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-b6911739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-b6911739 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eef8-b6911739 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_65b1c5a5-bd0f-001e-6888-1caa2942eeff-b6911739 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173a, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173a {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173a {
    grid-area: 2 / 6 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173a {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173a {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173a {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173a {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173a {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173a {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173a {
    grid-area: 8 / 3 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173a {
    grid-area: 10 / 1 / 11 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173a {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173a {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173a {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173a {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-b691173a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-b691173a {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0ad-b691173a {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-ed9e50c4-4ab7-ec41-f542-c396c107d0b4-b691173a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173b, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173b {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173b {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173b {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173b {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173b {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173b {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173b {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173b {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173b {
    grid-area: 10 / 1 / 11 / 11;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173b {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173b {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173b {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173b {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b691173b {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b691173b {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-b691173b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-b691173b {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-b8742dcf-ca91-b82d-101e-7807f4083b7b-b691173b {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-b8742dcf-ca91-b82d-101e-7807f4083b82-b691173b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173c, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173c {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173c {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173c {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173c {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173c {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173c {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173c {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173c {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173c {
    grid-area: 9 / 1 / 10 / 11;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173c {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173c {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173c {
    grid-area: 10 / 1 / 12 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173c {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173c {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173c {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-dedeb4a4-127b-d06a-8ef4-21f2d307441f-b691173c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c064e00-730d-3f3c-9ab7-cfc382438278-b691173c {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_630abda9-6765-603c-b352-9f5b1e95eb2b-b691173c {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_630abda9-6765-603c-b352-9f5b1e95eb32-b691173c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173d, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173d {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173d {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173d {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173d {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173d {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173d {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173d {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173d {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173d {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173d {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173d {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_281f155c-e145-be20-d361-f8bf0458fdb7-b691173d {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-bb10e563-64a6-47b2-4402-65755d1cf342-b691173d {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-_3be71ac9-265b-9873-3b65-a1f8545de6d1-b691173d {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2d7158f4-71fa-f6e1-48aa-3c1e734b95b3-b691173d {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-a1f18c1e-cdc9-9636-1dcc-5c25237fa9c2-b691173d {
    grid-area: 12 / 3 / 13 / 13;
  }

  #w-node-a6d0c9b3-a9fc-25e2-e9cc-30cd2e1f347e-b691173d {
    grid-area: 18 / 1 / 19 / 13;
  }

  #w-node-_5b2f33cd-269c-6cbc-e019-a52e92782d2c-b691173d {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-_2c7f038d-2bc8-c686-9571-fcf96b4c88d5-b691173d {
    grid-area: 20 / 1 / 21 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-b691173d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-b691173d {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288ded-b691173d {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_729150a9-5f3e-6f1a-fc1a-801e3b288df4-b691173d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173e, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173e {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173e {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173e {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173e {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173e {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173e {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-d10feb59-4bfe-853f-78f8-19af34180071-b691173e {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173e {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173e {
    grid-area: 10 / 1 / 11 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173e {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173e {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173e {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b691173e {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_2bda25c0-b84a-9624-7ad7-fc43940c03b7-b691173e {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_12d2fdb7-a7c5-0869-1b3b-ac952dd39df2-b691173e {
    grid-area: 15 / 1 / 16 / 13;
  }

  #w-node-_39aa4b3b-9b0f-5316-49e7-e4d7721123e1-b691173e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a85fb9d-030c-92fe-b453-22e2716fbcff-b691173e {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_4ca697a8-8622-92e4-ec6e-36d939e48ead-b691173e {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_4ca697a8-8622-92e4-ec6e-36d939e48eb4-b691173e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b691173f, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b691173f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b691173f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b691173f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b691173f {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b691173f {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b691173f {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b691173f {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b691173f {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b691173f {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b691173f {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b691173f {
    grid-area: 9 / 1 / 10 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b691173f {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-_83b0ea69-fc8c-9ac4-36e1-8fa2312487bc-b691173f {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c3d4eb91-50fa-54f0-70cd-546dd6510fdf-b691173f {
    grid-area: 11 / 1 / 12 / 13;
  }

  #w-node-_4c2303d5-1ae1-bae0-1d7b-ef11755b01c6-b691173f {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-_738ffd64-7e05-ec16-0808-93b88707d2a0-b691173f {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-a4013328-1a62-6012-4d5a-479b8f7d1cc3-b691173f {
    grid-area: 15 / 8 / 16 / 13;
  }

  #w-node-_395c3ca1-a05b-7829-0451-737755519126-b691173f {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_4950d659-e96b-3e7b-b727-490470912a64-b691173f {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_952bd2fe-50f4-5842-947b-d083d25dd3df-b691173f {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_952bd2fe-50f4-5842-947b-d083d25dd3e6-b691173f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911752, #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911752 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f7fb63a8-cbbd-4f3b-39ae-b1d5f352600e-b6911752 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-f38f6d50-a983-807e-7507-d2f01ec1391f-b6911752, #w-node-e0fff6dc-32de-7f4a-9257-05fb829d6cb0-b6911752 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_621951bc-fbcd-5d40-8069-abf4134d383a-b6911752 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-fb2bbeb4-1638-21e1-a823-70c1e12f0c2a-b6911752 {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-dc1c5b1f-1839-de6f-9bbe-e3283d70b9db-b6911752 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e82ce97c-73e6-eb23-18fa-30e4e396a145-b6911752 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-e88f4684-af6e-8e5a-45d5-22d14548af15-b6911752 {
    grid-area: 4 / 7 / 5 / 13;
  }

  #w-node-f10a05e9-dca7-5b9a-5dcc-6930ff0ec003-b6911752 {
    grid-area: 6 / 7 / 7 / 13;
  }

  #w-node-d747203a-165b-a9ce-671b-23cd2855f21c-b6911752 {
    grid-area: 8 / 7 / 9 / 13;
  }

  #w-node-df9512a1-3b84-2292-51a8-5f1bcf1ba550-b6911752 {
    grid-area: 5 / 7 / 6 / 13;
  }

  #w-node-a11bd772-929e-b0a7-94cb-f54a56ab3936-b6911752 {
    grid-area: 7 / 7 / 8 / 13;
  }

  #w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb13-b6911752 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_2792ecd2-2aed-af73-c8b6-cbe7a40ccb1a-b6911752 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-b6911753, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-b6911753 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-e4fe091b-d933-4448-54ba-d050cc0e3a8b-b6911753 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1f37d85f-d6f7-66ae-a4f2-6b4c2e4cca72-b6911753 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3da705bc-9bec-3c62-4ab8-e86260f3b338-b6911753 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-b2f25af6-2e2d-6cd4-90fd-51735cd80eb3-b6911753 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-b6911753 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-b6911753 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_8884b9c4-81f5-0b0e-5af3-ee0c9784911c-b6911753 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-bf129117-b402-19c8-1ccf-10fc6b118dc6-b6911753 {
    grid-area: 11 / 1 / 12 / 13;
    place-self: stretch stretch;
  }

  #w-node-de3473b2-db08-161b-1b83-00d9409d6fe8-b6911753 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_866e79a1-1b2b-6fa9-0700-734ee214b807-b6911753 {
    grid-area: 7 / 1 / 8 / 13;
    align-self: start;
  }

  #w-node-_35e34204-65d8-5184-b0a9-6bbcda6d2a4a-b6911753 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_6643ed62-787d-4480-2f6b-75e936d9ff99-b6911753 {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-a0231170-bec8-317c-bc4d-3f861889b84b-b6911753 {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-cc577b17-c929-a33c-ad6f-e09c514ddb0b-b6911753 {
    grid-area: 16 / 1 / 17 / 13;
  }

  #w-node-_777fdf37-6e17-e7fb-c0dc-9300bc3b8288-b6911753 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-c40efdeb-d5eb-021d-e9cc-2092db6ac6e0-b6911753 {
    grid-area: 14 / 1 / 15 / 13;
  }

  #w-node-_1a9491b4-9389-d751-b1d6-9f77ec033798-b6911753 {
    grid-area: 18 / 3 / 19 / 13;
  }

  #w-node-_2e077560-00e0-2544-ea6a-8ebec759fc0d-b6911753 {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-_278632a0-a596-9fa3-59de-3cf1d458ef9d-b6911753 {
    grid-area: 21 / 1 / 22 / 13;
  }

  #w-node-_52395e0d-4351-3362-667a-d647917ef39a-b6911753 {
    grid-area: 20 / 1 / 21 / 11;
  }

  #w-node-_72184a9a-a313-0ee3-c5e4-3fc9c832105b-b6911753 {
    grid-area: 19 / 1 / 20 / 13;
  }

  #w-node-fb554eb1-b6b0-2c3a-9540-962858bd06e4-b6911753 {
    grid-area: 18 / 1 / 19 / 3;
    place-self: stretch stretch;
  }

  #w-node-e969e7a4-31ff-a6b6-3e7c-09aa5f2df22e-b6911753 {
    grid-area: 15 / 1 / 16 / 13;
    place-self: stretch stretch;
  }

  #w-node-_69d78f7f-8696-cfc0-9d15-ae0acf33f4b0-b6911753 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6ba-b6911753 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_39b19d70-6239-c8bc-2f8a-a0867bd2f6c1-b6911753 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599da-b6911754, #w-node-_8b25839e-470f-8810-1c2c-e6174e6599dc-b6911754 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599df-b6911754 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599e2-b6911754 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e6599f1-b6911754 {
    grid-area: 2 / 5 / 3 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a04-b6911754 {
    grid-area: 3 / 1 / 4 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a06-b6911754 {
    grid-area: 4 / 1 / 5 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a0c-b6911754 {
    grid-area: 5 / 1 / 6 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a10-b6911754 {
    grid-area: 6 / 1 / 7 / 10;
    align-self: center;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a12-b6911754 {
    grid-area: 7 / 1 / 8 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a14-b6911754 {
    grid-area: 9 / 1 / 10 / 13;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a17-b6911754 {
    grid-area: 8 / 1 / 9 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a19-b6911754 {
    grid-area: 10 / 1 / 11 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1b-b6911754 {
    grid-area: 15 / 1 / 16 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1d-b6911754 {
    grid-area: 12 / 1 / 13 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a1f-b6911754 {
    grid-area: 11 / 1 / 12 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a23-b6911754 {
    grid-area: 14 / 1 / 15 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a25-b6911754 {
    grid-area: 13 / 1 / 14 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a29-b6911754 {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2b-b6911754 {
    grid-area: 16 / 1 / 17 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a2f-b6911754 {
    grid-area: 20 / 1 / 21 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a31-b6911754 {
    grid-area: 21 / 1 / 22 / 12;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a33-b6911754 {
    grid-area: 17 / 1 / 18 / 14;
  }

  #w-node-_8b25839e-470f-8810-1c2c-e6174e659a35-b6911754 {
    grid-area: 19 / 1 / 20 / 14;
  }

  #w-node-_008f2d04-7a9d-9b54-baa2-4936b8f2d017-b6911754 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d74-b6911754 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_31d175c6-a573-81f7-5694-8bb70eaa5d7b-b6911754 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-d8b91155, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-d8b91155 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-d8b91155 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-d8b91155 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_4a054db7-9d11-d80e-c87b-5aeb41827ddd-d8b91155 {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-_4a054db7-9d11-d80e-c87b-5aeb41827de4-d8b91155 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2153b8e-013e-f09c-6d5c-dfe8a5cd365d-f6cdd9dd, #w-node-_54b5073c-c403-f5ae-0f15-17491003ed74-f6cdd9dd {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a02ebe28-3c4b-2364-017d-29575ea0894f-f6cdd9dd {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3b342fee-8014-185c-959b-495eeaea5b44-f6cdd9dd {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b12f-f6cdd9dd {
    grid-area: 1 / 4 / 2 / 9;
    place-self: auto;
  }

  #w-node-d1a725fa-d9b4-a8ae-e8ff-6b4570e5b136-f6cdd9dd {
    grid-area: 1 / 1 / 2 / 4;
  }
}


@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;
}