:root {
  --white\<deleted\|variable-d1e2e014\>: white;
  --blackbackground: #181516;
  --yellowprimary: #fddf69;
  --transparentbackground: #fff0;
  --whitetext: #fdfbf4;
}

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

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

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

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

body {
  background-color: var(--white\<deleted\|variable-d1e2e014\>);
  color: #000;
  font-family: nimbus-sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.section-nav {
  z-index: 5000;
  background-color: var(--blackbackground);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: sticky;
  top: 0;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.nav-wrap {
  z-index: 6000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 33.333%;
  display: block;
  position: relative;
  inset: 0%;
}

.nav-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-list-item {
  align-self: auto;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  list-style-type: none;
  display: block;
}

.nav-link {
  z-index: 1000;
  border-bottom: 1px solid var(--transparentbackground);
  color: #fdfbf4;
  justify-content: flex-end;
  align-items: center;
  font-family: nimbus-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  border-bottom: 1px solid var(--whitetext);
}

.nav-righ-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 33.333%;
  height: 100%;
  display: flex;
}

.section-hero {
  background-color: var(--blackbackground);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.sticky-wrap {
  position: sticky;
  top: 120px;
}

.small-logo-link {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 150px;
  max-width: 1350px;
  height: 0;
  display: flex;
}

.img {
  vertical-align: middle;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 90vw;
  position: fixed;
  overflow: visible;
  transform: translate(0, 220px);
}

.large-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.container {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.outer-grid {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: stretch stretch;
  margin-left: -12px;
  margin-right: -12px;
  display: grid;
  position: static;
  overflow: visible;
}

.outer-grid.slider-grid {
  flex: auto;
  align-content: center;
  max-width: 83.3333%;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: stretch;
  max-width: 83.3333%;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.h1-hero {
  color: var(--whitetext);
  text-align: center;
  letter-spacing: -1px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: ff-more-web-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.h1-hero.h1-featured-work {
  color: var(--blackbackground);
  margin-bottom: .5em;
}

._2-inner-grid {
  box-sizing: border-box;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  height: auto;
  line-height: 0;
  display: grid;
  overflow: visible;
}

.button-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--blackbackground);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: ff-more-web-pro-condensed, sans-serif;
  font-size: 2rem;
  display: block;
}

.btn {
  padding: .3em 1.2em .45em;
}

.btn.button-text {
  background-color: var(--whitetext);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 200px;
  line-height: 1;
  display: block;
}

.btn.button-text.button-secondary {
  background-color: var(--blackbackground);
  color: var(--whitetext);
}

.btn.button-text.button-yellow {
  background-color: var(--yellowprimary);
  -webkit-text-stroke-color: var(--blackbackground);
}

.btn-text-only {
  color: var(--whitetext);
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: url('../images/SideArrowCream.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 0 2.5em 0 0;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
}

.btn-text-only.dark {
  color: var(--blackbackground);
  background-image: url('../images/SideArrowBlack.svg');
  background-position: 95%;
}

.button-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.hero-video-section {
  background-color: var(--blackbackground);
  padding: 50px;
}

.hero-video-wrap {
  height: auto;
  padding-top: 56%;
  display: block;
  position: relative;
  top: 0%;
  overflow: hidden;
}

.hero-video {
  z-index: 1;
  width: 102%;
  height: 102%;
  display: block;
  position: absolute;
  inset: 0 0 0 -1%;
  overflow: visible;
}

.section {
  background-color: var(--whitetext);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.h2 {
  color: var(--blackbackground);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  position: static;
}

.h2.eyebrow {
  text-align: left;
  margin-bottom: 0;
}

.h2.eyebrow.news {
  color: var(--whitetext);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6;
}

.h2.eyebrow.light {
  color: var(--whitetext);
  line-height: 1.6;
}

.h2.eyebrow.light.eyebrow-cursor {
  text-align: center;
  line-height: 1.3;
}

.h2.eyebrow.footer-eyebrow {
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.6;
}

.h2.eyebrow.footer-eyebrow.form-success-eyebrow {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  inset: 27% 0% auto;
}

.h2.eyebrow.slider-eyebrow, .h2.eyebrow.footer {
  line-height: 1.6;
}

.featured-work-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
}

.featured-work-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.featured-work-image-wrap {
  z-index: 100;
  flex-flow: row;
  padding-top: 56%;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-cover {
  z-index: 99;
  object-fit: cover;
  padding-top: 56%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.featured-work-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.featured-work-description {
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.video-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.label-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.label-wrap.news-label-wrap {
  flex-flow: row;
  justify-content: center;
  margin-bottom: 0;
}

.tag {
  vertical-align: middle;
  width: .6rem;
}

.label {
  z-index: 102;
  border: 1px solid #000;
  border-radius: 100px;
  padding: .5em 1em;
  line-height: 1;
  position: relative;
}

.featured-work-image {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-icon {
  text-align: left;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}

.slider-icon._w-icon-slider {
  align-self: center;
  inset: 0;
  overflow: hidden;
}

.slider-mask {
  z-index: 1;
  height: auto;
  left: 0;
  right: 0;
}

.testimonial-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-nav {
  display: none;
}

.slider-arrow {
  width: 40px;
  display: block;
}

.slider-arrow.slider-arrow-left {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  inset: 0 auto 0 0;
}

.slider-arrow.slider-arrow-left.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-arrow.slider-arrow-right {
  z-index: 4;
  z-index: 4;
  inset: 0 0 0 auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  inset: 0 0 0 auto;
}

.slider {
  background-color: var(--whitetext);
  height: auto;
}

.testimonial-slide {
  min-height: 300px;
}

.testimonial-slide._w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: ff-more-web-pro-condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.h3.h3-light {
  color: var(--whitetext);
}

.section-process.section.bg-primary {
  background-color: var(--yellowprimary);
}

.lottie-animation-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.goodside-animation {
  mix-blend-mode: multiply;
  width: 200px;
}

.h1-process {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: ff-more-web-pro-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.button-container-process {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-news {
  color: var(--whitetext);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: ff-more-web-pro-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.h2-news.h2-work {
  margin-bottom: .5em;
}

.news-list-items {
  flex-flow: row;
  place-content: stretch flex-start;
  margin: 0 -12px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.news-list-item {
  flex: 1;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-link {
  width: 100%;
  position: relative;
}

.link-overlay {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-image-wrap {
  margin-bottom: 1.5em;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.img-news {
  z-index: 1;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  max-width: 479px;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.blog-label-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.link-share {
  vertical-align: middle;
  width: 1rem;
}

.body {
  font-weight: 300;
}

.section-footer {
  background-color: var(--yellowprimary);
  object-fit: fill;
  background-image: url('../images/GoodsideFooter.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  background-attachment: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.footer-socials {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3em;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.footer-link-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li {
  margin-bottom: .3em;
}

.footer-link-wrap {
  flex: auto;
  max-width: 41.6667%;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.footer-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--transparentbackground);
  color: var(--blackbackground);
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  border-bottom-color: var(--blackbackground);
}

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

.footer-row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.footer-form-wrap {
  flex: auto;
  max-width: 41.6667%;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.footer-column {
  flex: 1;
  max-width: 50%;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.p16 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

.p16.form-success-p16 {
  margin-bottom: 0;
  padding-top: 25px;
}

.text-field {
  background-color: var(--transparentbackground);
  text-align: left;
  border: 1px solid #000;
  width: 100%;
  height: 38px;
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.42857;
  text-decoration: none;
}

.text-field:hover {
  border-color: var(--blackbackground);
  color: var(--blackbackground);
}

.text-field:active {
  border-color: var(--blackbackground);
}

.text-field:focus {
  border-color: var(--blackbackground);
  color: var(--blackbackground);
}

.text-field:focus-visible {
  border-color: var(--blackbackground);
}

.text-field[data-wf-focus-visible] {
  border-color: var(--blackbackground);
}

.text-field::placeholder {
  color: var(--blackbackground);
}

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

.success-message {
  text-align: center;
  background-color: #ddd0;
  width: auto;
  height: 100%;
  padding: 2em;
  position: relative;
  overflow: visible;
}

.form-success-background {
  z-index: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2px 0;
  display: inline-block;
  position: absolute;
  inset: 2% 0% 0%;
}

.form-block {
  margin-bottom: 0;
  display: block;
}

.link-overlay-featured {
  z-index: 101;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.viewport-mouse-wrapper {
  z-index: 5;
  pointer-events: none;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 4rem;
}

.viewport-mouse-cursor {
  background-image: url('../images/PointerOnHover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-top: -3rem;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: relative;
}

.row {
  flex-flow: wrap;
  margin-left: -12px;
  padding-right: 0;
  display: flex;
}

.footer-logo, .image, .nav-mobile-email, .hamburger-wrap-light, .mobile-nav-links, .email-link-nav, .hero-video-wrap-mobile {
  display: none;
}

.slider-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.lottie-animation {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .container-nav {
    justify-content: space-between;
    align-items: center;
  }

  .nav-wrap {
    z-index: 1000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--yellowprimary);
    flex-flow: row;
    justify-content: center;
    width: 0%;
    height: 100%;
    display: flex;
    position: fixed;
    left: auto;
    overflow: hidden;
  }

  .nav-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .nav-list-item {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    height: auto;
    display: flex;
  }

  .nav-link {
    color: var(--blackbackground);
    font-family: ff-more-web-pro-condensed, sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    display: block;
  }

  .nav-link:hover {
    border-bottom-color: var(--blackbackground);
  }

  .nav-link.email {
    display: none;
  }

  .nav-righ-wrap {
    width: auto;
  }

  .section-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .small-logo-link {
    z-index: 0;
    position: relative;
  }

  .img {
    text-align: left;
    width: 500px;
    transform: translate(0, 150px);
  }

  .large-logo-wrap {
    height: 150px;
  }

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

  .h2.eyebrow.nav, .h2.eyebrow.footer {
    line-height: 1.6;
  }

  .featured-work-description {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .h3.quote, .h3.h3-light {
    font-size: 2rem;
  }

  .section-featured-work.section, .section-slider.section, .section-process.section.bg-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1-process {
    font-size: 4rem;
  }

  .section-news.section-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-news {
    font-size: 4rem;
  }

  .section-work-together.section-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-footer {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    padding-bottom: 200px;
  }

  .footer-link-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link-list.nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .li {
    margin-bottom: 0;
  }

  .li.footer-mobile {
    margin-bottom: .3em;
  }

  .footer-link-wrap, .footer-form-wrap {
    max-width: 100%;
  }

  .viewport-mouse-wrapper {
    display: flex;
  }

  .footer-logo, .image {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav-mobile-email {
    width: 3.4rem;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-2 {
    height: 1.2rem;
    display: block;
  }

  .hamburger-wrap-light {
    z-index: 1000;
    flex-flow: column;
    justify-content: space-between;
    width: 3.4rem;
    height: 1.8rem;
    padding: .4em;
    display: flex;
    position: relative;
  }

  .top-line, .middle-line, .bottom-line {
    background-color: var(--whitetext);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-2 {
    z-index: 10000;
    background-color: var(--yellowprimary);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .nav-inner {
    border-top: 1px solid var(--blackbackground);
    opacity: 0;
    color: var(--blackbackground);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-top: 50px;
    display: flex;
  }

  .mobile-nav-links {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .email-link-nav {
    border-top: 1px solid var(--blackbackground);
    color: var(--blackbackground);
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .email-link-bottom {
    text-decoration: none;
  }

  .hero-video-wrap-mobile {
    display: none;
  }

  .slider-row {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-height: 300px;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-grid {
    max-width: 100%;
  }

  .inner-grid.h1-process-mobile {
    max-width: 83.3333%;
  }

  .h1-hero {
    font-size: 2.5rem;
  }

  .btn.button-text {
    padding-top: .4em;
    padding-bottom: .5em;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .btn-text-only, .btn-text-only.dark, .btn-text-only.dark:hover {
    background-position: 100%;
  }

  .hero-video-wrap {
    display: none;
  }

  .hero-video {
    object-fit: fill;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .testimonial-item {
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-featured-work.section, .section-slider.section, .section-process.section.bg-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-process {
    font-size: 3.6rem;
  }

  .section-news.section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-news {
    font-size: 3.6rem;
  }

  .blog-label-wrap {
    place-content: flex-end space-between;
    margin-bottom: .5rem;
  }

  .section-work-together.section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-footer {
    padding-bottom: 150px;
  }

  .hero-video-wrap-mobile {
    padding-top: 175%;
    display: block;
    position: relative;
  }

  .slider-row {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-height: 300px;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-nav {
    width: 90%;
  }

  .section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small-logo-link {
    justify-content: center;
    align-self: center;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .img {
    width: 300px;
    height: 100px;
    position: static;
  }

  .large-logo-wrap {
    height: 120px;
  }

  .container {
    flex-flow: column-reverse wrap;
    width: 90%;
  }

  .outer-grid.slider-grid {
    max-width: 100%;
    height: 33%;
    min-height: auto;
  }

  .inner-grid.h1-process-mobile {
    max-width: 100%;
  }

  .h1-hero {
    font-size: 2rem;
  }

  .btn-text-only {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-attachment: scroll;
    font-size: .8rem;
  }

  .btn-text-only.dark {
    background-size: contain;
  }

  .button-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2, .h2.eyebrow.news, .h2.eyebrow.light, .h2.eyebrow.footer-eyebrow, .h2.eyebrow.nav, .h2.eyebrow.footer {
    line-height: 1.4;
  }

  .featured-work-tile {
    margin-bottom: 0;
  }

  .label-wrap {
    flex-flow: wrap;
    max-width: 90vw;
    margin-bottom: .5em;
  }

  .label {
    font-size: .8rem;
  }

  .slider-icon._w-icon-slider {
    inset: auto;
    overflow: clip;
  }

  .testimonial-item {
    min-height: 0;
  }

  .slider-arrow {
    width: 56px;
    height: 44px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    bottom: 0%;
  }

  .slider-arrow.slider-arrow-left.left, .slider-arrow.slider-arrow-right {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slide._w-slide {
    height: 325px;
    min-height: auto;
  }

  .h3.quote {
    margin-bottom: 1.6em;
    font-family: nimbus-sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
  }

  .section-featured-work.section, .section-slider.section, .section-process.section.bg-primary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .goodside-animation {
    width: 150px;
  }

  .h1-process {
    font-size: 2.6rem;
  }

  .section-news.section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-news {
    font-size: 2.6rem;
  }

  .news-list {
    flex-flow: column;
  }

  .news-list-items {
    flex-flow: column;
    align-content: stretch;
    align-items: stretch;
  }

  .news-list-item {
    max-width: 100%;
  }

  .blog-link {
    margin-bottom: 20px;
  }

  .img-news {
    bottom: 0%;
  }

  .section-work-together.section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-socials.mobile {
    margin-bottom: 1em;
  }

  .footer-link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: center stretch;
    display: grid;
  }

  .footer-link {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .footer-row {
    flex-flow: column;
  }

  .footer-column {
    max-width: 100%;
  }

  .viewport-mouse-wrapper {
    display: flex;
  }

  .nav-mobile-email {
    z-index: 100;
    position: relative;
  }

  .nav-inner {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

#w-node-_08edd8e4-574d-3011-4d2d-4639e4aab817-71cf04be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60dea370-6c0a-2cc1-09b7-b4701fb8fef1-71cf04be {
  place-self: auto;
}

#w-node-b5566162-c573-c661-99d6-77fd7ac6715d-71cf04be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_78560b4f-ec09-dc04-33bf-920c8341f542-71cf04be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_20624394-ec92-bb7b-0ad1-decec18bc0ce-71cf04be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_20624394-ec92-bb7b-0ad1-decec18bc0cf-71cf04be, #w-node-_22a74d65-e519-4deb-4360-9662cdcf3d41-71cf04be, #w-node-_2a2551ef-3faf-31a0-3db7-1cb190d9018e-71cf04be, #w-node-b5a9ca98-2355-b198-f248-c7b3b6a9c7f3-71cf04be, #w-node-_4dd7f6ce-2147-e9ff-1dd2-97679d077e06-71cf04be, #w-node-fb717931-cc52-097a-bcce-ac507dfe9c66-71cf04be {
  place-self: auto;
}

#w-node-_57bed31f-54da-229c-a86b-99cd33633f7c-71cf04be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57bed31f-54da-229c-a86b-99cd33633f7d-71cf04be {
  place-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_39d01201-1bcd-eda4-40bc-92957549d7c8-71cf04be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72da674a-9d38-85d0-e62c-76b38c1524e3-71cf04be {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-bbde1a17-a741-59e4-1382-7e1cfe2185a5-71cf04be {
    grid-area: 3 / 3 / 2 / 3;
  }
}


