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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  height: 100vh;
}

.section._1 {
  background-color: #fff;
  height: 100vh;
}

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

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

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

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

.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.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 {
  background-color: #fff;
  display: block;
}

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

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

.block._1.proj-img, .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 {
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.body {
  background-color: #fff;
}

.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 {
  direction: ltr;
  color: #000;
  text-align: right;
  letter-spacing: -.85vh;
  text-transform: none;
  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._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.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.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;
}

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

.h-label {
  color: #3333338c;
  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: 20px;
}

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

.b-label {
  color: #3333338c;
  text-align: justify;
  align-self: flex-start;
  width: 75%;
  margin-top: 20px;
  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%;
}

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

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

.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;
  align-self: flex-start;
  width: 100vw;
  margin-top: 0%;
  margin-bottom: 0%;
  position: fixed;
  inset: 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 {
  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%;
  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-row-gap: 10px;
}

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

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

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

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

.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;
  height: 100vh;
}

.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: 13px;
  line-height: 1.4em;
}

.text-block-7.centro {
  text-align: left;
  width: 30%;
  padding-left: 0%;
  padding-right: 0%;
}

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

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

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

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

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

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

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

.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;
  position: relative;
  inset: -10vh 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: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menu-button-6 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  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%;
}

.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: #3333338c;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 2%;
  padding-left: 40px;
  padding-right: 40px;
}

.submit-button-2:hover {
  background-color: #f7ffe9;
}

.field-label-6 {
  color: #3333338c;
  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-bottom: 2%;
  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;
}

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

@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, .block.c3.proj-ht {
    height: auto;
  }

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

  .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: 25%;
    padding-right: 25%;
  }

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

@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: 15%;
    padding-right: 15%;
  }

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

@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, .block._1 {
    height: auto;
  }

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

  .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: 70%;
  }

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

#w-node-_4ec59087-ec85-1dd3-ec42-232f750e90e8-9dad47f2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c7c6e18-56e3-bddf-3c49-4a723038d002-9dad47f2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_8c7c6e18-56e3-bddf-3c49-4a723038d004-9dad47f2 {
  grid-column: span 2 / span 2;
}

#w-node-_17cefb34-3baa-405f-646f-48806db4f066-9dad47f2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1fr;
}

#w-node-_17cefb34-3baa-405f-646f-48806db4f067-9dad47f2 {
  grid-column: span 2 / span 2;
}

#w-node-db76237c-feab-cc85-68ac-e4af4c41132c-9dad47f2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#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-f93972af-72de-2d0a-94f1-65784758021b-3d2b5286 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847db-3d2b5286 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847dd-3d2b5286 {
  grid-column: span 2 / span 2;
}

#w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e3-3d2b5286 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c7-3d2b5286 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c9-3d2b5286, #w-node-_313a8ad3-4a8b-a71b-f2a1-2fcb94d5ff87-3d2b5286 {
  grid-column: span 2 / span 2;
}

#w-node-_024aec82-1986-784c-3b27-b33900194263-3d2b5286 {
  grid-column: span 3 / span 3;
}

#w-node-_0c2085ec-0199-7e82-53d5-cb1f2b1fe1bb-d5e5e366 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec6-d5e5e366 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-d5e5e366 {
  grid-column: span 2 / span 2;
}

#w-node-_3ab6e64f-702e-360d-1a1a-8464e082a935-d5e5e366 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_3ab6e64f-702e-360d-1a1a-8464e082a957-d5e5e366 {
  grid-column: span 2 / span 2;
}

#w-node-_62943854-5d9c-9e82-e2ed-9ca313e35897-d5e5e366 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a6-d5e5e366, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a9-d5e5e366 {
  grid-column: span 2 / span 2;
}

#w-node-ea67b289-9d1f-7b8e-1943-cbe0757a4ef6-2590786b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_00d0f61e-fd48-a3f9-9016-0504f39340ea-2590786b {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_761a3a4a-0bda-5c14-21a6-ba579e5d92e9-2590786b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_4ac526c9-65cf-3238-cc13-aa54bc9f39ba-2590786b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-_1f70ce38-217d-21c5-36f5-fcbc3b08393c-2590786b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-2590786b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-2590786b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-2590786b, #w-node-daed2ae6-3f2a-7198-5578-811ae5a771e8-2590786b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86a5b82b-1712-351a-6541-bc8107ddda9e-2590786b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-2590786b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-2590786b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-_1c96ccae-857d-eb5b-7bba-3c21df241025-2590786b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-2590786b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-c12bebe4-10e8-ef76-008f-4c792c70c88f-2590786b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-_2262aedf-a064-724e-9ac2-22c3d7d27b60-d7d27b5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-0a6920bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1e7f4b93-d634-5324-e19d-64d0764f5404-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_1e7f4b93-d634-5324-e19d-64d0764f5406-3e834736 {
  grid-column: span 2 / span 2;
}

#w-node-_1e7f4b93-d634-5324-e19d-64d0764f5411-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_3b67c15b-0061-c986-3d0b-2e09a30e50da-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-3e834736 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-3e834736 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b940966-9e60-ee44-108d-6947102d1ca3-3e834736 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-3e834736 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-3e834736 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7e1af203-b1f1-163d-35d5-5dd655cd644f-3e834736 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-3e834736, #w-node-ce6532bd-79ad-7649-171c-2ff8c2bc1e36-3e834736, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-c12bebe4-10e8-ef76-008f-4c792c70c88f-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-e8432dc4-7374-55a1-c8cb-0c8af20896b3-3e834736 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6675231a-0e47-41ab-2a79-b6f806532067-d139be9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_6675231a-0e47-41ab-2a79-b6f806532069-d139be9d {
  grid-column: span 2 / span 2;
}

#w-node-_6675231a-0e47-41ab-2a79-b6f806532073-d139be9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-b082d2b5-8b54-942e-fb40-f45bfd278ddd-d139be9d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-d139be9d {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-d139be9d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b940966-9e60-ee44-108d-6947102d1ca3-d139be9d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-d139be9d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-d139be9d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7e1af203-b1f1-163d-35d5-5dd655cd644f-d139be9d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-d139be9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-_3a1d3d43-84ca-e26f-df47-03977bd26f9c-d139be9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be4-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-9156cba7 {
  grid-column: span 2 / span 2;
}

#w-node-f9745e54-fff9-1867-c97d-f59778829470-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-a8622676-486e-4329-7517-d339fbc9b0b2-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-9156cba7 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-9156cba7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b940966-9e60-ee44-108d-6947102d1ca3-9156cba7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-9156cba7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-9156cba7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7e1af203-b1f1-163d-35d5-5dd655cd644f-9156cba7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-9156cba7, #w-node-_10b1f730-9d73-f77c-3fcd-6c9eebd75e5a-9156cba7, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-c12bebe4-10e8-ef76-008f-4c792c70c88f-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-_3507f749-e5d2-0c6d-7c55-5424d045ba17-9156cba7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2820f7e-21c6-2799-7a4c-6c180bd824a2-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-d2820f7e-21c6-2799-7a4c-6c180bd824a4-b53fd52a {
  grid-column: span 2 / span 2;
}

#w-node-d2820f7e-21c6-2799-7a4c-6c180bd824af-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-add3eb49-7e28-987e-cb1e-ea464b0759ca-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-b53fd52a {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-b53fd52a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b940966-9e60-ee44-108d-6947102d1ca3-b53fd52a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-b53fd52a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-b53fd52a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7e1af203-b1f1-163d-35d5-5dd655cd644f-b53fd52a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5ef2329e-fc66-9e68-3add-dd888f865f1a-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.5fr .5fr;
}

#w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-c12bebe4-10e8-ef76-008f-4c792c70c88f-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-_153bf6a7-2fa7-1a64-e058-7fba90d9e361-b53fd52a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f01be5df-4a34-56d5-586d-575f809a5638-773c9069 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-f01be5df-4a34-56d5-586d-575f809a563a-773c9069 {
  grid-column: span 2 / span 2;
}

#w-node-f01be5df-4a34-56d5-586d-575f809a5644-773c9069 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_8554191e-33f4-47a0-2a01-6278c2071f2c-773c9069 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-773c9069 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-773c9069 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-773c9069 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86a5b82b-1712-351a-6541-bc8107ddda9e-773c9069 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-773c9069 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-773c9069, #w-node-_9fb11847-3922-2343-bfbc-603a05f0f31b-773c9069 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .25fr;
}

#w-node-f55c2074-60a6-75a1-5e71-d59321924edb-773c9069 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd4d-7dce15f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd4f-7dce15f1 {
  grid-column: span 2 / span 2;
}

#w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd59-7dce15f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-f0733541-bdbd-8f7b-3554-2bf2afed45fc-7dce15f1 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-7dce15f1 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-7dce15f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-7dce15f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86a5b82b-1712-351a-6541-bc8107ddda9e-7dce15f1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-7dce15f1, #w-node-db0e863a-75c9-82d4-a1c0-d35840e16416-7dce15f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-b196c8a1-e1f5-fb3c-b055-6dce72ec1422-7dce15f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a8168-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-2648e6dc {
  grid-column: span 2 / span 2;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a8174-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_5695a49d-03f7-cd03-9e0e-fec4541b3967-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f65-2648e6dc {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f66-2648e6dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f67-2648e6dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f68-2648e6dc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f69-2648e6dc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-_1c96ccae-857d-eb5b-7bba-3c21df241025-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b2bb06a-bef3-79f5-d227-3ad50dfa5773-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-e998a4b0-d410-57de-f840-250c4acd355b-2648e6dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f2f715aa-e57f-337c-7503-b5c4738e7624-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-f2f715aa-e57f-337c-7503-b5c4738e7626-af5cb3aa {
  grid-column: span 2 / span 2;
}

#w-node-f2f715aa-e57f-337c-7503-b5c4738e762f-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-af5cb3aa, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e2-af5cb3aa, #w-node-fce08a5d-e264-87bf-b176-1b918f412859-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 8.5fr .75fr;
}

#w-node-fda8f829-e29c-7f6c-8a93-ae8f65683ab9-af5cb3aa, #w-node-f742bdf2-cd51-b291-951e-6f5ddaa86fe6-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.5fr .5fr;
}

#w-node-c0604ec6-0ecb-8a05-7485-994b1ab69ad5-af5cb3aa, #w-node-_78f15d7b-498f-e569-007a-8c3aa5e584cf-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 8.5fr .75fr;
}

#w-node-b7077dd9-e7d7-1758-1afe-478e7980385f-af5cb3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cc491267-baa9-1d1c-4498-18f4f33e2f4b-1d1937df {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-cc491267-baa9-1d1c-4498-18f4f33e2f4d-1d1937df {
  grid-column: span 2 / span 2;
}

#w-node-cc491267-baa9-1d1c-4498-18f4f33e2f59-1d1937df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-1d1937df, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e2-1d1937df, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683ab9-1d1937df {
  grid-template-rows: auto;
  grid-template-columns: .75fr 8.5fr .75fr;
}

#w-node-_4d111251-d1ac-f083-f405-a5cb9dda7d59-1d1937df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56d-b265e897 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-b265e897 {
  grid-column: span 2 / span 2;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57a-b265e897 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-b265e897, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e2-b265e897, #w-node-fce08a5d-e264-87bf-b176-1b918f412859-b265e897, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683ab9-b265e897 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 8.5fr .75fr;
}

#w-node-_19303866-9540-642a-50f3-1d2817370249-b265e897, #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-0e98e980, #w-node-_44054833-78ac-d0d8-5d07-07727578d30a-6a8e5308 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d27c6b84-fd65-43de-aa34-c7298eba9a64-6a8e5308 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-d27c6b84-fd65-43de-aa34-c7298eba9a66-6a8e5308 {
  grid-column: span 2 / span 2;
}

#w-node-_51aa1fca-ae59-2579-3257-3d7df0af04a6-6a8e5308 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_8f98976f-e943-0034-7280-6403a950ab98-6a8e5308 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_363dacbf-d17b-285a-2935-0798e20b60ac-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3f92cb82-cb2f-c5ca-746a-e11a69f88175-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr 1.75fr;
}

#w-node-_09fcd7de-6630-4f16-3668-0b4a7e589bf4-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}

#w-node-_4614f479-e2eb-8e71-1cc1-e6d253edcb95-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

#w-node-_37e665bb-9da9-ce88-899a-39770eafe316-d7e1eed5, #w-node-_8fff2463-8c46-9f71-fc92-77d8b825fddf-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_48ae8080-d6e0-1cca-2307-10146983ee52-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.25fr 1.25fr;
}

#w-node-_9719a919-4cb2-6026-c0ae-d4eacd765a7c-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr 1fr;
}

#w-node-_9719a919-4cb2-6026-c0ae-d4eacd765a87-d7e1eed5 {
  grid-column: span 2 / span 2;
}

#w-node-ef6fe3d5-3a2e-dcf1-71aa-8b17aa11579c-d7e1eed5, #w-node-c4615990-dde8-d7ae-57c8-25b994e423c1-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.75fr 1.75fr;
  display: grid;
}

#w-node-c552af13-e716-8750-13e8-4d08784d931e-d7e1eed5, #w-node-a9c87345-2a89-853e-bfb4-aea8754b01f6-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a1f6aedd-0a92-719e-36db-e1a2dd60fc8d-d7e1eed5, #w-node-_38b021f0-ac43-eae3-ad2b-0252d8a1a402-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.75fr 1.75fr;
  display: grid;
}

#w-node-_260919d1-e446-68a5-960b-1b70b3c88a9c-d7e1eed5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be4-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-82d4d39b {
  grid-column: span 2 / span 2;
}

#w-node-f9745e54-fff9-1867-c97d-f59778829470-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-a8622676-486e-4329-7517-d339fbc9b0b2-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_4fea0c3e-9173-829c-9a8e-e2a0725c2b8f-82d4d39b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_06a21dce-83b4-f98a-e9a8-c450b2321b8d-82d4d39b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b940966-9e60-ee44-108d-6947102d1ca3-82d4d39b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fe4ea306-3c7b-a804-69b5-4d5514f7f008-82d4d39b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b91ccc75-0809-c214-4241-4114ce8c5a7e-82d4d39b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7e1af203-b1f1-163d-35d5-5dd655cd644f-82d4d39b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-82d4d39b, #w-node-_10b1f730-9d73-f77c-3fcd-6c9eebd75e5a-82d4d39b, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82af-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-c12bebe4-10e8-ef76-008f-4c792c70c88f-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr 1.75fr;
}

#w-node-_3507f749-e5d2-0c6d-7c55-5424d045ba17-82d4d39b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a8168-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-5d08c7ac {
  grid-column: span 2 / span 2;
}

#w-node-_2b20476a-353c-0d85-36a7-f1cd497a8174-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_5695a49d-03f7-cd03-9e0e-fec4541b3967-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr .25fr;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f65-5d08c7ac {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f66-5d08c7ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f67-5d08c7ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8fbb019f-6413-eae0-a987-2cce4d5a8f69-5d08c7ac {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-_1c96ccae-857d-eb5b-7bba-3c21df241025-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b2bb06a-bef3-79f5-d227-3ad50dfa5773-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-e998a4b0-d410-57de-f840-250c4acd355b-5d08c7ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56d-87a700fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.25fr 1fr;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-87a700fc {
  grid-column: span 2 / span 2;
}

#w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57a-87a700fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
}

#w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4d-87a700fc, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e2-87a700fc, #w-node-fce08a5d-e264-87bf-b176-1b918f412859-87a700fc, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683ab9-87a700fc, #w-node-fbe55c08-f07b-1b56-2c14-a1192d21ba24-87a700fc, #w-node-e6a48420-536d-c5ab-7f1d-e332e4514200-87a700fc, #w-node-_01c41efb-6652-f648-0323-d18d3f9fc693-87a700fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 8.5fr 1fr;
}

#w-node-_19303866-9540-642a-50f3-1d2817370249-87a700fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8c7c6e18-56e3-bddf-3c49-4a723038d003-9dad47f2, #w-node-_8c7c6e18-56e3-bddf-3c49-4a723038d004-9dad47f2 {
    grid-column: span 3 / span 3;
  }

  #w-node-_17cefb34-3baa-405f-646f-48806db4f067-9dad47f2 {
    grid-column: span 4 / span 4;
  }

  #w-node-db76237c-feab-cc85-68ac-e4af4c41132e-9dad47f2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_17cefb34-3baa-405f-646f-48806db4f07b-9dad47f2 {
    grid-column: span 4 / span 4;
  }

  #w-node-_17cefb34-3baa-405f-646f-48806db4f092-9dad47f2, #w-node-_17cefb34-3baa-405f-646f-48806db4f095-9dad47f2 {
    grid-column: span 2 / span 2;
  }

  #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-_6c80da8d-49e7-5247-b0ae-ba2463f847dc-3d2b5286 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6c80da8d-49e7-5247-b0ae-ba2463f847dd-3d2b5286 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e3-3d2b5286 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e4-3d2b5286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e5-3d2b5286, #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8ee-3d2b5286 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8ef-3d2b5286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec7-d5e5e366, #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-d5e5e366, #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a936-d5e5e366 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a939-d5e5e366, #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a953-d5e5e366, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a6-d5e5e366, #w-node-_62943854-5d9c-9e82-e2ed-9ca313e358a9-d5e5e366 {
    grid-column: span 4 / span 4;
  }

  #w-node-ea67b289-9d1f-7b8e-1943-cbe0757a4ef6-2590786b {
    grid-column-start: 27;
    align-self: start;
  }

  #w-node-_00d0f61e-fd48-a3f9-9016-0504f39340ea-2590786b {
    grid-column-start: 28;
    align-self: center;
  }

  #w-node-_761a3a4a-0bda-5c14-21a6-ba579e5d92e9-2590786b {
    grid-column: 28 / 3;
    place-self: end start;
  }

  #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-2590786b, #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-2590786b, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-2590786b, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-2590786b {
    grid-column: span 3 / span 3;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-2590786b {
    grid-column: span 2 / span 2;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c898-2590786b {
    grid-column: span 3 / span 3;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-0a6920bb {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5405-3e834736, #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5406-3e834736, #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5412-3e834736, #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5413-3e834736 {
    grid-column: span 3 / span 3;
  }

  #w-node-_1e7f4b93-d634-5324-e19d-64d0764f541f-3e834736 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3b67c15b-0061-c986-3d0b-2e09a30e50dc-3e834736, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-3e834736, #w-node-ce6532bd-79ad-7649-171c-2ff8c2bc1e38-3e834736, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-3e834736, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-3e834736 {
    grid-column: span 3 / span 3;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-3e834736 {
    grid-column: span 2 / span 2;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c898-3e834736, #w-node-_6675231a-0e47-41ab-2a79-b6f806532068-d139be9d, #w-node-_6675231a-0e47-41ab-2a79-b6f806532069-d139be9d, #w-node-_6675231a-0e47-41ab-2a79-b6f806532074-d139be9d, #w-node-_6675231a-0e47-41ab-2a79-b6f806532075-d139be9d {
    grid-column: span 3 / span 3;
  }

  #w-node-_6675231a-0e47-41ab-2a79-b6f806532088-d139be9d {
    grid-column: span 4 / span 4;
  }

  #w-node-b082d2b5-8b54-942e-fb40-f45bfd278ddf-d139be9d, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-d139be9d, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-d139be9d, #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be5-9156cba7, #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-9156cba7, #w-node-f9745e54-fff9-1867-c97d-f59778829471-9156cba7, #w-node-f9745e54-fff9-1867-c97d-f59778829472-9156cba7 {
    grid-column: span 3 / span 3;
  }

  #w-node-f9745e54-fff9-1867-c97d-f59778829481-9156cba7 {
    grid-column: span 4 / span 4;
  }

  #w-node-a8622676-486e-4329-7517-d339fbc9b0b4-9156cba7, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-9156cba7, #w-node-_10b1f730-9d73-f77c-3fcd-6c9eebd75e5c-9156cba7, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-9156cba7, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-9156cba7 {
    grid-column: span 3 / span 3;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-9156cba7 {
    grid-column: span 2 / span 2;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c898-9156cba7, #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824a3-b53fd52a, #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824a4-b53fd52a, #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824b0-b53fd52a, #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824b1-b53fd52a {
    grid-column: span 3 / span 3;
  }

  #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824c4-b53fd52a {
    grid-column: span 4 / span 4;
  }

  #w-node-add3eb49-7e28-987e-cb1e-ea464b0759cc-b53fd52a, #w-node-_5ef2329e-fc66-9e68-3add-dd888f865f1c-b53fd52a, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-b53fd52a, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-b53fd52a {
    grid-column: span 3 / span 3;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-b53fd52a {
    grid-column: span 2 / span 2;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c898-b53fd52a, #w-node-f01be5df-4a34-56d5-586d-575f809a5639-773c9069, #w-node-f01be5df-4a34-56d5-586d-575f809a563a-773c9069, #w-node-f01be5df-4a34-56d5-586d-575f809a5645-773c9069, #w-node-f01be5df-4a34-56d5-586d-575f809a5646-773c9069 {
    grid-column: span 3 / span 3;
  }

  #w-node-f01be5df-4a34-56d5-586d-575f809a565e-773c9069 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8554191e-33f4-47a0-2a01-6278c2071f2e-773c9069, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-773c9069, #w-node-_9fb11847-3922-2343-bfbc-603a05f0f31d-773c9069, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd4e-7dce15f1, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd4f-7dce15f1, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd5a-7dce15f1, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd5b-7dce15f1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd6e-7dce15f1 {
    grid-column: span 4 / span 4;
  }

  #w-node-f0733541-bdbd-8f7b-3554-2bf2afed45fe-7dce15f1, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-7dce15f1, #w-node-db0e863a-75c9-82d4-a1c0-d35840e16418-7dce15f1, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8169-2648e6dc, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-2648e6dc, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8175-2648e6dc, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8176-2648e6dc {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8183-2648e6dc {
    grid-column: span 4 / span 4;
  }

  #w-node-_5695a49d-03f7-cd03-9e0e-fec4541b3969-2648e6dc, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-2648e6dc, #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-2648e6dc, #w-node-_7b2bb06a-bef3-79f5-d227-3ad50dfa5775-2648e6dc, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7625-af5cb3aa, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7626-af5cb3aa, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7630-af5cb3aa, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7631-af5cb3aa {
    grid-column: span 3 / span 3;
  }

  #w-node-f2f715aa-e57f-337c-7503-b5c4738e7649-af5cb3aa {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-af5cb3aa, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e4-af5cb3aa, #w-node-fce08a5d-e264-87bf-b176-1b918f41285b-af5cb3aa, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683abb-af5cb3aa, #w-node-f742bdf2-cd51-b291-951e-6f5ddaa86fe8-af5cb3aa, #w-node-c0604ec6-0ecb-8a05-7485-994b1ab69ad7-af5cb3aa, #w-node-_78f15d7b-498f-e569-007a-8c3aa5e584d1-af5cb3aa, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f4c-1d1937df, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f4d-1d1937df, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f5a-1d1937df, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f5b-1d1937df {
    grid-column: span 3 / span 3;
  }

  #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f68-1d1937df {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-1d1937df, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e4-1d1937df, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683abb-1d1937df, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56e-b265e897, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-b265e897, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57b-b265e897, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57c-b265e897 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a589-b265e897 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-b265e897, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e4-b265e897, #w-node-fce08a5d-e264-87bf-b176-1b918f41285b-b265e897, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683abb-b265e897 {
    grid-column: span 3 / span 3;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-0e98e980 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 9.25fr 1fr;
  }

  #w-node-d27c6b84-fd65-43de-aa34-c7298eba9a65-6a8e5308, #w-node-d27c6b84-fd65-43de-aa34-c7298eba9a66-6a8e5308, #w-node-_51aa1fca-ae59-2579-3257-3d7df0af04a7-6a8e5308 {
    grid-column: span 3 / span 3;
  }

  #w-node-_51aa1fca-ae59-2579-3257-3d7df0af04a8-6a8e5308, #w-node-_51aa1fca-ae59-2579-3257-3d7df0af04ba-6a8e5308 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8f98976f-e943-0034-7280-6403a950ab98-6a8e5308 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_3f92cb82-cb2f-c5ca-746a-e11a69f88176-d7e1eed5, #w-node-_3f92cb82-cb2f-c5ca-746a-e11a69f88178-d7e1eed5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_09fcd7de-6630-4f16-3668-0b4a7e589bf4-d7e1eed5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }

  #w-node-_0a7aaa50-348c-4331-f7a4-cdd9373d8e88-d7e1eed5 {
    order: 0;
    grid-column: span 4 / span 4;
  }

  #w-node-_8e882307-e432-3ffe-4ce8-a8b2178d8895-d7e1eed5, #w-node-bb2e86d7-a0c7-c724-0d06-cac40f71ae00-d7e1eed5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4614f479-e2eb-8e71-1cc1-e6d253edcb96-d7e1eed5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4614f479-e2eb-8e71-1cc1-e6d253edcb99-d7e1eed5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_48ae8080-d6e0-1cca-2307-10146983ee53-d7e1eed5, #w-node-_48ae8080-d6e0-1cca-2307-10146983ee55-d7e1eed5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9719a919-4cb2-6026-c0ae-d4eacd765a87-d7e1eed5, #w-node-_9719a919-4cb2-6026-c0ae-d4eacd765a91-d7e1eed5 {
    grid-column: span 4 / span 4;
  }

  #w-node-ef6fe3d5-3a2e-dcf1-71aa-8b17aa11579d-d7e1eed5, #w-node-ef6fe3d5-3a2e-dcf1-71aa-8b17aa11579f-d7e1eed5, #w-node-c4615990-dde8-d7ae-57c8-25b994e423c2-d7e1eed5, #w-node-c4615990-dde8-d7ae-57c8-25b994e423c4-d7e1eed5, #w-node-a1f6aedd-0a92-719e-36db-e1a2dd60fc8e-d7e1eed5, #w-node-a1f6aedd-0a92-719e-36db-e1a2dd60fc90-d7e1eed5, #w-node-_38b021f0-ac43-eae3-ad2b-0252d8a1a403-d7e1eed5, #w-node-_38b021f0-ac43-eae3-ad2b-0252d8a1a405-d7e1eed5, #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be5-82d4d39b, #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-82d4d39b, #w-node-f9745e54-fff9-1867-c97d-f59778829471-82d4d39b, #w-node-f9745e54-fff9-1867-c97d-f59778829472-82d4d39b {
    grid-column: span 3 / span 3;
  }

  #w-node-f9745e54-fff9-1867-c97d-f59778829481-82d4d39b {
    grid-column: span 4 / span 4;
  }

  #w-node-a8622676-486e-4329-7517-d339fbc9b0b4-82d4d39b, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-82d4d39b, #w-node-_10b1f730-9d73-f77c-3fcd-6c9eebd75e5c-82d4d39b, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82b0-82d4d39b, #w-node-eceaf2a9-949a-bf3a-4555-52f1125d82ba-82d4d39b {
    grid-column: span 3 / span 3;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-82d4d39b {
    grid-column: span 2 / span 2;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c898-82d4d39b, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8169-5d08c7ac, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-5d08c7ac, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8175-5d08c7ac, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8176-5d08c7ac {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8183-5d08c7ac {
    grid-column: span 4 / span 4;
  }

  #w-node-_5695a49d-03f7-cd03-9e0e-fec4541b3969-5d08c7ac, #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-5d08c7ac, #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-5d08c7ac, #w-node-_7b2bb06a-bef3-79f5-d227-3ad50dfa5775-5d08c7ac, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56e-87a700fc, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-87a700fc, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57b-87a700fc, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57c-87a700fc {
    grid-column: span 3 / span 3;
  }

  #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a589-87a700fc {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d70a0f6-b5dd-b2cc-7f0f-9133e0928e4f-87a700fc, #w-node-_472c9099-5bcf-2dae-ef7c-296acc2b63e4-87a700fc, #w-node-fce08a5d-e264-87bf-b176-1b918f41285b-87a700fc, #w-node-fda8f829-e29c-7f6c-8a93-ae8f65683abb-87a700fc, #w-node-fbe55c08-f07b-1b56-2c14-a1192d21ba26-87a700fc, #w-node-e6a48420-536d-c5ab-7f1d-e332e4514202-87a700fc, #w-node-_01c41efb-6652-f648-0323-d18d3f9fc695-87a700fc {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37e665bb-9da9-ce88-899a-39770eafe318-d7e1eed5 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c7c6e18-56e3-bddf-3c49-4a723038d004-9dad47f2 {
    grid-column: span 4 / span 4;
  }

  #w-node-db76237c-feab-cc85-68ac-e4af4c41132e-9dad47f2, #w-node-c1857d12-2183-f65a-b91c-94a960d66df1-9dad47f2, #w-node-_17cefb34-3baa-405f-646f-48806db4f092-9dad47f2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_17cefb34-3baa-405f-646f-48806db4f095-9dad47f2, #w-node-_10a7a8f7-a548-a39a-4e3d-295e392bb8e5-3d2b5286 {
    grid-column: span 4 / span 4;
  }

  #w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c8-3d2b5286, #w-node-_72d322ba-6f07-b36a-647c-cb67e095d7c9-3d2b5286, #w-node-_8be73e26-8bc3-b849-fc33-fd6091f587d3-3d2b5286, #w-node-_5cbb8ba2-a997-b881-5db3-00e8ba70664f-3d2b5286, #w-node-_4ac659df-ecdc-692a-4f0b-62d88d7a139a-3d2b5286, #w-node-cdcd42c3-9871-a765-f943-edd4099a9021-3d2b5286 {
    grid-column: span 5 / span 5;
  }

  #w-node-_40bb638b-7b2e-00e4-2c4f-764cf1ff6ec8-d5e5e366 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a957-d5e5e366 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a95a-d5e5e366 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ab6e64f-702e-360d-1a1a-8464e082a968-d5e5e366 {
    order: 0;
    grid-column: span 4 / span 4;
  }

  #w-node-ea67b289-9d1f-7b8e-1943-cbe0757a4ef6-2590786b {
    grid-column: 2 / 28;
    align-self: start;
  }

  #w-node-_761a3a4a-0bda-5c14-21a6-ba579e5d92e9-2590786b {
    align-self: end;
  }

  #w-node-_4ac526c9-65cf-3238-cc13-aa54bc9f39ba-2590786b {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_4ac526c9-65cf-3238-cc13-aa54bc9f39d7-2590786b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-2590786b {
    grid-column: span 4 / span 4;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-2590786b, #w-node-_2262aedf-a064-724e-9ac2-22c3d7d27b62-d7d27b5f {
    grid-column: span 3 / span 3;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db3-0a6920bb {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-_2341ace3-bedd-55ec-f29e-8c50a5f94db5-0a6920bb {
    grid-column: span 3 / span 3;
  }

  #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5406-3e834736, #w-node-_1e7f4b93-d634-5324-e19d-64d0764f5413-3e834736 {
    grid-column: span 4 / span 4;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-3e834736 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6675231a-0e47-41ab-2a79-b6f806532069-d139be9d, #w-node-_6675231a-0e47-41ab-2a79-b6f806532075-d139be9d, #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-9156cba7, #w-node-f9745e54-fff9-1867-c97d-f59778829472-9156cba7 {
    grid-column: span 4 / span 4;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-9156cba7 {
    grid-column: span 3 / span 3;
  }

  #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824a4-b53fd52a, #w-node-d2820f7e-21c6-2799-7a4c-6c180bd824b1-b53fd52a {
    grid-column: span 4 / span 4;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-b53fd52a {
    grid-column: span 3 / span 3;
  }

  #w-node-f01be5df-4a34-56d5-586d-575f809a563a-773c9069, #w-node-f01be5df-4a34-56d5-586d-575f809a5646-773c9069, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd4f-7dce15f1, #w-node-_9c4d5f42-b3e9-e681-3623-36062a3cdd5b-7dce15f1, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-2648e6dc, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8176-2648e6dc, #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-2648e6dc, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7626-af5cb3aa, #w-node-f2f715aa-e57f-337c-7503-b5c4738e7631-af5cb3aa, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f4d-1d1937df, #w-node-cc491267-baa9-1d1c-4498-18f4f33e2f5b-1d1937df, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-b265e897, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57c-b265e897 {
    grid-column: span 4 / span 4;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbeb-0e98e980 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 10.5fr 1fr;
  }

  #w-node-c03dd6b0-06ff-3c5c-dea5-ddcc34a9bbed-0e98e980 {
    grid-column: span 3 / span 3;
  }

  #w-node-d27c6b84-fd65-43de-aa34-c7298eba9a66-6a8e5308 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8f98976f-e943-0034-7280-6403a950ab98-6a8e5308 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4614f479-e2eb-8e71-1cc1-e6d253edcb96-d7e1eed5, #w-node-_37e665bb-9da9-ce88-899a-39770eafe318-d7e1eed5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9719a919-4cb2-6026-c0ae-d4eacd765a91-d7e1eed5 {
    order: 0;
    grid-column: span 4 / span 4;
  }

  #w-node-_9fce359f-f61f-ff7d-c89f-89a8e78d0be6-82d4d39b, #w-node-f9745e54-fff9-1867-c97d-f59778829472-82d4d39b {
    grid-column: span 4 / span 4;
  }

  #w-node-c12bebe4-10e8-ef76-008f-4c792c70c890-82d4d39b {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b20476a-353c-0d85-36a7-f1cd497a816a-5d08c7ac, #w-node-_2b20476a-353c-0d85-36a7-f1cd497a8176-5d08c7ac, #w-node-_1c96ccae-857d-eb5b-7bba-3c21df241027-5d08c7ac, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a56f-87a700fc, #w-node-_6e2b2768-f64e-dff6-8c9d-018c86c1a57c-87a700fc {
    grid-column: span 4 / span 4;
  }
}


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