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

.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: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

a {
  cursor: none;
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #0c0c0c;
  font-size: 16px;
  line-height: 22px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.is_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is_stretched {
  flex: 1;
}

.nav_home-link {
  color: #fff;
}

.navbar {
  background-color: #0c0c0c;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.nav_time-wrapper {
  height: 22px;
  overflow: hidden;
}

.local-time {
  color: #fff;
}

.nav-link {
  color: #fff;
  padding-bottom: 0;
}

.cursor-wrapper {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #68f;
  border-radius: 360px;
  width: 30px;
  height: 30px;
}

.text_location {
  color: #fff;
  display: block;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-wrapper {
  padding: 20px;
  text-decoration: none;
}

.div-block {
  background-color: #fff;
  height: 1px;
}

.section.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.about-section {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.work {
  height: 300vw;
  padding-top: 144px;
  padding-bottom: 144px;
  display: block;
}

.section.contact {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
  overflow: hidden;
}

.section.footer {
  background-color: #0c0c0c;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 325px;
  display: flex;
  position: absolute;
}

.heading {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 86px;
  font-weight: 500;
  line-height: 107px;
}

.div-block-3 {
  text-align: center;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.text-block {
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-4 {
  position: relative;
}

.heading-2 {
  z-index: 20;
  position: relative;
}

.paragraph {
  max-width: 460px;
}

.heading-3 {
  max-width: 458px;
  font-family: Cormorant, sans-serif;
  font-size: 86px;
  line-height: 107px;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
  font-family: Cormorant, sans-serif;
  font-size: 80px;
  line-height: 96px;
}

.heading-4.magnet {
  color: #fff;
  font-size: 46px;
  line-height: 1.3;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.paragraph-2 {
  color: #ffffffb3;
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: 25px;
}

.column {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.columns {
  display: flex;
}

.image-wrapper {
  position: relative;
}

.image-overlay {
  background-color: #2c292980;
  position: absolute;
  inset: 0%;
}

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

.text_introduction {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 14px;
}

.about-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 52px;
  font-family: Cormorant, sans-serif;
  font-size: 86px;
  line-height: 107px;
}

.heading-5 {
  display: inline-block;
}

.frame {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.spacing {
  height: 32px;
}

.h2 {
  vertical-align: top;
  margin-top: 70px;
  margin-right: -56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  transform: rotate(270deg);
}

.h2.is_explore {
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 400;
  display: block;
  transform: none;
}

.h2.is_mobile {
  display: none;
}

.text-block-3 {
  text-align: right;
}

.h2-work {
  text-transform: uppercase;
  max-width: 500px;
  margin-top: 70px;
  margin-left: -2vw;
  font-family: Cormorant, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 71px;
  position: relative;
}

.image-3 {
  max-height: 40vh;
}

.camera {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item {
  flex: none;
  width: 100vw;
  height: 40vh;
}

.div-block-7 {
  position: sticky;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 40vh;
  margin-left: 144px;
  display: flex;
}

.contact-heading {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-right: 1vw;
  font-family: Cormorant, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 107px;
  display: inline;
}

.banner {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.my-embed {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #b6b6b6;
}

.heading-6 {
  text-align: center;
  margin-top: -64px;
}

.lottie-animation {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  margin-top: 20vh;
  display: none;
}

.text-block-5 {
  text-align: center;
  margin-top: -64px;
  font-size: 12px;
}

.image-link {
  position: relative;
}

.image-overlay-project {
  background-image: linear-gradient(-90deg, #0c0c0c, #fff0 25%);
  position: absolute;
  inset: 0%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.section-2 {
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
  font-size: 24px;
}

.submit-button {
  color: #000;
  background-color: #68f;
  margin-top: 20px;
  padding: 16px;
  font-size: 18px;
}

.form {
  margin-top: 20px;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center._100-p-width {
  width: 100%;
  display: none;
}

.link {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.input-label {
  z-index: 2;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.faint-text {
  color: #000;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-block {
  width: 100%;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.logo-img {
  color: #000;
}

.small-h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.image-4 {
  max-width: 100%;
  max-height: 500px;
  margin: 32px auto;
}

.div-block-13 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    color: #000;
    text-align: center;
    background-color: #0c0c0c;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_time-wrapper {
    background-color: #0c0c0c;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cursor-wrapper {
    display: none;
  }

  .nav-link-wrapper {
    color: #000;
    margin-top: 20px;
  }

  .nav-link-wrapper.margin-0 {
    margin-top: 0;
  }

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

  .section.work {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-wrapper {
    margin-left: 0;
    display: block;
    position: static;
  }

  .div-block-5 {
    flex-flow: row-reverse wrap-reverse;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .text_introduction {
    display: none;
  }

  .text_introduction.is_about {
    display: block;
  }

  .about-text {
    font-size: 56px;
    line-height: 75px;
  }

  .frame {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h2 {
    margin-top: 0;
    margin-right: 0;
    transform: none;
  }

  .h2.is_explore {
    display: none;
  }

  .h2.is_mobile {
    text-transform: uppercase;
    display: block;
  }

  .h2.is_work {
    display: none;
  }

  .h2-work {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .camera {
    height: auto;
    position: relative;
  }

  .item {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-8 {
    flex-flow: column;
    max-height: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-heading {
    font-size: 6vw;
  }

  .banner {
    margin-bottom: 0;
  }

  .div-block-10 {
    display: none;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .div-block-11 {
    flex-flow: column;
    display: flex;
  }

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

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

  .cell-3 {
    justify-content: center;
    align-items: flex-end;
  }
}

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

  .section.work {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 52px;
    line-height: 60px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-text {
    font-size: 40px;
    line-height: 60px;
  }

  .h2 {
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    transform: none;
  }

  .h2-work {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .image-3 {
    max-width: 100%;
    max-height: none;
    margin-left: 0;
  }

  .item {
    height: auto;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .div-block-8 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner {
    margin-bottom: 0;
  }

  .div-block-9 {
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    margin-top: 10vh;
  }

  .image-link {
    max-width: 80%;
  }

  .image-overlay-project {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 30px;
  }

  .nav_time-wrapper {
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
  }

  .nav-link-wrapper {
    display: flex;
  }

  .nav-link-wrapper.margin-0 {
    margin-top: 0;
  }

  .div-block {
    display: none;
  }

  .section.hero {
    height: auto;
    margin-top: 144px;
  }

  .section.about-section {
    padding-bottom: 60px;
  }

  .section.work {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    max-width: 400px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-4.magnet {
    font-size: 36px;
  }

  .image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2, .h2-work, .image-3 {
    margin-left: 10px;
  }

  .div-block-8 {
    display: block;
  }

  .contact-heading {
    font-size: 10vw;
  }

  .my-embed {
    width: auto;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .div-block-12 {
    display: flex;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
  }

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

  .form-container {
    flex-flow: column wrap;
  }
}

#w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a84-536c2a81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a8e-536c2a81 {
    order: 9999;
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}


