@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-RegularIt.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oceanictext;
  src: url('../fonts/OceanicText-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oceanictext;
  src: url('../fonts/OceanicText-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oceanictext;
  src: url('../fonts/OceanicText-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --feature_last-margin: -1px;
  --dark-grey: #adadad;
  --white: white;
  --black: black;
  --black-2: #333;
  --hover-btn: #f3f3f3;
  --form-label-width: 230px;
  --error: #ce8181;
  --i-show_hide-size: 1.5vw;
  --i-show_hide-width: 1px;
  --inherit: #333;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  overflow-x: hidden;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  margin-top: 2vw;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 140%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 140%;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  width: 100%;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.section {
  flex-flow: column wrap;
  width: 100%;
  padding: 0 3vw;
  display: flex;
  position: relative;
}

.section.second {
  margin-bottom: 50px;
}

.section.first {
  flex-flow: column;
  align-items: center;
}

.section.mid {
  text-align: center;
}

.section._404 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  overflow: hidden;
}

.section.contacts {
  align-items: stretch;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 0;
}

.section.first_consult {
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 0;
}

.section.first-home {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.team {
  padding-bottom: 100px;
}

.section.consult-contact {
  color: #dfdfdf;
  padding-top: 100px;
}

.section.first_gallery {
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 3vh;
}

.paragraph {
  text-align: center;
}

.p-large {
  text-align: center;
  cursor: auto;
  max-width: 40em;
}

.heading {
  font-size: 4vw;
}

.test {
  background-color: #a26c6c;
  width: 100px;
  height: 200px;
  position: sticky;
  top: 0;
}

.test-3 {
  background-color: #1fffd2;
  width: 300px;
  height: 1000px;
}

.test-3._2 {
  background-color: #1f5eff;
}

.info-container {
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.info-row {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top: 1px solid #000;
  grid-template: "."
  / 1fr 3fr;
  width: 100%;
  margin-top: -1px;
}

.info-row.header {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top-style: none;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.25fr .25fr;
  padding-top: 0;
  padding-bottom: 3px;
}

.info-row.clients {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr 1fr;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.info-row.last {
  margin-bottom: var(--feature_last-margin);
}

.info-text {
  margin-right: 15px;
}

.info-text.secondary {
  color: var(--dark-grey);
}

.info-text.info-row-left {
  border-bottom: 1px solid #000;
  margin-right: 0;
  padding-right: 0;
}

.info-text.prefix-num {
  font-variant-numeric: lining-nums tabular-nums;
  padding-right: 0;
  position: absolute;
  left: -1em;
}

.info-text.prefix-num.header {
  font-weight: 500;
}

.info-text.prefix-num-medium {
  font-variant-numeric: lining-nums tabular-nums;
  padding-right: 0;
  font-weight: 500;
  position: absolute;
  left: -1.5vw;
}

.info-text.prefix-num-medium.header {
  font-weight: 500;
}

.link {
  color: #333;
}

.info-header, .info-header.info-header-func {
  flex: 1;
}

.heading-2 {
  font-size: 3vw;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.grid.works {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.projectcard {
  color: #333;
  cursor: pointer;
  border: 2px solid #0000;
  padding: 20px 20px 30px;
  text-decoration: none;
  position: relative;
}

.projectcard:hover {
  background-color: #faf1e7;
}

.external {
  position: absolute;
  inset: 10px 10px auto auto;
}

.base {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.project-row {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  grid-template: "."
  / 1fr 5fr;
  width: 100%;
}

.project-row.header {
  z-index: 10;
  grid-row-gap: 0vw;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 3px;
  position: sticky;
  top: 50px;
}

.project-row._2col {
  grid-template-columns: 1fr 1fr;
}

.function {
  padding-top: .35vw;
}

.function.project-row-right {
  display: block;
}

.function.project-row-right:hover {
  opacity: .36;
}

.function-op_item {
  background-color: #e6e6e6;
  flex: 1;
  height: 3px;
}

.function-op_item.active {
  background-color: var(--black);
}

.function-operational {
  margin-bottom: 1px;
  display: flex;
}

.func_cutout {
  background-color: var(--white);
  flex: 1;
  height: 100%;
}

.function-mng_item {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--black);
  flex-direction: column;
  flex: 1;
  height: 5px;
  margin-left: -1px;
  margin-right: 0;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.function-mng_item.inactive {
  opacity: .12;
}

.function-mng_item.last {
  padding-right: 1px;
}

.function-mng_space {
  flex: 1;
  height: 5px;
}

.test2 {
  font-size: 12px;
}

.test2._2 {
  text-align: right;
}

.test2._1 {
  text-align: center;
}

.test4 {
  flex: 1;
}

.function-mng {
  margin-top: 4px;
  margin-bottom: 1px;
  padding-left: 1px;
  display: flex;
}

.info-header-wrapper {
  display: flex;
  position: relative;
}

.motto-span {
  color: #535353;
}

.nav-link {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 22px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.nav-link:hover {
  color: #5c5c5c;
  background-color: #0000;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--black-2);
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: #5c5c5c;
}

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

.nav-link.navfooter {
  color: var(--white);
  padding-bottom: 20px;
  display: block;
}

.nav-link.navfooter:hover {
  color: #cfcfcf;
}

.nav-link.first {
  margin-left: 0;
}

.nav-link.navfooter-small {
  color: var(--white);
  padding-bottom: 20px;
  display: block;
}

.nav-link.navfooter-small:hover {
  color: #cfcfcf;
}

.nav-logo {
  color: inherit;
  flex: 1;
  align-self: stretch;
}

.nav-logo:hover {
  text-decoration: underline;
}

.nav-brand {
  align-items: flex-start;
  padding: 22px 3vw 20px;
  display: inline-flex;
  overflow: clip;
}

.nav-brand.w--current {
  background-color: #0000;
}

.nav-brand.logofooter:hover {
  background-color: #0000;
  text-decoration: underline;
}

.info-row-right {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .8em;
  padding-bottom: .8em;
  display: grid;
  position: relative;
}

.info-row-left {
  padding-top: .8em;
}

.project-row-right {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.1vw;
  padding-bottom: 1vw;
  display: grid;
  position: relative;
}

.project-row-right.link:hover {
  opacity: .5;
  color: #333;
}

.nav-menu {
  justify-content: space-between;
  padding-right: 3vw;
  display: flex;
}

.linevert {
  background-color: var(--black);
  width: 1px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.linevert.bottom {
  height: 130px;
  margin-top: 50px;
}

.linevert.bottomsmall {
  height: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.linevert._50px {
  height: 50px;
}

.linevert.home {
  margin-top: 25px;
}

.linevert.no-bottom {
  margin-top: 50px;
  margin-bottom: 0;
}

.div-block-3 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

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

.textlink {
  margin-top: 8px;
  display: inline-flex;
}

.textlink:hover {
  background-color: #0000;
  text-decoration: underline;
}

.info-block {
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

.info-block.margin-bot {
  margin-bottom: 2vw;
}

.info-block.margins {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 50%;
}

.info-block.projects {
  margin-bottom: 75px;
}

.block-text-container {
  flex: 1;
  padding-right: 50px;
  position: relative;
}

.block-text-container.info {
  padding-right: 0;
}

.text-italics {
  font-style: italic;
}

.footer {
  background-color: #000;
  width: 100%;
  margin-top: auto;
}

.footer-text {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.navwrapperfoot {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 3vw;
  display: flex;
}

.html-embed {
  align-items: flex-start;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

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

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

.mycanvas {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 3vw;
  padding-right: 0;
}

.project-image {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  margin-right: -3vw;
}

.project-info-ending {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.info-text-arrow {
  text-align: right;
  font-size: 1.5vw;
  line-height: 1vw;
  position: absolute;
  inset: 1.2vw 0% 0% auto;
}

.info-text-arrow.secondary {
  color: var(--dark-grey);
}

.info-text-arrow.info-row-left {
  border-bottom: 1px solid #000;
  padding-right: 0;
}

.info-text-arrow.inactive {
  color: #e6e6e6;
  margin-top: 2px;
}

.text-span-2 {
  color: #d6d6d6;
}

.tippy {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.tippy-tooltip {
  font-size: 11px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.gallery-row.hide {
  display: none;
}

.gallery-gridskip {
  background-color: var(--white);
}

.div-block-7 {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10vw;
  display: block;
  position: relative;
}

.lightbox-link {
  width: 100%;
  display: block;
  position: relative;
}

.img {
  width: auto;
  min-width: auto;
  max-width: none;
}

.lightbox-link-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

.div-block-8 {
  background-color: #b84848;
}

.html-embed-2 {
  flex: 1;
  height: 100vh;
}

.textlinksmall {
  text-align: center;
  text-decoration: underline;
}

.flex-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-section {
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.card-container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  max-width: 700px;
  margin: 15px;
  padding: 20px 40px;
}

.heading-4 {
  flex: 0 auto;
  font-weight: 500;
}

.card-text {
  flex: 1;
  font-size: 15px;
  line-height: 120%;
}

.card-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  margin-bottom: 10px;
  display: grid;
}

.card-heading {
  text-align: left;
  font-size: 30px;
}

.card-label {
  color: #a1a1a1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.card-item-bank {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bank-label {
  color: #a1a1a1;
}

.span-num {
  padding-right: 3px;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.nav-container.footer {
  padding-bottom: 30px;
}

.nav-container.footer-small {
  padding-bottom: 30px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.temp-nav-menu {
  justify-content: space-between;
  display: flex;
}

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

.nav-bar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.small {
  background-color: #fff;
}

.nav-logofooter {
  color: var(--white);
}

.img-portrait {
  min-width: auto;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.h1-homepage {
  margin-top: 0;
  margin-bottom: .1em;
}

.h1-subhead {
  text-align: center;
  margin-bottom: .5rem;
}

.service-block {
  border-top: 1px solid #000;
  flex: 1;
  position: relative;
}

.services-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-bottom: 0;
  padding-bottom: 1vw;
}

.services-container.contacts {
  border-bottom-style: none;
  align-self: stretch;
}

.button-cta {
  color: #111;
  background-color: #111;
  flex: 1;
  padding: 20px 1rem 200px;
  display: flex;
}

.button-cta:hover {
  background-color: #4d4d4d;
}

.button-cta.primary {
  flex: 0 auto;
  align-self: flex-end;
  width: auto;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 17px;
}

.services-header {
  align-self: stretch;
  min-height: 15vw;
  margin-bottom: 10px;
}

.button-cta-text {
  color: #fff;
  margin-right: auto;
  padding-right: 1vw;
  font-weight: 400;
}

.button-cta-text.arrow {
  margin-right: 0;
  padding-right: 0;
}

.service-subtext {
  font-variant-numeric: tabular-nums;
}

.feature-block {
  border-bottom: 1px #000;
  overflow: hidden;
}

.feature-block.project {
  margin-top: 50px;
}

.feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.feature:hover {
  opacity: .7;
}

.feature-content {
  height: auto;
  overflow: hidden;
}

.feature-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-show_hide {
  width: 14px;
  height: 14px;
  position: relative;
}

.icon-show_hide-vert {
  background-color: #333;
  width: 2px;
  height: 14px;
  margin-left: -1px;
  position: absolute;
  left: 50%;
}

.icon-show_hide-horiz {
  background-color: #333;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
}

.feature-margin {
  background-color: #333;
  width: 100%;
  height: 1px;
}

.img-photo-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
  padding-left: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.title_wrap {
  z-index: 2;
  color: #ccc;
  cursor: none;
  mix-blend-mode: difference;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.contacts_wrapper {
  display: flex;
}

.div-block-9 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}

.cta-header {
  color: #111;
  background-color: #111;
  padding: 20px 1rem;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  margin-top: 5vw;
  display: flex;
}

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

.linevert-afterfirst {
  background-color: var(--black);
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
}

.linevert-afterfirst.bottom {
  height: 130px;
  margin-top: 50px;
}

.linevert-afterfirst.bottomsmall {
  height: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.linevert-afterfirst._50px {
  height: 50px;
}

.h2-center {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 500;
}

.h2-center.small {
  margin-top: 40px;
  margin-bottom: 34px;
}

.h2-center.info {
  margin-bottom: 2vw;
}

.info-row-xp {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template: "."
  / 1fr 1fr 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -1px;
  padding-top: .8em;
  padding-bottom: .8em;
  display: grid;
  position: relative;
}

.info-row-xp.header {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 3px;
}

.info-row-xp.clients {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr 1fr;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.info-row-xp.last {
  margin-bottom: var(--feature_last-margin);
}

.info-row-xp.no-border {
  border-bottom-style: none;
}

.info-row-xp.header {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.info-row-xp.header-3col {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 3px;
  display: grid;
}

.info-row-xp.info-row-header {
  padding-top: 0;
  padding-bottom: 3px;
}

.no-wrap {
  white-space: nowrap;
}

.project-info-2col {
  height: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 33.3333%;
  overflow: hidden;
}

.info-row-project {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: -1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.info-row-project.header {
  grid-column-gap: 0px;
  grid-row-gap: 0vw;
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 3px;
}

.info-row-project.clients {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  grid-template-columns: 1fr 1fr;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.info-row-project.last {
  margin-bottom: var(--feature_last-margin);
}

.info-row-project._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.list-item {
  margin-bottom: .25rem;
  padding-right: 1.5vw;
  position: relative;
}

.info-row-textitem {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.info-row-textitem.top-offset {
  margin-top: 1.6vw;
}

.row-project-header {
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}

.section-fullw {
  margin-top: 5px;
}

.section-fullw.grad, .section-fullw.nwcc-scouts {
  background-color: #000;
  margin-top: 0;
}

.section-fullw.nwcc-cascara {
  margin-top: 0;
}

.project_gallery-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.gpn {
  background-color: #d9d9d9;
}

.container_caption {
  margin-bottom: 5px;
  padding: 20px 3vw 1px;
  position: relative;
}

.container_caption.mar-top {
  margin-top: 30px;
}

.container_caption.grower {
  background-color: #f3f3f3;
}

.container_caption.grower-3 {
  color: #fff;
  background-color: #1a1c18;
}

.container_caption.gazprom {
  background-color: #cdcdcd;
}

.container_caption.gazprom2 {
  color: #fff;
  background-color: #313131;
}

.container_caption.gpn2 {
  background-color: #fff;
  margin-top: 5px;
}

.container_caption.nwcc-web {
  color: #fff;
  background-color: #4a4a4a;
}

.container_caption.nwcc-branding {
  background-color: #fff;
}

.container_caption.nwcc-cascara {
  color: #fff;
  background-color: #1c1c1c;
}

.caption_wrapper {
  width: 33.3333%;
  margin-bottom: 20px;
  margin-left: auto;
  position: relative;
}

.caption-prefix {
  font-variant-numeric: lining-nums tabular-nums;
  margin-right: 30px;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  left: -1.5vw;
}

.caption_section {
  margin-bottom: 5px;
  padding: 20px 3vw;
}

.container_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3vw;
  margin-right: 3vw;
  display: grid;
  position: relative;
}

.project-hero-image {
  width: 100vw;
  min-width: 100vw;
  margin-top: 2vw;
  margin-left: -3vw;
  margin-right: -3vw;
}

.container_col3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3vw;
  margin-right: 3vw;
  display: grid;
  position: relative;
}

.code-embed, .div-block-10 {
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.project-gallery-3col {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.btn-lang-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-lang {
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 15px;
  margin-top: 3px;
  padding-top: 0;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-lang:hover {
  color: #696969;
  background-color: #0000;
}

.set-lang {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 30px;
  display: flex;
}

.set-lang.en {
  flex-flow: column-reverse;
}

.btn-lang-en {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 15px;
  line-height: 15px;
  display: flex;
  overflow: hidden;
}

.btn-lang-en:hover, .btn-lang-en.back-link:hover {
  text-decoration: underline;
}

.btn-lang-ru {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15px;
  line-height: 15px;
  display: flex;
  overflow: hidden;
}

.btn-lang-ru:hover {
  text-decoration: underline;
}

.language_prefix {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  width: 1.3vw;
  min-width: 1.3vw;
  max-width: 1.3vw;
  height: 1.3vw;
  min-height: 1.3vw;
  max-height: 1.3vw;
  margin-top: 2px;
  margin-right: 3px;
  display: none;
}

.i-globe {
  align-self: flex-start;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: .2em;
  position: relative;
}

.footer-link {
  color: var(--white);
  white-space: nowrap;
}

.footer-link:hover {
  background-color: #0000;
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: underline;
}

.personalprojects-container {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.personalprojects-container.contacts {
  border-bottom-style: none;
  align-self: stretch;
}

.blocklink {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding-bottom: 20px;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.blocklink:hover, .blocklink.w--current:hover {
  background-color: var(--hover-btn);
}

.link-download {
  text-decoration: underline;
}

.link-download:hover {
  background-color: #0000;
  text-decoration: none;
}

.paragraph-3 {
  text-align: left;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 3vw;
  display: flex;
}

.contacts_container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 1vw;
}

.contacts_container.contacts {
  border-bottom-style: none;
  align-self: stretch;
}

.scroll-wrapper {
  border-bottom: 1px solid #000;
}

.scroll-wrapper.desktop {
  cursor: grab;
  border-bottom-style: none;
  padding-bottom: 20px;
  overflow: scroll;
}

.scroll-wrapper.desktop.dragging {
  cursor: grabbing;
}

.hide {
  display: none;
}

.info-text-arrow-left {
  text-align: right;
  position: absolute;
  top: .7em;
  left: 0;
}

.info-text-arrow-left.secondary {
  color: var(--dark-grey);
}

.info-text-arrow-left.info-row-left {
  border-bottom: 1px solid #000;
  padding-right: 0;
}

.info-text-arrow-left.inactive {
  color: #e6e6e6;
}

.title-wrapper {
  padding-left: 1.5em;
  display: flex;
}

.motto-p {
  max-width: 40em;
  line-height: 140%;
}

.motto-wrapper {
  z-index: 99999;
  color: #ccc;
  text-align: left;
  mix-blend-mode: difference;
  padding-left: 3vw;
  padding-right: 3vw;
  display: none;
  position: fixed;
  inset: 4em auto auto 0;
}

.nav-logo-container {
  z-index: 9999;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 22px 3vw 20px;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-12 {
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.contact-block {
  border-top: 1px solid #000;
  flex: 1;
  padding-bottom: 20px;
  position: relative;
}

.brbr-wrapper {
  display: flex;
}

.brbr-wrapper.brbr-chaos {
  padding: 20px 3vw;
  position: fixed;
  inset: 0% 0% auto auto;
}

.brbr {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 2px;
  font-weight: 400;
  text-decoration: line-through;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brbr:hover {
  color: #696969;
  background-color: #0000;
  text-decoration: underline;
}

.chaos {
  align-self: center;
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  position: relative;
}

.project-info-3col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin: 75px 3vw;
  padding-left: 0%;
  display: grid;
  overflow: hidden;
}

.info-row-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.info-row-container._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.person {
  margin-bottom: 10px;
}

.div-block-13 {
  flex: 1;
}

.no-margins-horiz {
  margin-left: 0;
  margin-right: 0;
}

.contact-header {
  align-self: stretch;
  margin-bottom: 0;
}

.margin-bot-small {
  margin-bottom: 10px;
}

.pad-top-small {
  padding-top: 5px;
}

.color-dark {
  background-color: var(--black-2);
  position: relative;
}

.size-fullw {
  width: 100%;
}

.no-margins-vert {
  margin-top: 0;
  margin-bottom: 0;
}

.gpn_anim_well {
  background-image: url('../images/gpn-19-ui.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.gpn_anim_poly {
  background-image: url('../images/gpn-18-ui.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.gpn_anim_components {
  background-image: url('../images/gpn_anim_components.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
}

.gpn_anim_designprocess {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 5px;
}

.gpn_anim_format {
  background-image: url('../images/gpn-20-ui.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.step-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-step {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
}

.arrow-step.invisible {
  height: 0;
}

.consult_method_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
}

.tabs_btn_container {
  border-bottom: 1px solid #000;
  display: flex;
}

.tab_btn {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1px;
  width: auto;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 15px 20px 14px;
}

.tab_btn:hover {
  background-color: var(--hover-btn);
  opacity: 1;
}

.tab_btn.w--current {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
}

.consult_features {
  grid-column-gap: 20px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.consult-feature-tag {
  white-space: nowrap;
  align-self: stretch;
}

.container_consultcontact {
  background-color: var(--black);
  margin-bottom: 70px;
  font-weight: 400;
}

.h2-consult-wrapper {
  border-bottom: 1px solid #fff;
}

.consult-flex-col {
  width: 100%;
  max-width: 50%;
}

.contact-text-wrapper {
  max-width: 400px;
  padding: 40px 1rem;
}

.color-white {
  color: var(--white);
}

.text-link-span {
  color: inherit;
  text-decoration: underline;
}

.text-link-span:hover {
  opacity: .7;
}

.consult-form {
  padding-top: 32px;
  padding-bottom: 160px;
  padding-right: 3vw;
}

.input-wrapper {
  align-items: baseline;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.form-label {
  max-width: var(--form-label-width);
  min-width: var(--form-label-width);
}

.form-input {
  color: #dfdfdf;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.form-input:active, .form-input:focus {
  border-bottom-color: #fff;
}

.form-input.textfield {
  border-style: solid;
  border-color: #ffffff80;
  max-width: 100%;
  min-height: 114px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 38px;
  overflow: hidden;
}

.form-submit {
  border: 1px solid var(--white);
  background-color: #0000;
  margin-top: 90px;
  padding: 15px 20px 14px;
  position: absolute;
  transform: translate(-50%);
}

.form-submit:hover {
  background-color: #2c2c2c;
}

.form-container {
  position: relative;
}

.color-grey {
  color: #777;
}

.form-result-success {
  text-align: left;
  background-color: #0000;
  padding: 8px 0 0;
}

.form-result-error {
  background-color: #fff;
}

.text-block {
  color: #ff3d3d;
}

._w-form-fail.form-validation-tooltip {
  color: var(--error);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 230px;
  transform: translate(0, 100%);
}

.form-validation-tooltip {
  color: var(--error);
  background-color: #0000;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -2px;
  left: 230px;
  transform: translate(0, 100%);
}

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

.process_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 70px;
  display: grid;
}

.process_item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.process_item.item {
  font-variant-numeric: tabular-nums;
}

.process-item-num {
  text-align: center;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  margin-left: -5px;
  display: inline;
}

.h1-wrapper {
  align-self: stretch;
}

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

.heading_subtitle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.testimonal-block {
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid #000;
  align-self: stretch;
  width: 25%;
  min-width: 25%;
  position: relative;
}

.divider-horizontal {
  background-color: var(--black);
  align-self: stretch;
  width: 100%;
  height: 1px;
  position: relative;
}

.testimonial_source_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.testimonial_source_container.link {
  align-self: flex-start;
  width: auto;
  display: inline-flex;
}

.testimonial_source_container.link:hover {
  text-decoration: underline;
}

.testimonial_icon {
  width: 32px;
  min-width: auto;
  max-width: none;
}

.testimonial_source {
  margin-top: 1px;
  padding-right: 10px;
}

.testimonial_source.link:hover {
  text-decoration: underline;
}

.testimonial_text {
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.testimonials-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  margin-bottom: 0;
  margin-left: 3vw;
  padding-bottom: 20px;
}

.testimonials-container.contacts {
  border-bottom-style: none;
  align-self: stretch;
}

.margin-horiz-sides {
  margin-left: 3vw;
  margin-right: 3vw;
}

.padding-horiz-sides {
  padding-left: 3vw;
  padding-right: 3vw;
}

.inquire_wrapper {
  align-items: flex-end;
  height: 40px;
  margin-top: auto;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.width-auto {
  width: auto;
}

.munk-slider {
  width: 100%;
}

.munk-slider__track {
  flex-flow: wrap;
  width: 100%;
  min-height: 30px;
  display: flex;
  overflow: hidden;
}

.card_consult_example {
  background-color: var(--white);
  border: 1px solid #000;
  width: 300px;
  min-width: 300px;
  min-height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
}

.dragging {
  cursor: grabbing;
}

.block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding-bottom: 20px;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.block.w--current:hover {
  background-color: var(--hover-btn);
}

.journal {
  font-family: Oceanictext, Georgia, sans-serif;
  font-style: italic;
}

.testimonial_screenshot {
  width: 32px;
  margin-right: 5px;
}

.testimonial_link_wrapper {
  margin-top: auto;
  display: flex;
}

.section-project {
  border-top: 1px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project_block-container {
  align-self: flex-start;
  width: 50%;
  position: sticky;
  top: 0;
}

.project_block-container.text {
  padding-left: 3vw;
  top: 63px;
}

.project_block-header {
  margin-bottom: 75px;
}

.project_block-text {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.margin-bot-none {
  margin-bottom: 0;
}

.project_link_wrapper {
  margin-bottom: 50px;
  padding-right: 3vw;
}

.project_block-text-wrapper {
  padding-right: 3vw;
}

.project_gallery-feature_list {
  display: flex;
}

.margin-bot-medium {
  margin-bottom: 20px;
}

.margin-bot-large {
  margin-bottom: 75px;
}

.projects_nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 33.3333%;
  margin-bottom: 5px;
  margin-right: auto;
  text-decoration: underline;
  display: flex;
}

.projects_nav:hover {
  opacity: .7;
}

.project_nav-time_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.project_nav-time {
  font-variant-numeric: tabular-nums;
  margin-bottom: 0;
  text-decoration: underline;
  position: absolute;
  left: 33.3333%;
}

.project_nav-time_arrow {
  text-align: center;
  width: 15px;
}

.project_nav-title {
  width: 33.3333%;
}

.projects_nav_container {
  flex: 1;
  padding-right: 0;
  position: relative;
}

.projects_nav_container.info {
  padding-right: 0;
}

.monospace-num {
  font-variant-numeric: tabular-nums;
}

.margin-top-none {
  margin-top: 0;
}

.digest_anim-covers {
  background-image: url('../images/digest_anim-covers.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.digest_anim-grid {
  background-image: url('../images/digest_anim-grid.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.digest_anim-website {
  background-image: url('../images/digest_anim-website.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.nwcc_anim-motion {
  background-image: url('../images/nwcc_anim-motion.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

.met_anim-package {
  background-image: url('../images/met_anim-package.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
}

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

.nav-logo-container-small {
  z-index: 9999;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 22px 3vw 20px;
  font-weight: 500;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.code-small {
  background-color: #f0c;
  width: 20px;
  height: 20px;
  display: none;
  overflow: hidden;
}

.max-glare-wrapper {
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.max-glare-video {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 50px 20px 100px;
  display: flex;
}

.max-video {
  width: 100%;
}

.consult-ip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ccc;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1px;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: grid;
}

@media screen and (min-width: 1920px) {
  .info-header {
    flex: 1;
  }

  .feature-block.margins {
    margin-bottom: 50px;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .row-project-header {
    position: relative;
  }

  .project-info-3col, .info-row-container {
    grid-auto-columns: 1fr;
  }

  .arrow-step {
    background-color: #000;
    width: 100%;
    height: 1px;
    position: relative;
  }

  .arrow-step.invisible {
    background-color: #0000;
    height: 0;
  }

  .consult_method_container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .info-container {
    margin-bottom: 50px;
  }

  .function {
    padding-top: .15vw;
  }

  .function-mng {
    margin-top: 2px;
  }

  .info-block.projects {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .flex-block {
    flex-flow: column;
  }

  .nav-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .temp-nav-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .temp-nav-link {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 20%;
    max-height: 100%;
    display: flex;
  }

  .info-row-textitem {
    margin-bottom: 50px;
  }

  .caption_wrapper {
    width: 66.6667%;
  }

  .title-wrapper {
    align-items: flex-start;
  }

  .consult-flex-col {
    max-width: none;
  }

  .contact-text-wrapper {
    max-width: 600px;
  }

  .consult-form {
    padding-bottom: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-input {
    font-size: 14px;
  }

  .form-submit {
    width: 100%;
    position: relative;
    transform: none;
  }

  .testimonal-block {
    width: 30%;
    min-width: 30%;
  }

  .section-project {
    flex-flow: column;
  }

  .project_block-container {
    width: auto;
    margin-bottom: 135px;
    margin-left: 3vw;
    margin-right: 3vw;
    position: relative;
  }

  .project_block-container.text {
    margin-bottom: 50px;
    padding-left: 0;
  }

  .project_block-header {
    margin-bottom: 30px;
  }

  .project_link_wrapper {
    padding-right: 0;
  }

  .projects_nav {
    width: 50%;
  }

  .project_nav-time {
    left: 50%;
  }

  .nav-logo-container-small {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  p {
    line-height: 140%;
  }

  .section.first {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-top: 55px;
  }

  .section.contacts {
    padding-top: 0;
  }

  .section.first_consult {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.first-home {
    justify-content: flex-start;
    align-items: center;
    padding-top: 55px;
  }

  .section.first_gallery {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .info-row, .info-row.header {
    grid-template-columns: 1fr 4fr;
  }

  .info-text {
    margin-right: 0;
  }

  .info-text.second {
    margin-top: 0;
  }

  .info-text.info-row-left {
    border-bottom-style: none;
    margin-left: 0;
  }

  .info-text.prefix-num, .info-text.prefix-num-medium {
    font-size: 14px;
    left: -20px;
  }

  .info-text.client, .info-header.left {
    margin-left: 0;
  }

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

  .project-row {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
  }

  .project-row.header {
    grid-template-columns: 1fr 5fr;
    margin-bottom: 0;
  }

  .function {
    margin-top: 6px;
  }

  .nav-link {
    color: #ccc;
    text-align: center;
    flex: 0 auto;
    font-weight: 400;
  }

  .nav-link:hover {
    color: #ccc;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.navfooter-small {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .nav-logo {
    text-align: center;
    margin-left: 50vw;
    position: absolute;
    left: -50%;
  }

  .nav-logo.w--current {
    flex: 0 auto;
    position: absolute;
  }

  .nav-brand.logofooter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-row-right {
    grid-row-gap: 0vw;
    grid-template-columns: 1fr;
  }

  .project-row-right {
    grid-row-gap: 0vw;
    border-bottom-style: none;
    grid-template-columns: 1fr;
  }

  .div-block {
    background-color: #c44c4c;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-2 {
    background-color: #5372ce;
    width: 100%;
    height: 70px;
  }

  .nav-menu {
    background-color: var(--black-2);
    padding-right: 0;
  }

  .linevert.bottom, .linevert.bottomsmall {
    margin-top: 25px;
  }

  .linevert._50px {
    margin-bottom: 25px;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .textlink {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .gallery-small {
    font-size: 12px;
  }

  .info-block {
    flex-direction: column;
  }

  .info-block.margins {
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .block-text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer {
    padding-top: 10px;
  }

  .navwrapperfoot {
    display: none;
  }

  .navwrapperfoot.navwrapperfooter, .navwrapperfoot.small {
    display: block;
  }

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

  .info-text-arrow {
    font-size: 14px;
    line-height: 140%;
    inset: 1.1vw 0% auto auto;
  }

  .info-text-arrow.second {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .info-text-arrow.info-row-left {
    border-bottom-style: none;
  }

  .gallery-row {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
  }

  .gallery-gridskip {
    display: none;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .card-section {
    align-items: flex-start;
  }

  .card-container {
    padding: 10px 20px;
  }

  .card-text {
    font-size: 14px;
  }

  .card-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: 3fr;
    margin-bottom: 15px;
  }

  .card-heading {
    font-size: 20px;
  }

  .card-label {
    font-size: 12px;
  }

  .card-item-bank {
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .bank-label {
    font-size: 12px;
  }

  .nav-container.footer, .nav-container.footer-small {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .nav-bar {
    background-color: var(--white);
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button.w--open {
    background-color: var(--black-2);
  }

  .img-portrait {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .service-block {
    border-left: 0 solid #000;
    flex: 0 auto;
    width: 70vw;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block;
  }

  .services-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 70%;
    grid-auto-flow: row;
    align-self: stretch;
  }

  .services-container.contacts {
    border-bottom-style: solid;
    align-items: stretch;
  }

  .services-container._3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 70vw;
    display: grid;
  }

  .services-container._4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 70%;
    display: grid;
  }

  .button-cta {
    flex-wrap: nowrap;
    padding: 20px 20px 100px;
  }

  .button-cta.primary {
    width: 100%;
    margin-top: 20px;
  }

  .services-header {
    margin-bottom: 50px;
  }

  .button-cta-text {
    padding-right: 3vw;
  }

  .button-cta-text.arrow {
    padding-top: 1px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .img-photo-wrap {
    padding-left: 0;
  }

  .title_wrap {
    margin-top: 20px;
  }

  .contacts_wrapper {
    flex-direction: column;
  }

  .cta-header {
    flex-wrap: nowrap;
    padding: 20px;
  }

  .cta-wrapper {
    margin-top: 50px;
  }

  .linevert-afterfirst {
    margin-bottom: 0;
  }

  .linevert-afterfirst.bottom, .linevert-afterfirst.bottomsmall {
    margin-top: 25px;
  }

  .linevert-afterfirst._50px {
    margin-bottom: 25px;
  }

  .h2-center {
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .info-row-xp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .info-row-xp.header, .info-row-xp.header-3col {
    flex-flow: column;
  }

  .project-info-2col {
    padding-left: 0%;
  }

  .info-row-project {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 20px;
  }

  .info-row-project.header {
    grid-template-columns: 1fr 4fr;
  }

  .info-row-project.no-prefix {
    padding-left: 0;
  }

  .list-item {
    padding-right: 0;
  }

  .info-row-textitem {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .info-row-textitem.prefix {
    padding-left: 20px;
  }

  .row-project-header {
    margin-left: 0;
  }

  .row-project-header.prefix {
    margin-left: 20px;
  }

  .project_gallery-list {
    flex-flow: wrap;
  }

  .caption {
    margin-left: 20px;
  }

  .caption_wrapper {
    width: 100%;
  }

  .caption-prefix {
    font-size: 14px;
    line-height: 140%;
    left: 0;
  }

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

  .project-hero-image.large {
    height: 700px;
    overflow: scroll;
  }

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

  .btn-lang-wrapper {
    height: 60px;
  }

  .btn-lang {
    color: var(--white);
    align-self: stretch;
    height: auto;
    display: flex;
  }

  .btn-lang:hover {
    color: #fff;
  }

  .set-lang {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #ccc;
    align-self: center;
    margin-left: 10px;
  }

  .btn-lang-en {
    position: relative;
    bottom: 0;
  }

  .btn-lang-en.back-link {
    color: var(--dark-grey);
  }

  .i-globe {
    color: #ccc;
    align-self: center;
    margin-right: 3px;
  }

  .front-link, .front-link:hover {
    text-decoration: none;
  }

  .back-link:hover {
    color: #fff;
    text-decoration: underline;
  }

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

  .personalprojects-container {
    border-bottom: 1px #000;
    flex-direction: column;
    align-self: stretch;
  }

  .personalprojects-container.contacts {
    border-bottom-style: solid;
    align-items: stretch;
  }

  .blocklink {
    border-top-style: solid;
    border-left: 1px #000;
    margin-top: -1px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts_container {
    flex-direction: column;
    align-self: stretch;
  }

  .contacts_container.contacts {
    border-bottom-style: solid;
    align-items: stretch;
  }

  .scroll-wrapper {
    width: 100vw;
    margin-left: -3vw;
    padding-left: 3vw;
    overflow: scroll;
  }

  .info-text-arrow-left.second {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .info-text-arrow-left.info-row-left {
    border-bottom-style: none;
  }

  .title-wrapper {
    padding-left: 15px;
  }

  .nav-logo-container {
    position: fixed;
  }

  .contact-block {
    border-left: 0 solid #000;
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block;
  }

  .brbr {
    color: var(--white);
    padding-top: 17px;
    padding-bottom: 15px;
    display: flex;
  }

  .brbr:hover {
    color: #fff;
  }

  .chaos {
    margin-right: 3px;
  }

  .project-info-3col {
    grid-template-columns: 1fr 1fr;
  }

  .info-row-container {
    flex-flow: column;
    display: flex;
  }

  .img-hero-large {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: none;
  }

  .prefix_space {
    padding-left: 20px;
  }

  .prefix_space_remove {
    padding-left: 0;
  }

  .contact-header {
    margin-bottom: 50px;
  }

  .step-text-wrapper {
    flex-flow: column;
  }

  .arrow-step {
    width: 1px;
    height: 30px;
  }

  .consult_method_container {
    flex-flow: column;
  }

  .tab_btn {
    text-align: center;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .consult_features {
    width: 400vw;
    padding-right: 20px;
  }

  .input-wrapper {
    flex-flow: column;
  }

  .form-input {
    border-radius: 0;
    font-size: 13px;
  }

  ._w-form-fail.form-validation-tooltip, .form-validation-tooltip {
    left: 0;
  }

  .h1-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
    display: flex;
  }

  .testimonal-block {
    border-left: 0 solid #000;
    width: 70vw;
    min-width: 70vw;
  }

  .testimonials-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 70%;
    grid-auto-flow: row;
    align-self: stretch;
  }

  .testimonials-container.contacts {
    border-bottom-style: solid;
    align-items: stretch;
  }

  .testimonials-container._3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 70vw;
    display: grid;
  }

  .testimonials-container._4-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 70%;
    display: grid;
  }

  .card_consult_example {
    width: 200px;
    min-width: 200px;
  }

  .consult_feature_wrapper {
    max-width: 100vw;
    margin-left: -3vw;
    margin-right: -3vw;
    padding-left: 3vw;
    overflow: scroll hidden;
  }

  .tabs-content {
    overflow: visible;
  }

  .tabs {
    max-width: 100%;
  }

  .block {
    border-top-style: solid;
    border-left: 1px #000;
    margin-top: -1px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .project_gallery-feature_list {
    flex-flow: wrap;
  }

  .nav-logo-container-small {
    position: fixed;
  }
}

@media screen and (max-width: 479px) {
  .button-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .cta-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-info-2col, .project-info-3col {
    overflow: visible;
  }

  .max-glare-video {
    flex: 0 auto;
  }

  .consult-ip {
    grid-template-rows: 20px 20px;
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }
}

#w-node-_64ed99b5-0ae1-a72e-cca0-ca058169246a-81692468 {
  align-self: start;
}

#w-node-_64ed99b5-0ae1-a72e-cca0-ca0581692474-81692468 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: baseline;
}

#w-node-_64ed99b5-0ae1-a72e-cca0-ca058169246d-81692468 {
  grid-area: 1 / 5 / 2 / 9;
  place-self: start stretch;
}

#w-node-_666abfe3-b7b3-c436-d38c-b6e1e9a7fed3-81692468 {
  grid-area: 2 / 5 / 3 / 9;
  place-self: start stretch;
}

#w-node-e427fe95-0e2c-7f74-2a34-eb4dadeb6d74-81692468, #w-node-_7d98856e-d65d-779a-87e3-68e1af5ce839-81692468 {
  justify-self: start;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f5c2-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f5e6-a856f5ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f5fd-a856f5ac {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f600-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f613-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f614-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f61e-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f628-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f62a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f635-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f63d-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f64d-a856f5ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f651-a856f5ac {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f661-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c45c85e-cb3f-5036-5833-06e1db381550-a856f5ac {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3c45c85e-cb3f-5036-5833-06e1db381558-a856f5ac, #w-node-_3c45c85e-cb3f-5036-5833-06e1db381560-a856f5ac, #w-node-_3c45c85e-cb3f-5036-5833-06e1db381568-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f66c-a856f5ac {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f674-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f676-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f67c-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f684-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f687-a856f5ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f68d-a856f5ac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f695-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f69d-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6a8-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6b8-a856f5ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6bc-a856f5ac {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6c4-a856f5ac, #w-node-_92ac3be7-ab96-0fc7-dbb5-be1f3e90bbcc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6cc-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6cf-a856f5ac {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6d7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6df-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6e7-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6ea-a856f5ac {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6ed-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6f2-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6f5-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6fa-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6fd-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f702-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f704-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f705-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f70a-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f70c-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f70d-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f712-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f71a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f722-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f72a-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f72d-a856f5ac {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f730-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f735-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f738-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f73d-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f740-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f745-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f748-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f749-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f74e-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f751-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f756-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f759-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f75e-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f761-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f766-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f769-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f76e-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f771-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f774-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f779-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f79a-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f79d-a856f5ac {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f79f-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7a9-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7b4-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7bc-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7c3-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7c4-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7cb-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7cc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7d4-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7dc-a856f5ac {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7df-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7e7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7ef-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7f7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7ff-a856f5ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f844-a856f5ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_15fc8ae9-403c-e164-cbe1-1007a856f848-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f84a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f84c-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f84e-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f850-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f852-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f854-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f856-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f858-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f85a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f85c-a856f5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87573f6f-443e-6353-5fbf-768628902f85-28902f80 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_939f2120-c6ce-a29a-e962-02097ba2e308-5d4bc2eb {
  justify-self: start;
}

#w-node-_59205796-fb8e-c930-16f5-7860296ea440-5d4bc2eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f65bbfcd-699a-0f1f-85b7-15df021845c1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2ebf62f-1cf5-e20d-6608-c82992861402-5d4bc2eb {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-b1515dab-b5ef-b84e-1f31-0df102c4ee09-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aee0ebe4-79e8-121e-861e-fa58eed195b9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d712492e-024a-56fd-9249-976656844fd4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50a556ed-494f-38c9-3dcd-67e8c42f08ad-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a556ed-494f-38c9-3dcd-67e8c42f08b4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_50a556ed-494f-38c9-3dcd-67e8c42f08b5-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50a556ed-494f-38c9-3dcd-67e8c42f08c4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39803846-6900-da06-3c45-2cca891e2154-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9221413-bff8-3587-b06a-82316a599ed4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_62e549d9-c37f-9e12-4da8-47c0a30fb7b6-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9221413-bff8-3587-b06a-82316a599ed5-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b0112e51-244a-a8c1-df24-615c5383fe7c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b0112e51-244a-a8c1-df24-615c5383fe7d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0112e51-244a-a8c1-df24-615c5383fe8c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d15b-5d4bc2eb {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d164-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d165-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d174-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d17d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d17e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d18d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d196-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d197-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1a6-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1a8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1af-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1b0-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1bf-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1c8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1c9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1d8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1da-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1e1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1e2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1f1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1f3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1fa-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d1fb-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1fb26b5-29fa-b875-9dc1-37f8a9b4d20a-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9c2fa6c1-6503-c016-11ca-2ddebe8b20bb-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2fa6c1-6503-c016-11ca-2ddebe8b20c2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9c2fa6c1-6503-c016-11ca-2ddebe8b20c3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9c2fa6c1-6503-c016-11ca-2ddebe8b20d2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f7296-5d4bc2eb {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f729f-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72a0-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72af-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72b8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72b9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72c8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72ca-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72d1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72d2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72e1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72e3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72ea-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72eb-5d4bc2eb {
  align-self: center;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72fa-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f72fc-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f7303-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f7304-5d4bc2eb {
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f7313-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f7315-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f731c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f731d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4967b112-2cdc-0a73-a22e-88696b6f732c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_39c072be-7549-eb45-ab20-b5e7ba0bb793-5d4bc2eb {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-fa5e2d1a-7f1b-68c5-becb-619469034ce9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa5e2d1a-7f1b-68c5-becb-619469034cea-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fa5e2d1a-7f1b-68c5-becb-619469034cf9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f84c01e-0106-e5ca-cadf-88c8398d19f9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_72f4e519-cd5a-fac4-4528-28c1b1622ccb-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1f84c01e-0106-e5ca-cadf-88c8398d19fa-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_159e6e6d-e9e9-dc88-72ed-11d963b2cb19-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48cbe33b-ce65-6854-296a-6dd26e80573b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_159e6e6d-e9e9-dc88-72ed-11d963b2cb20-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48cbe33b-ce65-6854-296a-6dd26e80573c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2ab06be1-55cf-0d8f-2eb2-56b887a9975c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24ce1978-2950-4af5-eb38-8979a9a8306b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_24ce1978-2950-4af5-eb38-8979a9a8307b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5d5a00fa-e29f-5bf2-589e-9aba082c4d7a-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eec50f2-516a-57e0-3095-cf779a64c44b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_101ebeca-9c25-b8db-6469-a2511d069c23-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0eec50f2-516a-57e0-3095-cf779a64c44c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-df21aac1-b5e7-fb86-7863-8233870cb050-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc4ee148-f8e0-59d3-5eb3-eea1cc12347f-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b7c5583-d179-2453-7625-683ac30a2e71-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc4ee148-f8e0-59d3-5eb3-eea1cc123480-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a92e0b69-dd92-4fd8-0c52-be9c2e73a84e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95440f57-d45b-5131-9aad-4aca186e2098-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0d9006d4-5c29-3e7a-578f-5fbddabab101-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95440f57-d45b-5131-9aad-4aca186e2099-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3384d0c1-5a88-54d6-2a90-dfec3d9045ff-5d4bc2eb {
  grid-area: span 8 / span 1 / span 8 / span 1;
}

#w-node-_0082ec28-cbbc-ab11-342d-142c90fa06cc-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_338aeda2-941d-0cb8-847a-a9b86094cb1d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0082ec28-cbbc-ab11-342d-142c90fa06cd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a814ebf7-43c0-c663-1300-e8959a5bd7dc-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f113cb3-9392-1307-7009-18aef6796da6-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7db70380-5486-2708-1525-c626f041f658-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f113cb3-9392-1307-7009-18aef6796da7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_468a5f2d-1475-0a70-e2ee-fef6e9ba26ac-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b2050d7-b588-500c-1660-52916ae13bce-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47a07d9f-8860-ff88-23b4-37667a262400-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b2050d7-b588-500c-1660-52916ae13bcf-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38eb5f48-2767-61fa-03bf-b21231c550e7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_93836d9a-0dfc-1483-00a2-28d5089ea9a5-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38eb5f48-2767-61fa-03bf-b21231c550e8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3be7d045-d7f3-8f7a-cd07-a2ff2683fa7b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b8312093-fa81-4fda-6076-e82d43dd880a-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3be7d045-d7f3-8f7a-cd07-a2ff2683fa7c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0e404f49-ea6e-54a5-b51a-9fa5ea08dcb8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_22cc26e2-6572-7227-72ec-2ff8497f6219-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0e404f49-ea6e-54a5-b51a-9fa5ea08dcb9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_46223994-617c-dc34-7b20-18282c670914-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_001181c2-f90b-373d-d1ec-122c273112a6-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ae2d1c07-dc02-1f52-d679-a4a1617c31d3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_001181c2-f90b-373d-d1ec-122c273112a7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1211ce5d-01bf-b806-f180-94020eb285d4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afbc1f26-a8f8-e51f-7443-abe426a1f5bd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4e6f50bb-0a7b-005c-4625-2a9517de1396-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-afbc1f26-a8f8-e51f-7443-abe426a1f5be-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-feac8fc7-f556-c101-d1eb-16213f0f95c4-5d4bc2eb {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-b75d2ad1-d2a6-b4a2-577a-6c95b1d37f9b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22655c41-50f0-ae48-ed60-e90b2c720dee-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f0d5ba1-5918-c1c4-2c4c-b2484e6e7c66-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22655c41-50f0-ae48-ed60-e90b2c720def-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d7c3f855-a8a7-383a-5008-953880352008-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aac70fbe-f5c9-9cef-906a-6be991c9d7f6-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d7c3f855-a8a7-383a-5008-953880352009-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_70a9a659-f66c-fe5b-5cd8-7e9102f6cde1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_839819c1-6b6e-7d74-c2bf-96efe6644704-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fc2c8b11-ec4c-791e-0dfe-114b73f56f03-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_839819c1-6b6e-7d74-c2bf-96efe6644705-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1a888034-b2f3-1e16-eae9-67752e97b981-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e23b9a5a-0f7e-d21c-2142-1fe14f41a2c9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55faa573-10d4-a608-967e-e3e0f18b9d3f-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e23b9a5a-0f7e-d21c-2142-1fe14f41a2ca-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b26f2b2e-8a28-619d-4259-7774d8a229a1-5d4bc2eb {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_6132eaba-d54a-245a-65c5-63c98ca346eb-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb9d6a85-13dc-2239-cea7-c0cc237017be-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6132eaba-d54a-245a-65c5-63c98ca346f2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb9d6a85-13dc-2239-cea7-c0cc237017bf-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_705d2793-4706-b22b-c25c-c1e3fe0b15a1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_770ca149-a24c-38ba-7b06-575660513dff-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_36ea1697-6baa-0119-47c4-755ee3e43f4b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_770ca149-a24c-38ba-7b06-575660513e00-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_780d2b5d-d561-0a46-c9b3-27e151e731ac-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72225350-56e6-9640-d5bc-aa0ecbc5e366-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c8bee561-4b6b-578c-1ea1-7ba94fa44a2b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_72225350-56e6-9640-d5bc-aa0ecbc5e367-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_045a0776-56a1-9f4e-9f87-db6d9d156249-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35edfcd5-a9b2-196e-6192-ea5b2d0b6ef7-5d4bc2eb, #w-node-f1d889ba-28de-f27d-be46-8c6eee41fc64-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_35edfcd5-a9b2-196e-6192-ea5b2d0b6ef8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c1988ed1-dd8a-8d1b-a1bc-b785278003be-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_115f0236-7815-ef3d-4593-e38bd2fde9b7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1988ed1-dd8a-8d1b-a1bc-b785278003bf-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-da73fbc0-6397-16aa-f761-7de9e2fe3324-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72bd4c13-b93c-b0ac-b33b-e6191a9e6cbc-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f42722fa-8f40-8cd2-885f-20a95ef696c2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_72bd4c13-b93c-b0ac-b33b-e6191a9e6cbd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21e8566a-a8a6-9297-01a2-e552ded294c9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04536b83-ddee-324f-d1e2-9f82cefe88a8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d02ca245-667d-bbd2-0771-91061940d935-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04536b83-ddee-324f-d1e2-9f82cefe88a9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1e4eb319-8280-2d10-42f3-c7164a6eaf54-5d4bc2eb {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4698e1aa-b401-2d2d-251e-27efbbb4db96-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d17425-94fc-64f7-f2e2-6cd8fb6893ca-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dea2c525-bb56-2965-d480-9cacd9d470dd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d9d17425-94fc-64f7-f2e2-6cd8fb6893cb-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d52c93e9-8f85-958e-b780-f44b61637198-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8733f59-ae0d-cab3-f470-0b9b32263f1c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_89a403ea-1102-2958-10c7-8cc55f402b57-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8733f59-ae0d-cab3-f470-0b9b32263f1d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-efc6784e-9587-32ac-6489-5283ccbfb15f-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e7bc42ea-0c8a-ac0b-9353-21b608f106d3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-efc6784e-9587-32ac-6489-5283ccbfb160-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8cb760f5-c445-c903-eb10-080e8b7ca840-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d73e880-df07-efa1-1515-6d22bee94d88-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57d87697-5630-9702-5a06-65bc207ecfb7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4d73e880-df07-efa1-1515-6d22bee94d89-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fcc0808b-c155-c1f7-8961-e212c68c4e42-5d4bc2eb {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_20f509fb-a0aa-38c3-99ac-b7261586904b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a4b6b39b-1b12-0a91-7085-376a823856bd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_20f509fb-a0aa-38c3-99ac-b7261586904c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0e1ac03f-e79e-9579-4b65-a4d18fce7f7b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08e5959e-080c-8478-a104-eb55995dc17a-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0e1ac03f-e79e-9579-4b65-a4d18fce7f7c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3a33ca89-1822-d357-27e9-70c0fd8435da-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ac48ad07-9317-b8b4-d2d8-3c846199f482-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a33ca89-1822-d357-27e9-70c0fd8435db-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01a2ca2f-08be-958a-1e5d-207e928e0584-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_350960c3-1821-e4af-ac1a-275ddbb2e3c8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01a2ca2f-08be-958a-1e5d-207e928e0585-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_389d6fa5-6d45-06d0-2b81-7e48c3d9a475-5d4bc2eb {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-fb643472-7a8d-4f65-f631-6b5d88ab73b2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e1002a1-16ba-d6d4-d670-54b81091acd9-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb643472-7a8d-4f65-f631-6b5d88ab73b3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8ea698fe-1cca-8482-0bc5-189b7909d059-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4d41e470-481e-bcdd-0bb1-da5a00d963f3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ea698fe-1cca-8482-0bc5-189b7909d05a-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31593ac3-4d18-3d4c-24c1-f6562046095b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9efdf4b0-e7e0-d165-e11c-162b9f238cf3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd787760-7a27-4b95-7548-e6d445fe6e01-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9efdf4b0-e7e0-d165-e11c-162b9f238cf4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6e2ddc3-27f5-ca31-3d45-0e41e188905c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5c74512-738e-d2ba-6164-40f868b53204-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f6e2ddc3-27f5-ca31-3d45-0e41e188905d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8ebf968-fc95-a422-d81e-ce3ad6d0be99-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bdb9e63-c802-0970-4b83-ae79ebd2198e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3f861012-6717-43f8-4922-7383669671fd-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5bdb9e63-c802-0970-4b83-ae79ebd2198f-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_900ef775-b1c3-a779-d474-d2e279d57a70-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_506c15fa-fbaf-1cb0-3c08-41bd9624328d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3e7ee523-8bc1-1c59-559a-57e11052eeae-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_506c15fa-fbaf-1cb0-3c08-41bd9624328e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f9742f3b-3183-2a8c-38a6-406b79947be4-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee7e12a-1664-795c-c1ba-d3df7229666c-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e7683054-f90e-9565-0293-deb3476c64a5-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ee7e12a-1664-795c-c1ba-d3df7229666d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a55c7b8f-8599-e5b0-6fdf-e61220ab8ae8-5d4bc2eb {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-a7a2c52f-550f-a5f5-4eb1-84d1e16d83ff-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c999f3df-90c9-f3de-4d32-4f785f8e60ef-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4c61f142-b40c-bed0-7bff-fd96827b282e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c999f3df-90c9-f3de-4d32-4f785f8e60f0-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ba9f948f-c232-ffba-f1e4-1bd09597ada8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_305ffa6c-34a7-8037-740d-342ceb244fed-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fd0b6edd-bab2-e167-a9cb-af8f3d6e1cf3-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_305ffa6c-34a7-8037-740d-342ceb244fee-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_73306489-047d-d0b3-e40f-37d4abc7791d-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e842881c-60c1-a153-901a-b066aa195016-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1e83ff45-662c-451c-cfa3-f9026e7d83fc-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e842881c-60c1-a153-901a-b066aa195017-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6884f9d4-8397-c148-aba8-4359b9b532d8-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ae77976-1335-dfbe-fccc-db802967f710-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_91d31143-82d6-f487-034a-a10711faae1e-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6ae77976-1335-dfbe-fccc-db802967f711-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ea1370b1-7d85-9174-e3e0-de2332a62c65-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6008d236-2479-1471-88e0-6341e8fdeb76-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_361a6626-33fa-1cda-7659-d8d2e8d7d877-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6008d236-2479-1471-88e0-6341e8fdeb77-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f33383ff-813d-4b06-5e78-a36f567448e7-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1a069ef-6bd0-af76-d7e1-74bd4fc2c2b1-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-df081882-0aa2-2c12-0772-62d3a074d099-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1a069ef-6bd0-af76-d7e1-74bd4fc2c2b2-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ba6b5185-b793-c7f6-1d82-dfdb97279785-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd76c30-5224-37b4-03a3-a54216629c90-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44b84b9a-1a80-d1f4-3bfe-1c83f4f98e4b-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-edd76c30-5224-37b4-03a3-a54216629c91-5d4bc2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e49457af-b33d-2dd9-90f5-8e2b56cfb0f8-c236bc20 {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-d37ebd53-e076-4f25-9ddd-e3882c076c0b-c236bc20 {
  grid-area: 1 / 1 / 4 / 9;
}

#w-node-d37ebd53-e076-4f25-9ddd-e3882c076c16-c236bc20 {
  grid-area: 2 / 10 / 4 / 13;
}

#w-node-_98a9b2de-f588-080b-0b53-ce1baf8affdf-c236bc20 {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-f7d22e99-023c-8925-d797-c79318f130ed-c236bc20 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f7d22e99-023c-8925-d797-c79318f13100-c236bc20 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_936bed2f-4f03-a6ca-3a2e-f7ec9f91fd4a-c236bc20 {
  grid-area: 1 / 1 / 4 / 8;
}

#w-node-_1fcf7ac5-f0b0-fd34-e445-a526687056a7-c236bc20 {
  grid-area: 2 / 10 / 4 / 13;
}

#w-node-_9d056d4d-bd4e-a02d-c8e6-a642c778bd9a-c236bc20 {
  grid-area: 1 / 2 / 9 / 5;
}

#w-node-_9d056d4d-bd4e-a02d-c8e6-a642c778bda3-c236bc20 {
  grid-area: 2 / 7 / 9 / 10;
}

#w-node-_783ee773-172f-818a-b0bf-cff302185bfe-c236bc20 {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-fcb8ee1a-cf69-6862-61b5-22379562f19d-c236bc20 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_2f04ad38-5b2d-e3ec-eb4b-ba01af8e8007-c236bc20 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_78a9817f-41c7-ae6a-a141-041a0a368109-c236bc20 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_064bc833-8fdb-88a3-8165-ddd6fde53d3e-c236bc20 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0daef04d-3114-0f7b-f715-4f2102c44dfb-c236bc20 {
  grid-area: 1 / 1 / 5 / 6;
}

#w-node-_0daef04d-3114-0f7b-f715-4f2102c44e06-c236bc20 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_0daef04d-3114-0f7b-f715-4f2102c44e11-c236bc20 {
  grid-area: 3 / 8 / 5 / 11;
}

#w-node-_2c49bfa8-b5a0-ae0e-6e42-cc6956e451a7-c236bc20 {
  grid-area: 1 / 1 / 4 / 9;
}

#w-node-fdb85d0d-ad52-b349-5247-786b4932c9a9-c236bc20 {
  grid-area: 2 / 10 / 4 / 13;
}

#w-node-_7fef7508-6b93-c384-feff-2f9eb8928389-c236bc20 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f7857997-a143-b5bf-b4f2-cfdf93d027d2-c236bc20 {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-f55f01fd-ff2e-1768-c920-3906858f6736-c236bc20 {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-_9587b526-e49e-a14f-884f-c5334c9394fd-c236bc20 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-ea258f74-e2a1-278b-cb66-d8d5d0aab253-c236bc20 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-cae9dcca-d7eb-f414-38ae-2f16a188de1e-2b4cd5f4, #w-node-_35edfd0b-c093-7511-4e93-ed3fbcf108c9-2b4cd5f4, #w-node-_68a5562d-9b26-587c-8f1d-ce4e8b12af00-2b4cd5f4, #w-node-_3d850b14-4b14-d906-dd23-41bf9d6d973a-2b4cd5f4, #w-node-cc3e3c07-79af-c703-7d45-2f9ff0d37030-2b4cd5f4, #w-node-_19c37392-9244-7a4f-b5a7-47c4e249a1cf-2b4cd5f4, #w-node-bb227fe8-78d8-526a-ee70-d64816293b9b-2b4cd5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f8a0ae3-55a6-f8a6-7516-29dcf51f9197-2b4cd5f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6180ff4-612e-6d97-aa7b-c391778e26bf-2b4cd5f4, #w-node-_5fb07ecc-c451-d083-dbd4-493a1ebfebb0-2b4cd5f4, #w-node-c35b6bf8-b889-89d5-7039-83a22e32655e-2b4cd5f4, #w-node-d79974c7-c5fd-c76c-dd68-6fc943f6b0ba-2b4cd5f4, #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcce-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee62-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee63-26bfc6e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-de36052f-f0a0-34e7-91b7-6dc99ebfeaff-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee66-26bfc6e2, #w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee6b-26bfc6e2, #w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee6e-26bfc6e2, #w-node-_7707238e-53d7-b7cc-d0d7-9ac60c0eee71-26bfc6e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b05-26bfc6e2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b06-26bfc6e2, #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b07-26bfc6e2, #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b08-26bfc6e2, #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b0c-26bfc6e2, #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b12-26bfc6e2, #w-node-a665e60d-143f-594c-d0ed-07d0c6464e90-26bfc6e2, #w-node-a665e60d-143f-594c-d0ed-07d0c6464e91-26bfc6e2, #w-node-a665e60d-143f-594c-d0ed-07d0c6464e92-26bfc6e2, #w-node-a665e60d-143f-594c-d0ed-07d0c6464e96-26bfc6e2, #w-node-a665e60d-143f-594c-d0ed-07d0c6464e97-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c78-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_29876efb-48c6-aae0-1955-e2584de3711d-26bfc6e2, #w-node-_62fce240-c3ff-e8b0-3ebf-e656a4e61e82-26bfc6e2, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394b7-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394b8-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394bd-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394be-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394d7-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394d8-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394ec-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394ed-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e039501-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e039502-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f3b-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f3c-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f3f-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f40-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f43-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f44-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f49-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f4a-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f63-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f64-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2d1a549-633b-984e-fcc2-071c937db9b7-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d2d1a549-633b-984e-fcc2-071c937db9bf-26bfc6e2, #w-node-d2d1a549-633b-984e-fcc2-071c937db9c0-26bfc6e2, #w-node-d2d1a549-633b-984e-fcc2-071c937db9c5-26bfc6e2, #w-node-d2d1a549-633b-984e-fcc2-071c937db9c6-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acfe6474-57f9-c41a-96f3-57aa72e05174-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-acfe6474-57f9-c41a-96f3-57aa72e05175-26bfc6e2, #w-node-acfe6474-57f9-c41a-96f3-57aa72e05176-26bfc6e2, #w-node-acfe6474-57f9-c41a-96f3-57aa72e0517b-26bfc6e2, #w-node-acfe6474-57f9-c41a-96f3-57aa72e0517c-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4262f6da-0c71-9490-550b-dee289c28c78-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4262f6da-0c71-9490-550b-dee289c28c79-26bfc6e2, #w-node-_4262f6da-0c71-9490-550b-dee289c28c7a-26bfc6e2, #w-node-_4262f6da-0c71-9490-550b-dee289c28c7f-26bfc6e2, #w-node-_4262f6da-0c71-9490-550b-dee289c28c80-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad1-26bfc6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad2-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad5-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad6-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad9-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ada-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11aef-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11af0-26bfc6e2, #w-node-_45ca525f-1797-3042-1ad6-c7ac0d0cf45c-26bfc6e2, #w-node-_45ca525f-1797-3042-1ad6-c7ac0d0cf45d-26bfc6e2, #w-node-_5727a5f2-de26-7675-45d4-474dab4f9e10-26bfc6e2, #w-node-_5727a5f2-de26-7675-45d4-474dab4f9e11-26bfc6e2, #w-node-_6c35bcf3-70f6-8564-8edb-87d45b42fa19-26bfc6e2, #w-node-_6c35bcf3-70f6-8564-8edb-87d45b42fa1a-26bfc6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e3efa5d-959d-f7a5-c6d9-f9320ca557a3-842a695f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da98e9c6-b3ff-e752-b9cb-a6038d217e7d-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c51-842a695f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c54-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c59-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c5e-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c74-842a695f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c93-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ca3-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ccc-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ceb-842a695f, #w-node-_0e0f9359-d44e-6912-c042-de283fbb3ae1-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62c2-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62cb-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62d7-842a695f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62e9-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62eb-842a695f, #w-node-d5de695d-9cff-4542-9dd2-d164881d62ec-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62f2-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62f5-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5de695d-9cff-4542-9dd2-d164881d62fb-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27451-842a695f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27453-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2745a-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2745c-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27463-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2746d-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27471-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27489-842a695f {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2748c-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27490-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27493-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a27497-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2749a-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a2749e-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a274a1-842a695f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a01eb584-1910-3fd0-240a-b75e17a274a5-842a695f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6e3efa5d-959d-f7a5-c6d9-f9320ca557a3-825c042e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da98e9c6-b3ff-e752-b9cb-a6038d217e7d-825c042e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c51-825c042e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c54-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c59-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c5e-825c042e, #w-node-_8e2e9970-3372-44ce-769c-2fa627464d53-825c042e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c74-825c042e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c93-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ca3-825c042e, #w-node-d29b4db5-ddf5-41d1-1dc4-28b650298a4a-825c042e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19ee-ebf37fd4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19f1-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19fb-ebf37fd4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19fe-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a1e-ebf37fd4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a23-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8a7-ebf37fd4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8a9-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8b0-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8b2-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8b9-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8bc-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8c0-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8c3-ebf37fd4 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8c6-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8ca-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8cd-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8d1-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8d4-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8d8-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8db-ebf37fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b38508-359b-a706-c11d-06f2f07fd8df-ebf37fd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19ee-094f6a95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19f1-094f6a95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa4b-094f6a95 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa4c-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa4d-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa52-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa6c-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa6d-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa6e-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa70-094f6a95, #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa71-094f6a95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19fb-094f6a95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19fe-094f6a95, #w-node-_816cdb51-ed19-37e2-b89f-042492a00bfc-094f6a95, #w-node-_78dac531-344d-d41d-8dec-2feb30f85762-094f6a95, #w-node-_149a7d10-07f1-d13d-e232-111f020541ed-094f6a95, #w-node-b6549e8e-92c1-66fe-4279-31581084a48e-094f6a95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a1e-094f6a95 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a23-094f6a95, #w-node-_296c1901-b411-b0a1-3539-1daa8d0995b8-094f6a95, #w-node-a4a671c9-b174-f33d-82e3-3201b8cc982f-094f6a95, #w-node-_7916c15f-d98b-0b7d-9bb5-15bf6a21ada3-094f6a95, #w-node-_20a697d5-dfd8-1e25-9f6e-f4f96fdadfc6-094f6a95, #w-node-_7f8a5efc-98cb-7a0f-2b60-38678cd4bbf5-094f6a95, #w-node-_7beab1d7-5888-7988-4226-9e5be767e054-094f6a95, #w-node-_8b2f31e0-a3b7-99a8-b70d-7fbf5c49cc5a-094f6a95, #w-node-_7ea1eab8-6088-21d5-fe3c-96427d21469e-094f6a95, #w-node-_61d8f402-0e1b-bf31-2b3c-9749c5933309-094f6a95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b06284df-58bd-30c4-037c-adf9488f8f2f-27c0187a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_694e3e43-84d2-58fa-8c4a-2715d4e58ce1-27c0187a {
  align-self: baseline;
}

#w-node-_072fb814-ef31-af6e-0044-5a2f89231e3a-27c0187a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: baseline;
}

#w-node-fb977c25-4a93-25cc-2688-2e9c387defae-27c0187a {
  align-self: start;
}

#w-node-fb977c25-4a93-25cc-2688-2e9c387defb0-27c0187a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7deb65f0-32ca-c9a3-7e3a-1e5698cca2fd-27c0187a {
  align-self: start;
}

#w-node-_7deb65f0-32ca-c9a3-7e3a-1e5698cca2ff-27c0187a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9567e71f-0269-53c5-e936-f34caa4b8b8c-27c0187a {
  align-self: start;
}

#w-node-_9567e71f-0269-53c5-e936-f34caa4b8b8e-27c0187a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2f0a9102-5065-4769-15f4-4dd503bfe3b4-27c0187a {
  align-self: start;
}

#w-node-_2f0a9102-5065-4769-15f4-4dd503bfe3b6-27c0187a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_939f2120-c6ce-a29a-e962-02097ba2e308-ef02e8d7 {
  justify-self: start;
}

#w-node-_5918df29-b72e-2dd7-a643-c8cdecbfb13b-ecbfb139 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start stretch;
}

#w-node-f4afc53b-0241-6b0e-6d75-b0dd30bb8fd7-7d5d3fba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2b4314e-571e-7293-d316-79be7d5d3fbc-7d5d3fba {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_64ed99b5-0ae1-a72e-cca0-ca0581692474-81692468 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394be-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394d8-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394ed-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e039502-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f40-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f4a-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f64-26bfc6e2, #w-node-d2d1a549-633b-984e-fcc2-071c937db9c6-26bfc6e2, #w-node-acfe6474-57f9-c41a-96f3-57aa72e0517c-26bfc6e2, #w-node-_4262f6da-0c71-9490-550b-dee289c28c80-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad6-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11af0-26bfc6e2, #w-node-_45ca525f-1797-3042-1ad6-c7ac0d0cf45d-26bfc6e2, #w-node-_5727a5f2-de26-7675-45d4-474dab4f9e11-26bfc6e2, #w-node-_6c35bcf3-70f6-8564-8edb-87d45b42fa1a-26bfc6e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_64ed99b5-0ae1-a72e-cca0-ca0581692474-81692468 {
    grid-column-end: 3;
  }

  #w-node-_64ed99b5-0ae1-a72e-cca0-ca058169246d-81692468, #w-node-_666abfe3-b7b3-c436-d38c-b6e1e9a7fed3-81692468 {
    grid-column-start: 3;
  }

  #w-node-_87573f6f-443e-6353-5fbf-768628902f85-28902f80 {
    grid-column: 3 / 9;
  }

  #w-node-_87573f6f-443e-6353-5fbf-768628902f90-28902f80 {
    justify-self: end;
  }

  #w-node-_5918df29-b72e-2dd7-a643-c8cdecbfb13b-ecbfb139 {
    grid-column-start: 1;
  }

  #w-node-d2b4314e-571e-7293-d316-79be7d5d3fbc-7d5d3fba {
    grid-column: 3 / 9;
  }

  #w-node-d2b4314e-571e-7293-d316-79be7d5d3fc9-7d5d3fba {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64ed99b5-0ae1-a72e-cca0-ca058169246a-81692468 {
    justify-self: start;
  }

  #w-node-_64ed99b5-0ae1-a72e-cca0-ca0581692474-81692468 {
    grid-column-end: 4;
  }

  #w-node-_666abfe3-b7b3-c436-d38c-b6e1e9a7fed3-81692468 {
    grid-area: 1 / 4 / 3 / 7;
    align-self: baseline;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f5b8-a856f5ac {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f63d-a856f5ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f649-a856f5ac {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f64d-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f661-a856f5ac, #w-node-_3c45c85e-cb3f-5036-5833-06e1db381558-a856f5ac, #w-node-_3c45c85e-cb3f-5036-5833-06e1db381560-a856f5ac, #w-node-_3c45c85e-cb3f-5036-5833-06e1db381568-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f674-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f67c-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f684-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f695-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f69d-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6a8-a856f5ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6b4-a856f5ac {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6b8-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6c4-a856f5ac, #w-node-_92ac3be7-ab96-0fc7-dbb5-be1f3e90bbcc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6cc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6d7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6df-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6e7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6f2-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f6fa-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f702-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f70a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f712-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f71a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f722-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f72a-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f735-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f73d-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f745-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f74e-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f756-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f75e-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f766-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f76e-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f779-a856f5ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f788-a856f5ac {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7b4-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7bc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7c4-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7cc-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7d4-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7df-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7e7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7ef-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7f7-a856f5ac, #w-node-_15fc8ae9-403c-e164-cbe1-1007a856f7ff-a856f5ac {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05da-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05dc-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05de-121f05cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05e0-121f05cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6605f874-41e7-5f1e-f33b-fd8ba146c7c0-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05e6-121f05cf, #w-node-_62de486d-2b8c-5bad-ee48-7ba2e56fbc56-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05ec-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b6708c87-3722-f6cf-edfc-8560ae6cb65c-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05fc-121f05cf, #w-node-_63a14664-1e56-bcc9-7303-9a99214dd4fd-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0602-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0de1195-bd34-2dc8-2fa6-2125a93d6c79-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-f0de1195-bd34-2dc8-2fa6-2125a93d6c7e-121f05cf, #w-node-f0de1195-bd34-2dc8-2fa6-2125a93d6c80-121f05cf, #w-node-f0de1195-bd34-2dc8-2fa6-2125a93d6c82-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_44e12185-1c40-18b0-d107-0bb609ed9753-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0607-121f05cf, #w-node-_5552d0b1-0a38-5d87-3aec-7f0f5f97e30a-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f060d-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3910f810-ac98-cfb2-0f21-2f6489d12c7f-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f061d-121f05cf, #w-node-f501b7e5-398b-ffaa-d1a5-658262dd70e3-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0623-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cbf9df54-8113-9f5f-b006-8dd04ad3bced-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0612-121f05cf, #w-node-_571c1cce-e5d9-13b8-800f-14fa02aed2a9-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0618-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4be6470b-952c-2a86-ecf2-8f0d7cee1792-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0628-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f062a-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f062c-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_98ce34af-e67e-8010-c9e7-2f8f1383e285-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05f3-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05f5-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f05f7-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87746422-d16d-a5cd-4b83-06cfc9328b50-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0631-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0633-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0635-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_611bbf40-a9e7-dd75-2028-dacc2b6d12d9-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f063a-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f063c-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f063e-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a755bcdf-02dc-5e9e-169e-fce4d05f004b-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-a755bcdf-02dc-5e9e-169e-fce4d05f0050-121f05cf, #w-node-a755bcdf-02dc-5e9e-169e-fce4d05f0052-121f05cf, #w-node-a755bcdf-02dc-5e9e-169e-fce4d05f0054-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f7abf840-a65c-be6f-6edb-653a6904806d-121f05cf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0643-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0645-121f05cf, #w-node-_1d9b0710-efeb-9d12-79e2-1d40121f0647-121f05cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87573f6f-443e-6353-5fbf-768628902f90-28902f80 {
    grid-area: 1 / 8 / 2 / 9;
  }

  #w-node-_63fb8df8-bee0-f98c-887b-cac5e07139ae-5d4bc2eb {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_59205796-fb8e-c930-16f5-7860296ea440-5d4bc2eb {
    grid-column: span 1 / span 1;
  }

  #w-node-d37ebd53-e076-4f25-9ddd-e3882c076c0b-c236bc20, #w-node-d37ebd53-e076-4f25-9ddd-e3882c076c16-c236bc20, #w-node-f7d22e99-023c-8925-d797-c79318f130ed-c236bc20, #w-node-f7d22e99-023c-8925-d797-c79318f13100-c236bc20, #w-node-_936bed2f-4f03-a6ca-3a2e-f7ec9f91fd4a-c236bc20, #w-node-_1fcf7ac5-f0b0-fd34-e445-a526687056a7-c236bc20, #w-node-_9d056d4d-bd4e-a02d-c8e6-a642c778bd9a-c236bc20, #w-node-_9d056d4d-bd4e-a02d-c8e6-a642c778bda3-c236bc20, #w-node-fcb8ee1a-cf69-6862-61b5-22379562f19d-c236bc20, #w-node-_2f04ad38-5b2d-e3ec-eb4b-ba01af8e8007-c236bc20, #w-node-_78a9817f-41c7-ae6a-a141-041a0a368109-c236bc20, #w-node-_064bc833-8fdb-88a3-8165-ddd6fde53d3e-c236bc20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0daef04d-3114-0f7b-f715-4f2102c44dfb-c236bc20 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_0daef04d-3114-0f7b-f715-4f2102c44e06-c236bc20, #w-node-_0daef04d-3114-0f7b-f715-4f2102c44e11-c236bc20 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2c49bfa8-b5a0-ae0e-6e42-cc6956e451a7-c236bc20, #w-node-fdb85d0d-ad52-b349-5247-786b4932c9a9-c236bc20, #w-node-_7fef7508-6b93-c384-feff-2f9eb8928389-c236bc20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7857997-a143-b5bf-b4f2-cfdf93d027d2-c236bc20 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-f55f01fd-ff2e-1768-c920-3906858f6736-c236bc20, #w-node-_9587b526-e49e-a14f-884f-c5334c9394fd-c236bc20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f8a0ae3-55a6-f8a6-7516-29dcf51f9197-2b4cd5f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcce-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd0-26bfc6e2, #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd2-26bfc6e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd4-26bfc6e2, #w-node-d4a96416-3c87-a578-4c03-e9dc433c0601-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3eba5aac-e832-72a1-60ea-ec19fc12bf24-26bfc6e2, #w-node-_1499fc55-319f-695b-65cf-5965170be35a-26bfc6e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1c39f3dd-ae0e-dbc9-0f7c-dc7a6014275a-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b05-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b08-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1cd1ae04-5f39-b659-2bbd-040220e61b0a-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-a665e60d-143f-594c-d0ed-07d0c6464e92-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c78-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_29876efb-48c6-aae0-1955-e2584de3711e-26bfc6e2, #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394b9-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2368eacb-23fa-b7f0-8ade-3a730e0394bb-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f3b-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f3d-26bfc6e2, #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f45-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_86a93fc7-52cf-a9a2-dc6e-534850932f47-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-d2d1a549-633b-984e-fcc2-071c937db9b7-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-d2d1a549-633b-984e-fcc2-071c937db9c1-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d2d1a549-633b-984e-fcc2-071c937db9c3-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-acfe6474-57f9-c41a-96f3-57aa72e05174-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-acfe6474-57f9-c41a-96f3-57aa72e05177-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-acfe6474-57f9-c41a-96f3-57aa72e05179-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4262f6da-0c71-9490-550b-dee289c28c78-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4262f6da-0c71-9490-550b-dee289c28c7b-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4262f6da-0c71-9490-550b-dee289c28c7d-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad1-26bfc6e2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11ad3-26bfc6e2, #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11adb-26bfc6e2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5541830b-b52d-a791-34ed-4e2ee4e11add-26bfc6e2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcce-842a695f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd0-842a695f, #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd2-842a695f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd4-842a695f, #w-node-d4a96416-3c87-a578-4c03-e9dc433c0601-842a695f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3eba5aac-e832-72a1-60ea-ec19fc12bf24-842a695f, #w-node-_1499fc55-319f-695b-65cf-5965170be35a-842a695f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1c39f3dd-ae0e-dbc9-0f7c-dc7a6014275a-842a695f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c74-842a695f {
    grid-column: span 6 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c76-842a695f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c93-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ca3-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ccc-842a695f, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ceb-842a695f, #w-node-_0e0f9359-d44e-6912-c042-de283fbb3ae1-842a695f {
    grid-column: span 1 / span 1;
  }

  #w-node-d5de695d-9cff-4542-9dd2-d164881d62ac-842a695f, #w-node-a01eb584-1910-3fd0-240a-b75e17a2743d-842a695f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-a01eb584-1910-3fd0-240a-b75e17a2746d-842a695f, #w-node-a01eb584-1910-3fd0-240a-b75e17a2748c-842a695f, #w-node-a01eb584-1910-3fd0-240a-b75e17a27493-842a695f, #w-node-a01eb584-1910-3fd0-240a-b75e17a2749a-842a695f, #w-node-a01eb584-1910-3fd0-240a-b75e17a274a1-842a695f {
    grid-column: span 1 / span 1;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcce-825c042e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd0-825c042e, #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd2-825c042e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1befbf65-f99c-e29f-1cb3-93b2d2a8fcd4-825c042e, #w-node-d4a96416-3c87-a578-4c03-e9dc433c0601-825c042e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3eba5aac-e832-72a1-60ea-ec19fc12bf24-825c042e, #w-node-_1499fc55-319f-695b-65cf-5965170be35a-825c042e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1c39f3dd-ae0e-dbc9-0f7c-dc7a6014275a-825c042e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c74-825c042e {
    grid-column: span 6 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c76-825c042e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c79-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9c93-825c042e, #w-node-b007e789-6173-a6b4-2d9a-48e6b84a9ca3-825c042e, #w-node-d29b4db5-ddf5-41d1-1dc4-28b650298a4a-825c042e {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d5-ebf37fd4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d7-ebf37fd4, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d9-ebf37fd4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19db-ebf37fd4, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19df-ebf37fd4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e2-ebf37fd4, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e5-ebf37fd4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e8-ebf37fd4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a1e-ebf37fd4 {
    grid-column: span 6 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a20-ebf37fd4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a23-ebf37fd4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_29b38508-359b-a706-c11d-06f2f07fd89d-ebf37fd4 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_29b38508-359b-a706-c11d-06f2f07fd8bc-ebf37fd4, #w-node-_29b38508-359b-a706-c11d-06f2f07fd8c6-ebf37fd4, #w-node-_29b38508-359b-a706-c11d-06f2f07fd8cd-ebf37fd4, #w-node-_29b38508-359b-a706-c11d-06f2f07fd8d4-ebf37fd4, #w-node-_29b38508-359b-a706-c11d-06f2f07fd8db-ebf37fd4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d5-094f6a95 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d7-094f6a95, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19d9-094f6a95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19db-094f6a95, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19df-094f6a95 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e2-094f6a95, #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e5-094f6a95 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e19e8-094f6a95 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa4b-094f6a95 {
    grid-column: span 2 / span 2;
  }

  #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa50-094f6a95 {
    grid-column: span 6 / span 6;
  }

  #w-node-_79ca7e63-bcbe-6602-fb21-4af58130aa6e-094f6a95 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a1e-094f6a95 {
    grid-column: span 6 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a20-094f6a95 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1b1cd32b-2249-69ce-5319-43e2f78e1a23-094f6a95, #w-node-_296c1901-b411-b0a1-3539-1daa8d0995b8-094f6a95, #w-node-a4a671c9-b174-f33d-82e3-3201b8cc982f-094f6a95, #w-node-_7916c15f-d98b-0b7d-9bb5-15bf6a21ada3-094f6a95, #w-node-_20a697d5-dfd8-1e25-9f6e-f4f96fdadfc6-094f6a95, #w-node-_7f8a5efc-98cb-7a0f-2b60-38678cd4bbf5-094f6a95, #w-node-_7beab1d7-5888-7988-4226-9e5be767e054-094f6a95, #w-node-_8b2f31e0-a3b7-99a8-b70d-7fbf5c49cc5a-094f6a95, #w-node-_7ea1eab8-6088-21d5-fe3c-96427d21469e-094f6a95, #w-node-_61d8f402-0e1b-bf31-2b3c-9749c5933309-094f6a95 {
    grid-column: span 1 / span 1;
  }

  #w-node-b06284df-58bd-30c4-037c-adf9488f8f2f-27c0187a {
    grid-column-start: 1;
  }

  #w-node-_5918df29-b72e-2dd7-a643-c8cdecbfb13b-ecbfb139 {
    justify-self: start;
  }

  #w-node-d2b4314e-571e-7293-d316-79be7d5d3fc9-7d5d3fba {
    grid-area: 1 / 8 / 2 / 9;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-RegularIt.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oceanictext';
  src: url('../fonts/OceanicText-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oceanictext';
  src: url('../fonts/OceanicText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oceanictext';
  src: url('../fonts/OceanicText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}