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

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

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

.nav-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 40px;
  margin-top: 48px;
  display: grid;
}

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

.hero-section {
  margin-top: 256px;
  margin-bottom: 96px;
}

.projects-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.services-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-bottom: 0;
  display: grid;
}

.services-section.home {
  margin-bottom: 32px;
}

.hero-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.hero-content.home {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
}

.body {
  margin-left: 48px;
  margin-right: 48px;
  font-family: Geist, sans-serif;
}

.h1 {
  color: #000;
  letter-spacing: -1px;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.h1.centered {
  color: #000;
  text-align: left;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.brand.home, .brand.home.w--current, .brand.case, .brand.case.w--current {
  justify-content: center;
  align-items: center;
}

.brand.case.footer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.brand.case.footer.w--current {
  width: 100%;
}

.branded-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.branded-text.alt {
  color: #0009;
  font-weight: 400;
  display: block;
}

.branded-text.alt.brand {
  display: none;
}

.left-nav {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-nav.none {
  opacity: 0;
}

.right-nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6e6e6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-element._2col {
  aspect-ratio: 16 / 9;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  position: relative;
}

.project-element._2col.archway {
  background-color: #f2efed;
}

.inner-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.inner-content.manifesto {
  max-width: 640px;
  margin-left: 0;
}

.inner-content.inner-article {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  height: auto;
  margin-left: 0;
}

.inner-content.inner-article.footer {
  width: 100%;
}

.inner-content.manifesto-copy {
  max-width: 640px;
  margin-left: 0;
}

.avatar-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
}

.avatar {
  background-color: #f1f1f1;
  border: 2px solid #fff;
  border-radius: 48px;
  width: 48px;
  height: 48px;
}

.avatar.rick.alt {
  background-image: url('../images/T071QRJUM47-U08Q9SLNVPU-639f3ef1a0c7-5121.png');
}

.avatar.rick {
  background-image: url('../images/0AUOTyzV_400x400.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: -16px;
}

.avatar.miguel {
  background-image: url('../images/5CtMEVAd_400x400.jpg');
  background-position: 0 0;
  background-size: cover;
}

.avatar-dummy {
  width: 117px;
  height: 48px;
}

.misc {
  font-size: 18px;
}

.h2 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.h2.centered {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.service-list-item {
  border-bottom: 1px solid #0000001a;
  border-radius: 1px;
  width: 100%;
  padding-bottom: 16px;
}

.service-list-item.last {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 0;
}

.service-text {
  font-size: 16px;
}

.service-header, .cta-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.cta-group.footer {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.cta-group.footer.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.button {
  color: #000;
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.button-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  border-bottom: 0 #0000001a;
  position: relative;
  overflow: hidden;
}

.button-wrapper.hidden {
  display: none;
}

.divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: translate(-100%, 2px);
}

.top-marquee {
  width: 640px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
}

.marquee-text {
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
}

.l-gradient {
  display: none;
}

.l-gradient.alt {
  display: block;
}

.client-image {
  flex: none;
  width: 116px;
  height: 64px;
  display: block;
  overflow: hidden;
}

.title {
  z-index: 1;
  color: #000;
  text-decoration: none;
  position: relative;
}

.title.white {
  color: #fff;
}

.desc {
  z-index: 1;
  color: #0009;
  position: relative;
}

.desc.white {
  color: #fff9;
}

.proj-image {
  z-index: 0;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0;
}

.proj-image.archway {
  left: auto;
}

.proj-image.cosmos {
  background-image: url('../images/cosmos-cover.png');
  background-position: 50% 70%;
  background-size: auto 170%;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.proj-image.archies {
  background-image: url('../images/Egg.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.proj-image.bolt {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-1321315178-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.proj-image.ambur {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.proj-image.ambur.alt {
  background-image: url('../images/ambur-case.gif');
  background-position: 50%;
  background-size: cover;
}

.proj-image.ambur {
  background-image: url('../images/proj-ambur.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.proj-image.archway {
  background-image: url('../images/archway-cover-alt-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.proj-image.persona {
  background-image: url('../images/persona-cover.gif');
  background-position: 50%;
  background-size: cover;
}

.proj-image.abstract {
  background-image: url('../images/abstract-cover.png');
  background-position: 0 0;
  background-size: cover;
}

.divider-alt {
  background-color: #0000001a;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.manifesto-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
  display: grid;
}

.paragraph {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 100px;
  height: 64px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient.alt {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% auto auto;
}

.h1-copy {
  color: #000;
  letter-spacing: -1px;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.h1-copy.centered {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.case-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
  display: grid;
}

.case-section.main {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}

.case-section.footer-section {
  padding-bottom: 0;
}

.service-description {
  outline-offset: 0px;
  border-bottom: 1px solid #0000001a;
  outline: 3px #333;
  width: 100%;
  padding-bottom: 16px;
}

.service-alt-text {
  color: #0009;
}

.service-alt-text.category {
  width: 340px;
}

.service-alt-text.result {
  color: #000;
  width: 100%;
}

.service-alt-text.footer {
  text-align: right;
  width: 100%;
}

.service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.service-wrapper.footer {
  margin-bottom: 32px;
}

._2-col-galery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.col-1-img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}

.col-1-img.full-height {
  aspect-ratio: auto;
  width: 100%;
}

.case-img {
  width: 100%;
  height: auto;
}

.case-img.full-width {
  height: auto;
}

._1-col-galery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.galery {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.galery.pre-footer {
  margin-bottom: 48px;
}

.galery.pre-footer-margin {
  margin-bottom: 64px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.h3.footer-h3 {
  margin-bottom: 32px;
}

.service-result {
  outline-offset: 0px;
  border-bottom: 1px solid #0000001a;
  outline: 3px #333;
  flex-flow: row;
  width: 100%;
  padding-bottom: 16px;
}

.footer-actions {
  border: 0 #000;
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}

.case-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.case-video.full-width {
  height: auto;
}

.case-video._1 {
  aspect-ratio: 1;
}

.next-case {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 96px;
  display: flex;
}

.next-case.main {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}

.next-case.footer-section {
  padding-bottom: 0;
}

.link-block {
  color: #000;
}

.link-block.next {
  text-decoration: none;
}

.link-block.next:hover {
  opacity: .6;
}

.avatar-div-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.inner-content-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-content.home {
    max-width: 1240px;
    margin-left: 0;
  }

  .body {
    max-width: 1856px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .h1.centered {
    font-size: 72px;
    line-height: 84px;
  }

  .brand.case {
    justify-content: center;
    align-items: center;
  }

  .top-marquee {
    overflow: hidden;
  }

  .l-gradient {
    z-index: 1;
    background-image: linear-gradient(90deg, #000, #0000);
    width: 96px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .l-gradient.alt {
    background-image: linear-gradient(90deg, #0000, #000);
    display: block;
    inset: 0% 0% auto auto;
  }

  .proj-image.bolt {
    background-size: cover;
  }

  .proj-image.ambur, .proj-image.archway {
    background-size: 100% 100%;
  }

  .paragraph {
    font-size: 24px;
    line-height: 42px;
  }

  .link-block.next:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 991px) {
  .projects-section {
    grid-template-rows: auto auto auto auto;
  }

  .brand.case, .brand.case.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .left-nav.none, .left-nav.back {
    display: none;
  }

  .project-element {
    aspect-ratio: 16 / 9;
  }

  .inner-content {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .case-section {
    flex-flow: column-reverse;
    display: flex;
  }

  .case-section.footer-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .service-alt-text.result {
    text-align: right;
  }

  .col-1-img {
    width: 100%;
    height: auto;
  }

  .next-case {
    flex-flow: column-reverse;
    margin-top: 96px;
    margin-bottom: 96px;
    display: flex;
  }

  .next-case.footer-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .inner-content-2 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-section, .services-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body {
    margin-left: 24px;
    margin-right: 24px;
  }

  .h1.centered {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
  }

  .brand.case.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .top-marquee {
    width: 100%;
    overflow: hidden;
  }

  .manifesto-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .h1-copy.centered {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
  }

  .case-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
  }

  .case-section.main {
    margin-bottom: 0;
  }

  ._2-col-galery {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .next-case {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
  }

  .next-case.main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-section, .hero-section {
    margin-top: 24px;
  }

  .projects-section {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .services-section {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-section.home {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content.home {
    margin-top: 16vh;
  }

  .body {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .brand, .brand.home, .brand.case, .brand.case.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .left-nav {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .project-element {
    aspect-ratio: 1;
    padding: 16px;
  }

  .project-element._2col {
    aspect-ratio: 1;
    cursor: default;
  }

  .project-element._2col.archway {
    aspect-ratio: 1;
  }

  .inner-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-content.manifesto-copy {
    padding-top: 10vh;
    padding-bottom: 32px;
  }

  .h2 {
    letter-spacing: -.4px;
    font-size: 22px;
    line-height: 32px;
  }

  .service-header.manifesto {
    margin-top: 10vh;
  }

  .cta-group.footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .cta-group.manifesto {
    padding-bottom: 48px;
  }

  .button-wrapper {
    flex: none;
  }

  .button-wrapper.secondary, .button-wrapper.hidden {
    display: none;
  }

  .proj-image.bolt, .proj-image.archway {
    background-position: 50%;
    background-size: cover;
  }

  .proj-image.abstract {
    background-position: 50% 0;
    background-size: cover;
  }

  .manifesto-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .case-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-section.footer-section {
    flex-flow: column-reverse;
    margin-bottom: 32px;
  }

  .service-alt-text.footer {
    text-align: right;
    width: 50%;
  }

  .col-1-img {
    aspect-ratio: auto;
  }

  .case-img {
    height: auto;
  }

  .h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .h3.next {
    font-weight: 400;
  }

  .footer-actions {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    padding-bottom: 48px;
  }

  .case-video {
    height: auto;
  }

  .next-case {
    margin-top: 0;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .next-case.footer-section {
    flex-flow: column-reverse;
  }

  .inner-content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-ac1493da-c310-4b78-55cf-2003f40586d8-14004df7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_509e1eb6-6f13-8d6d-30be-4a3d18ed48bc-14004df7, #w-node-e163aa42-eefe-97cb-e4e5-9e9988c4ce5a-14004df7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07104f68-bacc-90d2-a21c-b911ccee6fc1-14004df7, #w-node-ac1493da-c310-4b78-55cf-2003f40586d8-76e83e15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e02e3329-c402-8ea8-e228-b51b398b1247-76e83e15 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e02e3329-c402-8ea8-e228-b51b398b1247-dfd2d359, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-dfd2d359, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-dfd2d359, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-dfd2d359 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_99ec2354-ff4c-c69f-2e84-2766badfef45-badfef3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99ec2354-ff4c-c69f-2e84-2766badfef4c-badfef3e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e02e3329-c402-8ea8-e228-b51b398b1247-b899799b, #w-node-b3f599c1-0a1b-9a9c-cabe-4d742ce6685f-b899799b, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-b899799b, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-b899799b, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-7c952549, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-7c952549, #w-node-_536fb49a-9012-6b8a-a31f-4e98ac2c1548-7c952549, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-7c952549, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-4cbcdd8f, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-4cbcdd8f, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-4cbcdd8f, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-4cbcdd8f, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-8c0b1fb2, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-8c0b1fb2, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-8c0b1fb2, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-9344911a, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-9344911a, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-9344911a, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-9344911a, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-469c3077, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-469c3077, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-469c3077 {
  grid-area: 1 / 3 / 2 / 5;
}

@media screen and (min-width: 1920px) {
  #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-76e83e15 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-dfd2d359, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-dfd2d359, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-dfd2d359, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-dfd2d359, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-b899799b, #w-node-b3f599c1-0a1b-9a9c-cabe-4d742ce6685f-b899799b, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-b899799b, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-b899799b, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-7c952549, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-7c952549, #w-node-_536fb49a-9012-6b8a-a31f-4e98ac2c1548-7c952549, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-7c952549, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-4cbcdd8f, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-4cbcdd8f, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-4cbcdd8f, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-4cbcdd8f, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-8c0b1fb2, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-8c0b1fb2, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-8c0b1fb2, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-9344911a, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-9344911a, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-9344911a, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-9344911a, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-469c3077, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-469c3077, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-469c3077 {
    grid-area: 1 / 3 / 2 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_509e1eb6-6f13-8d6d-30be-4a3d18ed48bc-14004df7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8a88cdc6-3593-2f9e-bf75-e7294cef00d6-14004df7, #w-node-_24db9117-ac6d-c43b-eb2c-6bdbe131b46c-14004df7, #w-node-_28a7df1a-6f08-6408-071f-bbd5bf752ddd-14004df7, #w-node-b43edc06-9666-d308-528e-fc9da167f758-14004df7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e163aa42-eefe-97cb-e4e5-9e9988c4ce5a-14004df7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_07104f68-bacc-90d2-a21c-b911ccee6fc1-14004df7, #w-node-ac1493da-c310-4b78-55cf-2003f40586d8-76e83e15, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-76e83e15, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-dfd2d359, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-dfd2d359, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-dfd2d359, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-dfd2d359, #w-node-_99ec2354-ff4c-c69f-2e84-2766badfef45-badfef3e, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-b899799b, #w-node-b3f599c1-0a1b-9a9c-cabe-4d742ce6685f-b899799b, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-b899799b, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-b899799b, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-7c952549, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-7c952549, #w-node-_536fb49a-9012-6b8a-a31f-4e98ac2c1548-7c952549, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-7c952549, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-4cbcdd8f, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-4cbcdd8f, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-4cbcdd8f, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-4cbcdd8f, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-8c0b1fb2, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-8c0b1fb2, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-8c0b1fb2, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-9344911a, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-9344911a, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-9344911a, #w-node-_098cfa49-4bd2-1743-9dec-c36d5229fe59-9344911a, #w-node-e02e3329-c402-8ea8-e228-b51b398b1247-469c3077, #w-node-_6cd806cb-7b2a-8c8c-71d2-b331a513aab8-469c3077, #w-node-e482fd07-6fd9-e5f7-a7ec-8aa6baa04ffc-469c3077 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac1493da-c310-4b78-55cf-2003f40586d8-14004df7 {
    grid-column-start: 1;
  }

  #w-node-e163aa42-eefe-97cb-e4e5-9e9988c4ce5a-14004df7 {
    grid-column: span 4 / span 4;
  }

  #w-node-ac1493da-c310-4b78-55cf-2003f40586d8-76e83e15, #w-node-_99ec2354-ff4c-c69f-2e84-2766badfef45-badfef3e {
    grid-column-start: 1;
  }
}


