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

.h1 {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: acumin-pro, sans-serif;
  color: #f2f2f2;
  font-size: 90px;
  line-height: 100px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section.real {
  overflow: hidden;
}

.section.ar {
  top: 0%;
}

.eye-parent {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75vh;
  -ms-flex: 0 0 75vh;
  flex: 0 0 75vh;
  -webkit-transform: translate3d(0px, 0px, -20px);
  transform: translate3d(0px, 0px, -20px);
  font-family: Bitter, serif;
  color: #333;
  font-size: 18px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-parent {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logo-parent {
  position: fixed;
  left: auto;
  top: 30px;
  right: 40px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
}

.image-2 {
  display: block;
  width: 100%;
  height: 100%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -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;
}

.text-transition-wrapper-flex {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.text-transition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  -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;
  opacity: 0;
}

.noise-parent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/noise.png');
  background-size: cover;
}

.h2-rotate {
  overflow: visible;
  width: auto;
  font-family: acumin-pro, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.body-content {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: acumin-pro, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.body-content.v {
  color: #f2f2f2;
}

.body-content.nav {
  position: absolute;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 90px;
  color: #f2f2f2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.body-content.nav2 {
  position: absolute;
  width: auto;
  margin-top: -90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #f2f2f2;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.body-content.abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: auto;
}

.body-content.abs._1 {
  position: absolute;
  top: 0%;
}

.body-content.rel {
  z-index: 4;
  display: block;
}

.body-content._1 {
  position: relative;
  z-index: 0;
}

.section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500vh;
  -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;
}

.section-wrapper.real {
  width: 100vw;
  height: 600vh;
}

.section-wrapper.real._2 {
  height: 350vh;
}

.section-wrapper.ar {
  height: 350vh;
}

.section-wrapper.av {
  height: 350vh;
}

.section-wrapper.vr {
  height: 350vh;
}

.section-wrapper.mv {
  height: 350vh;
}

.section-wrapper.dv {
  height: 350vh;
}

.section-wrapper.sv {
  height: 350vh;
}

.section-wrapper.mv-ar {
  height: 350vh;
}

.section-wrapper.mv-av {
  height: 350vh;
}

.section-wrapper.dv-ar {
  z-index: 0;
  background-color: #000;
}

.p-wrap {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  max-width: 280px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p-wrap.rel {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: 280px;
}

.p-wrap.first {
  position: relative;
  z-index: 2;
  max-width: 280px;
}

.lottie-animation {
  position: relative;
  z-index: 0;
  width: 100%;
}

.lottie-animation.landing {
  position: absolute;
  z-index: 1;
  display: block;
}

.halflex {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.perspective-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.room {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sofa {
  position: relative;
  height: 100%;
}

.scene-obj {
  position: absolute;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.scene-obj.eyeframe {
  -webkit-transform: translate3d(0px, 0px, -195px);
  transform: translate3d(0px, 0px, -195px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.sofa {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 67px);
  transform: translate3d(0px, 0px, 67px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.carpet {
  -webkit-transform: translate3d(0px, 0px, 80px);
  transform: translate3d(0px, 0px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.hand {
  width: auto;
  -webkit-transform: translate3d(-50px, -50px, 300px);
  transform: translate3d(-50px, -50px, 300px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.plant-shadow {
  opacity: 0.35;
  -webkit-transform: translate3d(0px, 0px, 24px);
  transform: translate3d(0px, 0px, 24px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.plant {
  -webkit-transform: translate3d(0px, 0px, 24px);
  transform: translate3d(0px, 0px, 24px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.lamp-shadow {
  opacity: 0.35;
  -webkit-transform: translate3d(0px, 0px, 80px);
  transform: translate3d(0px, 0px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.lamp {
  -webkit-transform: translate3d(0px, 0px, 80px);
  transform: translate3d(0px, 0px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.rock-glass {
  -webkit-transform: translate3d(-50px, -50px, 300px);
  transform: translate3d(-50px, -50px, 300px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.rocks {
  -webkit-transform: translate3d(-38px, 0px, 162px);
  transform: translate3d(-38px, 0px, 162px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.crystal {
  -webkit-transform: translate3d(0px, 0px, 214px);
  transform: translate3d(0px, 0px, 214px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.rock1 {
  -webkit-transform: translate3d(148px, -33px, 224px);
  transform: translate3d(148px, -33px, 224px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.rockbg {
  -webkit-transform: translate3d(0px, 0px, 19px);
  transform: translate3d(0px, 0px, 19px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.eye1 {
  -webkit-transform: translate3d(0px, 0px, -181px);
  transform: translate3d(0px, 0px, -181px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.fish2 {
  -webkit-transform: translate3d(0px, 0px, 160px);
  transform: translate3d(0px, 0px, 160px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.eye2 {
  -webkit-transform: translate3d(0px, 0px, 170px);
  transform: translate3d(0px, 0px, 170px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.fish1 {
  -webkit-transform: translate3d(0px, 0px, -157px);
  transform: translate3d(0px, 0px, -157px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.planet {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.scene-obj.lampvr {
  display: none;
}

.scene-obj.rockinglassvr {
  -webkit-transform: translate3d(-50px, -50px, 267px);
  transform: translate3d(-50px, -50px, 267px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.sofamv {
  -webkit-transform: translate3d(0px, 0px, -48px);
  transform: translate3d(0px, 0px, -48px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.lampmv {
  -webkit-transform: translate3d(0px, 0px, 38px);
  transform: translate3d(0px, 0px, 38px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.plantmv {
  -webkit-transform: translate3d(0px, 0px, -157px);
  transform: translate3d(0px, 0px, -157px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.eyemv {
  -webkit-transform: translate3d(0px, 0px, -190px);
  transform: translate3d(0px, 0px, -190px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.carpetmv {
  -webkit-transform: translate3d(0px, 0px, -19px);
  transform: translate3d(0px, 0px, -19px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-obj.handdv {
  -webkit-transform: translate3d(0px, 0px, 105px);
  transform: translate3d(0px, 0px, 105px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.black-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  background-image: url('../images/black-overlay.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.room-real {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: -120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.blink {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  -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;
}

.lottie-animation-2 {
  position: absolute;
  display: none;
  width: 200%;
  height: auto;
}

.text-parent {
  position: absolute;
  left: 120px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.half-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.half-flex._2 {
  width: 50%;
}

.half-flex.real {
  width: 65%;
}

.h3 {
  position: static;
  margin-bottom: 0px;
  font-family: acumin-pro, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

.h3.v {
  width: 100%;
  color: #f2f2f2;
}

.h3.rel {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h3.abs {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  overflow: hidden;
  max-width: 330px;
}

.div-block-6.rel {
  position: relative;
  overflow: hidden;
}

.div-block-6.real {
  max-width: 400px;
}

.div-block-7 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10px;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 400px;
  height: 300px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.grid-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.grid-div.leftrow {
  z-index: 1;
}

.circle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #f2f2f2;
  opacity: 0.35;
}

.circle:hover {
  opacity: 0.35;
}

.eye-line {
  position: absolute;
  display: none;
  width: 0px;
  height: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
}

.eye-line.edge {
  width: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.navline {
  position: absolute;
  width: 50%;
  height: 1px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #f2f2f2;
  opacity: 0.35;
}

.navline.verticel {
  top: auto;
  width: 1px;
  height: 150vh;
  margin-top: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 94.9%, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(0%, #fff), color-stop(90%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #f2f2f2, #fff 0%, hsla(0, 0%, 100%, 0) 90%);
  -webkit-transform: translate(0px, -16%);
  -ms-transform: translate(0px, -16%);
  transform: translate(0px, -16%);
}

.navline.horizontal {
  z-index: 1;
  width: 150vw;
  margin-left: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 94.9%, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(53%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #f2f2f2, hsla(0, 0%, 100%, 0) 53%);
  -webkit-transform: translate(38%, 0px);
  -ms-transform: translate(38%, 0px);
  transform: translate(38%, 0px);
}

.navline.grid {
  width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navline.mid {
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.navline.right {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.navline.v {
  width: 1px;
  height: 50%;
  margin-top: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navline.midv {
  width: 1%;
  height: 50%;
  margin-top: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navline.bv {
  width: 1%;
  height: 50%;
  margin-top: -25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navline.mid2 {
  width: 100%;
}

.navline.midv2 {
  width: 1px;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -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;
}

.nav-link.w--current {
  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-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;
  cursor: default;
}

.eye-open {
  position: absolute;
  display: block;
  width: 180%;
  height: 180%;
}

.ending-text-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 45%;
  overflow: hidden;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-9 {
  overflow: visible;
  width: 100%;
}

.h3-ending {
  position: relative;
  font-family: acumin-pro, sans-serif;
  color: #f2f2f2;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.black-blink {
  position: relative;
  width: 100%;
  height: 50%;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  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: #fff;
}

.lottie-animation-3 {
  opacity: 0.55;
  -webkit-filter: blur(0.5px) contrast(78%);
  filter: blur(0.5px) contrast(78%);
}

.offset {
  position: absolute;
  width: 100%;
  margin-top: 120vh;
}

.offset.final {
  margin-top: 200vh;
}

.progress-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  width: 10px;
  height: 100vh;
  background-color: #ccc;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-10 {
  width: 200vw;
  height: 100%;
  background-color: #000;
  box-shadow: 0 7px 18px 14px #000;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: -150px;
  opacity: 1;
  font-family: acumin-pro, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-12 {
  position: absolute;
  width: 200vw;
  height: 1px;
  margin-top: 20px;
  margin-left: 46px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #f2f2f2;
  opacity: 0.35;
}

.div-block-12._2 {
  width: 1px;
  height: 200vh;
  margin-left: -10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.black-gradient {
  position: absolute;
  display: none;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, #000), color-stop(0, #000), color-stop(100%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, #000, #000 0%, #000 0, transparent 100%, rgba(0, 0, 0, 0.5));
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.text {
  opacity: 1;
  font-family: acumin-pro-condensed, sans-serif;
  color: #f2f2f2;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.text-trans {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: none;
  opacity: 0;
}

.hline {
  position: absolute;
  width: 300%;
  height: 2px;
  margin-left: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #f2f2f2;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.vline {
  position: absolute;
  width: 2px;
  height: 300%;
  margin-top: -111px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f2f2f2;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

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

.text-span {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .eye-parent {
    max-width: 75vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50vh;
    -ms-flex: 0 0 50vh;
    flex: 0 0 50vh;
  }
  .noise-parent {
    display: none;
  }
  .p-wrap {
    overflow: hidden;
    max-width: 400px;
  }
  .p-wrap.rel {
    max-width: 400px;
  }
  .p-wrap.first {
    max-width: 400px;
  }
  .halflex {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .perspective-wrap {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .perspective-wrap.landing {
    height: 90%;
  }
  .room {
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-3 {
    width: 100%;
    height: 100%;
  }
  .sofa {
    height: 100%;
    max-width: none;
  }
  .scene-obj {
    position: absolute;
    display: block;
    height: 100%;
    max-width: none;
  }
  .scene-obj.eyeframe {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.sofa {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.carpet {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.hand {
    display: none;
  }
  .scene-obj.plant-shadow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.plant {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.lamp-shadow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.lamp {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scene-obj.handdv {
    display: none;
  }
  .room-real {
    margin-top: 0px;
  }
  .blink {
    display: none;
    -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;
  }
  .lottie-animation-2 {
    width: 300%;
    height: auto;
  }
  .text-parent {
    z-index: 4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .half-flex {
    width: 100%;
    margin-top: -500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .half-flex._2 {
    width: 0%;
  }
  .div-block-7 {
    margin-top: 0px;
  }
  .eye-open {
    display: none;
  }
  .scroll {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation-2 {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  .section.landing {
    top: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .eye-parent {
    max-width: 86vw;
    margin-top: -80px;
    -webkit-flex-basis: 30vh;
    -ms-flex-preferred-size: 30vh;
    flex-basis: 30vh;
  }
  .heading-parent {
    margin-top: -40px;
  }
  .noise-parent {
    display: none;
  }
  .body-content {
    font-size: 16px;
    line-height: 20px;
  }
  .p-wrap {
    overflow: hidden;
    width: auto;
    max-width: 280px;
    text-align: left;
  }
  .p-wrap.first {
    max-width: none;
  }
  .halflex {
    width: 90%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .halflex.text {
    margin-top: -80px;
  }
  .halflex._2 {
    margin-top: -20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .perspective-wrap {
    height: 100%;
  }
  .perspective-wrap.landing {
    height: 100%;
    margin-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-3 {
    top: 18%;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .sofa {
    height: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .scene-obj {
    position: absolute;
    height: 65%;
    max-width: none;
  }
  .scene-obj.eyeframe {
    position: absolute;
    height: 60%;
    max-width: none;
  }
  .scene-obj.sofa {
    height: 65%;
  }
  .scene-obj.crystal {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .blink {
    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-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;
  }
  .lottie-animation-2 {
    width: 460%;
    height: auto;
  }
  .text-parent {
    left: 50px;
    width: 75%;
  }
  .half-flex {
    margin-top: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .h3 {
    font-size: 24px;
  }
  .nav {
    width: 280px;
    height: 210px;
  }
  .ending-text-parent {
    top: 35%;
    max-width: 220px;
  }
  .h3-ending {
    font-size: 24px;
  }
  .preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-11 {
    display: none;
    width: 80%;
  }
  .scroll {
    left: 0%;
    top: 120px;
    right: 0%;
    bottom: auto;
  }
}

#w-node-4304b184219f-0c1ddc43 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

