@font-face {
  font-family: Pley Web;
  src: url('../fonts/pley-medium_web.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Querida Display Web;
  src: url('../fonts/querida_display-regular_web.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pley;
  src: url('../fonts/pley-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pley Nueva;
  src: url('../fonts/pley-nueva-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --inverse: #000;
  --white: white;
  --black: black;
}

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

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

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

a {
  color: #4cbb17;
  text-decoration: underline;
}

a.w--current {
  color: #4cbb17;
}

.section {
  height: 100vh;
}

.section._1 {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.section._1.pp-scrollable {
  width: 100%;
  height: 100vh;
  display: block;
}

.section._1.music-thumbnails {
  height: auto;
}

.section._1.testing {
  flex-flow: column wrap;
}

.section._2 {
  background-color: #fff;
}

.section._2.pp-scrollable, .section._3.pp-scrollable {
  display: none;
}

.section._5 {
  background-color: #f7f7f7;
}

.section._6 {
  background-color: #fff;
}

.section.pp-scrollable {
  height: 100vh;
}

.section.c1 {
  background-color: #04cefc;
  background-image: url('../images/pg-hero-new-black.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.c2 {
  background-color: #f00909;
}

.section.c3 {
  background-color: #2ef306;
}

.block {
  background-color: #fff;
  height: 100vh;
  display: block;
  position: static;
}

.block._2 {
  background-color: #3114d5;
}

.block._3 {
  background-color: #07d3ee;
}

.block._4 {
  background-color: #d2ec0d;
}

.block.c1 {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100vw;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.block.c1.full-width {
  margin-bottom: 140px;
}

.block.c1.full-width.proj.mobile.auto {
  height: auto;
  margin-top: 10%;
}

.block.c2 {
  background-color: #fff;
  display: flex;
  position: static;
}

.block.c2.proj-slider {
  margin-bottom: 100px;
}

.block.c2.proj-slider.in-use {
  height: auto;
}

.block.c2.proj-slider.in-use.xtra-pd {
  margin-bottom: 15%;
}

.block.c2.proj-slider.auto {
  height: auto;
  margin-top: 10%;
}

.block.c2.proj-slider.auto.xtra-pd, .block.c2.proj-slider.xtra-pd {
  margin-bottom: 15%;
}

.block.c2.proj-ht.xtra-pd {
  margin-bottom: 15vh;
}

.block.c2.latest {
  border-bottom: 1px solid #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0%;
}

.block.c2.latest.project-list {
  border-bottom-style: none;
  align-self: flex-start;
  height: auto;
}

.block.c2.latest.project-list.testing {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.block.c2.latest.bottom {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.block.c2.latest.for-project {
  border-bottom-style: none;
  margin-bottom: 10px;
}

.block.c3 {
  background-color: #fff;
  display: block;
  position: static;
}

.block.c4 {
  background-color: #f2f2f2;
  background-image: url('../images/barn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.block._1 {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 45vh;
  display: flex;
  position: relative;
}

.block._1.infinite {
  height: auto;
  display: block;
}

.block._1.abs-img.pgseven {
  height: 100vh;
  margin-bottom: 0%;
}

.block._1.proj-img {
  height: auto;
}

.block._1.spacer {
  width: auto;
}

.block.std {
  height: auto;
}

.block.green-bg {
  background-color: #00bd00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: auto;
  position: static;
}

.block.tag {
  height: auto;
  margin-bottom: 15%;
}

.block.tag.no-image {
  height: 25vh;
}

.block.work-grid {
  height: auto;
  margin-bottom: 10vh;
  display: block;
}

.block.work-grid.mpbile.proj-grid {
  margin-bottom: 0;
}

.block.mid {
  height: 50vh;
}

.block.mid.footer {
  height: 25vh;
}

.block.footer {
  pointer-events: auto;
  display: block;
}

.div-block {
  width: 100%;
}

.header {
  z-index: 4;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  width: 100vw;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo {
  width: 100%;
  display: block;
}

.logo.hori {
  display: none;
}

.logo.long {
  z-index: 4;
  mix-blend-mode: difference;
  width: 25%;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo.inverse {
  mix-blend-mode: difference;
}

.cell {
  align-items: flex-end;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 0%;
  width: 116%;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hero-image.inner {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 100% 0%;
  width: 100vw;
  height: auto;
  display: block;
  position: static;
}

.hero-image.inner.wide {
  object-fit: fill;
  object-position: 100% 0%;
  display: block;
}

.hero-image.for-sldr {
  margin-left: 0;
  margin-right: 0;
}

.text-block {
  color: var(--inverse);
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Pley Nueva, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.text-block.blanc {
  color: #fff;
  font-weight: 500;
}

.text-block.bttm {
  z-index: 2;
  font-family: Pley Nueva, sans-serif;
  display: none;
  position: absolute;
  inset: auto 20% 1% auto;
}

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

.image-wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-wrapper.relative {
  z-index: 0;
  position: relative;
}

.image-wrapper.relative.info {
  height: auto;
}

.image-wrapper.hero {
  display: block;
}

.image-wrapper.bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  z-index: 1;
  opacity: .5;
  filter: contrast(200%);
  -webkit-backdrop-filter: sepia(60%);
  backdrop-filter: sepia(60%);
  mix-blend-mode: difference;
  object-fit: cover;
  object-position: 100% 0%;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.cell-2 {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: flex-end;
}

.image {
  object-fit: fill;
  width: auto;
  height: auto;
  padding: 20px;
  overflow: visible;
}

.cell-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
}

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

.image-2 {
  object-fit: contain;
  height: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info {
  height: 100vh;
}

.column {
  height: 100vh;
  padding: 40px;
}

.image-3 {
  object-fit: fill;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.quick-stack.cell-info {
  padding: 0;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 40px;
}

.image-4 {
  width: 90%;
}

.columns {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.column-2 {
  margin-bottom: 0;
}

.image-5 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.image-wrapper-info {
  flex: 0 auto;
  align-self: center;
  padding: 10px;
}

.info-image {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-2 {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.empty {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.header-wrapper {
  z-index: 4;
  mix-blend-mode: difference;
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.quick-stack-2 {
  z-index: 70;
  object-fit: fill;
  width: 100vw;
  height: auto;
  position: static;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-3 {
  z-index: -38;
  position: absolute;
}

.section-wrapper {
  width: 100vw;
  height: 100vh;
}

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

.navbar, .nav-menu {
  position: static;
}

.nav-links {
  color: #000;
  letter-spacing: 1px;
  font-family: Pley Nueva, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.nav-links:hover {
  color: #00bd00;
  -webkit-text-stroke-color: #00bd00;
}

.nav-links.w--current {
  color: #00bd00;
}

.heading {
  color: #000;
  text-align: right;
  letter-spacing: -.85vh;
  text-transform: none;
  direction: ltr;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 80%;
  font-family: Pley Web, sans-serif;
  font-size: 15vh;
  font-weight: 500;
  line-height: .9em;
  display: none;
}

.cell-5 {
  text-align: justify;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Pley Nueva, sans-serif;
  font-size: 110%;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.text-block-2.noir {
  color: #000;
  width: 100%;
  font-family: Pley Nueva, sans-serif;
  font-size: 155%;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-2.noir.list-padding {
  margin-bottom: 10px;
}

.text-block-2.indnt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 35%;
  margin-top: 1.5%;
  margin-left: auto;
  display: flex;
}

.text-block-2.indnt.no-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3333338c;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
  padding-left: 220px;
  padding-right: 0;
  font-family: Pley, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.text-block-2.indnt.no-image.label {
  margin-top: 0%;
  margin-bottom: 220px;
  font-size: 13px;
  line-height: 23px;
}

.text-block-2.indnt.left {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  font-size: 18px;
  line-height: 28px;
}

.cell-6 {
  flex-flow: wrap;
  place-content: space-around flex-end;
  align-items: flex-start;
}

.image-recog {
  mix-blend-mode: lighten;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  width: 15%;
  height: auto;
  margin-left: 50px;
  display: inline-block;
}

.quick-stack-3 {
  grid-row-gap: 0px;
  height: 100vh;
}

.quick-stack-3.rev {
  height: auto;
  padding: 20vh 20px 20px 0;
}

.quick-stack-3.rev.form {
  border: 1px #000;
  padding-bottom: 10%;
}

.cell-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-7.middle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
}

.cell-7.middle.tags {
  justify-content: flex-start;
}

.cell-7.middle.wide.proj {
  justify-content: center;
  align-items: center;
}

.cell-7.middle.together {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cell-7.middle.together.logo {
  align-items: stretch;
  padding-bottom: 100px;
}

.cell-7.middle.together.n-home {
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 60px;
}

.cell-7.middle.together.n-home.home-dos {
  justify-content: center;
  align-items: stretch;
}

.cell-7.middle.together.n-home.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-7.middle.together.n-home.mid.info {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.cell-7.middle.together.n-home.project {
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
}

.cell-8 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.qs-latest {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.qs-latest.work-2 {
  padding-top: 0;
}

.qs-latest.work-2.proj-ht.proyeto, .qs-latest.work-2._w-link {
  height: auto;
}

.qs-latest.work-3 {
  grid-column-gap: 0px;
}

.qs-latest.work-3.hero-slider {
  width: auto;
}

.qs-latest.work-3.project {
  height: auto;
  margin-bottom: 10%;
}

.qs-latest.tags {
  height: auto;
  padding-top: 0;
}

.qs-latest.mid {
  height: 50vh;
}

.qs-latest.mid.footer {
  height: 25vh;
}

.qs-latest.proj {
  height: auto;
  margin-top: auto;
}

.qs-latest.proj.type.in-use {
  height: auto;
}

.qs-latest.proj.type.xtra-pd {
  margin-bottom: 15%;
}

.qs-latest.footer {
  pointer-events: auto;
}

.qs-latest.archives {
  height: auto;
  margin-bottom: 10%;
}

.qs-latest.archives.info {
  margin-bottom: 5%;
}

.qs-latest.top-header {
  height: auto;
  margin-top: 10%;
  margin-bottom: auto;
  padding-bottom: 3%;
}

.qs-latest.top-header.info {
  padding-bottom: 0%;
}

.qs-latest.top-header.info._404 {
  height: 100vh;
  margin-top: 0%;
  margin-bottom: 0;
}

.qs-latest.top-header.info.p-template {
  height: auto;
  margin-bottom: 15%;
}

.qs-latest.top-header.type {
  height: 100vh;
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.image_l_w {
  align-self: flex-start;
  width: 100%;
  height: auto;
}

.cell-9 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
  font-family: Pley, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.cell-10 {
  justify-content: flex-start;
  align-items: center;
}

.image-6 {
  align-self: flex-end;
}

.image-l-w {
  vertical-align: baseline;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-l-w:hover {
  mix-blend-mode: normal;
}

.image-l-w.grid {
  width: 100%;
}

.image-l-w.grid.sldr {
  max-width: 100vw;
  max-height: 100vh;
}

.image-l-w.grid.center {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .25;
  vertical-align: middle;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 200%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  overflow: clip;
}

.image-l-w.grid.center.logo {
  width: 70%;
}

.image-l-w.grid.center.logo.homedos {
  width: 35%;
}

.image-l-w.grid.center.logo.homedos.footer {
  width: 10%;
}

.image-l-w.grid.center.homedos {
  align-self: flex-end;
  width: 9vw;
  display: block;
}

.image-l-w.grid.center.homedos.home-dos {
  width: 100%;
  margin-top: 5%;
}

.image-l-w.grid.center.proj-img {
  width: 100%;
}

.image-l-w.grid.center.proj-img.no-opacuty {
  opacity: 100;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg {
  margin-top: auto;
  padding-left: 15%;
  padding-right: 15%;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg.archive {
  opacity: .25;
  align-self: auto;
  padding-left: 15%;
  padding-right: 15%;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg.archive.type-page {
  flex: none;
  align-self: center;
  margin-bottom: auto;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg.info-pg {
  opacity: .25;
  padding-left: 35%;
  padding-right: 35%;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg.proj-title {
  opacity: .25;
  padding-left: 0%;
  padding-right: 0%;
}

.image-l-w.grid.center.proj-img.no-opacuty._w-marg._404 {
  opacity: .25;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.image-l-w.tres {
  vertical-align: baseline;
  width: auto;
  display: block;
}

.h-label {
  color: #000;
  text-align: justify;
  width: 100%;
  padding-top: 10px;
  font-family: Pley Nueva, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.h-label.t-marg {
  margin-top: 10px;
}

.h-label.t-marg.full {
  flex: 0 auto;
  align-self: auto;
  font-weight: 300;
}

.h-label.t-marg.full.medio {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.h-label.mid {
  text-align: left;
  align-self: center;
  line-height: 28px;
}

.h-label.mid.social {
  text-align: justify;
}

.h-label.mid.crumb {
  color: #ccc;
  text-align: center;
  align-self: flex-end;
  font-family: Pley Nueva, sans-serif;
  font-size: 12px;
}

.h-label.mid.p-top {
  margin-top: 0%;
  font-family: Pley Nueva, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.h-label.mid.p-top.whitw {
  color: #fff;
  text-align: center;
}

.h-label.mid.p-top.black-center {
  text-align: center;
}

.h-label.light {
  color: #000;
  width: 100%;
  font-family: Pley, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.h-label.light.segundo {
  position: absolute;
  inset: auto 0% 15%;
}

.h-label.full {
  color: #000;
  width: 100%;
  font-family: Pley Nueva, sans-serif;
  font-size: 14px;
}

.h-label.full.blanc {
  color: #3333338c;
  font-family: Pley, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.h-label.full.marg {
  margin-bottom: 20px;
  padding-left: 20px;
}

.h-label.full.marg.lrg {
  color: #000;
  font-family: Pley Nueva, sans-serif;
  font-size: 4.2em;
  font-weight: 400;
}

.h-label.full.cent {
  text-align: center;
  align-self: center;
}

.h-label.full.top {
  text-align: right;
  flex: 1;
  align-self: center;
  padding-right: 5%;
}

.h-label.blanc {
  color: #fff;
}

.h-label.mid-type {
  z-index: 0;
  color: #3333338c;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h-label.right-align {
  text-align: right;
  width: 100%;
}

.h-label.left-align {
  color: #000;
  text-align: left;
  border-bottom: 1px #000;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.h-label._w-marg {
  padding-left: 15%;
  padding-right: 25%;
}

.h-label.tres {
  text-align: center;
  padding-top: 10px;
}

.h-label.tres.lft {
  color: #000;
  text-align: left;
  padding-left: 0;
}

.b-label {
  color: #3333338c;
  text-align: justify;
  align-self: flex-start;
  width: 75%;
  margin-top: 0;
  font-family: Pley Nueva, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.b-label.lower {
  width: 100%;
  margin-top: -5%;
  font-weight: 400;
}

.b-label._w-marg {
  width: 100%;
  padding-left: 15%;
  padding-right: 25%;
}

.b-label.tres {
  text-align: center;
  width: 100%;
}

.b-label.tres.lft {
  text-align: left;
  margin-top: 5px;
  padding-left: 0;
}

.b-label.tres.rt {
  text-align: right;
  margin-top: 0;
}

.div-block-5 {
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.div-block-5:hover {
  mix-blend-mode: hard-light;
}

.div-block-5.top {
  align-self: flex-start;
}

.div-block-5.info {
  height: auto;
  padding-left: 2.5%;
}

.div-block-5.info.form-box {
  padding-left: 10px;
}

.div-block-5.gray {
  background-color: #e9e9e9;
}

.div-block-5.square {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  overflow: visible;
}

.div-block-5.tres {
  flex: 0 auto;
  align-self: center;
  height: auto;
}

.serif {
  font-family: Querida Display Web, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.recog-block {
  clear: none;
  object-fit: fill;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.menu-button {
  z-index: 4;
  mix-blend-mode: normal;
  background-color: #00bd00;
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
}

.navbar-2 {
  z-index: 4;
  mix-blend-mode: normal;
  background-color: #0000;
  position: absolute;
}

.container {
  mix-blend-mode: normal;
}

.image-7 {
  width: 50px;
}

.navbar-3 {
  z-index: 999999;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 25vw;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar-3.new-nav {
  width: 100vw;
}

.menu-button-2 {
  background-color: #0000;
  position: absolute;
  left: 0;
}

.menu-button-2.w--open {
  z-index: 4;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px #000;
  position: absolute;
  inset: 0% auto auto 0;
}

.menu-button-2.new-nav {
  box-sizing: border-box;
  cursor: pointer;
  object-fit: fill;
  width: auto;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.menu-button-2.new-nav.w--open {
  z-index: 100;
}

.nav-menu-2 {
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #000;
  width: 25vw;
  height: auto;
  padding-bottom: 60px;
  font-family: Pley, sans-serif;
  display: block;
}

.nav-menu-2.new-nav {
  width: 30vw;
  height: 250px;
  display: block;
}

.nav-link {
  color: #fff;
  font-family: Pley, sans-serif;
}

.image-8 {
  mix-blend-mode: normal;
  width: 50px;
}

.image-8.nav-icon {
  width: 300px;
}

.image-8.nav-icon.p {
  width: 160px;
}

.image-8.nav-icon.motto {
  width: 190px;
}

.image-8.nav-icon.motto.long {
  width: 230px;
  margin-top: 5px;
  margin-left: 20px;
  display: none;
}

.image-8.nav-icon.r {
  width: auto;
  height: 16.5svh;
  margin-right: 0%;
  font-size: 14px;
}

.nav-link-2 {
  margin-left: 20px;
}

.nav-link-2.data-menuanchor {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  align-self: center;
  margin: 0 0 10px 10px;
  padding: 10px 35px 4px;
  font-family: Pley Nueva, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.nav-link-2.data-menuanchor:hover {
  color: #00bd00;
  border-color: #00bd00;
}

.nav-link-2.data-menuanchor.top-link {
  text-align: left;
  margin-top: 75px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
}

.nav-link-2.data-menuanchor.top-link.w--current {
  text-align: left;
}

.nav-link-3 {
  margin-left: 20px;
}

.div-block-6 {
  display: block;
  position: sticky;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.menu {
  z-index: 5;
  box-sizing: border-box;
  clear: none;
  mix-blend-mode: normal;
  background-color: #0000;
  align-self: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.menu.slide-info {
  z-index: 0;
  background-color: #0000;
  border-left: 1px solid #000;
  width: 70px;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.quick-stack-4 {
  z-index: 5;
  position: static;
  inset: 0% 0% auto;
}

.quick-stack-5 {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.quick-stack-5.top-hero {
  z-index: 2;
  height: 100vh;
}

.quick-stack-5.mid-hero {
  position: static;
}

.quick-stack-5.mid-hero.top-border {
  border-top: 1px solid #000;
}

.quick-stack-5.eleven {
  height: auto;
  margin-top: 5%;
}

.descript {
  color: #3333338c;
  text-align: justify;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Pley, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.descript.descript-bttm {
  text-align: justify;
  font-family: Pley, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1em;
}

.descript.m-top {
  margin-top: 35%;
}

.work-slider {
  aspect-ratio: auto;
  background-color: #0000;
  flex: 0 auto;
  align-self: stretch;
  width: auto;
  height: auto;
  overflow: visible;
}

.work-slider.info-page {
  z-index: 0;
  object-fit: fill;
  position: static;
}

.slide-nav, .right-arrow, .icon {
  display: none;
}

.mask {
  object-fit: fill;
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.image-9 {
  mix-blend-mode: difference;
}

.image-10 {
  mix-blend-mode: difference;
  width: 100%;
}

.archive-wrapper {
  height: 100vh;
}

.logo-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-block-3 {
  color: #000;
  font-family: Pley Web, sans-serif;
}

.link-2 {
  font-family: Pley Web, sans-serif;
}

.text-section {
  height: 75vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-section.for-info {
  height: 100vh;
  position: static;
}

.column-info {
  clear: left;
  object-fit: fill;
  align-self: auto;
  width: 20%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  position: relative;
}

.archive-content {
  clear: left;
  width: 20%;
  height: auto;
  margin-top: 40px;
  margin-right: 20px;
  position: relative;
}

.archive-content.no-header {
  padding-top: 20px;
}

.archive-content._w-clients {
  width: 33%;
}

.archive-content.above {
  z-index: 999999;
}

.div-block-8, .div-block-9 {
  width: 20%;
}

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

.link-4 {
  text-decoration: none;
}

.work-list {
  color: #3333338c;
  border-top: 1px solid #000;
  margin-top: 15px;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.med-wrap {
  width: 100%;
}

.nav-links-wrapper {
  margin-top: 75px;
}

.nav-links-wrapper.new-nav {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin: 25% 100px 15% 175px;
  display: flex;
  position: static;
  inset: 0%;
}

.med-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.image-11 {
  opacity: .24;
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 115%;
  margin-bottom: 10px;
}

.mid-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  position: static;
  inset: 0% 0% auto;
}

.med-label {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Pley Web, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
}

.med-label.cursive {
  color: gray;
  text-align: left;
  -webkit-text-stroke-color: #e01616;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Querida Display Web, sans-serif;
  font-size: 1.25vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25em;
}

.med-label.right-align {
  text-align: right;
  width: 100%;
  font-family: Pley Web, sans-serif;
}

.med-label.left-align {
  text-align: left;
  width: 100%;
  padding-left: 20px;
}

.cell-11 {
  align-items: center;
}

.paragraph {
  text-align: center;
  font-family: Pley Nueva, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.25em;
}

.number-labels {
  color: #000;
  letter-spacing: normal;
  font-family: Pley Web, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.playlist-wrapper {
  width: 100vw;
}

.play-list-text {
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.body-2 {
  width: 10vw;
}

.div-block-10 {
  width: 6vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  padding: 0;
}

.quick-stack-6.latest-sounds {
  border-top-style: none;
  border-top-color: #3333338c;
}

.music-box {
  z-index: 1;
  filter: brightness(115%) grayscale();
  border: 1px #3333338c;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.music-box:hover {
  opacity: 0;
  mix-blend-mode: normal;
}

.music-box.type {
  border-style: none;
}

.mid-logo {
  opacity: .25;
  flex: 1;
  align-self: auto;
  width: 100%;
}

.green-bg {
  background-color: #0000;
  border: 1px solid #3333338c;
  justify-content: center;
  align-items: center;
}

.green-bg.solo {
  border-top-style: solid;
}

.m-box-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video {
  object-fit: cover;
  width: 100vw;
  height: auto;
  position: relative;
  inset: 0%;
}

.h1-bold {
  color: #000;
  letter-spacing: -.035em;
  mix-blend-mode: normal;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  font-family: Pley Nueva, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: .9em;
  display: flex;
}

.h1-bold.left-alignj {
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.h1-bold.left-alignj.marg {
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
  font-family: Pley, sans-serif;
}

.h1-bold.full {
  width: 100%;
  font-family: Pley, sans-serif;
  font-weight: 400;
}

.h1-bold.full.marg {
  text-align: justify;
  padding-left: 20px;
}

.h1-bold.proj {
  letter-spacing: -.025em;
  font-size: 2.5vw;
  line-height: 1em;
}

.h1-bold.proj.no-image {
  letter-spacing: -1.25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  font-family: Pley, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  display: block;
}

.h1-bold.proj.no-image.mobile {
  letter-spacing: -.055em;
  font-family: Pley Nueva, sans-serif;
  font-size: 4.125vw;
  font-weight: 300;
  line-height: .85em;
}

.h1-bold.info {
  z-index: 17;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.cell-12.top-align {
  justify-content: flex-start;
}

.full-page, .mask-2 {
  width: 100vw;
  height: auto;
}

.slide-wrap {
  border-top: 1px #000;
  border-bottom: 1px #000;
  align-items: center;
  width: 5000px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15% 40px;
  display: flex;
}

.logo-img._50-r-m {
  width: 75px;
  margin-right: 200px;
}

.logo-img._50-r-m.hori {
  width: 165px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 50%;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  overflow: hidden;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.award-title {
  font-family: Pley, sans-serif;
}

.award-title.bottom {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.award-title.middle {
  z-index: 100;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Pley Nueva, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-wrapper-about {
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  display: flex;
}

.cell-about {
  justify-content: flex-end;
}

.text-field {
  background-color: #0000;
  border: 1px solid #000;
}

.text-field.form-field {
  -webkit-text-stroke-color: black;
  width: 100%;
}

.form-field {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border: 1px solid #000;
  font-family: Pley, sans-serif;
}

.field-label {
  -webkit-text-stroke-color: black;
  font-family: Pley, sans-serif;
  font-weight: 400;
}

.field-label.top-border {
  border-top: 1px solid #000;
  padding-top: 40px;
}

.form-button {
  -webkit-text-stroke-color: black;
  background-color: #000;
  padding-left: 4vw;
  padding-right: 4vw;
}

.form-button:hover {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  background-color: #d3d3d3;
  border: 1px #fff;
}

.project-request-form {
  color: #000;
  width: 100%;
  margin-top: 3%;
  font-family: Pley, sans-serif;
}

.form-block {
  color: #000;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Pley, sans-serif;
}

.textarea {
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border: 1px solid #000;
}

.top-border {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
}

.select-field {
  background-color: #00bd00;
}

.select-field:hover {
  color: #fff;
  background-color: #000;
}

.select-field-2 {
  background-color: #00bd00;
}

.select-field-2:hover {
  color: #fff;
  background-color: #000;
}

.email-link {
  color: #000;
  font-family: Pley, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.email-link:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #00bd00;
}

.info-contact-image {
  flex: 1;
  align-self: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.project-hero {
  grid-column-gap: 2px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-content: stretch;
  align-items: start;
  height: 100vh;
  max-height: none;
  margin-bottom: 200px;
  padding: 0 20px 40px;
  overflow: hidden;
}

.project-hero.no-image {
  height: 35vh;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-12 {
  align-self: center;
  width: 90%;
}

.text-block-4 {
  align-self: flex-start;
}

.project-hero-image {
  object-fit: fill;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.project-hero-image.no-image {
  object-fit: contain;
  background-color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 85%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 220px;
  display: block;
}

.project-hero-image.no-image.full {
  opacity: .25;
  padding-left: 15%;
  padding-right: 15%;
  display: block;
}

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

.grid-2.mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.preloader {
  z-index: 2147483647;
  opacity: 1;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload-vid {
  z-index: -23;
  aspect-ratio: 2.39;
  filter: grayscale();
  object-fit: cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  align-self: stretch;
  justify-items: stretch;
  width: 100vw;
  height: 100vh;
}

.pre-load-logo {
  filter: invert();
  width: 60%;
  padding-top: 10px;
  padding-left: 10px;
}

.vid-container {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: block;
}

.background-video-2 {
  mix-blend-mode: soft-light;
}

.info-vid {
  flex: 1;
  align-self: stretch;
  width: 100%;
  position: relative;
  inset: 0%;
}

.div-block-11 {
  background-color: #d60202;
  align-self: center;
}

.bg-block {
  z-index: 0;
  object-fit: fill;
  background-color: #db161600;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.background-video-3 {
  z-index: -10;
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.pre-load-vid-col {
  height: 100vh;
}

.pre-load-vid-col-cont {
  background-color: #0000;
  flex: 0 auto;
  align-self: center;
  height: 35vh;
}

.columns-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column-3 {
  height: auto;
}

.slider {
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
}

.icon-2, .slide-nav-2, .icon-3 {
  display: none;
}

.slide-2 {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.slide-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: none;
}

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

.hero-heading {
  color: #000;
  letter-spacing: -.07em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 98vh;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Pley, sans-serif;
  font-size: 9.75vw;
  font-weight: 400;
  line-height: .9em;
  display: flex;
}

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

.especial {
  color: #000;
  font-family: Querida Display Web, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.empty-cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
}

.header-img {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 55%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

.preloader-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cell-14 {
  justify-content: space-between;
  align-items: center;
}

.col-info {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.column-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.info-wrapper {
  flex-flow: column;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.info-wrapper.no-image {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.info-wrapper.no-image.cols {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center space-around;
  place-items: center stretch;
  display: grid;
}

.info-wrapper.no-image.cols.labels.mobile {
  margin-bottom: 0;
}

.col-wrapper {
  justify-content: center;
  display: flex;
}

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

.utility-page-wrap {
  flex-flow: row;
  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-flow: column;
  flex: 0 auto;
  width: 100vw;
  display: flex;
}

.text-block-5 {
  font-family: Pley, sans-serif;
}

.text-block-5._404-txt {
  color: #3333338c;
  width: 100%;
  margin-top: 5%;
  font-size: 13px;
}

.text-span {
  flex-flow: row;
  display: flex;
}

.image-14 {
  background-color: #fff;
}

.image-18 {
  padding-left: 0;
  padding-right: 0;
}

.image-18.hori-logo {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-18.hori-logo.scalable {
  padding-left: 60px;
  padding-right: 60px;
}

.cell-33 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.cell-33.srchives {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-33.srchives.arch-vid {
  padding: 2.5%;
}

.cell-33.header-img {
  justify-content: flex-end;
  align-items: center;
}

.cell-33.header-img.type-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-33.header-img._404 {
  justify-content: center;
  align-items: center;
}

.cell-33.side-by-side {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.cell-33.up {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-33.none {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-33.tres {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-34 {
  justify-content: flex-start;
  align-items: center;
}

.nav-links-box {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  width: 30vw;
  height: 150px;
  display: flex;
}

.container-2 {
  width: 100vw;
}

.link-top {
  align-self: flex-start;
  height: 80%;
}

.link-top:hover {
  opacity: .25;
}

.ftr-link {
  color: #000;
  -webkit-text-stroke-color: black;
  cursor: pointer;
  font-family: Pley Nueva, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.ftr-link:hover {
  color: #3333338c;
}

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

.ftr-link.homedos {
  pointer-events: auto;
  color: #000;
  line-height: 0;
}

.ftr-link.homedos:hover {
  color: #3333338c;
}

.music-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.music-link.type {
  background-color: #dbdbdb;
}

.body-3 {
  background-color: #fff;
}

.maint-cintainer {
  width: 100vw;
  height: 100vh;
}

.image-26 {
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 20px;
  display: block;
}

.text-block-6 {
  text-align: center;
  font-family: Pley, sans-serif;
}

.logo-container {
  border-top: 1px #bdb9b9;
  border-bottom: 1px #000;
  width: 100vw;
  max-width: 100vw;
  margin-top: 8%;
  margin-bottom: 5%;
  padding-top: 0%;
}

.logo-col {
  border: 1px #000;
  border-right-color: #3333338c;
  margin-bottom: 0%;
  padding: 3% 3% 0%;
}

.logo-col.empty-logo {
  border-right-style: none;
  margin-bottom: 0%;
  padding-top: 0%;
}

.logo-grid-img {
  cursor: pointer;
  max-width: 85%;
}

.logo-grid-img:hover {
  opacity: .5;
}

.logo-grid-img.not-avail {
  opacity: .5;
  cursor: auto;
}

.ident-link {
  cursor: auto;
  width: 100%;
  text-decoration: none;
}

.ident-link.not-avail {
  cursor: default;
}

.link-block {
  display: none;
}

.text-span-2 {
  font-family: Pley Nueva, sans-serif;
}

.link-block-2 {
  align-self: center;
  width: 100%;
  height: auto;
}

.link-block-2:hover {
  opacity: .25;
  mix-blend-mode: normal;
}

.link-block-2.sq {
  aspect-ratio: 1;
  overflow: visible;
}

.link-block-2.tres {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.link-block-3 {
  flex-flow: wrap;
  align-self: center;
  padding-left: 0;
  display: flex;
}

.link-block-3:hover {
  opacity: .25;
}

.link-block-3.home-dos {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.link-block-3.home-dos:hover {
  opacity: .25;
}

.cell-36 {
  justify-content: flex-end;
}

.bottom {
  flex: 0 auto;
  align-self: flex-end;
}

.bottom.hme-dos {
  align-self: center;
  width: 50%;
}

.bottom-img {
  opacity: 1;
  align-items: flex-start;
  width: 100%;
  display: inline-flex;
}

.bottom-img.home-dos {
  opacity: .25;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
}

.bottom-img.home-dos.sq-inage {
  opacity: 1;
  width: 60%;
}

.background-video-4 {
  object-fit: cover;
  background-color: #fff;
  width: 100vw;
}

.background-video-5 {
  z-index: 0;
  object-fit: cover;
  background-color: #0000;
  flex-flow: column;
  order: 0;
  place-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video-5.bw {
  filter: brightness(200%) grayscale();
}

.text-block-7 {
  color: #3333338c;
  text-align: justify;
  -webkit-text-stroke-color: #00bd00;
  align-self: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

.text-block-7.centro {
  text-align: center;
  align-self: center;
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 1.4em;
}

.text-block-7.center-link {
  color: #000;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.text-block-7.narrow {
  width: 40%;
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-7.form {
  color: #00bd00;
}

.text-block-7.for-headers {
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-7.home-dos-pdng {
  padding-left: 0%;
  padding-right: 0%;
  font-size: 12px;
  display: block;
}

.text-block-7.home-dos-pdng.home-dos {
  display: block;
}

.text-block-7.project-description {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-5:hover {
  color: #3333338c;
}

.cell-37 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.text-block-8 {
  color: #3333338c;
  align-self: flex-end;
  width: auto;
  font-size: 13px;
  line-height: 9px;
  display: block;
}

.rt {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt.slide-info {
  border-left: 1px #000;
  justify-content: flex-end;
  align-items: center;
}

.nav-logo {
  width: 15%;
}

.button {
  color: #3333338c;
  text-align: center;
  -webkit-text-stroke-color: #3333338c;
  background-color: #0000;
  border: 1px solid #000;
  margin: 10% 30% 5%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Pley, sans-serif;
}

.button:hover {
  color: #d3d3d3;
  background-color: #000;
}

.labrel {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.labrel.bttm {
  z-index: 1;
  clear: none;
  width: 100vw;
  margin-top: 40px;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-9 {
  color: #3333338c;
  align-self: center;
  font-family: Pley, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  flex: 1;
  align-self: flex-start;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

.dropdown {
  flex: none;
  order: -1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.dropdown-list {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
}

.text-block-10 {
  text-align: right;
  width: auto;
  display: block;
}

.menu-button-5 {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.menu-button-5:hover {
  color: #5e5b5bbf;
  font-family: Pley, sans-serif;
}

.burger-line {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.text-block-11 {
  z-index: 4;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.nav-bar {
  z-index: 999;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-bar.side-info {
  z-index: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  inset: 0% 1.25% 0% auto;
}

.menu-button-6 {
  z-index: 2;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: 0% auto 0% 5%;
}

.full-screen-menu {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.full-screen-menu.side {
  display: none;
}

.nav-link-6 {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Pley, sans-serif;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #5e5b5bbf;
}

.text-block-12 {
  z-index: auto;
  position: static;
}

.text-block-12.link {
  font-family: Pley, sans-serif;
}

.text-block-12.link:hover {
  color: #5e5b5bbf;
  -webkit-text-stroke-color: #3333338c;
}

.text-block-12.link.w--current:hover {
  color: #5e5b5bbf;
}

.background-video-6 {
  z-index: 999999;
  filter: grayscale();
  width: 100%;
}

.image-27 {
  opacity: .25;
  width: 3%;
  margin-bottom: 10px;
}

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

.image-28 {
  align-self: center;
}

.text-block-14 {
  flex: 0 auto;
  align-self: center;
  font-family: Pley, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.cell-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-29 {
  align-self: center;
  width: 14%;
  display: block;
}

.background-video-7 {
  width: 100%;
}

.arch-vid {
  filter: grayscale();
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: block;
}

.arch-vid.seben-vid {
  filter: brightness(110%);
}

.arch-vid.seben-vid.in-line {
  height: 100%;
  margin-top: 0;
  display: block;
}

.arch-vid.seben-vid.sq {
  aspect-ratio: auto;
  object-fit: none;
  width: auto;
  position: static;
  overflow: hidden;
}

.arch-vid.in-line {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: auto;
  display: inline-block;
  position: static;
}

.arch-vid._w-pad {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.background-video-8 {
  width: 100%;
}

.contact {
  background-color: #f7ffe9;
  border: 1px solid #00bd00;
  border-radius: 100px;
  width: 100%;
}

.contact.form {
  border-radius: 0;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-field-2 {
  background-color: #0000;
}

.form-block-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.field-label-2, .field-label-3 {
  color: #00bd00;
  font-family: Pley, sans-serif;
  font-weight: 400;
}

.text-field-3 {
  color: #00bd00;
  background-color: #0000;
  border: 1px solid #00bd00;
  font-family: Pley, sans-serif;
}

.text-field-4 {
  color: #00bd00;
  background-color: #0000;
  border: 1px solid #00bd00;
  font-family: Pley, sans-serif;
  font-weight: 400;
}

.submit-button {
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.form-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.field-label-4, .field-label-5 {
  color: #3333338c;
  font-weight: 400;
}

.text-field-5, .text-field-6 {
  border: 1px #000;
  border-bottom-style: solid;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 2%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: clamp(.8rem, .7vw, .8125rem);
}

.submit-button-2:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-style: none;
  border-color: #4cbb17;
}

.field-label-6 {
  color: #000;
  font-size: clamp(.8rem, .7vw, .8125rem);
  font-weight: 400;
}

.link-block-4 {
  pointer-events: auto;
}

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

.text-block-15 {
  color: #3333338c;
}

.type-img {
  padding: 10%;
}

.vis-ex {
  color: #3333338c;
  margin-top: 20px;
  margin-bottom: 0%;
  margin-left: 35px;
  font-family: Pley, sans-serif;
  font-size: 13px;
}

.header-div {
  width: 75%;
}

.proyecto {
  padding-left: 15%;
  padding-right: 15%;
}

.test-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  order: 1;
  align-self: auto;
  width: 100%;
  padding-top: 0;
}

.cell-40 {
  flex-flow: column;
}

.cell-41 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

._404-link {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

._404-link:hover {
  opacity: .75;
}

.maintenance {
  mix-blend-mode: multiply;
  padding: 15%;
}

.image-30 {
  opacity: .25;
  flex: 1;
}

.id-link {
  color: #3333338c;
  -webkit-text-stroke-color: #3333338c;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.hp-vid {
  opacity: .99;
  height: 100%;
  overflow: hidden;
}

.hp-vid.for-projects {
  height: 75%;
}

.hp-vid.for-projects.lamitad {
  width: auto;
  height: 100%;
}

.hp-vid.for-projects.for-long {
  height: 100%;
}

.columns-3 {
  margin-bottom: 0;
}

.columns-4 {
  margin-bottom: 1%;
}

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

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

.quick-stack-7 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 8%;
  padding-right: 8%;
}

.b-top {
  border-top: 1px solid #000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ident-hero {
  height: auto;
}

.five {
  width: 100%;
  height: 107px;
}

.menu-image {
  width: 30px;
}

.double-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  align-self: center;
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wrap {
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-start;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrap.proj-temp {
  z-index: -100;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.light {
  background-color: #0000;
  height: 200vh;
  position: absolute;
  inset: 0%;
}

.blue {
  cursor: pointer;
  background-color: #5979f8;
  width: 60px;
  height: 100%;
  transition: width .4s;
  position: relative;
}

.blue.mid {
  background-color: #4256a7;
}

.blue.dark {
  background-color: #2a3d88;
  border-left: 1px solid #000;
  width: 70px;
  position: static;
}

.wrap-2 {
  z-index: auto;
  justify-content: flex-end;
  align-items: flex-start;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrap-3 {
  justify-content: flex-end;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.light-2 {
  background-color: #acbdff;
  height: 200vh;
  position: absolute;
  inset: 0%;
}

.dark {
  color: #000;
}

.menu-button-7 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 50% 0% 0% auto;
}

.menu-button {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.proyect0-26 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.project-intro {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr minmax(200px, 1fr);
  margin-top: 0;
  margin-bottom: 0;
}

.project-info {
  grid-column-gap: 0px;
  grid-template-rows: 5fr;
  grid-template-columns: 1fr minmax(200px, 1fr);
  height: auto;
  margin-top: 10%;
  margin-left: 20px;
  margin-right: 20px;
}

.project-info._w-text {
  margin-top: 0%;
}

.project-info.info-block {
  height: 25vh;
}

.text-block-16 {
  font-family: Pley Web, sans-serif;
}

.text-block-16.project-title {
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.text-block-16.project-categories {
  color: #000;
  text-align: justify;
  text-transform: none;
  width: 100%;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  display: block;
}

.text-block-16.project-categories.info {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.text-block-16.project-categories.right {
  z-index: 1;
  text-align: right;
  width: auto;
  padding-left: 0%;
  position: fixed;
  inset: 50% -3% auto auto;
}

.project-info-block {
  height: 50vh;
  display: none;
}

.image-31 {
  width: 100%;
}

.proj-title {
  width: 12.25vw;
  margin-bottom: 10px;
}

.image-32 {
  flex: 0 auto;
  align-self: stretch;
}

.text-block-17 {
  font-family: Pley Web, sans-serif;
}

.section-head {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 5%;
  padding-left: 20px;
  font-family: Pley, sans-serif;
}

.in-proj-info {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.menu-button-side {
  z-index: 5;
  cursor: pointer;
  position: fixed;
}

.nav-bar-side {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  background-color: #fffffff2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-18 {
  color: #3333338c;
  margin-left: 20px;
  font-family: Pley, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.text-block-19 {
  padding-left: 20px;
  padding-right: 0;
}

.black {
  color: #000;
}

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

.grid-7.single-image {
  grid-template-rows: auto;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block-20 {
  color: #000;
  flex-flow: row;
  order: 9999;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .8125rem);
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  position: static;
  top: 10px;
}

.text-block-20:hover {
  color: #4cbb17;
}

.text-block-20.w--current {
  color: #000;
}

.text-block-20.s-desc {
  font-size: clamp(.9rem, .7vw, .9rem);
  position: static;
}

.text-block-20.s-desc:hover {
  color: #000;
}

.text-block-20.rep {
  display: none;
}

.text-block-20.hover {
  color: #4cbb17;
}

.image-33 {
  order: -9999;
  align-self: center;
  width: 50px;
  margin-top: 35vh;
  margin-bottom: 1%;
  display: block;
}

.text-span-3 {
  font-size: clamp(.9rem, .7vw, .9rem);
  text-decoration: underline;
  position: static;
}

.text-span-3:hover {
  color: #aaa;
}

.div-block-14 {
  z-index: 100;
  text-align: center;
  flex-flow: wrap;
  flex: none;
  place-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 10px;
}

.div-block-14.nav {
  box-sizing: content-box;
  aspect-ratio: auto;
  place-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14.nav:hover {
  color: #4cbb17;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(50vw, 100vw) 1fr 1fr;
  grid-auto-columns: minmax(50vw, 100vw);
  grid-auto-flow: column;
  justify-content: stretch;
  width: 100vw;
  display: grid;
}

.grid-8.home {
  grid-template-columns: minmax(50vw, 100vw);
}

.grid-8.home.dos {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 33.3vw;
  place-content: stretch;
  margin-top: 1%;
  margin-bottom: 1%;
}

.grid-8.home.dos:hover {
  color: #4cbb17;
  background-color: #eee;
}

.grid-8.home.dos.top {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1%;
}

.grid-8.home.dos.top:hover {
  color: #4cbb17;
  background-color: #eee;
}

.div-block-15 {
  width: 100vw;
}

.text-block-21 {
  color: #000;
  width: auto;
  padding-left: 10px;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .8125rem);
  position: sticky;
  top: 10px;
}

.image-34 {
  width: 100vw;
  display: block;
  overflow: clip;
}

.image-35 {
  width: 100vw;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100vw;
}

.image-36 {
  width: 100vw;
}

.text-block-22 {
  z-index: 1;
  padding-left: 10px;
  position: relative;
  inset: -30% 0% auto;
}

.title-holder {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-16 {
  position: relative;
}

.text-block-23 {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Pley, sans-serif;
}

.label-holder-white {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Pley, sans-serif;
  font-size: clamp(.9rem, .7vw, .9rem);
}

.label-holder-white.black {
  color: #000;
}

.section-4 {
  position: absolute;
  inset: 0%;
}

.spacer {
  z-index: auto;
  height: 50vh;
  position: absolute;
}

.footer-contact {
  flex: 0 auto;
  align-self: flex-end;
  width: 100vw;
  height: 25vh;
  margin-bottom: 10px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-content: end center;
  height: 100%;
  margin-bottom: 0;
}

.text-block-24 {
  color: #000;
  text-align: left;
  margin-left: 10px;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .8125rem);
}

.text-block-24.filter-button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .9rem);
  line-height: 20px;
  display: inline-block;
  position: static;
  top: 10px;
}

.text-block-24.filter-button:hover {
  color: #aaa;
  font-style: normal;
}

.text-block-24.filter-button.mixitup-control {
  font-size: clamp(.8rem, .7vw, .8125rem);
}

.text-block-24.name {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  font-size: clamp(.8rem, .7vw, .8125rem);
  display: inline-flex;
}

.text-block-24.name.home {
  width: auto;
  font-size: clamp(.8rem, .7vw, .8125rem);
  font-style: normal;
}

.text-block-24.name.home.end {
  margin-right: 10px;
  font-size: clamp(.8rem, .7vw, .8125rem);
}

.text-block-24.name.home.escondido {
  color: #4cbb17;
  font-style: italic;
  display: none;
}

.text-block-24.el-centro {
  text-align: center;
}

.footer-img {
  width: 100vw;
}

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

.div-block-17 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  width: 100vw;
  margin-top: 3%;
}

.grid-11.proj-list {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  border-top: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  padding-top: 10px;
  display: inline-grid;
}

.grid-11.studio {
  grid-template-columns: 1.5fr .75fr;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

.link-7:hover {
  color: #aaa;
}

.filter-control {
  z-index: 999999;
  cursor: auto;
  flex: 0 auto;
  margin-top: -10px;
  padding-top: 0;
  position: relative;
  top: 10px;
}

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

.filter-button {
  letter-spacing: -4px;
  cursor: none;
  font-family: Pley Nueva, sans-serif;
  font-size: 6em;
  font-style: normal;
  line-height: 1em;
}

.filter-button:hover {
  color: #00bd00;
  font-style: italic;
  text-decoration: none;
}

.mix-container {
  width: 100%;
  display: block;
}

.mix {
  text-decoration: none;
  display: block;
}

.mix.digital {
  border-bottom: 1px solid #000;
  height: 5em;
  margin-top: 0%;
  padding-top: 2%;
}

.mix.digital:hover {
  background-color: #f7f7f7;
}

.mix.type {
  border-bottom: 1px solid #000;
  height: 5em;
  margin-top: 0%;
  padding-top: 2%;
}

.mix.type:hover {
  background-color: #f7f7f7;
}

.mix.identity {
  border-bottom: 1px solid #000;
  height: 5em;
  margin-top: 0%;
  padding-top: 2%;
}

.mix.identity:hover {
  background-color: #f7f7f7;
  font-style: normal;
  text-decoration: none;
}

.mix.print {
  border-bottom: 1px solid #000;
  height: 5em;
  margin-top: 0%;
  padding-top: 2%;
}

.mix.print:hover {
  background-color: #f7f7f7;
}

.post-title {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Pley Nueva, sans-serif;
  font-size: 1.15em;
  font-style: normal;
  text-decoration: none;
}

.post-title:hover {
  font-style: italic;
}

.post-title.aligned {
  display: inline;
}

.post-title.aligned:hover {
  font-family: Pley Nueva, sans-serif;
  font-style: normal;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-18.mix.identity {
  border-bottom-style: none;
  height: auto;
  padding-top: 0%;
}

.div-block-18.mix.identity:hover {
  color: green;
  background-color: #0000;
  border-bottom-style: none;
  height: auto;
  padding-top: 0%;
  font-family: Pley, sans-serif;
}

.div-block-18.mix.typeface.home {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-19 {
  align-self: flex-end;
}

.project-desriptor {
  grid-template-rows: auto;
  position: static;
  top: 50px;
}

.grid-12 {
  grid-template-rows: auto;
  width: 100vw;
}

.grid-12.for_projects {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-flow: row dense;
}

.grid-12.for_projects.split {
  grid-template-columns: .5fr .375fr .375fr;
}

.image-37 {
  width: 100%;
  height: auto;
}

.quick-stack-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0 10px 0 0;
}

.cell-45 {
  display: inline-flex;
}

.home-thumb {
  text-decoration: none;
}

.proj-100, .image-38 {
  width: 100%;
}

.image-38.one_col {
  width: 77%;
}

.sticky-box {
  z-index: 200;
  position: sticky;
  top: 10px;
}

.image-39 {
  width: 3%;
}

.image-40 {
  width: 28px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.titulo {
  font-family: Pley Web, sans-serif;
  line-height: 20px;
}

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

.work-link:hover {
  color: #4cbb17;
  background-color: #4cbb17;
}

.linx {
  display: inline-flex;
}

.linx:hover {
  color: #4cbb17;
}

.link-8 {
  color: #000;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .8125rem);
  text-decoration: none;
}

.link-8:hover {
  color: #4cbb17;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: inline-flex;
}

.link-8.home.w--current {
  color: #000;
}

.text-in-nav {
  color: #000;
  font-family: Pley, sans-serif;
  font-size: clamp(.8rem, .7vw, .8125rem);
}

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

.footer-link {
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  color: #4cbb17;
}

@media screen and (max-width: 991px) {
  .section._1, .section._1.pp-scrollable {
    display: block;
  }

  .section._1.proj {
    height: 100vh;
  }

  .section._1.music-thumbnails, .section._2.pp-scrollable, .section._3.pp-scrollable {
    display: block;
  }

  .block.c1 {
    height: 100vh;
  }

  .block.c1.full-width.proj {
    height: auto;
  }

  .block.c2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .block.c2.proj-slider {
    height: auto;
  }

  .block.c2.proj {
    height: auto;
    display: block;
  }

  .block.c2.proj-ht {
    height: auto;
  }

  .block.c2.latest {
    margin-bottom: 10%;
  }

  .block.c3.proj-ht {
    height: auto;
  }

  .block._1.abs-img.pgseven, .block._1.proj-img {
    display: block;
  }

  .block._1.spacer {
    height: 10vh;
  }

  .block.tag {
    height: auto;
  }

  .logo, .cell {
    display: none;
  }

  .hero-image {
    object-position: 100% 100%;
  }

  .hero-image.info {
    object-fit: contain;
    width: 300vw;
    max-width: 300vw;
    height: auto;
    margin-left: -125%;
  }

  .image-wrapper.relative.proj {
    height: auto;
  }

  .heading {
    width: 100%;
  }

  .cell-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-5.info-mpt {
    display: none;
  }

  .text-block-2 {
    width: 100%;
    margin-top: 3%;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-2.indnt {
    width: 95%;
    margin-top: 3%;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-2.indnt.no-image {
    width: 93%;
    padding-left: 60px;
  }

  .quick-stack-3 {
    height: auto;
  }

  .cell-7 {
    padding-bottom: 15%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .cell-7.middle.wide.proj {
    justify-content: space-between;
    align-items: flex-end;
  }

  .cell-7.middle.together.n-home {
    justify-content: flex-end;
    align-items: stretch;
  }

  .cell-7.proj-img {
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .qs-latest {
    width: 100vw;
  }

  .qs-latest.tags {
    height: auto;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .qs-latest.proj {
    flex: 0 auto;
    order: 0;
    align-self: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .qs-latest.proj-ht {
    height: auto;
  }

  .qs-latest.animation {
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100vw;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-9 {
    display: none;
  }

  .image-l-w.grid {
    width: 100%;
  }

  .image-l-w.grid.center.homedos {
    width: 20vw;
  }

  .image-l-w.grid.center.proj-img.no-opacuty._w-marg.info-pg {
    width: 95%;
  }

  .image-l-w.grid.center.proj-img.no-opacuty._w-marg._404 {
    width: 75%;
  }

  .image-l-w.grid.center.proj-img.no-opacuty._w-marg.derechin {
    padding-right: 0%;
  }

  .image-l-w.grid.center.proj-img.no-opacuty._w-marg.izquierda {
    padding-left: 0%;
  }

  .image-l-w.proj {
    flex: 0 auto;
    order: 1;
  }

  .image-l-w.proj-pic {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h-label.mid {
    text-indent: 0;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .h-label.light {
    position: static;
  }

  .h-label.light.segundo {
    margin-top: 15%;
    position: static;
    bottom: 22%;
  }

  .h-label.full.top {
    margin-top: 20%;
  }

  .h-label.full.top.archivos {
    margin-top: 10%;
  }

  .h-label.full.top.centro {
    text-align: center;
  }

  .h-label._w-marg.derechin {
    text-align: right;
    padding-right: 0%;
  }

  .b-label.lower {
    margin-top: 0%;
  }

  .b-label._w-marg.derechin {
    text-align: right;
    padding-right: 0%;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 20%;
  }

  .div-block-5.info.form-box {
    margin-top: 5%;
  }

  .menu-button-2.new-nav.w--open, .nav-menu-2.new-nav {
    width: 100vw;
  }

  .image-8.nav-icon.p {
    width: 99px;
    display: inline-block;
  }

  .image-8.nav-icon.motto {
    margin-top: 20px;
    display: inline-block;
  }

  .image-8.nav-icon.motto.long {
    display: none;
  }

  .image-8.nav-icon.r {
    width: 10vw;
  }

  .div-block-6.latetst-sounds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: block;
  }

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

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .quick-stack-5.eleven {
    margin-top: 10%;
    margin-bottom: 20%;
    position: static;
  }

  .descript {
    width: 75%;
  }

  .descript.proj {
    width: 100%;
  }

  .work-slider.info-page {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100vw;
    overflow: visible;
  }

  .image-10 {
    margin-top: 0%;
  }

  .archive-wrapper {
    height: auto;
  }

  .logo-section {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
    position: static;
  }

  .text-section {
    height: auto;
    display: block;
    position: static;
  }

  .text-section.for-info.height-change {
    height: auto;
  }

  .column-info {
    flex: none;
    width: 94%;
    display: block;
  }

  .archive-content {
    flex: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive-content.no-header {
    display: none;
  }

  .archive-content._w-clients {
    width: 100%;
  }

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

  .nav-links-wrapper.new-nav {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-11 {
    width: 50%;
  }

  .image-11.pg-7 {
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quick-stack-6.latest-sounds {
    margin-top: 10%;
  }

  .h1-bold {
    font-size: 4.25vw;
    line-height: 1.1em;
  }

  .h1-bold.proj {
    margin-top: 220px;
  }

  .h1-bold.proj.no-image {
    font-size: 5.25vw;
  }

  .project-hero {
    width: 100%;
    height: 100vh;
  }

  .project-hero-image.no-image.full {
    width: 100%;
  }

  .preload-vid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2.39;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .pre-load-vid-col-cont {
    aspect-ratio: 2.39;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    display: block;
  }

  .columns-2 {
    width: 100%;
  }

  .columns-2.pre-load {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .empty-cell {
    display: none;
  }

  .header-img {
    width: 100%;
  }

  .column-4, .column-5 {
    display: block;
  }

  .preloader-wrap {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .col-info {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .info-wrapper.no-image.cols.mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info-wrapper.no-image.cols.labels {
    height: 25vh;
  }

  .col-wrapper {
    margin-top: 20%;
  }

  .cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-25, .cell-26 {
    display: none;
  }

  .cell-27 {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
  }

  .cell-32 {
    display: none;
  }

  .text-block-5._404-txt {
    font-size: 12px;
  }

  .tablet, .none, .proj-cell {
    display: none;
  }

  .cell-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0% 15% 15%;
    display: flex;
  }

  .cell-33.srchives {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cell-33.srchives.arch-vid {
    padding-bottom: 15%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .cell-33.srchives.invis {
    display: none;
  }

  .cell-33.header-img.words-only {
    padding-bottom: 0%;
  }

  .cell-33.header-img.pg-7 {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .cell-33.doble {
    padding-bottom: 0%;
  }

  .cell-33.none {
    display: none;
  }

  .nav-links-box {
    width: 100vw;
  }

  .text-block-7.narrow {
    width: 100%;
  }

  .text-block-7.narrow.derechin {
    text-align: right;
    padding-top: 15%;
  }

  .text-block-7.narrow.izquierda {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .text-block-7.home-dos-pdng {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

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

  .full-screen-menu {
    display: none;
  }

  .image-27 {
    width: 7%;
  }

  .arch-vid {
    top: 50px;
  }

  .arch-vid.seben-vid {
    margin-bottom: 10%;
  }

  .no-mas {
    display: none;
  }

  .cell-42 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-42.form-box {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cell-43 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._w-list {
    padding-left: 15%;
    padding-right: 15%;
  }

  .image-pg7 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    height: auto;
  }

  .hp-vid {
    opacity: .99;
  }

  .invis {
    display: none;
  }

  .div-block-14.nav {
    width: 100%;
  }

  .grid-8.home.dos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8.home.dos.top {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .filter-control {
    display: none;
  }

  .mix-container {
    flex-flow: column;
    margin-top: 1%;
    display: block;
  }

  .div-block-18.mix.identity.logo {
    display: flex;
  }

  .grid-12.for_projects {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column dense;
  }

  .proj-100 {
    width: 100vw;
  }

  .sticky-box {
    flex-flow: column;
    display: block;
  }

  .studio {
    margin-top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .section._2.pp-scrollable, .section._3.pp-scrollable {
    display: none;
  }

  .cell {
    display: flex;
  }

  .text-block-2.indnt.no-image {
    margin-top: 0%;
  }

  .qs-latest.work-2 {
    height: 75vh;
  }

  .div-block-5 {
    width: 100%;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .h1-bold.proj.no-image {
    padding-left: 60px;
    font-size: 7vw;
  }

  .preload-vid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .pre-load-vid-col-cont {
    height: auto;
    padding-left: 10px;
  }

  .column-4, .column-5 {
    display: none;
  }

  .text-block-7.centro {
    width: 50%;
  }

  .text-block-7.home-dos-pdng {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .grid-12.for_projects {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
  }
}

@media screen and (max-width: 479px) {
  .section._1.pp-scrollable {
    display: block;
  }

  .section._1.proj {
    height: 100vh;
  }

  .section._2.pp-scrollable, .section._3.pp-scrollable {
    display: block;
  }

  .block.c1 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    display: block;
  }

  .block.c1.full-width.proj {
    height: 50vh;
  }

  .block.c1.full-width.proj.mobile {
    height: auto;
    margin-bottom: 5vh;
  }

  .block.c2 {
    display: block;
  }

  .block.c3 {
    height: auto;
  }

  .block._1 {
    height: 45vh;
  }

  .block._1.abs-img {
    z-index: -1;
    position: absolute;
    inset: 0%;
  }

  .block._1.proj-img {
    height: 100vh;
  }

  .block._1.proj-img.mbile {
    margin-bottom: 5vh;
  }

  .block._1.proj-img.mobile {
    height: auto;
    margin-bottom: 0;
  }

  .block.work-grid.mpbile {
    margin-bottom: 5vh;
  }

  .cell {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-image {
    object-fit: cover;
    object-position: 74% 50%;
    right: auto;
  }

  .hero-image.sounds {
    position: static;
  }

  .hero-image.info {
    object-fit: cover;
    width: 300vw;
    max-width: 300vw;
    margin-left: -100%;
    margin-right: 0;
  }

  .text-block {
    margin-top: 0%;
    font-size: 18px;
  }

  .image-wrapper.relative.proj {
    height: 50vh;
  }

  .image-wrapper.relative.proj.mbile {
    height: auto;
  }

  .image-wrapper.relative.info {
    left: 0%;
  }

  .cell-2 {
    padding-top: 20%;
  }

  .image-wrapper-info {
    margin-bottom: 0%;
  }

  .heading {
    letter-spacing: 0;
    font-size: 10vw;
  }

  .cell-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    margin-top: 10%;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-2.indnt {
    width: 100%;
    margin-top: 5%;
  }

  .text-block-2.indnt.no-image {
    padding-left: 20px;
    font-size: 12px;
  }

  .text-block-2.indnt.no-image.label {
    margin-bottom: 8vh;
    font-size: 14px;
    line-height: 24px;
  }

  .image-recog {
    width: 25%;
  }

  .quick-stack-3.rev.form {
    padding-top: 10vh;
  }

  .cell-7.middle {
    justify-content: space-between;
  }

  .cell-7.middle.together.n-home {
    padding-left: 0%;
    padding-right: 0%;
  }

  .qs-latest.work-2 {
    height: 75vh;
  }

  .qs-latest.tags.mobile, .qs-latest.tags.mobile.proj-temp {
    margin-top: 8vh;
  }

  .qs-latest.archives.info {
    padding-top: 0;
  }

  .image-l-w.grid.sldr {
    width: 200%;
    max-width: none;
    margin-top: 25%;
    margin-left: -50%;
    margin-right: 50%;
  }

  .image-l-w.grid.center.logo.homedos.footer {
    width: 30%;
  }

  .image-l-w.grid.center.homedos {
    width: 25vw;
  }

  .image-l-w.info {
    width: 200vw;
    max-width: 300vw;
    height: auto;
    margin-right: 50%;
    padding-right: 50%;
  }

  .h-label {
    font-size: 14px;
  }

  .h-label.mid.social {
    display: block;
  }

  .h-label.mid.crumb {
    font-size: 12px;
  }

  .h-label.light.segundo {
    margin-top: 10%;
  }

  .h-label.full.marg.lrg {
    font-family: Pley Nueva, sans-serif;
    font-size: 8vw;
    font-weight: 300;
    line-height: 31px;
  }

  .h-label.full.top.left {
    text-align: left;
  }

  .h-label._w-marg.derechin {
    flex: none;
  }

  .b-label._w-marg.derechin {
    flex: none;
    order: 1;
    align-self: auto;
  }

  .div-block-5 {
    width: 100%;
  }

  .recog-block {
    justify-content: flex-start;
  }

  .navbar-3, .nav-menu-2 {
    width: 100vw;
  }

  .nav-menu-2.new-nav {
    height: 400px;
  }

  .image-8.nav-icon.motto {
    display: none;
  }

  .image-8.nav-icon.r {
    width: 70px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .quick-stack-5.eleven {
    height: auto;
    margin-top: 20%;
    margin-bottom: 35%;
    position: static;
  }

  .descript {
    width: auto;
    font-size: 12px;
  }

  .descript.proj {
    margin-bottom: 100px;
  }

  .descript.proj.mobile {
    margin-bottom: 0;
  }

  .work-slider.info-page {
    width: 100vw;
    left: 0;
    right: 0;
  }

  .mask.info {
    left: auto;
    overflow: hidden;
  }

  .text-section {
    margin-bottom: 20%;
  }

  .column-info {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-list {
    font-size: 12px;
  }

  .nav-links-wrapper {
    width: 25vw;
  }

  .nav-links-wrapper.new-nav {
    width: 100vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-11 {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 15%;
  }

  .image-11.pg-7 {
    width: 75%;
  }

  .mid-logo {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1-bold {
    align-self: auto;
    font-size: 8vw;
    line-height: 1.2em;
  }

  .h1-bold.proj {
    margin-top: 0;
  }

  .h1-bold.proj.no-image {
    padding-left: 20px;
    font-size: 7vw;
  }

  .h1-bold.proj.no-image.mobile {
    margin-top: 5vh;
    padding-right: 20px;
    font-size: 9vw;
    line-height: 1em;
  }

  .h1-bold.proj.no-image.mobile.temp {
    margin-bottom: 5vh;
    font-size: 9vw;
  }

  .award-title.middle {
    font-size: 12px;
  }

  .field-label {
    font-family: Pley, sans-serif;
    font-weight: 500;
  }

  .form-button {
    width: 100%;
  }

  .top-border {
    font-size: 14px;
  }

  .project-hero {
    height: 100vh;
  }

  .project-hero.mobile {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .project-hero-image.no-image.full {
    width: 100%;
  }

  .project-hero-image.mobile {
    width: auto;
    height: auto;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    display: block;
  }

  .header-img {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    line-height: 20px;
  }

  .cell-14 {
    display: none;
  }

  .col-info {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .column-6 {
    height: auto;
    display: none;
  }

  .column-7 {
    height: auto;
  }

  .info-wrapper {
    place-content: center;
    align-items: center;
    display: block;
  }

  .info-wrapper.no-image.cols {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1fr .25fr;
  }

  .info-wrapper.no-image.cols.labels.mobile {
    height: 15vh;
    margin-top: 6vh;
    margin-bottom: 12vh;
  }

  .col-wrapper {
    align-self: center;
    align-items: center;
    height: 100vh;
  }

  .flex-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
  }

  .cell-15, .cell-16 {
    display: none;
  }

  .cell-23, .cell-24 {
    padding-top: 20%;
  }

  .cell-27 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cell-28, .cell-29, .cell-30, .cell-31, .cell-mpt {
    display: none;
  }

  .utility-page-content {
    width: 100%;
  }

  .text-block-5._404-txt {
    line-height: 12px;
  }

  .proj-desc-qs.proj-ht {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 191px;
    display: flex;
  }

  .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    margin-bottom: 25px;
  }

  .slide-4 {
    margin-left: 0%;
  }

  .cell-33 {
    display: flex;
  }

  .cell-33.srchives {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cell-33.srchives.arch-vid {
    padding-bottom: 2.5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cell-33.header-img {
    flex-flow: wrap;
  }

  .cell-33.header-img.pg-7 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cell-33.up.archivos {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cell-33.doble {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .cell-33._404 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-links-box {
    height: 400px;
  }

  .ftr-link.homedos {
    width: 100%;
  }

  .text-block-7 {
    flex: 0 auto;
  }

  .text-block-7.centro {
    width: 80%;
  }

  .text-block-7.home-dos-pdng {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-7.info-pg {
    flex: none;
    padding-left: 0%;
    padding-right: 5%;
  }

  .text-block-7.info-pg.sec-para {
    margin-bottom: 10%;
  }

  .text-block-9 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

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

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

  .container-3 {
    max-width: none;
  }

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

  .menu-button-5 {
    font-size: 18px;
  }

  .arch-vid {
    width: 100%;
  }

  .arch-vid._w-pad {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-field-5, .text-field-6 {
    border-radius: 0;
  }

  .cell-39.currently-spinning {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .text-block-15.currently-spinning {
    flex: 0 auto;
    height: auto;
  }

  ._404-link {
    flex: 1;
  }

  .cell-43.pd-abajo {
    padding-top: 10%;
    padding-bottom: 20%;
  }

  ._w-list {
    padding-left: 5%;
    padding-right: 5%;
  }

  .derechin-cell {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .archivos-cell {
    padding-top: 60%;
  }

  .cell-44 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .cell-44.pd {
    padding-left: 20px;
  }

  .pd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-pd {
    padding-top: 15%;
  }

  .id-link {
    display: none;
  }

  .text-block-20 {
    text-align: center;
    font-size: clamp(.8rem, .8vw, 1rem);
  }

  .text-block-20.s-desc {
    display: none;
  }

  .image-33 {
    width: 8vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: clamp(.9rem, .8vw, 1rem);
    display: block;
  }

  .grid-8 {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(50vw, 100vw));
    grid-auto-flow: column;
  }

  .grid-8.home.dos {
    grid-template-rows: auto auto auto;
  }

  .grid-8.home.dos.top {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-24 {
    font-size: clamp(.8rem, .7vw, .9rem);
  }

  .grid-11.studio {
    margin-top: 0;
  }

  .filter-control, .text-in-nav {
    display: none;
  }
}

#w-node-f93972af-72de-2d0a-94f1-65784758021b-75cbcef7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847db-75cbcef7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847dd-75cbcef7 {
  grid-column: span 2 / span 2;
}

#w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e3-75cbcef7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c7-75cbcef7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c9-75cbcef7, #w-node-_313a8ad3-4a8b-a71b-f2a1-2fcb94d5ff87-75cbcef7 {
  grid-column: span 2 / span 2;
}

#w-node-_024aec82-1986-784c-3b27-b33900194263-75cbcef7 {
  grid-column: span 3 / span 3;
}

#w-node-_5ee2d4dd-fb0d-534d-d622-372532e10f81-32e10f80 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.25fr 6fr 2.25fr;
}

#w-node-cac66e6c-a74a-41d9-d0ac-08309cb029d9-9cb029d9, #w-node-_0c2085ec-0199-7e82-53d5-cb1f2b1fe1bb-75cbcef8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec6-75cbcef8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-75cbcef8 {
  grid-column: span 2 / span 2;
}

#w-node-_3ab6e64f-702e-360d-1a1a-8464e082a935-75cbcef8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_3ab6e64f-702e-360d-1a1a-8464e082a957-75cbcef8 {
  grid-column: span 2 / span 2;
}

#w-node-_62943854-5d9c-9e82-e2ed-9ca313e35897-75cbcef8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a6-75cbcef8, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a9-75cbcef8 {
  grid-column: span 2 / span 2;
}

#w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-75cbcef9, #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-75cbcf00 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_48d5b6d2-5bdf-29d9-f8d9-71ec92b5b82b-75cbcf01 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-_16ecfabf-44c4-2a47-9619-0a06867fc489-75cbcf01 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_41d40b67-f689-621f-a2c7-9f4515278696-75cbcf01 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-_0a8bb5a5-4258-66f1-d27d-6d931e09a7fb-75cbcf01 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-_11cb4b3a-0bdd-7a6d-8117-abee63efe1de-75cbcf01 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb10a935-b8d8-2ca6-f1fa-f4b395cf19d1-75cbcf01 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-f5cad67e-f706-79b3-0169-dbc3e1a67213-75cbcf01 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-f15b676d-3e74-47f6-f628-d63856321241-75cbcf01 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_44623efd-5689-e2d4-f084-48bfeb7821dd-75cbcf01 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-b351b044-5838-355c-d626-d5ea6015ebd7-75cbcf01 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-_0a4cbcc6-ec22-e034-7654-566d90a4163d-75cbcf01 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_51e2ded7-b9b1-4d72-1f4a-3ed494e6b391-75cbcf01 {
  grid-area: 8 / 3 / 9 / 5;
}

#w-node-_6b568f05-481f-45c2-a0a5-e1fca2898a9f-75cbcf01 {
  grid-area: 9 / 3 / 10 / 7;
}

#w-node-baf134ed-d14c-eee3-2cdf-d1dd27dc7ff4-75cbcf01 {
  grid-area: 10 / 3 / 11 / 5;
}

#w-node-_706ded1f-dceb-d664-5296-1371e0fdf02f-75cbcf01 {
  grid-area: 10 / 5 / 11 / 7;
}

#w-node-f55b0d37-90c4-487f-f671-bebf91477032-75cbcf01 {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-_7c30bf58-3e04-3c0c-e580-c8668ce647c1-75cbcf01 {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-_0231a877-90a7-c678-5bd3-ae719c61b67f-75cbcf01 {
  grid-area: 8 / 5 / 9 / 7;
}

#w-node-_1d368da1-04d3-2ae4-24a4-cc51f52f81a2-75cbcf01 {
  grid-area: 12 / 3 / 13 / 7;
}

#w-node-_26d869f7-12b4-1698-a490-1e4b233fc8d9-75cbcf01 {
  grid-area: 13 / 3 / 14 / 5;
}

#w-node-_4ac4acf9-2722-f61f-74ea-488cc81a4c10-75cbcf01 {
  grid-area: 14 / 3 / 15 / 7;
}

#w-node-bc00b591-371f-d526-20f6-68425d43ef46-75cbcf01 {
  grid-area: 15 / 3 / 16 / 5;
}

#w-node-_3ca66401-03d1-f66b-43c4-7caa229c35be-75cbcf01 {
  grid-area: 15 / 5 / 16 / 7;
}

#w-node-_46686705-b26e-6418-7141-e2b9a9aba2cf-75cbcf01 {
  grid-area: 13 / 5 / 14 / 7;
}

#w-node-_494e6fb7-0803-72f3-4e2e-9579d03cca84-75cbcf01, #w-node-_18b3f9bd-8511-506e-5460-1e9c3a397880-acbe4b38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-75cbcf02 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-75cbcf02 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-75cbcf02 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-75cbcf02 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-75cbcf02 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-75cbcf02 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-75cbcf02 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-75cbcf02 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-75cbcf02 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-75cbcf02 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-75cbcf02 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-75cbcf02 {
  grid-area: 8 / 3 / 9 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-75cbcf02 {
  grid-area: 8 / 5 / 9 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-75cbcf02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cccf1a58-a6c4-9180-f1b1-0fc66089ea6d-79bba082, #w-node-_5f394bfc-1608-15aa-afd9-6823c80a2b2f-79bba082, #w-node-_0748d71d-d611-adcb-5cb2-57c4bbcd3309-79bba082, #w-node-_2a25ea6a-36ea-449e-c6fc-5bd71ecb9902-79bba082, #w-node-f05208d4-1ba8-173a-995a-a837737623de-79bba082, #w-node-_1fa136a6-ef60-2948-320a-66221c195aed-79bba082, #w-node-_721f72a4-6858-95c6-feaf-394ac53949f6-79bba082 {
  align-self: center;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-c572996b {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-c572996b {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-c572996b {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-c572996b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-c572996b {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-c572996b {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-c572996b {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-c572996b {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-c572996b {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-c572996b {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-c572996b {
  grid-area: 12 / 3 / 13 / 7;
}

#w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-c572996b {
  grid-area: 13 / 3 / 14 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-c572996b {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-c572996b {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-c572996b {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-fb5ce766-0fef-c40d-3634-fc8562520196-c572996b {
  grid-area: 14 / 5 / 15 / 7;
}

#w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-c572996b {
  grid-area: 14 / 3 / 15 / 5;
}

#w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-c572996b {
  grid-area: 15 / 5 / 16 / 7;
}

#w-node-_2444d956-4449-e004-6cec-d74089167429-c572996b {
  grid-area: 15 / 3 / 16 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-c572996b {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-c572996b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-0c108880 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-0c108880 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-0c108880 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-0c108880 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-0c108880 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-0c108880 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-0c108880 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-0c108880 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-0c108880 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-0c108880 {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-0c108880 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-0c108880 {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-0c108880 {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-0c108880 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-0c108880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-a41e4b90 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-a41e4b90 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-a41e4b90 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-a41e4b90 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-a41e4b90 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-a41e4b90 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-a41e4b90 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-a41e4b90 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-a41e4b90 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-a41e4b90 {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-a41e4b90 {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-a41e4b90 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-a41e4b90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-b06d384c {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-b06d384c {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-b06d384c {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-b06d384c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-b06d384c {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-b06d384c {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-b06d384c {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-b06d384c {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-b06d384c {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-b06d384c {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-b06d384c {
  grid-area: 12 / 3 / 13 / 7;
}

#w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-b06d384c {
  grid-area: 13 / 3 / 14 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-b06d384c {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-b06d384c {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-b06d384c {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-fb5ce766-0fef-c40d-3634-fc8562520196-b06d384c {
  grid-area: 14 / 5 / 15 / 7;
}

#w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-b06d384c {
  grid-area: 14 / 3 / 15 / 5;
}

#w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-b06d384c {
  grid-area: 15 / 5 / 16 / 7;
}

#w-node-_2444d956-4449-e004-6cec-d74089167429-b06d384c {
  grid-area: 15 / 3 / 16 / 5;
}

#w-node-_191fe76c-586d-ca12-a5dc-935b66a98c58-b06d384c {
  grid-area: 16 / 3 / 17 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-b06d384c {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-b06d384c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-e444d0f0 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-e444d0f0 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-e444d0f0 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-e444d0f0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-e444d0f0 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-e444d0f0 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-e444d0f0 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-e444d0f0 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-e444d0f0 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-e444d0f0 {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-e444d0f0 {
  grid-area: 12 / 3 / 13 / 7;
}

#w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-e444d0f0 {
  grid-area: 13 / 3 / 14 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-e444d0f0 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-e444d0f0 {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-e444d0f0 {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-fb5ce766-0fef-c40d-3634-fc8562520196-e444d0f0 {
  grid-area: 14 / 5 / 15 / 7;
}

#w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-e444d0f0 {
  grid-area: 14 / 3 / 15 / 5;
}

#w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-e444d0f0 {
  grid-area: 15 / 5 / 16 / 7;
}

#w-node-_2444d956-4449-e004-6cec-d74089167429-e444d0f0 {
  grid-area: 15 / 3 / 16 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-e444d0f0 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-e444d0f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-15449e0e {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-15449e0e {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-15449e0e {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-15449e0e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-15449e0e {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-15449e0e {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-15449e0e {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-15449e0e {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-15449e0e {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-15449e0e {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-15449e0e {
  grid-area: 12 / 3 / 13 / 7;
}

#w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-15449e0e {
  grid-area: 13 / 3 / 14 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-15449e0e {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-15449e0e {
  grid-area: 11 / 5 / 12 / 7;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-15449e0e {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-15449e0e {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-15449e0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-06ae7e40 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-06ae7e40 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-06ae7e40 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-06ae7e40 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-06ae7e40 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-06ae7e40 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-06ae7e40 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-06ae7e40 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-06ae7e40 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-06ae7e40 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-06ae7e40 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-06ae7e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-b7015b20 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-b7015b20 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-b7015b20 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-b7015b20 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-b7015b20 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-b7015b20 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-b7015b20 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-b7015b20 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-b7015b20 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-b7015b20 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-b7015b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-32d1164e {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-32d1164e {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-32d1164e {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-32d1164e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-32d1164e {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-32d1164e {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-32d1164e {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-32d1164e {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-32d1164e {
  grid-area: 10 / 3 / 11 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-32d1164e {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-32d1164e {
  grid-area: 11 / 3 / 12 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-32d1164e {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-32d1164e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-36d0fc60 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-36d0fc60 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-36d0fc60 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-36d0fc60 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-36d0fc60 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-36d0fc60 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-36d0fc60 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-36d0fc60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-e7996d69 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-e7996d69 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-e7996d69 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-e7996d69 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-e7996d69 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-e7996d69 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-e7996d69 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-e7996d69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-f5dcefc9 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-f5dcefc9 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-f5dcefc9 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-f5dcefc9 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-f5dcefc9 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-f5dcefc9 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-f5dcefc9 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-f5dcefc9 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-f5dcefc9 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-f5dcefc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-674c403e {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-674c403e {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-674c403e {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-674c403e {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-674c403e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-674c403e {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-674c403e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-189456f2 {
  grid-area: span 15 / span 1 / span 15 / span 1;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-189456f2 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-189456f2 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-189456f2 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-189456f2 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-189456f2 {
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-189456f2 {
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-189456f2 {
  grid-area: 7 / 3 / 8 / 7;
}

#w-node-_556c5025-764e-fecd-3651-df305fbf67c5-189456f2 {
  grid-area: 8 / 3 / 9 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-189456f2 {
  grid-area: 9 / 3 / 10 / 5;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-189456f2 {
  grid-area: 9 / 5 / 10 / 7;
}

#w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039db6-189456f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847dc-75cbcef7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847dd-75cbcef7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e3-75cbcef7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e4-75cbcef7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e5-75cbcef7, #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8ee-75cbcef7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8ef-75cbcef7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ee2d4dd-fb0d-534d-d622-372532e10f85-32e10f80, #w-node-_5ee2d4dd-fb0d-534d-d622-372532e10f86-32e10f80, #w-node-_5ee2d4dd-fb0d-534d-d622-372532e10f99-32e10f80, #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec7-75cbcef8, #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-75cbcef8, #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a936-75cbcef8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a939-75cbcef8, #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a953-75cbcef8, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a6-75cbcef8, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a9-75cbcef8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-75cbcef9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-75cbcf00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 9.25fr 1fr;
  }

  #w-node-_48d5b6d2-5bdf-29d9-f8d9-71ec92b5b82b-75cbcf01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16ecfabf-44c4-2a47-9619-0a06867fc489-75cbcf01 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41d40b67-f689-621f-a2c7-9f4515278696-75cbcf01 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_0a8bb5a5-4258-66f1-d27d-6d931e09a7fb-75cbcf01 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_11cb4b3a-0bdd-7a6d-8117-abee63efe1de-75cbcf01 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb10a935-b8d8-2ca6-f1fa-f4b395cf19d1-75cbcf01 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f5cad67e-f706-79b3-0169-dbc3e1a67213-75cbcf01 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f15b676d-3e74-47f6-f628-d63856321241-75cbcf01 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_44623efd-5689-e2d4-f084-48bfeb7821dd-75cbcf01 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-b351b044-5838-355c-d626-d5ea6015ebd7-75cbcf01 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_0a4cbcc6-ec22-e034-7654-566d90a4163d-75cbcf01 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_51e2ded7-b9b1-4d72-1f4a-3ed494e6b391-75cbcf01 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_6b568f05-481f-45c2-a0a5-e1fca2898a9f-75cbcf01 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-baf134ed-d14c-eee3-2cdf-d1dd27dc7ff4-75cbcf01 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_706ded1f-dceb-d664-5296-1371e0fdf02f-75cbcf01 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-f55b0d37-90c4-487f-f671-bebf91477032-75cbcf01 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_7c30bf58-3e04-3c0c-e580-c8668ce647c1-75cbcf01 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_0231a877-90a7-c678-5bd3-ae719c61b67f-75cbcf01 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-_1d368da1-04d3-2ae4-24a4-cc51f52f81a2-75cbcf01 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_26d869f7-12b4-1698-a490-1e4b233fc8d9-75cbcf01 {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-_4ac4acf9-2722-f61f-74ea-488cc81a4c10-75cbcf01 {
    grid-area: 22 / 1 / 23 / 2;
  }

  #w-node-bc00b591-371f-d526-20f6-68425d43ef46-75cbcf01 {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-_3ca66401-03d1-f66b-43c4-7caa229c35be-75cbcf01 {
    grid-area: 24 / 1 / 25 / 2;
  }

  #w-node-_46686705-b26e-6418-7141-e2b9a9aba2cf-75cbcf01 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-75cbcf02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-75cbcf02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-75cbcf02 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-75cbcf02 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-75cbcf02 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-75cbcf02 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-75cbcf02 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-75cbcf02 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-75cbcf02 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-75cbcf02 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-75cbcf02 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-75cbcf02 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-75cbcf02 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-cd83165e-9cc4-8cd3-26d0-790eb540e886-37a059a5 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-_271a314d-f371-587d-7724-97501bb61f01-37a059a5 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-c572996b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-c572996b {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-c572996b {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-c572996b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-c572996b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-c572996b {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-c572996b {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-c572996b {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-c572996b {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-c572996b {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-c572996b {
    grid-area: 22 / 1 / 23 / 2;
  }

  #w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-c572996b {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-c572996b {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-c572996b {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-c572996b {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-fb5ce766-0fef-c40d-3634-fc8562520196-c572996b {
    grid-area: 25 / 1 / 26 / 2;
  }

  #w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-c572996b {
    grid-area: 24 / 1 / 25 / 2;
  }

  #w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-c572996b {
    grid-area: 27 / 1 / 28 / 2;
  }

  #w-node-_2444d956-4449-e004-6cec-d74089167429-c572996b {
    grid-area: 26 / 1 / 27 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-c572996b {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-0c108880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-0c108880 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-0c108880 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-0c108880 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-0c108880 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-0c108880 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-0c108880 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-0c108880 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-0c108880 {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-0c108880 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-0c108880 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-0c108880 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-0c108880 {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-0c108880 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-a41e4b90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-a41e4b90 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-a41e4b90 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-a41e4b90 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-a41e4b90 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-a41e4b90 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-a41e4b90 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-a41e4b90 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-a41e4b90 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-a41e4b90 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-a41e4b90 {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-a41e4b90 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-b06d384c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-b06d384c {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-b06d384c {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-b06d384c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-b06d384c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-b06d384c {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-b06d384c {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-b06d384c {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-b06d384c {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-b06d384c {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-b06d384c {
    grid-area: 22 / 1 / 23 / 2;
  }

  #w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-b06d384c {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-b06d384c {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-b06d384c {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-b06d384c {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-fb5ce766-0fef-c40d-3634-fc8562520196-b06d384c {
    grid-area: 25 / 1 / 26 / 2;
  }

  #w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-b06d384c {
    grid-area: 24 / 1 / 25 / 2;
  }

  #w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-b06d384c {
    grid-area: 27 / 1 / 28 / 2;
  }

  #w-node-_2444d956-4449-e004-6cec-d74089167429-b06d384c {
    grid-area: 26 / 1 / 27 / 2;
  }

  #w-node-_191fe76c-586d-ca12-a5dc-935b66a98c58-b06d384c {
    grid-area: 29 / 1 / 30 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-b06d384c {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-e444d0f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-e444d0f0 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-e444d0f0 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-e444d0f0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-e444d0f0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-e444d0f0 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-e444d0f0 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-e444d0f0 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-e444d0f0 {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-e444d0f0 {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-e444d0f0 {
    grid-area: 22 / 1 / 23 / 2;
  }

  #w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-e444d0f0 {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-e444d0f0 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-e444d0f0 {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-e444d0f0 {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-fb5ce766-0fef-c40d-3634-fc8562520196-e444d0f0 {
    grid-area: 25 / 1 / 26 / 2;
  }

  #w-node-_550ab7a5-93ee-dcd0-0fa2-da4af857a997-e444d0f0 {
    grid-area: 24 / 1 / 25 / 2;
  }

  #w-node-bc572f94-d016-f731-a0b4-42b1c65ff634-e444d0f0 {
    grid-area: 27 / 1 / 28 / 2;
  }

  #w-node-_2444d956-4449-e004-6cec-d74089167429-e444d0f0 {
    grid-area: 26 / 1 / 27 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-e444d0f0 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-15449e0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-15449e0e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-15449e0e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-15449e0e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-15449e0e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-15449e0e {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-15449e0e {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-15449e0e {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-15449e0e {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-15449e0e {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_9c51a80e-786f-72e6-609b-05aa5d5f78bb-15449e0e {
    grid-area: 22 / 1 / 23 / 2;
  }

  #w-node-f67889cb-d3fc-e75b-5394-1e32029facb5-15449e0e {
    grid-area: 23 / 1 / 24 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-15449e0e {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3d52ffe0-ab1f-a406-d5f9-fda7e7387f12-15449e0e {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-15449e0e {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-15449e0e {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-06ae7e40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-06ae7e40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-06ae7e40 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-06ae7e40 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-06ae7e40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-06ae7e40 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-06ae7e40 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-06ae7e40 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-06ae7e40 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-06ae7e40 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-06ae7e40 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-b7015b20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-b7015b20 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-b7015b20 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-b7015b20 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-b7015b20 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-b7015b20 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-b7015b20 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-b7015b20 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-b7015b20 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-b7015b20 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-32d1164e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-32d1164e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-32d1164e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-32d1164e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-32d1164e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-32d1164e {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-32d1164e {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-32d1164e {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_96efd480-4935-d023-9d4c-0c63130ff6b6-32d1164e {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-32d1164e {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-c18e4faf-61fa-8fe9-8bd3-f1803b3cd217-32d1164e {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-32d1164e {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-36d0fc60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-36d0fc60 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-36d0fc60 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-36d0fc60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-36d0fc60 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-36d0fc60 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-36d0fc60 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-e7996d69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-e7996d69 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-e7996d69 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-e7996d69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-e7996d69 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d90-e7996d69 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d92-e7996d69 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-f5dcefc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-f5dcefc9 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-f5dcefc9 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-f5dcefc9 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-f5dcefc9 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-f5dcefc9 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-f5dcefc9 {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-f5dcefc9 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-f5dcefc9 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-674c403e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d86-674c403e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-674c403e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-674c403e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-674c403e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-674c403e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d77-189456f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d88-189456f2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8a-189456f2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8c-189456f2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d8e-189456f2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d94-189456f2 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d96-189456f2 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d98-189456f2 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_556c5025-764e-fecd-3651-df305fbf67c5-189456f2 {
    grid-area: 28 / 1 / 29 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039d9a-189456f2 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-bb0bbd3a-fcbe-9e75-ffba-a373ff039da6-189456f2 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-cd83165e-9cc4-8cd3-26d0-790eb540e886-19d6c08d {
    grid-area: span 2 / span 6 / span 2 / span 6;
    place-self: auto;
  }

  #w-node-_271a314d-f371-587d-7724-97501bb61f01-19d6c08d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-cd83165e-9cc4-8cd3-26d0-790eb540e886-54262805 {
    grid-area: span 2 / span 6 / span 2 / span 6;
    place-self: auto;
  }

  #w-node-_271a314d-f371-587d-7724-97501bb61f01-54262805 {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e5-75cbcef7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c8-75cbcef7, #w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c9-75cbcef7, #w-node-_8be73e26-8bc3-b849-fc33-fd6091f587d3-75cbcef7, #w-node-_5cbb8ba2-a997-b881-5db3-00e8ba70664f-75cbcef7, #w-node-_4ac659df-ecdc-692a-4f0b-62d88d7a139a-75cbcef7, #w-node-cdcd42c3-9871-a765-f943-edd4099a9021-75cbcef7 {
    grid-column: span 5 / span 5;
  }

  #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-75cbcef8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a957-75cbcef8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a95a-75cbcef8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a968-75cbcef8 {
    order: 0;
    grid-column: span 4 / span 4;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-75cbcef9 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db5-75cbcef9 {
    grid-column: span 3 / span 3;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-75cbcf00 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 10.5fr 1fr;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbed-75cbcf00 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Pley Web';
  src: url('../fonts/pley-medium_web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Querida Display Web';
  src: url('../fonts/querida_display-regular_web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pley';
  src: url('../fonts/pley-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pley Nueva';
  src: url('../fonts/pley-nueva-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}