:root {
  --text-col: #b7ab98;
  --off-black: #0f0f0f;
  --green: #89c43d;
  --black: black;
  --white: white;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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 {
  color: var(--text-col);
  font-family: Avgard2, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.hero {
  height: 100vh;
  position: relative;
}

.section-2 {
  height: 100vh;
}

.paragraph, .text-block {
  font-size: 70px;
  line-height: 70px;
}

.split-lines {
  color: var(--text-col);
  margin-bottom: 106px;
  font-family: Avgard2, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 95px;
}

.split-lines.services {
  color: var(--text-col);
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 120px;
}

.split-lines.clients {
  margin-bottom: 20px;
  padding-right: 230px;
}

.split-lines.cta-title {
  text-align: left;
  width: 70%;
}

.split-lines.footer-op {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 32px;
}

.body {
  background-color: var(--off-black);
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.u-text {
  color: #000;
  text-align: center;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
}

.main-text {
  flex-flow: column;
  display: none;
}

.ulter-text {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clipping-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cursor {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.circular-cursor {
  z-index: 10;
  background-color: #89c43d;
  border-radius: 300px;
  width: 400px;
  height: 400px;
}

.cursor-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo {
  position: fixed;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.menu-options {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.option {
  color: var(--text-col);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Avgard1, sans-serif;
  font-size: 17px;
  line-height: 18px;
}

.m-text {
  color: var(--text-col);
  text-align: center;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0 50px;
  display: flex;
}

.navigation-items {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  display: flex;
  position: fixed;
  top: 5%;
}

.optio {
  color: var(--text-col);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
}

.optio:hover {
  opacity: .9;
}

.optio:active {
  opacity: .8;
}

.optio.w--current {
  opacity: 1;
  color: var(--text-col);
  height: 30px;
  font-weight: 600;
  overflow: hidden;
}

.optio.w--current:active {
  opacity: .7;
  color: #32343a;
}

.highlight-text {
  color: var(--green);
}

.background-video {
  z-index: -10;
  opacity: .3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.about-us {
  z-index: 2;
  background-color: var(--off-black);
  transform-origin: 100% 0;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.heading {
  color: var(--text-col);
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 70%;
  font-family: Avgard2, sans-serif;
  font-size: 16px;
}

.heading.herot {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.cta {
  justify-content: center;
  align-items: flex-start;
}

.aboutus-par {
  color: var(--text-col);
  letter-spacing: 0;
  text-transform: none;
  font-size: 70px;
  line-height: 70px;
}

.highlight {
  color: var(--green);
}

.hero-overlay {
  z-index: -9;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .86) 6%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .86) 94%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video-copy {
  z-index: -10;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
}

.our-services {
  z-index: 1;
  background-color: var(--off-black);
  position: relative;
}

.service-option {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 250px;
  font-size: 120px;
  line-height: 120px;
}

.title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.s-option-wrapper {
  border-top: 1px solid #33302a;
  border-bottom: 1px solid #33302a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.s-option-wrapper.oo {
  display: flex;
}

.s-option-wrapper.footer-option {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.s-option-wrapper.footer-option.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
}

.service-more {
  z-index: 3;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.service-more.footer-hover {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.option-more {
  color: var(--off-black);
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 120px;
}

.option-more.project-time {
  width: 20%;
  font-size: 45px;
}

.option-more.project-timee {
  color: var(--text-col);
  width: 20%;
  font-size: 45px;
}

.text-block-2 {
  color: var(--black);
  max-width: 300px;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 80%;
  right: auto;
}

.about-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  height: 100%;
  display: flex;
}

.service-option-more-copy {
  color: var(--off-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 250px;
  font-size: 120px;
  line-height: 120px;
}

.service-option-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 250px;
  font-size: 120px;
  line-height: 120px;
}

.industries {
  background-color: var(--off-black);
  background-image: radial-gradient(circle farthest-corner at 31% 100%, var(--off-black) 23%, #1a1a1a 57%, var(--off-black) 83%);
  height: 85vh;
  display: flex;
  position: relative;
}

.industries-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  display: flex;
  position: relative;
}

.projects {
  background-color: var(--off-black);
  box-shadow: none;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.bg1 {
  transform-origin: 100% 0;
  mix-blend-mode: difference;
  width: 80%;
  position: absolute;
  top: -74px;
  left: 202px;
}

.projects-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.projects-date {
  color: var(--off-black);
  text-transform: uppercase;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 120px;
}

.info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-2 {
  color: var(--off-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 25%;
  font-size: 18px;
  line-height: 26px;
}

.heading-2.non-hover {
  color: var(--text-col);
}

.text-block-3 {
  color: var(--off-black);
}

.text-block-3.non-hover {
  color: var(--text-col);
}

.clients-feed {
  z-index: 1;
  background-color: var(--off-black);
  padding-top: 100px;
  position: relative;
}

.container-3 {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  position: relative;
}

.separator {
  background-color: var(--text-col);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.client {
  margin-bottom: 80px;
  padding-bottom: 0;
  position: relative;
}

.heading-3 {
  font-size: 130px;
}

.heading-4 {
  padding-right: 100px;
  font-size: 80px;
  line-height: 80px;
}

.text-span {
  font-size: 150px;
  line-height: 10px;
}

.html-embed {
  width: 40px;
  position: absolute;
  top: 9px;
  left: -50px;
}

.heading-5 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 18px;
}

.heading-5-copy {
  opacity: .62;
  margin-top: 10px;
  margin-bottom: 80px;
  font-family: Avgard2, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.clients-title {
  margin-bottom: 60px;
}

.nweave-video {
  background-color: var(--off-black);
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.html-embed-2 {
  width: 18px;
  display: flex;
}

.html-embed-2.footer-opt {
  display: block;
  position: absolute;
  top: 11px;
  left: -25px;
  transform: rotate(134deg);
}

.clients-imgs-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 113px;
  margin-top: 85px;
  margin-bottom: 170px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 33%;
}

.client-img {
  width: 80px;
}

.client-img.c1, .client-img.c2 {
  filter: contrast(125%);
}

.client-img.c3 {
  filter: contrast(155%);
}

.c-img-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.clients-info {
  width: 80%;
}

.clients-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.brand-teaser {
  height: 100%;
}

.footer {
  background-color: var(--off-black);
  justify-content: center;
  align-items: center;
  height: 40vh;
  position: relative;
}

.cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  display: flex;
}

.cta-head {
  color: var(--text-col);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Avgard2, sans-serif;
  font-size: 16px;
}

.cta-head.herot {
  text-align: center;
  width: 100%;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.c-heading {
  color: var(--text-col);
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 70%;
  font-family: Avgard2, sans-serif;
  font-size: 16px;
  line-height: 44px;
}

.c-heading.herot {
  text-align: center;
  width: 100%;
}

.connect {
  color: var(--off-black);
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 32px;
  line-height: 32px;
}

.connect.project-time {
  width: 20%;
  font-size: 45px;
}

.connect.project-timee {
  color: var(--text-col);
  width: 20%;
  font-size: 45px;
}

.f-cols-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.foocer-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.no-split {
  color: var(--text-col);
  margin-bottom: 106px;
  font-family: Avgard2, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.no-split.services {
  color: var(--text-col);
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 120px;
}

.no-split.clients {
  margin-bottom: 20px;
  padding-right: 230px;
}

.no-split.cta-title {
  text-align: center;
}

.no-split.footer-op {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 32px;
}

.footer-op {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 32px;
  line-height: 32px;
}

.more-contact {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
}

.more-contact.info {
  opacity: .56;
  width: 100%;
}

.section-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.html-embed-3 {
  color: var(--text-col);
}

.html-embed-4 {
  width: 30px;
}

.s-icon {
  color: var(--text-col);
  width: 18px;
}

.s-icon.fb {
  width: 11px;
}

.social-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.single-icon {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.hugging-icon {
  text-decoration: none;
}

.unselected {
  opacity: .5;
}

.heading-6 {
  font-size: 17px;
}

.menu-option {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

.menu-option-wrapper {
  color: var(--text-col);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 17px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.options-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navigation-items-mobile {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}

.heading-7 {
  color: #303030;
  background-color: #b4b4b4;
  border-radius: 30px;
  margin-top: 10px;
  padding: 0 27px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

._1, ._2 {
  overflow: hidden;
}

.main-text-onload {
  flex-flow: column;
  display: flex;
}

.m-text-2 {
  color: var(--text-col);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 100px;
}

.m-text-2.high {
  color: var(--green);
}

.h-word {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h-word.name {
  height: 23px;
  margin-bottom: 60px;
}

.image {
  z-index: 15;
  width: 500px;
  position: relative;
}

.image-2 {
  z-index: 15;
  position: relative;
}

.project-logo {
  z-index: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 150px;
  position: relative;
  right: -31px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, .2);
}

.img-wrapper {
  z-index: 15;
  display: block;
  position: absolute;
  top: -119%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.project-screenshot {
  border-radius: 24px;
  width: 200px;
  transform: perspective(972px)perspective(1000px);
  box-shadow: 0 2px 14px 7px rgba(0, 0, 0, .2);
}

.section-4 {
  background-color: var(--off-black);
  height: 100vh;
}

.sound {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
  transition: opacity .2s;
}

.sound:hover {
  opacity: 1;
}

.sound.play-sound {
  opacity: .5;
  cursor: pointer;
}

.sound-wrapper {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.play-sound {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

.play-sound:hover, .play-sound.off {
  opacity: .5;
}

.play-sound.on {
  text-align: center;
}

.change {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 17px;
  display: flex;
  overflow: hidden;
}

.on-off {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

.on-off.off {
  opacity: .5;
}

.on-off.on {
  text-align: center;
}

._3d-element {
  z-index: 15;
  mix-blend-mode: difference;
  width: 31vw;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: -8%;
  transform: perspective(918px);
}

.img-foot {
  transform-origin: 100% 0;
  width: 15%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.img-foot2 {
  transform-origin: 40% 40%;
  width: 25%;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: -3%;
  right: auto;
  transform: rotate(0);
}

.img-foot3 {
  transform-origin: 100% 0;
  width: 5%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 21%;
}

.text-block-3-copy {
  color: var(--off-black);
}

.text-block-3-copy.non-hover {
  color: var(--text-col);
  display: none;
}

@media screen and (max-width: 991px) {
  .split-lines {
    font-size: 6vw;
    line-height: 60px;
  }

  .split-lines.services {
    font-size: 9vw;
    line-height: 14vw;
  }

  .split-lines.clients {
    padding-right: 0;
  }

  .ulter-text, .cursor-wrapper {
    display: none;
  }

  .logo {
    width: 40px;
    top: 3%;
  }

  .navigation {
    padding: 0 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link {
    z-index: 5;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-wrap {
    z-index: 5;
    margin-right: 0;
    top: 3%;
  }

  .optio {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .optio:hover {
    background-color: #f7f8f9;
  }

  .optio:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }

  .heading.cta {
    line-height: 24px;
  }

  .s-option-wrapper.ppro {
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    height: 20%;
  }

  .service-more {
    display: none;
  }

  .service-more.footer-hover {
    opacity: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .option-more {
    font-size: 9vw;
    line-height: 7vw;
  }

  .option-more.project-timee {
    width: 70%;
    font-size: 14px;
    line-height: 20px;
  }

  .industries {
    height: 70vh;
    overflow: hidden;
  }

  .projects {
    height: 200vh;
  }

  .bg1 {
    width: 100%;
    top: 44px;
    bottom: auto;
    left: -2px;
    right: auto;
  }

  .projects-section {
    justify-content: space-between;
    align-items: center;
  }

  .info {
    width: 70%;
    padding-right: 205px;
  }

  .heading-2.non-hover {
    padding-right: 14%;
    font-size: 45px;
    line-height: 7vw;
  }

  .text-block-3.non-hover {
    display: none;
  }

  .html-embed {
    width: 30px;
    top: -40px;
    left: 0;
  }

  .nweave-video {
    height: 50vh;
  }

  .html-embed-2.footer-opt {
    width: 14px;
    left: -5px;
  }

  .clients-imgs-nav {
    margin-top: 40px;
  }

  .footer {
    height: 70vh;
    padding-bottom: 87px;
  }

  .f-cols-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .foocer-column {
    flex-flow: row;
    width: 100%;
  }

  .more-contact.info {
    padding-right: 0;
  }

  .social-wrapper {
    display: flex;
  }

  .menu-option {
    font-size: 14px;
  }

  .menu-option.unselected {
    text-align: right;
    font-size: 14px;
  }

  .navigation-items-mobile {
    background-color: #fff;
  }

  .m-text-2 {
    font-size: 100px;
    line-height: 80px;
  }

  .project-logo {
    border-radius: 25px;
    width: 100px;
    top: -75px;
  }

  .img-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    top: -5%;
    bottom: 0%;
    left: auto;
    right: 16%;
  }

  .project-screenshot {
    width: 150px;
  }

  .play-sound, .on-off {
    font-size: 14px;
  }

  ._3d-element {
    bottom: 30%;
    right: -11%;
  }

  .img-foot, .img-foot2, .img-foot3 {
    mix-blend-mode: normal;
  }

  .text-block-3-copy.non-hover {
    display: block;
  }

  .grad-overlay {
    z-index: 20;
    background-image: linear-gradient(180deg, var(--off-black) 1%, rgba(255, 255, 255, 0) 13%, rgba(146, 146, 146, 0) 87%, var(--off-black) 99%);
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
  }

  .div-block-3 {
    background-color: var(--off-black);
    opacity: .65;
    position: relative;
    bottom: -93px;
  }
}

@media screen and (max-width: 767px) {
  .split-lines {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .split-lines.cta-title {
    margin-bottom: 0;
  }

  .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .heading {
    font-size: 12px;
  }

  .industries.cta-sec {
    height: 70vh;
  }

  .bg1 {
    top: 100px;
  }

  .info {
    padding-right: 0;
  }

  .heading-2.non-hover {
    padding-right: 25%;
    font-size: 30px;
  }

  .cta-head {
    text-align: center;
  }

  .social-wrapper {
    display: none;
  }

  .menu-option, .menu-option.unselected {
    font-size: 12px;
  }

  .options-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .main-text-onload {
    position: relative;
    top: -45px;
  }

  .m-text-2 {
    font-size: 80px;
    line-height: 65px;
  }

  .h-word.name {
    margin-bottom: 20px;
  }

  .project-logo {
    border-radius: 8px;
    width: 50px;
  }

  .project-screenshot {
    border-radius: 12px;
    width: 80px;
  }

  .sound-wrapper {
    right: -3%;
  }

  ._3d-element {
    display: none;
  }

  .img-foot {
    bottom: 21%;
  }

  .img-foot2 {
    top: 24%;
    left: -8%;
  }

  .img-foot3 {
    top: 30%;
  }

  .text-block-3-copy.non-hover {
    padding-right: 16vw;
  }
}

@media screen and (max-width: 479px) {
  .split-lines.cta-title {
    margin-bottom: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .heading.cta {
    flex: 0 auto;
    line-height: 20px;
  }

  .heading-2.non-hover {
    margin-bottom: 14px;
    padding-right: 0%;
  }

  .connect {
    line-height: 8vw;
  }

  .f-cols-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .foocer-column {
    flex-flow: column;
  }

  .more-contact {
    font-size: 12px;
  }

  .m-text-2 {
    font-size: 18vw;
    line-height: 15vw;
  }

  .project-logo {
    top: -38px;
    right: -107px;
  }

  .img-wrapper {
    top: 26%;
  }

  .text-block-3-copy.non-hover {
    padding-right: 24vw;
  }
}


@font-face {
  font-family: 'Avgard1';
  src: url('../fonts/AVGARDN_2.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avgard2';
  src: url('../fonts/AVGARDD_2.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}