:root {
  --black: black;
  --black-2: white;
}

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

body {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: var(--black);
  cursor: pointer;
  font-size: 20px;
  text-decoration: underline;
}

.spacer {
  min-height: 100vh;
}

.section.hero {
  min-height: 450px;
  display: flex;
  position: relative;
}

.section.project-hero {
  min-height: 600px;
  display: flex;
  position: relative;
}

.section.footer {
  background-image: radial-gradient(circle at 50% 0, #ececec 7%, #fff);
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
}

.container.footer {
  padding-bottom: 80px;
}

.container.nav-bar-2 {
  flex-direction: row;
  justify-content: space-between;
}

.nav-bar {
  z-index: 9;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.logo-mark {
  color: var(--black);
  font-size: 48px;
  font-weight: 700;
}

.wrap-buttons-nav {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  place-items: start stretch;
  width: 100%;
  margin-top: auto;
  margin-bottom: 60px;
  display: grid;
}

.text-hero-sub {
  max-width: 560px;
  margin-bottom: 0;
  padding-left: 35px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.wrap-hero-cell-1 {
  font-size: 60px;
}

.wrap-hero-title {
  align-items: center;
  font-family: Roboto Slab, sans-serif;
  font-weight: 200;
  display: flex;
}

.image {
  height: .7em;
  margin-top: -.05em;
  margin-left: .2em;
}

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

.wrap-full {
  min-height: 100vh;
}

.project-main-video {
  width: 100%;
  max-width: 800px;
  margin-top: -400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-project-tittles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.wrap-title-1 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 40px;
  display: grid;
}

.video-project {
  width: 100%;
}

.h1-project {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.wrap-title-2 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end flex-end;
  display: grid;
}

.mini-title {
  text-transform: uppercase;
  font-size: 20px;
}

.wrap-project-body {
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.project-main-image {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 100px;
}

.divider {
  background-color: var(--black);
  width: 100%;
  height: 3px;
}

.nav-link {
  transition: all .2s;
}

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

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

.wrap-other-projects {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: grid;
}

.cell-other-project {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.wrap-image-other-projects {
  position: relative;
}

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

.collection-list {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-mouse-hover {
  z-index: 2;
  opacity: .6;
  background-image: url('../images/Image-Gradient-Square-Cover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.wrap-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 40px;
  font-size: 32px;
  display: grid;
}

.footer-cell-1 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.text-footer-want {
  max-width: 460px;
}

.icon-arrow {
  max-width: 25px;
  margin-right: 10px;
  padding-right: 0;
  display: block;
}

.footer-cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.wrap-footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.footer-main-links {
  font-size: 32px;
  text-decoration: none;
}

.footer-main-links:hover {
  text-decoration: underline;
}

.wrap-preview-projects {
  align-self: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-preview-project-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  text-decoration: none;
  display: grid;
}

.text-project-name {
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-project-preview-summary {
  max-width: 520px;
  font-size: 24px;
}

.text-to-project {
  font-size: 18px;
  text-decoration: underline;
}

.wrap-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.wrap-nav {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-cell-1 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 40px;
  display: grid;
}

.about-heading {
  font-size: 60px;
}

.smaller-title {
  text-transform: uppercase;
  font-size: .8em;
}

.about-cell-2 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Image-Gradient-Square-Cover.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-image {
  width: 100%;
}

.wrap-image-me {
  position: relative;
}

.icon {
  transform: scale(2);
}

.menu-button {
  background-color: #0006;
}

.wrap-loading {
  z-index: 10;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-loading {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2vw;
}

.full-wrap-loading {
  z-index: 10;
  background-color: var(--black-2);
  background-image: url('../images/Gradient-Landscape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: fixed;
  inset: 0%;
}

.full-wrap-loading.hue-and-me {
  display: none;
}

.hue-and-me {
  background-color: var(--black-2);
}

.hero-background {
  z-index: -1;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/Gradient-Landscape.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.hero-background.hue-and-me {
  background-image: linear-gradient(to bottom, null, null), url('../images/Gradient-Landscape.svg');
}

.sample-gradient {
  background-image: url('../images/Image-Main-Project-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}

.navbar {
  width: 100%;
}

.link-clone {
  margin-top: 5em;
}

.image-2 {
  min-width: 250px;
  font-size: 12px;
}

.text-block-2 {
  font-family: Roboto Slab, sans-serif;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-start;
  max-width: 25%;
  padding-right: 10px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.heading {
  padding-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.list {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 66%;
  display: flex;
}

.text-block-3 {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.image-3 {
  order: 0;
  align-self: stretch;
  max-width: 25%;
  margin-right: 0;
  padding-bottom: 20px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.quick-stack {
  clear: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  width: 1240px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  position: static;
}

.section-2 {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  text-align: left;
  border-top: .5px solid #dadada;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.quick-stack-2 {
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 0;
}

.heading-2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-3 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 12px;
}

.heading-3.footer-cell-1 {
  font-size: 13px;
  line-height: 16px;
}

.link-footer {
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.footer {
    padding-bottom: 60px;
  }

  .container.vid {
    z-index: 2;
    position: relative;
  }

  .nav-bar {
    margin-top: 35px;
  }

  .wrap-hero {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-hero-sub {
    padding-left: 0;
  }

  .wrap-hero-cell-1 {
    padding-top: 40px;
  }

  .project-main-video {
    margin-top: -400px;
  }

  .wrap-project-tittles {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .wrap-title-1 {
    padding-right: 0;
  }

  .h1-project {
    font-size: 10vw;
  }

  .nav-link {
    z-index: 3;
  }

  .collection-list {
    grid-column-gap: 20px;
  }

  .wrap-footer {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
  }

  .icon-arrow {
    transform: rotate(90deg);
  }

  .footer-cell-2 {
    grid-row-gap: 20px;
  }

  .wrap-footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .wrap-preview-project-item {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-project-preview-summary {
    max-width: none;
  }

  .wrap-about {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-cell-1 {
    padding-right: 0;
  }

  .about-cell-2 {
    min-height: 90vw;
  }

  .image-project-thumb {
    width: 100%;
    max-width: none;
  }

  .wrap-image-me {
    width: 60vw;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    filter: invert();
    background-color: #0006;
  }

  .nav-menu {
    background-color: #ffffffe6;
  }

  .text-loading {
    font-size: 5vw;
  }

  .text-block-2 {
    font-size: 48px;
    line-height: 1;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-3 {
    max-width: 12%;
  }

  .quick-stack {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-2 {
    line-height: 32px;
  }

  .text-block-4 {
    font-size: 48px;
    line-height: 1;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 22px;
  }

  .link-footer {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    margin-top: 20px;
  }

  .text-hero-sub {
    font-size: 30px;
  }

  .text-loading {
    font-size: 7vw;
  }

  .text-block-2 {
    font-size: 45px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .list {
    font-size: 19px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .image-3 {
    max-width: 20%;
    padding-bottom: 10px;
  }

  .heading-2 {
    line-height: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 45px;
  }

  .list-item {
    font-size: 19px;
  }

  .link-footer {
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.project-hero {
    min-height: 150vw;
  }

  .section.footer {
    min-height: 100%;
    display: block;
  }

  .container.footer {
    max-width: 1240px;
    height: 100%;
    padding-bottom: 30px;
  }

  .nav-bar {
    margin-top: 20px;
  }

  .wrap-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-hero-sub {
    max-width: 250px;
    padding-left: 0;
    font-size: 24px;
    font-weight: 500;
    overflow: visible;
  }

  .wrap-hero-cell-1 {
    font-size: 11vw;
  }

  .project-main-video {
    margin-top: -98vw;
  }

  .cell-other-project {
    grid-row-gap: 10px;
  }

  .collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrap-footer {
    grid-row-gap: 50vw;
  }

  .about-heading {
    font-size: 11vw;
  }

  .image-2 {
    min-width: 200px;
  }

  .text-block-2 {
    font-size: 34px;
  }

  .container-2 {
    max-width: none;
  }

  .heading {
    padding-bottom: 5px;
    font-size: 28px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: none;
  }

  .text-block-3 {
    text-align: left;
    font-size: 16px;
  }

  .image-3 {
    max-width: 15%;
    padding-bottom: 10px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .heading-2 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .brand {
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-4 {
    font-size: 34px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .link-footer {
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-ee9424ef-b1c8-868b-6ff6-be19aa1c4ae7-e4b8c8a0 {
  align-self: center;
}

#w-node-c753c007-2fad-7ffa-8db6-a67e405bab8b-e4b8c8a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c753c007-2fad-7ffa-8db6-a67e405bab8b-e4b8c8a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8687a053-9e5d-8ad5-5283-42045d4aacb0-e4b8c8a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c753c007-2fad-7ffa-8db6-a67e405bab8b-e4b8c8a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


