:root {
  --black: #1f1f1f;
  --white-smoke: #f8f8f8;
  --white: #fafafa;
  --white-2: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  cursor: none;
  font-family: Visiapro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  cursor: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Visiapro, sans-serif;
  font-size: 12.5vw;
  font-weight: 700;
  line-height: .8em;
  display: inline-block;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Visiapro, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: .9em;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Visiapro, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Visiapro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.section {
  background-color: var(--white-smoke);
  cursor: none;
  padding: 100px 6%;
  position: static;
}

.section.projects {
  padding-top: 200px;
}

.section.full-width-project-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  min-height: 70vh;
}

.section.next-project {
  min-height: 100vh;
  padding-top: 260px;
}

.section.contact {
  min-height: 100vh;
  padding-top: 200px;
}

.section.about {
  padding-top: 34vh;
}

.section.moving-text-section {
  color: #e3caab;
  padding: 0 0% 110px;
  overflow: hidden;
}

.section.footer {
  background-color: var(--white);
  border-top: 1px solid #1f1f1f12;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.press, .section.press-article {
  padding-top: 200px;
}

.section.change-log-section {
  min-height: 100vh;
  padding-top: 160px;
}

.container {
  color: #e3caab;
  cursor: none;
  width: 100%;
  max-width: none;
  margin-bottom: -21px;
  padding-left: 70px;
  padding-right: 50px;
}

.container.project-main {
  margin-top: -255px;
  display: flex;
}

.container.about-title {
  text-align: center;
}

.container.press {
  display: flex;
}

.container.press-template {
  cursor: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
  padding-bottom: 30px;
  padding-right: 118px;
  display: flex;
}

.word-wrap {
  margin-right: 20px;
  display: inline-block;
}

.left-nav-bar {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-left: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.home-link {
  color: var(--black);
  text-transform: uppercase;
  cursor: none;
  padding: 16px 20px;
  font-family: Visiapro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.progress-bar {
  background-color: #1f1f1f33;
  width: 1px;
  height: 60vh;
  margin-left: 18px;
  position: relative;
  bottom: 16.5vh;
}

.progress {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.right {
  z-index: 2;
  cursor: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.letter {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  padding-bottom: 140px;
  font-family: Visiapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 76px;
  position: absolute;
  left: auto;
  right: auto;
}

.letter.v {
  color: var(--black);
  width: 40px;
  padding-bottom: 140px;
  font-family: Visiapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  transform: rotate(72deg);
}

.letter.o {
  color: var(--black);
  font-weight: 700;
  display: block;
  transform: rotate(216deg);
}

.letter.e {
  color: var(--black);
  font-weight: 700;
  display: block;
  transform: rotate(180deg);
}

.letter.i {
  color: var(--black);
  width: 40px;
  padding-bottom: 140px;
  font-family: Visiapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  transform: rotate(108deg);
}

.letter.p {
  color: var(--black);
  font-weight: 700;
  display: block;
  transform: rotate(288deg);
}

.letter.y {
  color: var(--black);
  width: 40px;
  padding-bottom: 140px;
  font-family: Visiapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  transform: rotate(36deg);
}

.letter.l {
  color: var(--black);
  font-weight: 700;
  display: block;
  transform: rotate(324deg);
}

.letter.d {
  color: var(--black);
  width: 40px;
  padding-bottom: 140px;
  font-family: Visiapro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  transform: rotate(144deg);
}

.circle-letters-wrap {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.project-link {
  cursor: none;
  width: 100%;
  position: relative;
}

.project-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: cover;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85%;
  height: 550px;
  min-height: 75vh;
  margin-right: 0;
  display: grid;
  position: relative;
  box-shadow: -3px 9px 20px 2px #0000001a;
}

.collection-list-wrapper {
  z-index: 1;
  width: 80%;
  padding-top: 140px;
  padding-left: 40px;
  position: static;
}

.play-video-contain {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 5;
  cursor: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu {
  position: absolute;
  inset: auto 0% 12% auto;
  transform: rotate(-90deg);
}

.nav-link {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 14px;
  padding: 0 10px 0 24px;
  font-family: Visiapro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  padding: 0 20px 0 30px;
  text-decoration: line-through;
}

.nav-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e3caab;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: absolute;
  inset: auto -86% 28.1vh auto;
  transform: rotate(-90deg);
}

.project-title-contain {
  max-width: 350px;
  position: absolute;
  inset: 40% -296px 0% auto;
}

.project-type {
  text-align: left;
  margin-top: 6px;
  padding-left: 8px;
}

.hero-title-wrap {
  color: #e3caab;
  cursor: none;
  max-width: none;
  min-height: 90vh;
  margin-bottom: -159px;
  padding-top: 3%;
}

.cursor {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
}

.collection-item {
  margin-bottom: 240px;
}

.bottom-link {
  color: #e3caab;
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  width: auto;
  margin-top: -25px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 170px;
  padding-bottom: 80px;
  font-family: Visiapro, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .4em;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.bottom-link:hover {
  letter-spacing: .3em;
}

.dark-light-toggle-wrap {
  z-index: 1;
  color: #e3caab;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.top-line {
  background-color: var(--white);
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  transform: rotate(45deg);
}

.toggle {
  z-index: 2;
  background-color: var(--black);
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  margin-left: 2.5px;
  display: flex;
  position: static;
  inset: 0;
}

.toggle-wrap {
  color: #e3caab;
  cursor: none;
  background-color: #ececec;
  border-radius: 25px;
  width: 70px;
  max-width: 70px;
  height: 30px;
  max-height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.bottom-line {
  background-color: var(--white);
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.play-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-play {
  opacity: 0;
  position: absolute;
}

.small-bottom-link-text {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 24px;
}

.vertical {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: sticky;
  top: 200px;
  transform: rotate(90deg);
}

.vertical-text-wrap {
  text-align: left;
  width: 20%;
  position: relative;
  top: 92px;
}

.project-details {
  background-color: var(--white-2);
  flex: 0 auto;
  margin-bottom: 180px;
  margin-left: 0;
  padding: 70px 85px 85px;
  box-shadow: 6px 6px 20px 5px #00000005;
}

.project-detail {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Visiapro, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.project-wrap {
  flex: 1;
  padding-left: 30px;
  padding-right: 132px;
}

.project-homepage {
  width: 100%;
}

.contact {
  grid-template-rows: auto;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  cursor: none;
  background-color: #0000;
  height: 80px;
  margin-bottom: 32px;
  padding-left: 10px;
  font-size: 18px;
  transition: all .35s;
}

.form-field:hover, .form-field:focus {
  border-bottom-color: var(--black);
  background-color: var(--white-2);
}

.form-field.message {
  padding-top: 24px;
  padding-bottom: 102px;
}

.form-block {
  padding-left: 30px;
  padding-right: 50px;
}

.button {
  color: #e3caab;
  text-transform: none;
  cursor: none;
  background-color: #0000;
  font-size: 24px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #e3caab;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
}

.contact-heading {
  color: #e3caab;
  font-size: 8vw;
  line-height: 1em;
}

.success-message {
  background-color: var(--white-2);
}

.text-block {
  color: var(--black);
  font-size: 18px;
  line-height: 30px;
}

.about-content {
  padding-top: 30vh;
  display: flex;
}

.about-image-contain {
  width: 45%;
}

.about-image {
  background-image: url('../images/IMG_6811-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  min-height: 75vh;
  position: sticky;
  top: 160px;
}

.about-bio {
  flex: 1;
  padding: 32px 64px;
}

.large {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.social-media {
  color: #e3caab;
  margin-top: 0;
  margin-bottom: 12px;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 30px;
  display: inline-block;
}

.scrolling-text {
  color: #e3caab;
  width: 960vw;
  margin-left: 142px;
  font-size: 20vw;
}

.utility-page-wrap {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 450px;
  margin-bottom: 42px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.copyrights {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.copyrights-link {
  color: var(--black);
  cursor: none;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.copyrights-link:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

.press-left {
  width: 45%;
  position: sticky;
}

.press-articles {
  flex: 1;
  width: 30%;
  height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 50px;
  overflow: visible;
}

.press-date {
  color: #1f1f1f66;
  margin-bottom: 16px;
  font-family: Visiapro, sans-serif;
  font-size: 18px;
}

.press {
  border-bottom: 1px solid #ffffff12;
  padding-top: 42px;
  padding-bottom: 42px;
}

.press-heading {
  position: sticky;
  top: 200px;
}

.press-item {
  padding: 20px 0;
}

.press-collection {
  margin-top: -60px;
}

.press-company-logo {
  margin-bottom: 20px;
}

.read-article {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.press-link {
  cursor: none;
  padding: 60px;
  text-decoration: none;
  transition: all .35s;
}

.press-link:hover {
  background-color: var(--white-2);
}

.left {
  max-width: 500px;
}

.article-text {
  width: 80%;
}

.color {
  background-color: #f2f4f4;
  border: 1px solid #7f96913d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.color.f8f8f8 {
  background-color: var(--white-smoke);
  border: 1px #00000024;
}

.color.fafafa {
  background-color: var(--white);
  color: #364c4c;
  border-style: none;
}

.color._1f1f1f {
  background-color: var(--black);
  border-color: #f1f1f333;
}

.color-heading {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.style-block {
  border: 1px none var(--black);
  background-color: var(--white-2);
  box-shadow: none;
  border-radius: 0;
  width: auto;
  min-width: 80%;
  margin: 24px 7vw 24px 4vw;
  padding: 36px 45px;
}

.div-block-style-guide {
  padding-top: 20px;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

.color-hex {
  color: var(--black);
  font-weight: 400;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: 20px 0;
  display: flex;
}

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-wrap {
  margin-left: 4vw;
  margin-right: 7vw;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
}

.heading-wrap-2 {
  margin-left: 8vw;
  margin-right: 8vw;
}

.align-left {
  text-align: left;
}

.style-block-2 {
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #e1b788;
  border-radius: 0;
  width: auto;
  min-width: 80%;
  margin: 24px 8vw;
  padding: 45px;
}

.div-block-image-licensing {
  flex-direction: column;
  display: flex;
}

.image-links {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.style-block-3 {
  background-color: #e9edf2;
  border: 1px #01060b;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 24px;
  padding: 45px;
}

.licensing-source-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 18px;
  display: flex;
}

.licensing-link {
  margin-right: 30px;
}

.image-licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100%;
  padding-top: 24px;
}

.image-licensing-grid.logos {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bold-text-span {
  font-weight: 700;
}

.licensing-message {
  padding-top: 20px;
}

.rich-text-block {
  color: #fff;
  width: 80%;
}

.rich-text-block._100-percent-w {
  color: #231f20;
  width: 100%;
}

.rich-text-block-2, .change-log {
  padding-top: 37px;
  font-size: 18px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  margin: 38px 39px auto 200px;
}

.image-2 {
  margin: -48px 39px -86px 200px;
  padding-top: 0;
}

.image-3, .image-4 {
  margin-top: 38px;
  margin-bottom: auto;
}

.image-5 {
  margin: 32px 39px -6px 200px;
}

.image-6 {
  margin-top: 38px;
  margin-bottom: auto;
}

.image-7 {
  margin-top: 38px;
  margin-left: 200px;
}

.image-8 {
  width: 500px;
  height: 500px;
  min-height: 0;
  margin-top: 38px;
  margin-left: 39px;
}

.image-9 {
  margin-top: 38px;
  margin-bottom: 0;
  margin-left: 200px;
}

.image-10 {
  margin-top: 38px;
  margin-bottom: 0;
  margin-left: 39px;
}

.heading-2, .heading-3, .text-block-2, .text-block-3, .text-block-4, .heading-4, .heading-5, .italic-text, .heading-6 {
  color: #e3caab;
}

.button-2 {
  color: #e3caab;
  background-color: #0000;
  padding-left: 0;
  text-decoration: underline;
}

.circle-container {
  background-color: var(--white-smoke);
  color: #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.circle-text {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-right: 5px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.circle {
  border: 2px solid #000;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.button-3 {
  background-color: #0000;
}

.text-span {
  color: #e3caab;
  margin-left: -16px;
  padding-left: 0;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--white-smoke);
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3em;
  }

  .section {
    padding-bottom: 70px;
  }

  .section.next-project {
    min-height: auto;
    padding-bottom: 140px;
  }

  .section.contact {
    padding-top: 156px;
  }

  .section.about {
    padding-top: 160px;
  }

  .section.moving-text-section {
    padding-bottom: 140px;
  }

  .section.footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.press, .section.press-article, .section.style-guide {
    padding-top: 160px;
  }

  .container {
    padding-left: 60px;
    padding-right: 70px;
  }

  .container.project-title {
    padding-left: 40px;
  }

  .container.about {
    padding-left: 30px;
  }

  .container.about-title {
    padding-left: 50px;
  }

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

  .container.press-template {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.footer {
    padding-left: 30px;
  }

  .left-nav-bar {
    padding-left: 18px;
  }

  .home-link {
    padding-top: 16px;
    padding-left: 0;
  }

  .circle-letters-wrap {
    width: 200px;
    height: 200px;
  }

  .project-image {
    max-width: 90%;
    height: 450px;
    min-height: auto;
  }

  .collection-list-wrapper {
    padding-top: 70px;
    padding-left: 0;
  }

  .nav-link {
    padding: 10px 20px;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-grid {
    margin-right: -137px;
    right: -100%;
  }

  .project-title-contain {
    max-width: none;
    inset: auto 0% -131px;
  }

  .hero-title-wrap {
    min-height: auto;
    margin-top: -57px;
    margin-bottom: -86px;
    padding-top: 10%;
  }

  .cursor {
    display: none;
  }

  .collection-item {
    margin-bottom: 260px;
  }

  .bottom-link {
    margin-top: 16px;
    padding-top: 70px;
    padding-bottom: 0;
    font-size: 6em;
  }

  .small-bottom-link-text {
    font-size: 20px;
  }

  .vertical {
    font-size: 4em;
  }

  .vertical-text-wrap {
    width: 10%;
    left: -16px;
  }

  .project-details {
    margin-bottom: 99px;
    padding: 40px 40px 24px;
  }

  .project-wrap {
    padding-left: 50px;
    padding-right: 136px;
  }

  .contact {
    flex-direction: column;
    display: flex;
  }

  .form-block {
    padding-left: 0;
    padding-right: 116px;
  }

  .contact-heading {
    max-width: 450px;
    font-size: 9vw;
  }

  .about-content {
    padding-top: 80px;
  }

  .about-image-contain {
    width: 40%;
  }

  .about-image {
    height: 300px;
    min-height: 50vh;
  }

  .about-bio {
    padding-top: 0;
    padding-left: 40px;
  }

  .large {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }

  .social-media {
    font-size: 20px;
  }

  .copyrights {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 0;
    line-height: 30px;
  }

  .copyrights-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .press-left {
    width: auto;
  }

  .press-articles {
    width: 100%;
    padding-left: 0;
    padding-right: 134px;
  }

  .press-date {
    font-weight: 400;
  }

  .press-heading {
    padding-left: 20px;
  }

  .press-collection {
    margin-top: 0;
  }

  .press-link {
    background-color: var(--white-2);
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-block {
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 20px;
  }

  .button-wrapper {
    width: 40%;
  }

  .heading-wrap {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .project-heading {
    font-size: 2.5em;
  }

  .heading-wrap-2, .style-block-2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .image {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .image-2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .image-4 {
    margin-top: 102px;
  }

  .image-5 {
    margin-top: 16px;
    margin-left: 0;
  }

  .image-6 {
    margin-top: 22px;
  }

  .image-7, .image-8 {
    margin-top: 16px;
    margin-left: 0;
  }

  .image-9 {
    margin-top: 130px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-10 {
    margin-top: 16px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 4px;
    font-size: 12vw;
    line-height: .8em;
  }

  h2 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 3.5em;
  }

  h3 {
    margin-top: 10px;
    font-size: 2em;
  }

  a {
    font-size: 20px;
  }

  .section.projects {
    padding-top: 160px;
  }

  .section.full-width-project-img {
    background-position: 50% 30%;
    height: 500px;
    min-height: auto;
  }

  .section.next-project {
    padding-bottom: 170px;
  }

  .section.contact {
    padding-top: 138px;
  }

  .section.about {
    padding-top: 140px;
  }

  .section.moving-text-section {
    padding-bottom: 90px;
  }

  .section.press {
    padding-top: 150px;
  }

  .section.press-article {
    padding-top: 141px;
  }

  .section.style-guide, .section.change-log-section {
    padding-top: 140px;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.project-main {
    padding-left: 70px;
  }

  .container.contact {
    padding-left: 50px;
  }

  .container.about {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.about-title {
    padding-right: 50px;
  }

  .container.press {
    padding-top: 0;
  }

  .container.press-template {
    margin-bottom: 30px;
    padding-right: 66px;
  }

  .container.footer {
    padding-left: 39px;
  }

  .left-nav-bar {
    padding-left: 10px;
  }

  .home-link {
    padding-top: 6px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .progress-bar {
    height: 60vh;
    margin-left: 24px;
    bottom: 6vh;
  }

  .letter, .letter.v, .letter.i, .letter.y, .letter.d {
    padding-bottom: 80px;
    font-size: 16px;
  }

  .circle-letters-wrap {
    width: 140px;
    height: 140px;
  }

  .project-image {
    max-width: 100%;
    height: 250px;
  }

  .collection-list-wrapper {
    padding-top: 90px;
    padding-left: 0;
  }

  .play-video-contain {
    right: 1px;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .nav-link.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu-grid {
    margin-right: -92px;
    bottom: 30.2vh;
    right: -103%;
  }

  .project-title-contain {
    max-width: none;
    inset: auto 0% -111px;
  }

  .project-type {
    margin-top: 4px;
    padding-left: 0;
  }

  .hero-title-wrap {
    padding-top: 50px;
  }

  .bottom-link {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 4.5em;
    line-height: .6em;
  }

  .bottom-link:hover {
    letter-spacing: .2em;
  }

  .black-play, .white-play {
    max-width: 60%;
  }

  .vertical {
    font-size: 3em;
  }

  .vertical-text-wrap {
    width: 2%;
    display: none;
    left: -30px;
  }

  .project-details {
    padding-top: 32px;
  }

  .project-detail {
    font-size: 16px;
  }

  .project-wrap {
    padding-left: 0;
    padding-right: 52px;
  }

  .form-field {
    height: 70px;
  }

  .form-field.message {
    padding-bottom: 90px;
  }

  .form-block {
    padding-right: 44px;
  }

  .button {
    font-size: 18px;
  }

  .contact-heading {
    font-size: 5em;
  }

  .about-content {
    flex-direction: column;
    padding-top: 50px;
  }

  .about-image-contain {
    width: 100%;
  }

  .about-image {
    height: 400px;
    min-height: auto;
  }

  .about-bio {
    padding-left: 0;
  }

  .large {
    margin-right: -76px;
    font-weight: 400;
  }

  .social-media {
    margin-bottom: 0;
  }

  .copyrights {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 30px;
  }

  .press-articles {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 4%;
    padding-right: 50px;
    overflow: visible;
  }

  .press-date {
    text-align: left;
  }

  .press-heading {
    padding-right: 50px;
  }

  .press-company-logo {
    max-width: 50%;
  }

  .style-block {
    padding: 20px;
  }

  .div-block-style-guide {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-wrapper {
    width: auto;
    margin-right: 0;
  }

  .color-wrapper {
    width: 50%;
  }

  .colors-contain {
    flex-wrap: wrap;
  }

  .project-heading {
    font-size: 2.5em;
  }

  .align-left {
    text-align: center;
  }

  .style-block-2, .style-block-3 {
    padding: 35px;
  }

  .licensing-source-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .image-licensing-grid.logos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .licensing-message {
    padding-top: 14px;
  }

  .rich-text-block {
    text-align: center;
    width: 100%;
  }

  .rich-text-block._100-percent-w {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 1em;
  }

  h3 {
    font-size: 20px;
  }

  h4, h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section {
    padding-top: 90px;
    overflow: hidden;
  }

  .section.full-width-project-img {
    height: 400px;
    min-height: auto;
  }

  .section.next-project {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .section.contact {
    padding-top: 132px;
  }

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

  .section.moving-text-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section.press {
    padding-top: 110px;
  }

  .container {
    padding-left: 46px;
    padding-right: 22px;
    position: static;
  }

  .container.project-main {
    padding-left: 30px;
    padding-right: 40px;
  }

  .container.contact {
    padding-left: 36px;
    padding-right: 16px;
  }

  .container.about {
    padding-left: 46px;
    padding-right: 30px;
  }

  .container.about-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.press {
    padding-left: 44px;
  }

  .container.press-template {
    margin-bottom: 18px;
  }

  .container.footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .word-wrap {
    margin-right: 10px;
  }

  .home-link {
    padding-top: 14px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .progress-bar {
    height: 250px;
    margin-left: 12px;
    bottom: 30%;
  }

  .letter, .letter.v, .letter.i, .letter.y, .letter.d {
    padding-bottom: 80px;
    font-size: 16px;
  }

  .circle-letters-wrap {
    width: 130px;
    height: 130px;
  }

  .project-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 20%;
    background-size: cover;
    height: 200px;
  }

  .collection-list-wrapper {
    width: 92%;
    padding-top: 40px;
  }

  .play-video-contain {
    right: 0;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-family: Visiapro, sans-serif;
  }

  .nav-link.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu-grid {
    margin-right: -124px;
    bottom: 25.3vh;
    right: -124%;
  }

  .project-title-contain {
    inset: auto auto -51% 0%;
  }

  .project-type {
    margin-top: 0;
    padding-left: 0;
    line-height: 22px;
  }

  .hero-title-wrap {
    margin-top: -95px;
    margin-bottom: -98px;
    padding-top: 24%;
  }

  .collection-item {
    margin-bottom: 260px;
  }

  .bottom-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    font-size: 3em;
    line-height: .6em;
  }

  .dark-light-toggle-wrap {
    padding-top: 40px;
  }

  .toggle-wrap {
    width: 70px;
    margin-left: -10px;
  }

  .small-bottom-link-text {
    font-size: 16px;
    line-height: 28px;
  }

  .vertical-text-wrap {
    display: none;
  }

  .project-details {
    margin-bottom: 86px;
    padding: 24px;
  }

  .project-detail {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .project-wrap {
    padding-left: 0;
    padding-right: 20px;
  }

  .heading {
    margin-top: 0;
  }

  .form-field {
    height: 60px;
  }

  .form-block {
    padding-right: 26px;
  }

  .contact-heading {
    max-width: 250px;
    font-size: 48px;
  }

  .about-content {
    padding-top: 24px;
  }

  .about-image {
    height: 250px;
  }

  .about-bio {
    padding-top: 18px;
    padding-right: 0;
  }

  .large {
    margin-right: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }

  .social-media {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: 100%;
  }

  .copyrights {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .copyrights-link {
    font-size: 14px;
  }

  .press-articles {
    flex: 0 auto;
    height: auto;
    padding-right: 8px;
  }

  .press-heading {
    padding-left: 14px;
    padding-right: 0;
  }

  .press-link {
    padding: 30px 14px;
  }

  .press-display-quote {
    font-size: 16px;
    line-height: 28px;
  }

  .style-block {
    padding: 20px;
  }

  .button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .color-wrapper {
    width: 100%;
  }

  .colors-contain {
    justify-content: center;
  }

  .project-heading {
    font-size: 30px;
  }

  .style-block-2 {
    padding: 20px 9px;
  }

  .style-block-3 {
    padding: 20px;
  }

  .image-licensing-grid.logos {
    grid-template-columns: 1fr;
  }

  .image {
    margin-top: 88px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-2 {
    margin-bottom: -190px;
    margin-left: 0;
    margin-right: 58px;
  }

  .image-3 {
    margin-bottom: -44px;
  }

  .image-4 {
    margin-top: 175px;
    margin-bottom: -16px;
  }

  .image-5 {
    margin-top: 25px;
    margin-left: 0;
  }

  .image-6 {
    margin-top: 16px;
  }

  .image-7, .image-8 {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-9 {
    margin-top: 130px;
    margin-left: 0;
  }

  .image-10 {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-4 {
    margin-top: -200px;
  }

  .lightbox-link-2 {
    margin-top: -200px;
    margin-bottom: 9px;
  }

  .lightbox-link-3 {
    margin-top: -13px;
  }
}


@font-face {
  font-family: 'Visiapro';
  src: url('../fonts/VisiaPro-Bold.otf') format('opentype'), url('../fonts/VisiaPro-BoldOutline.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Visiapro';
  src: url('../fonts/VisiaPro-Regular.otf') format('opentype'), url('../fonts/VisiaPro-RegularOutline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}