.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 6.667vw;
  line-height: 7.986vw;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Night, sans-serif;
  font-size: 192px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 4.653vw;
  line-height: 5.278vw;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 1.111vw;
  line-height: 1.319vw;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 6.667vw;
  line-height: 7.986vw;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.hero-video-embed {
  border-radius: 20px;
}

.hero-video-embed.mobile {
  display: none;
}

.gradient-transition {
  position: relative;
  bottom: 6.25vw;
  z-index: 2;
  height: 6.25vw;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(rgba(1, 1, 1, 0)));
  background-image: linear-gradient(0deg, #000 10%, rgba(1, 1, 1, 0));
}

.section.section-connect {
  margin-top: 16.667vw;
  background-color: #fff;
}

.container.contain-rolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5vw;
  padding-bottom: 20vw;
}

.container.contain-about {
  margin-top: 16.667vw;
}

.container.contain-connect {
  padding-top: 8.333vw;
  padding-bottom: 9.028vw;
}

.container.contain-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.861vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.contain-toolset {
  margin-top: 16.667vw;
}

.outline-h2 {
  display: block;
  font-size: 12.639vw;
  line-height: 12.639vw;
}

.project {
  display: -ms-grid;
  display: grid;
  width: 81.944vw;
  margin-top: 10vw;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 5.556vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: pointer;
}

.project.first {
  cursor: pointer;
}

.project-texts-wrapper {
  position: relative;
}

.project-thumbnail {
  width: 38.889vw;
}

.bubble {
  position: absolute;
  left: -9.4vw;
  bottom: 11.6vw;
  width: 33.819vw;
}

.project-flipped {
  display: -ms-grid;
  display: grid;
  width: 81.944vw;
  margin-top: 10vw;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 5.556vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: pointer;
}

.bubble-2 {
  position: absolute;
  left: 12.9vw;
  bottom: 10.5vw;
  width: 30.903vw;
}

.bubble-3 {
  position: absolute;
  left: -8.6vw;
  bottom: 14.2vw;
  width: 27.5vw;
}

.rolling-text {
  width: 152.639vw;
  max-width: none;
}

.rolling-text.rolling-text-second {
  margin-left: 5vw;
}

.rolling-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3vw;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
  border-style: solid;
  border-width: 0.069vw 1px;
  border-color: #fff #000;
}

.rotate-rolling-txt {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.bold-text {
  font-weight: 900;
}

.about-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94.444vw;
  margin-top: 8.333vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bubbles-about {
  position: absolute;
  top: -133px;
  width: 78.889vw;
}

.tools {
  width: 77.778vw;
  margin-top: 4.167vw;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tool-logo {
  width: 7.708vw;
}

.tool-logo.sketch {
  width: 5.764vw;
}

.tool-logo.adobe {
  width: 5.347vw;
}

.tool-logo.cinema {
  width: 5.694vw;
}

.outline-h2-black {
  font-size: 12.639vw;
  line-height: 12.639vw;
}

.grid-contacts {
  margin-top: 4.167vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 1.389vw 3vw 4.722vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  font-family: Night, sans-serif;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.text-block {
  font-size: 4.167vw;
  line-height: 5vw;
  text-transform: uppercase;
}

.arrow {
  width: 5.278vw;
}

.footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Night, sans-serif;
  color: #a6a6a6;
  font-size: 1.111vw;
  line-height: 1.319vw;
}

.text-span {
  color: #828282;
}

.wrapper-nav-menu {
  position: absolute;
  top: 2.778vw;
  right: 3.125vw;
  z-index: 3;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-item {
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 1.111vw;
  line-height: 1.111vw;
}

.nav-menu-item-2 {
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 1.111vw;
  line-height: 1.111vw;
}

.nav-menu-item-3 {
  font-family: Night, sans-serif;
  color: #fff;
  font-size: 1.111vw;
  line-height: 1.111vw;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.elipse {
  padding: 1.111vw 1.8vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fffdfd;
  border-radius: 80%;
}

.paragraph-2 {
  margin-top: 6.4vw;
}

.paragraph-2.small {
  width: 55vw;
  font-size: 2.778vw;
  line-height: 3.611vw;
}

.outline-h2-mobile {
  display: none;
  font-size: 12.639vw;
  line-height: 12.639vw;
}

.outline-h2-mobile-black {
  display: none;
  font-size: 12.639vw;
  line-height: 12.639vw;
}

.preloader {
  position: fixed;
  z-index: 6;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.prelaoder_img {
  width: 10vw;
  height: 10vw;
}

.loading {
  margin-top: 1.389vw;
  font-family: Night, sans-serif;
  color: #959595;
  font-size: 0.972vw;
  line-height: 0.972vw;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2.083vw;
    grid-row-gap: 2.083vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu-item {
    font-size: 1.66vw;
  }

  .elipse {
    padding: 0px;
    border-style: none;
  }

  .preloader {
    display: none;
  }

  .prelaoder_img {
    width: 15vw;
    height: 15vw;
  }

  .loading {
    margin-top: 20px;
    margin-bottom: 10vw;
    font-size: 15px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .preloader {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 6.933vw;
    line-height: 9.6vw;
  }

  h3 {
    font-size: 10.667vw;
    line-height: 12vw;
    text-align: center;
  }

  h4 {
    font-size: 4.267vw;
  }

  .hero-video-embed {
    display: none;
  }

  .hero-video-embed.mobile {
    display: block;
  }

  .hero-wrapper {
    position: relative;
  }

  .section.section-connect {
    margin-top: 22vw;
  }

  .container.contain-rolling-text {
    margin-top: 24vw;
  }

  .container.contain-about {
    margin-top: 33.667vw;
  }

  .container.contain-footer {
    height: 27.2vw;
  }

  .container.contain-toolset {
    margin-top: 21.667vw;
  }

  .outline-h2 {
    display: block;
    margin-bottom: 16vw;
    font-size: 17.6vw;
  }

  .project {
    margin-top: 32vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .project.first {
    margin-top: 20vw;
  }

  .project.after-rolling-text {
    margin-top: 20vw;
  }

  .project-texts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-thumbnail {
    width: 100vw;
    margin-top: 20px;
  }

  .bubble {
    width: 50vw;
  }

  .project-flipped {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bubble-2 {
    width: 49vw;
  }

  .bubble-3 {
    left: 39vw;
    width: 50vw;
  }

  .about-text-wrapper {
    width: 89.333vw;
  }

  .bubbles-about {
    width: 100vw;
    margin-top: 39vw;
  }

  .tools {
    width: 84vw;
    grid-row-gap: 8vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tool-logo {
    width: 16vw;
  }

  .tool-logo.sketch {
    width: 11.909vw;
  }

  .tool-logo.adobe {
    width: 11.048vw;
  }

  .tool-logo.cinema {
    width: 11.765vw;
  }

  .outline-h2-black {
    display: block;
    font-size: 17.6vw;
  }

  .grid-contacts {
    margin-top: 13vw;
    margin-bottom: 10vw;
  }

  .text-block {
    font-size: 8vw;
    line-height: 9.6vw;
  }

  .arrow {
    width: 10.133vw;
  }

  .footnote {
    width: 64vw;
    font-size: 3.733vw;
    line-height: 4.533vw;
    text-align: center;
  }

  .wrapper-nav-menu {
    left: 0%;
    top: 8vw;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-menu-item {
    font-size: 4.267vw;
  }

  .nav-menu-item-2 {
    font-size: 4.267vw;
  }

  .nav-menu-item-3 {
    font-size: 4.267vw;
  }

  .paragraph {
    font-size: 6.933vw;
    line-height: 9.6vw;
  }

  .paragraph-2.small {
    width: auto;
    font-size: 6.667vw;
    line-height: 7.986vw;
  }

  .background-video {
    height: 760px;
  }

  .outline-h2-mobile {
    display: block;
    margin-bottom: 16vw;
    font-size: 17.6vw;
  }

  .outline-h2-mobile-black {
    display: block;
    margin-bottom: 16vw;
    font-size: 17.6vw;
  }

  .loader {
    position: relative;
    z-index: 999;
    width: 100vw;
    height: 100vh;
  }

  .preloader {
    position: fixed;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .prelaoder_img {
    width: 22vw;
    height: 22vw;
  }

  .loading {
    font-size: 14px;
  }
}

#w-node-_37d8bdd6-da52-0a7f-2765-a876e3a0294c-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4dfe895f-a031-8b20-60c3-97b931824b42-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_014c1f7c-ca1e-db88-a6d6-9c6336dea762-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4c2a6e-7d77-50f4-2556-a96a7ef1a176-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4c2a6e-7d77-50f4-2556-a96a7ef1a17f-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4c2a6e-7d77-50f4-2556-a96a7ef1a186-e949b8d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Night';
  src: url('../fonts/Night-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Night';
  src: url('../fonts/Night-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}