@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-bolditalic-webfont.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-thin-webfont.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-thinitalic-webfont.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Woody;
  src: url('../fonts/woodfordbourne-italic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-text: #100f14;
  --gold-primary: #f4d463;
  --white: white;
  --white-smoke: #f8f8f6;
  --bg-dark: #1a1920;
  --burlywood: #ecbb67;
  --dark-slate-grey: #4f4f55;
  --text-light: #909094;
  --shadow: #2b1e3f40;
  --primary: #d9c679;
}

body {
  color: var(--dark-text);
  font-family: Woody, Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
}

a {
  color: var(--gold-primary);
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.page-title {
  opacity: 1;
  color: #fff;
  margin-top: 14vh;
  font-family: Woody, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 115.2%;
}

.section {
  z-index: 4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-left: 54px;
  padding-right: 54px;
  display: block;
  position: relative;
}

.section.cc-contact {
  z-index: 6;
  background-color: var(--gold-primary);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 120px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.project {
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: auto;
  padding-left: 80px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.section.hero {
  margin-bottom: 27px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.yellow-bg {
  text-align: left;
  background-image: linear-gradient(#fbec9c, #f4d463);
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.ecosystem {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.section.ecosystem.black-bg {
  color: var(--white);
  background-color: #100f14;
  margin-bottom: -40px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.personas-light {
  margin-bottom: 40px;
  padding-top: 40px;
}

.section.dls {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section.gray-bg {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.gray-bg.anatomy {
  padding-top: 80px;
}

.section.full-width {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.full-width.tv-showcase {
  perspective: 294px;
  overflow: hidden;
}

.section.research {
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.section.clients {
  z-index: 5;
  background-color: var(--bg-dark);
  filter: saturate(0%);
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.mockups {
  margin-bottom: 0;
}

.section.black-bg {
  background-color: var(--bg-dark);
  margin-bottom: 0;
  padding-bottom: 80px;
}

.button {
  background-color: var(--burlywood);
  color: var(--dark-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(#f4d463, #ecbb67);
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Woody, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--burlywood);
  background-image: linear-gradient(#ecbb67, #ecbb67);
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

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

.image-56 {
  height: 24px;
}

.navigation-item {
  opacity: .4;
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Woody, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--gold-primary);
}

.navigation-item:active {
  opacity: .8;
  color: var(--burlywood);
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

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

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

.navigation {
  z-index: 999999;
  background-color: #0000;
  align-items: center;
  padding: 32px 54px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  color: var(--dark-text);
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 21px 12px;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--burlywood);
  box-shadow: 0 0 6px 0 var(--gold-primary);
}

.text-field::placeholder {
  color: #32343a66;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.footer-wrap {
  background-color: var(--dark-text);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer-links {
  justify-content: center;
  align-items: center;
  font-family: Woody, Arial, sans-serif;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Woody, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
  color: var(--gold-primary);
}

.footer-item:active {
  opacity: .8;
}

.footer-item:focus {
  color: var(--gold-primary);
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 24px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.indicator {
  width: 60px;
  height: 2px;
  margin-top: 48px;
  display: block;
}

.indicators {
  z-index: 5;
  margin-top: 20vh;
  padding-top: 0;
  padding-left: 54px;
  display: inline-block;
  position: fixed;
  inset: 0% auto 0% 0%;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.indicators.visible {
  opacity: 1;
  pointer-events: auto;
}

.subheading {
  color: var(--dark-slate-grey);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Taviraj, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 67.2px;
}

.body-2 {
  background-image: linear-gradient(99deg, #161618, var(--bg-dark));
}

.herocoverbg {
  z-index: -2;
  background-color: var(--dark-text);
  opacity: .37;
  filter: contrast(200%);
  background-image: linear-gradient(38deg, #16151e, #474231);
  display: block;
  position: absolute;
  inset: 0% 0% -20%;
}

.description {
  color: var(--gold-primary);
  margin-top: 12px;
  padding-right: 100px;
  font-family: Woody, Arial, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.3em;
}

.columns-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100vh;
  margin-left: 120px;
  margin-right: 54px;
  padding-left: 40px;
  display: flex;
}

.highlightrect {
  z-index: 0;
  background-color: var(--burlywood);
  perspective: 353px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-image: linear-gradient(#f7dea1, #ecbb67);
  width: 3px;
  height: 32%;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 91% auto auto 33%;
  transform: perspective(490px);
}

.profile-pic {
  z-index: -3;
  object-fit: contain;
  width: auto;
  height: 65vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 0% auto;
}

.projecttitle {
  text-align: left;
  object-fit: cover;
  height: auto;
  margin-top: auto;
  font-family: Taviraj, sans-serif;
  font-size: 42px;
  font-weight: 400;
  display: block;
  position: static;
  top: 40px;
}

.device-container {
  text-align: left;
  object-fit: contain;
  flex: 0 auto;
  width: 70%;
  padding-top: 240px;
  padding-bottom: 160px;
  padding-left: 40px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.project-container {
  z-index: 3;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  width: 30%;
  min-height: 80vh;
  padding-bottom: 40px;
  padding-left: 56px;
  display: block;
  position: relative;
  overflow: visible;
}

.body-3 {
  background-color: var(--white);
  height: 8000px;
}

.morpheusdiv {
  object-fit: contain;
  transform-style: preserve-3d;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: 100px auto;
  display: block;
  position: relative;
  inset: 0%;
  transform: none;
}

.link-block {
  width: 100%;
  height: 100%;
  font-family: Woody, Arial, sans-serif;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.link-block:hover {
  transform: scale(1.02);
}

.link-block.text-dark {
  color: var(--bg-dark);
  padding-bottom: 80px;
}

.projectdescription {
  color: var(--text-light);
  margin-bottom: 40px;
  padding-top: 24px;
  font-family: Woody, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
  top: 100px;
}

.sticky-project-details {
  margin-top: 100px;
  padding-right: 10%;
  position: sticky;
  top: 24vh;
}

.image-6 {
  width: 120%;
}

.dtidiv {
  position: relative;
}

.rocimg {
  z-index: -2;
  transform-style: preserve-3d;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.sidebar {
  width: 20%;
  height: 100%;
  padding-left: 40px;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  position: sticky;
  top: 120px;
}

.sidebar.product-display {
  color: #0000;
  padding-left: 0;
}

.projects {
  width: 80%;
}

.project-small {
  background-image: linear-gradient(#f7dea1, #ecbb67);
  margin: 120px 32px auto;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.heading {
  color: #fff;
  text-align: center;
  margin: 16px 24px -40px;
  font-family: Taviraj, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.heading-2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 32px;
  text-decoration: none;
}

.column-4 {
  margin-top: 160px;
}

.image-7 {
  transform-style: preserve-3d;
  padding: 24px;
}

.yellow-bg {
  background-color: var(--gold-primary);
  text-align: right;
  order: -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.heading-3 {
  color: var(--dark-text);
  font-family: Taviraj, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.intro {
  clear: both;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.project-details {
  order: -1;
  width: 66.67%;
  padding-right: 40px;
}

.team-details {
  width: 33.33%;
  height: 100%;
  padding-left: 40px;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.paragraph-16-bold {
  color: #404043;
  text-align: left;
  margin-bottom: 0;
  font-family: Woody, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.hmw {
  border-left: 4px solid var(--burlywood);
  color: var(--dark-text);
  margin-top: 40px;
  margin-bottom: 56px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  font-family: Taviraj, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.paragraph-3 {
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.paragraph-16 {
  color: var(--text-light);
  margin-top: 0;
  font-family: Woody, Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.paragraph-16.or {
  color: var(--white);
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
}

.heading-4 {
  color: var(--dark-text);
  flex: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Woody, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.heading-4.dls {
  padding-left: 54px;
  position: static;
}

.heading-4.yellow {
  color: var(--dark-text);
}

.heading-4.padding-top-80 {
  padding-top: 80px;
}

.heading-4.yellow-text {
  color: var(--gold-primary);
}

.heading-4.yellow-text.process-title {
  margin-left: 54px;
}

.heading-4.white-text {
  color: var(--white);
}

.ecosystem-title {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
  line-height: 36px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.div-block-21 {
  position: static;
  top: 80px;
}

.div-block-22 {
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.lightbox-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.image-8 {
  z-index: 555;
  position: relative;
  transform: translate(0);
}

.div-block-23 {
  justify-content: space-around;
  display: flex;
}

.div-block-24 {
  align-self: flex-end;
  width: 8%;
}

.div-block-25 {
  align-self: flex-end;
  width: 50%;
}

.div-block-26 {
  align-self: flex-end;
  width: 30%;
}

.div-block-27 {
  align-self: flex-end;
  width: 8%;
}

.image-9 {
  border-style: solid;
  border-color: #0e0e0f;
  border-radius: 3px;
  box-shadow: 1px 1px 20px #00000059;
}

.bold-text,
.bold-text-2,
.bold-text-3,
.bold-text-4 {
  font-weight: 400;
}

.paragraph-18 {
  color: var(--text-light);
  margin-bottom: 40px;
}

.image-11,
.image-12 {
  object-fit: cover;
  width: 100%;
  max-height: 240px;
}

.columns-3 {
  margin-top: 100px;
}

.image-13 {
  transform-origin: 50% 0;
  min-width: 250vw;
  min-height: 100vh;
}

.dlscontainer {
  position: sticky;
  top: 0;
  bottom: 0;
}

.alternatives {
  background-color: var(--white-smoke);
  border-radius: 3px;
  width: 30%;
  margin: 0 12px;
  padding: 16px;
  display: inline-block;
}

.link {
  line-height: 100%;
  display: inline-block;
}

.link:hover {
  color: var(--burlywood);
}

.side-bar-link {
  width: 100%;
  text-decoration: none;
}

.side-bar-link.w--current {
  border-left: 3px solid var(--burlywood);
  color: var(--burlywood);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  font-weight: 700;
}

.tall-vh-div {
  height: 400vh;
  position: static;
}

.div-block-32 {
  position: static;
  overflow: hidden;
}

.div-block-33 {
  min-width: 200vw;
  min-height: 100vh;
}

.image-14 {
  text-align: right;
  width: 90%;
  margin-top: -40px;
  display: inline-block;
}

.mockup-bg {
  z-index: -1;
  background-color: var(--gold-primary);
  width: 40%;
  position: absolute;
  inset: 0% 12% 0% auto;
}

.mockup-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-36 {
  width: 20%;
  position: static;
}

.div-block-37 {
  width: 80%;
  padding-left: 40px;
}

.mockup-description {
  position: sticky;
  top: 160px;
}

.image-15 {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 24px;
}

.div-block-38,
.div-block-39 {
  width: 50%;
}

.results-container {
  display: flex;
}

.div-block-41,
.div-block-42,
.div-block-43 {
  width: 33.3%;
}

.prototype-video {
  border: 16px solid var(--dark-slate-grey);
  text-align: center;
  border-radius: 10px;
  max-width: 1160px;
  min-height: 660px;
  display: block;
  box-shadow: 1px 1px 40px 4px #00000052;
}

.morpheus-video {
  z-index: 3;
  border: 1px solid #000;
  border-radius: 8px;
  width: 93.5%;
  height: 91%;
  margin-top: 3.5%;
  margin-left: 3.5%;
  padding-top: 0;
  position: absolute;
}

.roc-video {
  z-index: 2;
  border: 1px solid var(--dark-text);
  width: 92%;
  height: 73%;
  margin-top: 3.25%;
  margin-left: 4%;
  position: absolute;
}

.atom-video {
  z-index: 2;
  border: 1px solid var(--dark-slate-grey);
  border-radius: 1px;
  width: 77%;
  height: 87%;
  margin-top: 3%;
  margin-left: 12%;
  position: absolute;
}

.project-intro {
  display: flex;
}

.bignum {
  color: var(--gold-primary);
  flex: none;
  order: -1;
  font-size: 320px;
  font-weight: 700;
}

.big-num-title {
  margin-top: -80px;
  padding-top: 0;
  padding-left: 80px;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.image-18 {
  margin-top: -302px;
}

.div-block-45 {
  margin-top: 120px;
  margin-bottom: 80px;
}

.image-19 {
  margin-top: -456px;
}

.image-20 {
  z-index: -1;
  margin-top: -56px;
  position: relative;
}

.image-21 {
  z-index: -1;
  margin-top: -33px;
  position: relative;
}

.image-22 {
  z-index: -1;
  margin-top: -32px;
  position: relative;
}

.div-block-46 {
  padding-left: 0;
  padding-right: 40px;
}

.div-block-48 {
  width: 100%;
  position: static;
}

.image-23,
.image-24 {
  width: 50%;
  display: inline-block;
}

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

.image-25 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-9 {
  z-index: 1;
  border: 2px solid var(--dark-text);
  border-radius: 44px;
  width: 57%;
  height: 45%;
  position: absolute;
  inset: 26.3% 56% 7% 21.5%;
}

.div-block-50 {
  perspective: none;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-26 {
  padding-bottom: 80px;
}

.image-27 {
  width: 80%;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
}

.viewer-prototype {
  z-index: 2;
  width: 74%;
  height: 84%;
  margin-top: 3%;
  margin-left: 12.6%;
  position: absolute;
}

.atom-img {
  margin-bottom: 120px;
  box-shadow: 4px 4px 40px #1d1d2c3b;
}

.paragraph-25 {
  color: var(--text-light);
}

.paragraph-25.white-text {
  color: var(--white-smoke);
}

.div-block-52 {
  justify-content: space-between;
  display: flex;
}

.image-30,
.image-31,
.image-32 {
  width: 33%;
}

.image-33 {
  width: 100%;
  max-width: 1440px;
}

.ooux {
  width: 50%;
}

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

.heading-5 {
  color: #100f14;
  font-family: Taviraj, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.hmw-2 {
  color: #100f14;
  border-left: 4px solid #ecbb67;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-family: Taviraj, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.heading-6 {
  color: #404043;
  flex: 1;
  font-family: Woody, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  position: sticky;
}

.user-research-descriptions {
  color: #5c5c69;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-16-bold-2 {
  color: #404043;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.paragraph-26 {
  color: #5c5c69;
}

.heading-7 {
  color: #100f14;
  flex: 1;
  font-family: Woody, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  position: sticky;
}

.heading-8 {
  color: #100f14;
  text-align: left;
  flex: 1;
  padding-top: 16px;
  font-family: Woody, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  position: sticky;
}

.a2 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a2:hover {
  width: 30px;
}

.a2.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.a3 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: background-color .5s, width .5s;
  display: inline-block;
}

.a3:hover {
  width: 30px;
}

.a3.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.a1 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  text-decoration: none;
  transition: background-color .5s, width .5s;
  display: inline-block;
}

.a1:hover {
  width: 30px;
}

.a1.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.a4 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a4:hover {
  width: 30px;
}

.a4.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.a5 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a5:hover {
  width: 30px;
}

.a5.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.heading-9 {
  text-align: center;
  margin-top: 120px;
}

.morphus-hero {
  object-fit: contain;
  transform-style: preserve-3d;
  border-radius: 0;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  transform: rotateX(0)rotateY(-5deg)rotateZ(0);
}

.pageout {
  z-index: 1000000;
  display: none;
  position: fixed;
  inset: 0;
}

.a6 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a6:hover {
  width: 30px;
}

.a6.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.principle-title {
  color: #404043;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 24px;
}

.principle-title.snippet-pull-up {
  text-align: left;
  margin-top: -52px;
  margin-left: 40px;
}

.footer-item-2 {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item-2:hover {
  opacity: .9;
}

.footer-item-2:active {
  opacity: .8;
}

.paragraph-16-bold-3 {
  color: #404043;
  text-align: left;
  margin-bottom: 0;
  font-family: Woody, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.paragraph-16-bold-3.center-text {
  text-align: center;
}

.paragraph-16-bold-3.center-text a {
  color: var(--dark-text);
}

.footer-wrap-2 {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.div-block-56 {
  z-index: 1;
  width: 80%;
  height: 100%;
  padding-left: 40px;
  position: relative;
}

.div-block-57 {
  order: -1;
  width: 20%;
  height: 100%;
  padding-right: 40px;
  position: sticky;
  top: 80px;
}

.mockup-bg-2 {
  z-index: -1;
  background-color: #f4d463;
  width: 40%;
  position: absolute;
  inset: 0% 12% 0% auto;
}

.anatomy-desc {
  text-align: center;
  margin-top: 0;
  padding-left: 16px;
}

.anatomy-desc.paragraph-16 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 24px;
  line-height: 140%;
}

.image-34 {
  width: 100%;
  padding-left: 0;
}

.div-block-58 {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
}

.heading-10 {
  color: #100f14;
  text-align: left;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Taviraj, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  position: sticky;
}

.stat-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 48px;
  padding-bottom: 32px;
}

.pagein {
  z-index: 1000000;
  background-color: #f4d463;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-61 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-30 {
  text-align: center;
  width: 70%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Taviraj, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-31 {
  color: #5c5c69;
  margin-top: 0;
}

.div-block-62 {
  flex-direction: column;
  order: -1;
  grid-template: ". . Area" .25fr
    ". . ."
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.div-block-62.offset-top {
  margin-top: 160px;
  padding-top: 0;
}

.section-6 {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 54px;
  padding-right: 54px;
  display: block;
  position: relative;
}

.section-6.hero {
  margin-bottom: 27px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-6.yellow-bg {
  text-align: left;
  background-image: linear-gradient(#fbec9c, #f4d463);
  justify-content: flex-start;
  max-height: none;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-6.gray-bg {
  background-color: #f8f8f6;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-6.research {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 45% 50% 45% 47%;
}

.background-video-11 {
  z-index: 2;
  box-shadow: 1px 1px 40px 1px var(--shadow);
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.footer-links-2 {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.mockup-container-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.navigation-2 {
  z-index: 999999;
  background-color: #0000;
  align-items: center;
  padding: 32px 54px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.principles-number {
  color: #f4d463;
  text-align: left;
  flex: none;
  order: -1;
  margin-left: 24px;
  font-size: 50px;
  font-weight: 700;
}

.paragraph-32 {
  color: #5c5c69;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
}

.div-block-63 {
  width: 20%;
  position: static;
}

.yellow-bg-2 {
  text-align: right;
  background-color: #f4d463;
  order: -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  position: relative;
}

.yellow-bg-2.research-hero {
  padding-bottom: 40px;
}

.image-35 {
  box-shadow: 1px 1px 40px 1px #39395e8c;
}

.user-research-div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-33 {
  margin-top: 0;
  padding-bottom: 24px;
}

.black-div {
  background-color: var(--dark-text);
  opacity: 1;
  filter: contrast(200%);
  background-image: linear-gradient(38deg, #16151e, #474231);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.intro_logo {
  z-index: 1;
  margin: 44vh auto auto;
  position: relative;
  inset: 0%;
}

.background-video-9-copy {
  z-index: 1;
  border: 2px solid var(--dark-text);
  border-radius: 17%;
  width: 59%;
  height: 45.5%;
  position: absolute;
  inset: 25.5% 56% 4% 20.5%;
}

.image-25-copy {
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: var(--dark-text);
}

.image-37 {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-top: 8vh;
}

.protected-wrap-copy {
  text-align: center;
  justify-content: center;
  display: block;
}

.div-block-64 {
  width: 100%;
}

.heading-11 {
  color: var(--text-light);
  text-align: center;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.heading-12 {
  color: var(--text-light);
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
}

.navigation-item-dark {
  color: var(--text-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Woody, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item-dark:hover {
  color: var(--burlywood);
}

.navigation-item-dark:active {
  opacity: .8;
  color: var(--burlywood);
}

.navigation-item-dark.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item-dark.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item-dark.w--current:active {
  opacity: .7;
  color: #32343a;
}

.dls-hero {
  z-index: -2;
  transform-style: preserve-3d;
  position: static;
}

.dls-video {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.dls-video.shadow {
  z-index: 1;
  width: 75%;
  height: 86%;
  margin-top: 3%;
  margin-left: 13%;
  position: absolute;
  box-shadow: 1px 1px 40px #1f1a3140;
}

.paragraph-16-4 {
  color: #5c5c69;
  margin-top: 0;
  font-family: Woody, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-34 {
  color: #100f14;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.ecosystem-title-2 {
  color: #404043;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  font-weight: 100;
}

.image-38 {
  width: 30%;
}

.image-38.shadow {
  box-shadow: 1px 1px 40px 0 var(--shadow);
  width: 30%;
}

.div-block-67 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.image-40 {
  width: 40%;
}

.image-40.shadow {
  width: 30%;
  margin-top: 348px;
  box-shadow: 1px 1px 40px #2a244240;
}

.image-41 {
  width: 30%;
}

.image-41.shadow {
  box-shadow: 1px 1px 40px 0 var(--shadow);
  width: 30%;
  margin-top: 61px;
}

.div-block-68 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.shadow {
  box-shadow: 1px 1px 40px 0 var(--shadow);
  width: 100%;
  margin-bottom: 80px;
}

.dls-cover {
  width: 100%;
  min-height: 690px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-35 {
  color: var(--dark-text);
  text-align: center;
  margin-bottom: 0;
}

.tv-big {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.gym-cycles {
  z-index: 3;
  margin-top: -23%;
  position: relative;
}

.graph-live {
  z-index: 2;
  width: 100%;
  position: absolute;
}

.wall {
  width: 100%;
  max-height: 120vh;
}

.graph-pie {
  z-index: 3;
  opacity: 0;
  width: 100%;
  position: absolute;
}

.text-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.bold-text-5 {
  color: var(--dark-text);
  font-family: Woody, Arial, sans-serif;
}

.introtitle {
  opacity: 1;
  color: #fff;
  margin-top: 14vh;
  font-family: Woody, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 115.2%;
}

.personas {
  max-width: 60%;
  display: flex;
}

.pwd-footer {
  background-color: var(--dark-text);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.roc-hero {
  z-index: -2;
  transform-style: preserve-3d;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-70 {
  width: 25%;
  height: 100%;
  position: sticky;
  top: 120px;
}

.div-block-71 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  padding-left: 40px;
  display: grid;
}

.preview-card {
  background-color: #1c1c1e;
  border-radius: 12px;
  padding: 6vh 40px;
  position: relative;
}

.preview-icon {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.preview-title {
  color: var(--white-smoke);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Woody, Arial, sans-serif;
  font-weight: 700;
}

.preview-title.paragraph-20-bold {
  font-size: 20px;
}

.preview-desc {
  color: #a1a1a1;
  font-family: Woody, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.preview-device {
  z-index: 2;
  opacity: 0;
  max-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: scale(.7);
}

.preview-bg {
  z-index: 1;
  background-color: var(--gold-primary);
  opacity: 0;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.image-42 {
  padding-bottom: 120px;
}

.image-43 {
  max-height: 56px;
  margin-top: 0;
}

.image-44 {
  color: var(--burlywood);
  margin-top: 0;
}

.key-stat {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.stat-name {
  color: var(--text-light);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.stats-container {
  width: 80%;
  margin-top: 120px;
  display: flex;
}

.key-stat-copy {
  text-align: right;
  letter-spacing: -1px;
  margin: 12px auto 0;
  padding-top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.prefix-suffix {
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.problem {
  text-align: left;
  width: 100%;
  padding-right: 16px;
}

.principles-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: -1;
  grid-template: ". . Area" .25fr
    ". . ."
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 80%;
  padding: 24px 16px;
  display: grid;
}

.principles-container.offset-top {
  margin-top: 160px;
  padding-top: 0;
}

.principle-desc {
  text-align: left;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.principle-desc.paragraph-16 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  line-height: 140%;
}

.anatomy-number {
  color: #f4d463;
  text-align: left;
  flex: none;
  order: -1;
  margin-left: 8px;
  font-size: 50px;
  font-weight: 700;
}

.problem-title {
  color: #404043;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 24px;
}

.problem-title.snippet-pull-up {
  text-align: left;
  margin-top: -52px;
  margin-left: 40px;
}

.image-45 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.problem-desc {
  color: var(--text-light);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 100;
  line-height: 24px;
}

.problem-desc.snippet-pull-up {
  text-align: left;
  margin-top: -52px;
  margin-left: 40px;
}

.problems {
  justify-content: space-between;
  margin-bottom: 48px;
  display: flex;
}

.team-desc {
  color: #5c5c69;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.quote {
  text-align: center;
  width: 80%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 79px;
  padding-bottom: 79px;
  font-family: Taviraj, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-72 {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-46 {
  opacity: 1;
  filter: brightness(24%) saturate(200%);
  padding-left: 29px;
}

.image-47 {
  opacity: .22;
  transform: scale(.9);
}

.image-48 {
  filter: brightness(43%);
  padding-right: 19px;
  transform: scale(1.1);
}

.image-49 {
  opacity: 1;
  filter: brightness(47%);
  transform: scale(.9);
}

.image-50 {
  padding-bottom: 25px;
  padding-left: 64px;
}

.image-51 {
  filter: brightness(116%);
}

.image-52 {
  filter: brightness(73%);
  padding-bottom: 17px;
  padding-left: 30px;
  transform: scale(1);
}

.image-53 {
  filter: brightness();
  padding-right: 32px;
  transform: scale(1.4);
}

.paragraph-36 {
  color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 40px;
  font-size: 32px;
}

.paragraph-37 {
  color: #29292c29;
  text-align: center;
  margin-top: -175px;
  margin-bottom: 80px;
  font-size: 150px;
  font-weight: 700;
}

.image-54 {
  filter: saturate(200%);
}

.social-link {
  opacity: .5;
  filter: saturate(0%);
  padding-left: 24px;
  padding-right: 24px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: saturate();
}

.text-block-3 {
  color: var(--text-light);
  font-size: 24px;
}

.cbredevice {
  z-index: -2;
  transform-style: preserve-3d;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-55 {
  z-index: 3;
  height: 60%;
  margin-left: auto;
  margin-right: -2%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cbre-mobile {
  z-index: 6;
  border: 1px solid var(--bg-dark);
  border-radius: 0 0 4px 4px;
  width: 18.5%;
  height: 54.5%;
  margin-top: 31.5%;
  margin-left: auto;
  margin-right: -.6%;
  position: absolute;
  inset: auto 0% auto auto;
}

.a7 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a7:hover {
  width: 30px;
}

.a7.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

.cbre-cover {
  z-index: -2;
  transform-style: preserve-3d;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.body-5 {
  max-width: 1600px;
}

.coming-soon {
  z-index: 4;
  opacity: .2;
  color: var(--dark-slate-grey);
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  inset: 30% auto auto;
}

.coming-soon:hover {
  color: var(--dark-text);
}

.view-details {
  color: var(--gold-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.case-study-link {
  float: none;
  clear: none;
  margin-bottom: 240px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: block;
  position: relative;
}

.case-study-link:hover {
  color: var(--burlywood);
}

.arrow-img {
  padding-bottom: 4px;
  padding-left: 4px;
  display: inline-block;
  transform: scale(.8);
}

.a8 {
  background-color: var(--text-light);
  width: 20px;
  height: 3px;
  transition: width .5s, background-color .5s;
  display: inline-block;
}

.a8:hover {
  width: 30px;
}

.a8.w--current {
  background-color: var(--gold-primary);
  width: 50px;
  transition: background-color .5s, width .5s;
}

@media screen and (min-width: 1440px) {
  .section {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: padding-box;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section.project {
    margin-bottom: 400px;
    padding-right: 80px;
    display: flex;
  }

  .section.hero {
    z-index: 0;
  }

  .section.ecosystem {
    background-image: url('../images/test.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .section.ecosystem.black-bg {
    background-image: linear-gradient(#100f14ed, #100f14ed), url('../images/test.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section.dls {
    padding-bottom: 0;
    position: sticky;
  }

  .section.full-width {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.full-width.tv-showcase {
    padding-bottom: 0;
  }

  .navigation {
    z-index: 5;
  }

  .body {
    font-family: Woody, Arial, sans-serif;
  }

  .herocoverbg {
    opacity: .37;
  }

  .columns-2 {
    padding-left: 54px;
  }

  .device-container {
    width: 60%;
  }

  .project-container {
    padding-left: 54px;
  }

  .morpheusdiv {
    width: 80%;
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .link-block {
    display: flex;
  }

  .projectdescription {
    padding-right: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .sticky-project-details {
    top: 28vh;
  }

  .image-6 {
    object-fit: fill;
    display: block;
  }

  .rocimg {
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .sidebar {
    flex-direction: column;
    display: block;
    position: sticky;
    top: 140px;
  }

  .projects {
    perspective: 50%;
    flex: 1;
    display: block;
  }

  .project-small {
    background-color: var(--burlywood);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#f7dea1, #ecbb67);
    background-clip: border-box;
    border-radius: 4px;
    order: 1;
    margin-top: 120px;
    padding-bottom: 0;
    display: inline-block;
    position: static;
  }

  .link-block-2 {
    perspective: 50%;
    transform: none;
    text-align: center;
    margin-top: -32px;
    margin-bottom: -97px;
    padding-bottom: 56px;
    display: block;
  }

  .heading {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: -48px;
    padding-bottom: 0;
    font-family: Taviraj, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }

  .heading-2 {
    color: #b2b2b2;
    font-family: Woody, Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
  }

  .image-7 {
    text-align: center;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding: 48px;
    overflow: visible;
    transform: rotateX(0)rotateY(10deg)rotateZ(0);
  }

  .hmw {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-4 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .ecosystem-title {
    margin-top: 0;
  }

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

  .div-block-23 {
    flex-flow: row;
    justify-content: space-around;
    display: flex;
  }

  .div-block-24 {
    align-self: flex-end;
    width: 8%;
  }

  .div-block-25 {
    width: 50%;
  }

  .div-block-26 {
    align-self: flex-end;
    width: 30%;
  }

  .div-block-27 {
    align-self: flex-end;
    width: 8%;
  }

  .lightbox-link-2 {
    border: 18px solid #1c1c1e;
    border-radius: 0;
    box-shadow: 1px 1px 40px 3px #00000073;
  }

  .image-9 {
    border: 1px solid var(--dark-text);
  }

  .bold-text,
  .bold-text-2,
  .bold-text-3,
  .bold-text-4 {
    font-weight: 400;
  }

  .columns-3 {
    width: 100%;
    display: block;
  }

  .image-13 {
    position: sticky;
  }

  .dlscontainer {
    height: 120vh;
  }

  .div-block-29,
  .div-block-30 {
    flex: 0 auto;
    width: 100%;
  }

  .tall-vh-div {
    height: 120vh;
  }

  .div-block-32 {
    overflow: hidden;
  }

  .prototype-video {
    max-width: 1200px;
    margin-left: 0;
    margin-right: auto;
  }

  .background-video-9 {
    border-radius: 62px;
  }

  .hmw-2 {
    margin-bottom: 56px;
  }

  .heading-6,
  .heading-7,
  .heading-8 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .heading-9 {
    color: var(--dark-text);
  }

  .morphus-hero {
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .pageout {
    object-fit: cover;
    background-color: #0000;
    background-image: none;
    inset: 0%;
    overflow: hidden;
  }

  .principle-title {
    padding-left: 0;
  }

  .div-block-56 {
    width: 75%;
    padding-left: 40px;
    position: relative;
  }

  .image-34 {
    width: 90%;
  }

  .heading-10 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .div-block-61 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-30 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Taviraj, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 120%;
  }

  .section-6 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: padding-box;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section-6.hero {
    z-index: 0;
  }

  .section-6.yellow-bg {
    text-align: left;
  }

  .background-video-11 {
    width: 100%;
    inset: 0%;
  }

  .mockup-container-2 {
    width: 100%;
  }

  .navigation-2 {
    z-index: 5;
  }

  .div-block-63 {
    width: 25%;
    padding-right: 40px;
  }

  .user-research-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .black-div {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: static;
  }

  .intro_logo {
    margin: auto;
    position: fixed;
    inset: 0%;
  }

  .navigation-item-dark {
    color: var(--dark-slate-grey);
    font-size: 14px;
  }

  .dls-hero {
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .ecosystem-title-2 {
    margin-top: 0;
  }

  .dls-cover {
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .graph-live {
    opacity: 1;
    position: absolute;
  }

  .wall {
    width: 100%;
    max-height: 150vh;
  }

  .graph-pie {
    opacity: 0;
    width: 100%;
    position: absolute;
  }

  .bold-text-5 {
    color: var(--dark-text);
  }

  .roc-hero {
    width: 80%;
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .preview-title {
    font-size: 20px;
    line-height: 24px;
  }

  .preview-desc {
    font-size: 20px;
  }

  .problem-title,
  .problem-desc {
    padding-left: 0;
  }

  .problems {
    margin-bottom: 80px;
  }

  .quote {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Taviraj, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 120%;
  }

  .image-52 {
    transform: translate(0);
  }

  .image-53 {
    transition: opacity .2s;
    transform: scale(1.3);
  }

  .paragraph-37 {
    color: #4040430f;
    letter-spacing: 10px;
    margin-top: -175px;
  }

  .cbredevice {
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .cbre-cover {
    width: 70%;
    transform: rotateX(0)rotateY(-5deg)rotateZ(0);
  }

  .image-57 {
    cursor: not-allowed;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .page-title {
    margin-top: 40px;
    font-size: 30px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    border: 1px solid var(--gold-primary);
    filter: invert();
    display: block;
  }

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

  .navigation-item:hover {
    color: var(--gold-primary);
  }

  .navigation-item:active {
    color: var(--burlywood);
  }

  .navigation-item:focus {
    color: var(--gold-primary);
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .protected-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .description {
    padding-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .profile-pic {
    opacity: .6;
  }

  .device-container,
  .project-container {
    padding-left: 16px;
  }

  .sticky-project-details {
    margin-left: 28px;
    padding-right: 0%;
  }

  .project-details {
    padding-right: 0;
  }

  .image-13 {
    min-width: 470vw;
  }

  .alternatives {
    margin-left: 0;
    display: block;
  }

  .results-container {
    flex-direction: column;
  }

  .bignum {
    font-size: 240px;
  }

  .big-num-title {
    font-size: 42px;
  }

  .image-18 {
    margin-top: -230px;
  }

  .image-19 {
    margin-top: -293px;
  }

  .div-block-56 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-57 {
    width: 100%;
    position: static;
  }

  .paragraph-30 {
    width: 90%;
    font-size: 40px;
  }

  .div-block-62 {
    order: 1;
    grid-template-columns: 1fr 1.25fr;
    width: 100%;
  }

  .mockup-container-2 {
    padding-top: 56px;
    padding-bottom: 0;
    display: block;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .div-block-60 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: start;
  }

  .div-block-63 {
    width: 100%;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

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

  .navigation-item-dark:hover {
    color: var(--gold-primary);
  }

  .navigation-item-dark:active {
    color: var(--burlywood);
  }

  .navigation-item-dark:focus {
    color: var(--gold-primary);
  }

  .introtitle {
    font-size: 50px;
  }

  .personas {
    max-width: none;
  }

  .div-block-69 {
    justify-content: space-between;
    display: flex;
  }

  .key-stat {
    font-size: 42px;
  }

  .stats-container {
    width: 100%;
    margin-top: 40px;
  }

  .key-stat-copy {
    font-size: 42px;
  }

  .principles-container {
    order: 1;
    grid-template-columns: 1fr 1.25fr;
    width: 100%;
  }

  .quote {
    width: 90%;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .page-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .section.project {
    flex-direction: column;
    margin: 0 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.yellow-bg {
    margin-left: 0;
    margin-right: 0;
  }

  .section.ecosystem.black-bg {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section.gray-bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.gray-bg.anatomy {
    overflow: hidden;
  }

  .section.full-width {
    margin-left: 0;
    margin-right: 0;
  }

  .section.clients {
    display: none;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .logo-link.w--current {
    flex: 0 auto;
  }

  .navigation-item {
    padding-left: 40px;
    padding-right: 0;
  }

  .navigation {
    padding: 20px 24px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    display: block;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .indicators {
    padding-left: 24px;
    display: none;
  }

  .subheading {
    padding-top: 16px;
    line-height: 40px;
  }

  .description {
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .columns-2 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    display: block;
  }

  .device-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
  }

  .project-container {
    order: 1;
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .morpheusdiv {
    margin-bottom: 0;
  }

  .projectdescription {
    margin-bottom: 16px;
    padding-top: 8px;
    font-size: 20px;
  }

  .sticky-project-details {
    text-align: center;
    margin-top: 0;
    padding-right: 0%;
    position: relative;
    top: 0;
  }

  .intro {
    display: block;
  }

  .project-details {
    width: 100%;
  }

  .team-details {
    width: 100%;
    padding-left: 0;
  }

  .heading-4 {
    margin-left: 15px;
    font-size: 22px;
    line-height: 24px;
  }

  .image-13 {
    min-width: 640vw;
  }

  .mockup-container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-36 {
    width: 100%;
    display: block;
  }

  .div-block-37 {
    width: 100%;
    padding-left: 0;
  }

  .project-intro {
    display: block;
  }

  .bignum {
    font-size: 160px;
  }

  .big-num-title {
    margin-top: -68px;
    font-size: 40px;
  }

  .image-18 {
    margin-top: -163px;
  }

  .div-block-45 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .user-research-descriptions {
    display: block;
  }

  .footer-item-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer-wrap-2 {
    text-align: center;
    flex-direction: column;
  }

  .div-block-56 {
    padding-left: 0;
  }

  .paragraph-31 {
    margin-left: 15px;
  }

  .div-block-62 {
    grid-row-gap: 24px;
  }

  .section-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-links-2 {
    flex-direction: column;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .div-block-60 {
    overflow: auto;
  }

  .form-block {
    text-align: center;
  }

  .div-block-67 {
    margin-top: auto;
  }

  .introtitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pwd-footer {
    text-align: center;
    flex-direction: column;
  }

  .div-block-70 {
    width: 100%;
    margin-left: 15px;
    position: static;
  }

  .div-block-71 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .key-stat {
    font-size: 40px;
  }

  .key-stat-copy {
    margin-top: -68px;
    font-size: 40px;
  }

  .principles-container {
    grid-row-gap: 24px;
  }

  .team-desc {
    display: block;
  }

  .case-study-link {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .page-title {
    text-align: center;
    margin-top: 16px;
    font-size: 28px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.project,
  .section.project.project5 {
    flex-direction: column;
    display: flex;
  }

  .section.yellow-bg {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.ecosystem.black-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.gray-bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.research {
    padding-left: 0;
    padding-right: 0;
  }

  .section.clients {
    display: none;
  }

  .menu-icon {
    max-height: 32px;
  }

  .navigation-item {
    background-color: var(--dark-slate-grey);
    opacity: 1;
    color: var(--gold-primary);
  }

  .navigation-items {
    z-index: 99;
  }

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

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

  .footer-wrap {
    flex-direction: column;
  }

  .subheading {
    font-size: 25px;
  }

  .description {
    padding-top: 0;
    padding-right: 0;
    font-size: 20px;
    display: block;
  }

  .columns-2 {
    padding-left: 0;
  }

  .highlightrect {
    display: none;
  }

  .device-container {
    flex: 0 auto;
    order: -1;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .project-container {
    flex: 1;
    order: 1;
    width: 100%;
    display: block;
  }

  .morpheusdiv {
    margin-bottom: 0;
  }

  .projectdescription {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 8px;
    font-size: 16px;
  }

  .sticky-project-details {
    margin-left: 0;
    padding-right: 0%;
  }

  .project-details {
    width: 100%;
    padding-right: 0;
  }

  .team-details {
    width: 100%;
    padding-left: 0;
  }

  .hmw {
    font-size: 24px;
    line-height: 34px;
  }

  .image-13 {
    min-width: 1140vw;
  }

  .results-container {
    overflow: auto;
  }

  .project-intro {
    display: block;
  }

  .hmw-2 {
    font-size: 27px;
  }

  .user-research-descriptions {
    display: none;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .column-5 {
    padding-left: 0;
  }

  .morphus-hero {
    margin-bottom: 0;
  }

  .footer-wrap-2 {
    flex-direction: column;
  }

  .div-block-56 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-57 {
    padding-right: 0;
  }

  .stat-card {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .paragraph-30 {
    font-size: 30px;
  }

  .div-block-62 {
    grid-template-columns: 1fr .75fr;
    padding: 0;
    display: block;
  }

  .div-block-62.offset-top {
    margin-top: 0;
    padding-bottom: 0;
  }

  .mockup-container-2 {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

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

  .div-block-60 {
    overflow: auto;
  }

  .div-block-63 {
    width: 100%;
  }

  .navigation-item-dark {
    background-color: var(--dark-slate-grey);
    opacity: 1;
    color: var(--gold-primary);
  }

  .bold-text-5 {
    line-height: 20px;
  }

  .introtitle {
    margin-top: 4vh;
    font-size: 40px;
  }

  .pwd-footer {
    flex-direction: column;
  }

  .div-block-70 {
    position: static;
  }

  .preview-card {
    padding-bottom: 2vh;
    padding-left: 12px;
    padding-right: 12px;
  }

  .stats-container {
    margin-top: 0;
    display: block;
  }

  .problem {
    width: 100%;
  }

  .principles-container {
    grid-template-columns: 1fr .75fr;
  }

  .problems {
    display: block;
  }

  .team-desc {
    display: none;
  }

  .quote {
    font-size: 30px;
  }

  .social-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .view-details,
  .case-study-link {
    display: none;
  }

  .image-56 {
    max-height: 32px;
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-thinitalic-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Woody';
  src: url('../fonts/woodfordbourne-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}