/* 

-------------------------------------------------------------

Theme Name: Portfolio
Author: Gene Ross
Author URI: http://geneross.co

*/
/* Helpers */
/* 

-------------------------------------------------------------

VARIABLES

*/
@font-face {
  font-family: "SuisseIntlLight";
  src: url("../fonts/SuisseIntl-Light.woff2") format("woff2"), url("../fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntlRegular";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntlMedium";
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntlSemiBold";
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsSemiBold";
  src: url("../fonts/JetBrainsMono-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsBold";
  src: url("../fonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.vh-fix, .hero .hero-image, .hero, .load-shift, .viewport, html, body {
  height: 100%;
  min-height: 100%;
  /* mobile viewport bug fix */
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes in {
  from {
    left: 0%;
    width: 100%;
  }
  to {
    left: 100%;
    width: 100%;
  }
}
@keyframes in {
  from {
    left: 0%;
    width: 100%;
  }
  to {
    left: 100%;
    width: 100%;
  }
}
@-webkit-keyframes out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* 

-------------------------------------------------------------

SPACERS

*/
.spacer, .spacer-1, .spacer-2, .spacer-3, .spacer-4, .spacer-5, .spacer-6, .spacer-7, .spacer-8, .spacer-9, .spacer-10, .spacer-11, .spacer-12, .spacer-18 {
  display: block;
}

.spacer-1 {
  width: 8px;
  height: 8px;
}

.spacer-2 {
  width: 16px;
  height: 16px;
}
@media (max-width: 1160px) {
  .spacer-2 {
    width: 8px;
    height: 8px;
  }
}

.spacer-3 {
  width: 24px;
  height: 24px;
}
@media (max-width: 1160px) {
  .spacer-3 {
    width: 16px;
    height: 16px;
  }
}

.spacer-4 {
  width: 32px;
  height: 32px;
}
@media (max-width: 1160px) {
  .spacer-4 {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 800px) {
  .spacer-4 {
    width: 20px;
    height: 20px;
  }
}

.spacer-5 {
  width: 40px;
  height: 40px;
}

.spacer-6 {
  width: 48px;
  height: 48px;
}

.spacer-8 {
  width: 64px;
  height: 64px;
}
@media (max-width: 1450px) {
  .spacer-8 {
    width: 57.6px;
    height: 57.6px;
  }
}
@media (max-width: 1160px) {
  .spacer-8 {
    width: 44.8px;
    height: 44.8px;
  }
}
@media (max-width: 800px) {
  .spacer-8 {
    width: 38.4px;
    height: 38.4px;
  }
}

.spacer-12 {
  width: 96px;
  height: 96px;
}
@media (max-width: 1450px) {
  .spacer-12 {
    width: 86.4px;
    height: 86.4px;
  }
}
@media (max-width: 1160px) {
  .spacer-12 {
    width: 67.2px;
    height: 67.2px;
  }
}
@media (max-width: 800px) {
  .spacer-12 {
    width: 57.6px;
    height: 57.6px;
  }
}
@media (max-width: 550px) {
  .spacer-12 {
    width: 38.4px;
    height: 38.4px;
  }
}

.spacer-18 {
  width: 144px;
  height: 144px;
}
@media (max-width: 1450px) {
  .spacer-18 {
    width: 129.6px;
    height: 129.6px;
  }
}
@media (max-width: 1160px) {
  .spacer-18 {
    width: 100.8px;
    height: 100.8px;
  }
}
@media (max-width: 800px) {
  .spacer-18 {
    width: 86.4px;
    height: 86.4px;
  }
}
@media (max-width: 550px) {
  .spacer-18 {
    width: 57.6px;
    height: 57.6px;
  }
}

.spacer-24 {
  width: 192px;
  height: 192px;
}
@media (max-width: 1450px) {
  .spacer-24 {
    width: 172.8px;
    height: 172.8px;
  }
}
@media (max-width: 1160px) {
  .spacer-24 {
    width: 134.4px;
    height: 134.4px;
  }
}
@media (max-width: 800px) {
  .spacer-24 {
    width: 115.2px;
    height: 115.2px;
  }
}
@media (max-width: 550px) {
  .spacer-24 {
    width: 76.8px;
    height: 76.8px;
  }
}

/* 

-------------------------------------------------------------

POSITIONS

*/
.position-center, .client-more a::before, .client-more a::after, .client-more span, .hero .logo-defaults, .hero h1, .slider-tooltip, .cursor span, .cursor .dot-circle, ul.list-random .item-link::after, ul.list-random .item-link, .border-btn::before, ul.list-outgoing a::before, .position-bottom-left, .position-bottom-right, .position-bottom, .asset .video-stand, .process .process-bg, .position-top-right, .screen-loading .load-time, .screen-preloading .load-time, .position-top-left, .screen-loading .load-assets, .screen-preloading .load-assets, .screen-loading .load-duration, .screen-preloading .load-duration, .screen-loading .load-total, .screen-preloading .load-total, .has-border::before, .position-top, .navigation .social-menu::before, .navigation .social-menu::after, .nav, .navigation, .navigation-bottom, .client-block:nth-child(2n+1)::after, .client-block:nth-child(3n+1)::after, .hero .hero-image, .screen-loading, .screen-preloading {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}

.position-top, .navigation .social-menu::before, .navigation .social-menu::after, .nav, .navigation, .navigation-bottom, .client-block:nth-child(2n+1)::after, .client-block:nth-child(3n+1)::after, .hero .hero-image, .screen-loading, .screen-preloading {
  bottom: auto;
}

.position-top-left, .screen-loading .load-assets, .screen-preloading .load-assets, .screen-loading .load-duration, .screen-preloading .load-duration, .screen-loading .load-total, .screen-preloading .load-total, .has-border::before {
  right: auto;
  bottom: auto;
}

.position-top-right, .screen-loading .load-time, .screen-preloading .load-time {
  left: auto;
  bottom: auto;
}

.position-bottom, .asset .video-stand, .process .process-bg {
  top: auto;
}

.position-bottom-right {
  top: auto;
  left: auto;
}

.position-bottom-left {
  top: auto;
  right: auto;
}

/* Base */
/* 

-------------------------------------------------------------

TYPOGRAPHY

*/
p {
  margin: 0px;
}

h1, h2, h3, h4 {
  font-family: "SuisseIntlSemiBold";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h1 {
  font-size: 15.5vh;
  line-height: 13vh;
  letter-spacing: -3px;
  text-align: center;
  perspective: 500px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 14.5vw;
    line-height: 12.5vw;
    letter-spacing: -1.5px;
  }
}

h3 {
  font-size: 80px;
  line-height: 74px;
  letter-spacing: -1px;
  display: block;
}
@media (max-width: 1450px) {
  h3 {
    font-size: 72px;
    line-height: 66px;
  }
}
@media (max-width: 1160px) {
  h3 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 800px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    letter-spacing: -0.25px;
  }
}
h3 a {
  display: block;
  color: #CDCFCF;
}
h3 a:hover {
  padding-left: 20px;
  color: #171a1b;
}
@media (max-width: 800px) {
  h3 a:hover {
    padding-left: 0px;
  }
}

.text-large {
  font-family: "SuisseIntlRegular";
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.25px;
}
@media (max-width: 1450px) {
  .text-large {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1160px) {
  .text-large {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 550px) {
  .text-large {
    font-size: 8vw;
    line-height: 9.5vw;
  }
}

.text-medium {
  font-family: "SuisseIntlRegular";
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.25px;
}
@media (max-width: 1450px) {
  .text-medium {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1160px) {
  .text-medium {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-small, .company-list, body {
  font-family: "SuisseIntlLight";
  color: #707272;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1450px) {
  .text-small, .company-list, body {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1160px) {
  .text-small, .company-list, body {
    font-size: 15px;
    line-height: 25px;
  }
}

.text-xsmall {
  font-family: "SuisseIntlLight";
  color: #707272;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1450px) {
  .text-xsmall {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1160px) {
  .text-xsmall {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 800px) {
  .text-xsmall {
    font-size: 12px;
    line-height: 20px;
  }
}

.text-eyebrow, .nav, .navigation, .navigation-bottom, .slider-tooltip, .border-btn, ul.list-outgoing a, .meta-bar, .label {
  font-family: "SuisseIntlMedium";
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  .text-eyebrow, .nav, .navigation, .navigation-bottom, .slider-tooltip, .border-btn, ul.list-outgoing a, .meta-bar, .label {
    font-size: 13px;
  }
}

.label {
  position: relative;
  padding-top: 10px;
}

.has-border::before {
  height: 2px;
  content: "";
  top: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0px;
}

.company-list {
  float: left;
  width: 50%;
  line-height: 36px;
}
.company-list:after {
  content: "";
  display: table;
  clear: both;
}

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

/* 

-------------------------------------------------------------

META BAR

*/
.meta-bar {
  width: 100%;
  height: 80px;
  z-index: 50;
}
@media (max-width: 800px) {
  .meta-bar {
    height: 72px;
  }
}

.meta-bar-container {
  margin: 20px 30px;
  position: relative;
}
@media (max-width: 800px) {
  .meta-bar-container {
    margin: 16px 30px;
  }
}

/* 

-------------------------------------------------------------

LINKS

*/
a, a::before, a::after {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  color: #171a1b;
}

.border-btn, ul.list-outgoing a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  line-height: 40px;
}
@media (max-width: 800px) {
  .border-btn, ul.list-outgoing a {
    padding-left: 30px;
    line-height: 32px;
  }
}

.border-btn::before, ul.list-outgoing a::before {
  right: auto;
}

.has-arrow, ul.list-random .item-link::after, .border-btn::before, ul.list-outgoing a::before {
  display: block;
  height: 16px;
  width: 16px;
  content: "";
  -webkit-mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/icon-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
}

.has-plus::before {
  display: block;
  height: 16px;
  width: 16px;
  content: "";
  -webkit-mask-image: url(../img/icon-plus.svg);
  mask-image: url(../img/icon-plus.svg);
}

.rotate-plus::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.border-btn:hover, ul.list-outgoing a:hover {
  padding-left: 42px;
}
@media (max-width: 800px) {
  .border-btn:hover, ul.list-outgoing a:hover {
    padding-left: 0px;
  }
}

.border-btn:hover::before, ul.list-outgoing a:hover::before, .border-btn:hover::after, ul.list-outgoing a:hover::after {
  left: 15px;
}
@media (max-width: 800px) {
  .border-btn:hover::before, ul.list-outgoing a:hover::before, .border-btn:hover::after, ul.list-outgoing a:hover::after {
    left: 0px;
  }
}

.border-btn::before, ul.list-outgoing a::before, .border-btn::after, ul.list-outgoing a::after, .has-border::before, .image-wipe::before {
  background-color: #171a1b;
}

.no-arrow {
  padding-left: 0px;
}

.no-arrow::before {
  display: none;
}

.no-arrow:hover {
  padding-left: 0;
}

/* 

-------------------------------------------------------------

LISTS

*/
ul.list-outgoing li {
  height: 40px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0px, 40px, 0px);
  -moz-transform: translate3d(0px, 40px, 0px);
  -ms-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
}
@media (max-width: 800px) {
  ul.list-outgoing li {
    height: 32px;
  }
}
ul.list-outgoing li.animate-in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
ul.list-outgoing a::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.list-outgoing a:hover {
  padding-left: 50px;
}

ul.list-random li {
  position: relative;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0px, 40px, 0px);
  -moz-transform: translate3d(0px, 40px, 0px);
  -ms-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
}
ul.list-random li:after {
  content: "";
  display: table;
  clear: both;
}
ul.list-random li.animate-in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
ul.list-random .item-thumbnail {
  width: 100px;
}
@media (max-width: 1160px) {
  ul.list-random .item-thumbnail {
    width: 70px;
  }
}
ul.list-random .item-link {
  width: 75%;
  height: 70px;
  left: 130px;
  right: auto;
  display: block;
}
@media (max-width: 1160px) {
  ul.list-random .item-link {
    line-height: 30px;
    height: 60px;
    width: 72%;
    left: 90px;
  }
}
ul.list-random .item-link::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  background-color: #171a1b;
}
@media (max-width: 800px) {
  ul.list-random .item-link::after {
    display: none;
  }
}
ul.list-random span.text-small, ul.list-random span.company-list, ul.list-random span.textxsmall {
  width: 100%;
  display: block;
  color: #171a1b;
}
@media (max-width: 1160px) {
  ul.list-random span.text-small, ul.list-random span.company-list, ul.list-random span.textxsmall {
    line-height: 22px;
  }
}

ul.list-social li {
  height: 40px;
  overflow: hidden;
}

ul.list-experience li {
  padding-left: 80px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 800px) {
  ul.list-experience li {
    padding-left: 60px;
    padding-bottom: 30px;
  }
}
ul.list-experience li::before {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  height: 30px;
  width: 14px;
  -webkit-mask-image: url(../img/icon-bullet.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/icon-bullet.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #171a1b;
}
ul.list-experience li.no-top .spine::before {
  display: none;
}
ul.list-experience li.no-bottom {
  padding-bottom: 0px;
}
ul.list-experience li.no-bottom .spine::after {
  display: none;
}
ul.list-experience span {
  display: block;
}
ul.list-experience .spine {
  display: block;
  position: absolute;
  width: 1px;
  left: 10px;
  top: 0px;
  height: 100%;
  overflow: hidden;
}
ul.list-experience .spine::before, ul.list-experience .spine::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  height: 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
ul.list-experience .spine::after {
  height: 100%;
  top: 34px;
}

/* 

-------------------------------------------------------------

IMAGE WIPE

*/
.image-wipe {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}

/* 

-------------------------------------------------------------

ANIMATE GLOBAL

*/
.animate-in .has-border::before {
  width: 120px;
}

/* 

-------------------------------------------------------------

GLOBAL

*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-decoration: none;
}

html, body {
  background-color: #171a1b;
  color: #F8F8F8;
  -ms-overflow-style: none;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

body::-webkit-scrollbar {
  display: none;
}

.viewport {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

img {
  max-width: 100%;
  margin-bottom: -8px;
}

video {
  width: 100%;
  pointer-events: none;
  margin-bottom: -10px;
}

.overflow-top {
  -webkit-transform: translate3d(0px, -200px, 0px);
  -moz-transform: translate3d(0px, -200px, 0px);
  -ms-transform: translate3d(0px, -200px, 0px);
  transform: translate3d(0px, -200px, 0px);
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.main {
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.borderbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.debug {
  background: rgba(0, 0, 0, 0.1);
}

.clear, .asset-compsfull {
  clear: both;
}

.scroll-arrow {
  fill: none;
  stroke-width: 2;
  stroke: #FFFFFF;
}

/* 

-------------------------------------------------------------

COLOR MODES

*/
.background-dark {
  background-color: #121314;
  color: #F8F8F8;
}

.background-light {
  background-color: #F8F8F8;
  color: #171a1b;
}

/* Components */
/* 

-------------------------------------------------------------

CURSOR

*/
.cursor {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  z-index: 150;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 800px) {
  .cursor {
    opacity: 0;
  }
}
.cursor .dot-circle {
  border: 2px solid #171a1b;
  width: 40px;
  height: 40px;
  z-index: 150;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media (max-width: 800px) {
  .cursor .dot-circle {
    display: none;
  }
}
.cursor .dot-expand {
  width: 68px;
  height: 68px;
}
.cursor span {
  display: block;
}
.cursor span.arrow {
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: -50px;
}
.cursor span.visible {
  margin-left: 13px;
}

.load-path {
  opacity: 0;
}

.loading .cursor {
  -webkit-transform: rotate(360);
  -moz-transform: rotate(360);
  -ms-transform: rotate(360);
  transform: rotate(360);
}
@media (max-width: 800px) {
  .loading .cursor {
    opacity: 1;
  }
}
.loading .cursor .dot-circle {
  opacity: 0;
}
.loading .load-path-parent {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: -64%;
  margin-top: -64%;
  width: 100px;
  height: 100px;
  opacity: 1;
}
.loading .load-path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  stroke: #F8F8F8;
  animation: loading 20s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  opacity: 1;
}
@keyframes loading {
  to {
    stroke-dashoffset: 0;
  }
}

.loading-complete .load-path-parent {
  margin-left: 0%;
  margin-top: 0%;
  width: 44px;
  height: 44px;
  opacity: 0;
}

/* 

-------------------------------------------------------------

LIGHT CURSOR

*/
html.cursor-dark .cursor .dot-circle {
  border: 2px solid #171a1b;
}
html.cursor-dark span.arrow {
  background-color: #171a1b;
  content: "";
  -webkit-mask-image: url(../img/icon-arrow.svg);
  mask-image: url(../img/icon-arrow.svg);
}

html.cursor-light .cursor .dot-circle {
  border: 2px solid #F8F8F8;
}
html.cursor-light span.arrow {
  background-color: #F8F8F8;
  content: "";
  -webkit-mask-image: url(../img/icon-arrow.svg);
  mask-image: url(../img/icon-arrow.svg);
}

/* 

-------------------------------------------------------------

TEXT WIPE

*/
.text-wipe div {
  overflow: hidden;
}

/* 

-------------------------------------------------------------

MENU

*/
.menu-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu {
  position: fixed;
  top: 0px;
  width: 50%;
  z-index: 200;
  height: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  right: -50%;
}
@media (max-width: 800px) {
  .menu {
    width: 100%;
    right: -100%;
  }
}
.menu .menu-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: scroll;
  z-index: 300;
}
.menu .menu-bio-snippet, .menu .menu-bio-full {
  display: none;
}
.menu .menu-bio-active {
  display: block;
}
.menu .menu-container {
  padding-top: 150px;
  padding-bottom: 50px;
  width: 500px;
  margin: auto;
}
@media (max-width: 1450px) {
  .menu .menu-container {
    width: 450px;
  }
}
@media (max-width: 1160px) {
  .menu .menu-container {
    width: 80%;
    padding-top: 100px;
  }
}
@media (max-width: 800px) {
  .menu .menu-container {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .menu .menu-container {
    width: 87vw;
  }
}
@media (max-width: 800px) {
  .menu h3 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}

/* 

-------------------------------------------------------------

MENU ACTIVE

*/
.menu-active {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.menu-active .menu-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 90;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.menu-active .has-border::before {
  width: 120px;
}
.menu-active .menu {
  right: 0%;
}
.menu-active .scroll-btn, .menu-active .scroll-text {
  bottom: -100px;
}

/* 

-------------------------------------------------------------

SLIDER

*/
.image-slider {
  margin: auto;
  height: 960px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1450px) {
  .image-slider {
    height: 768px;
  }
}
@media (max-width: 1160px) {
  .image-slider {
    height: 480px;
  }
}
@media (max-width: 800px) {
  .image-slider {
    height: 64vw;
  }
}
@media (max-width: 550px) {
  .image-slider {
    height: 69.6vw;
  }
}
.image-slider .slide {
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  opacity: 0;
}
.image-slider .slide-active {
  opacity: 0.2;
}

.image-slider-active .slide-active {
  opacity: 1;
}

.slider-tooltip {
  border-radius: 30px;
  width: 180px;
  height: 60px;
  line-height: 60px;
  background-color: #E0E2E2;
  z-index: 15;
}
@media (max-width: 1160px) {
  .slider-tooltip {
    line-height: 40px;
    height: 40px;
    width: 160px;
  }
}

/* Layout */
/* 

-------------------------------------------------------------

COLUMNS

*/
.clipped-margin {
  margin: 0px 100px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .clipped-margin {
    margin: 0px;
  }
}

.container {
  position: relative;
  width: 1200px;
  margin: auto;
}
@media (max-width: 1450px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 1160px) {
  .container {
    width: 600px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 80vw;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .container {
    width: 87vw;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col, .row .span-0, .row .span-1, .row .span-2, .row .span-3, .row .span-4, .row .span-5, .row .span-6, .row .span-7, .row .span-8, .row .span-9, .row .span-10 {
  margin: 0px 2.0833333333%;
  width: 4.1666666667%;
  float: left;
  min-height: 1px;
  position: relative;
}
.row .span-0 {
  width: auto;
}
.row .span-1 {
  width: 4.1666666667%;
}
.row .span-2 {
  width: 12.5%;
}
@media (max-width: 800px) {
  .row .span-2 {
    width: 100%;
    margin: auto;
  }
}
.row .span-3 {
  width: 20.8333333333%;
}
@media (max-width: 800px) {
  .row .span-3 {
    width: 50%;
  }
}
.row .span-4 {
  width: 29.1666666667%;
}
@media (max-width: 800px) {
  .row .span-4 {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.row .span-5 {
  width: 37.5%;
}
@media (max-width: 800px) {
  .row .span-5 {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.row .span-6 {
  width: 45.8333333333%;
}
@media (max-width: 800px) {
  .row .span-6 {
    float: none;
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .row .span-6 {
    width: 100%;
  }
}
.row .span-7 {
  width: 54.1666666667%;
}
@media (max-width: 800px) {
  .row .span-7 {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.row .span-8 {
  width: 62.5%;
}
@media (max-width: 800px) {
  .row .span-8 {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.row .span-9 {
  width: 70.8333333333%;
}
@media (max-width: 800px) {
  .row .span-9 {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.row .span-10 {
  width: 79.1666666667%;
}
.row .span-12 {
  width: 100%;
}
@media (max-width: 1160px) {
  .row .span-0, .row .span-1, .row .span-2, .row .span-3, .row .span-4, .row .span-5, .row .span-6, .row .span-7, .row .span-8, .row .span-9, .row .span-10 {
    width: 100%;
    margin: auto;
    float: none;
  }
}
.row .buffer-right {
  margin-right: 6.25%;
}
.row .buffer-left {
  margin-left: 6.25%;
}
.row .float-right {
  float: right;
}
.row .center {
  float: none;
  margin: auto;
}

.showgrid .container {
  background: rgba(0, 0, 0, 0.03);
}
.showgrid .row .col, .showgrid .row .span-0, .showgrid .row .span-1, .showgrid .row .span-2, .showgrid .row .span-3, .showgrid .row .span-4, .showgrid .row .span-5, .showgrid .row .span-6, .showgrid .row .span-7, .showgrid .row .span-8, .showgrid .row .span-9, .showgrid .row .span-10 {
  background: rgba(0, 0, 0, 0.1);
}

/* Sections */
/* 

-------------------------------------------------------------

FOOTER

*/
.footer {
  text-align: center;
  padding-bottom: 20px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 800px) {
  .footer {
    padding-top: 64px;
  }
}
.footer .footer-left {
  text-align: left;
  width: 40%;
  float: left;
  margin-left: 30px;
}
@media (max-width: 800px) {
  .footer .footer-left {
    padding-top: 40px;
    width: 120px;
  }
}
.footer .footer-right {
  text-align: right;
  width: 40%;
  float: right;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .footer .footer-right {
    width: 120px;
  }
}
.footer .footer-right a {
  margin-left: 30px;
}

/* 

-------------------------------------------------------------

NAVIGATION

*/
.screen-loading, .screen-preloading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 149;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.screen-loading .meta-bar, .screen-preloading .meta-bar {
  text-align: center;
  overflow: hidden;
}
.screen-loading .load-label, .screen-preloading .load-label {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}
.screen-loading .load-total, .screen-preloading .load-total {
  text-align: left;
}
.screen-loading .load-assets, .screen-preloading .load-assets, .screen-loading .load-duration, .screen-preloading .load-duration {
  display: inline-block;
  text-align: right;
  width: 35%;
}
@media (max-width: 800px) {
  .screen-loading .load-assets, .screen-preloading .load-assets, .screen-loading .load-duration, .screen-preloading .load-duration {
    width: 45%;
  }
}
.screen-loading .load-duration, .screen-preloading .load-duration {
  left: auto;
  right: 0;
  text-align: left;
}
@media (max-width: 800px) {
  .screen-loading .load-duration, .screen-preloading .load-duration {
    display: none;
  }
}
.screen-loading .load-time, .screen-preloading .load-time {
  float: right;
  text-align: right;
}

/* 

-------------------------------------------------------------

LOAD SHIFTS

*/
.load-shift {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.loading .cursor {
  -webkit-transform: translate3d(50vw, 50vh, 0px);
  -moz-transform: translate3d(50vw, 50vh, 0px);
  -ms-transform: translate3d(50vw, 50vh, 0px);
  transform: translate3d(50vw, 50vh, 0px);
}
@media (max-width: 800px) {
  .loading .cursor {
    -webkit-transform: translate3d(50vw, 46vh, 0px);
    -moz-transform: translate3d(50vw, 46vh, 0px);
    -ms-transform: translate3d(50vw, 46vh, 0px);
    transform: translate3d(50vw, 46vh, 0px);
  }
}
.loading .load-shift {
  -webkit-transform: translate3d(0px, 300px, 0px);
  -moz-transform: translate3d(0px, 300px, 0px);
  -ms-transform: translate3d(0px, 300px, 0px);
  transform: translate3d(0px, 300px, 0px);
}
@media (max-width: 800px) {
  .loading .load-shift {
    -webkit-transform: translate3d(0px, 100px, 0px);
    -moz-transform: translate3d(0px, 100px, 0px);
    -ms-transform: translate3d(0px, 100px, 0px);
    transform: translate3d(0px, 100px, 0px);
  }
}

/* 

-------------------------------------------------------------

LOAD BEGIN

*/
.loading-begin .screen-loading .load-label, .loading-begin .screen-preloading .load-label {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* 

-------------------------------------------------------------

LOAD COMPLETE

*/
.loading-complete .screen-loading .load-label, .loading-complete .screen-preloading .load-label {
  -webkit-transform: translate3d(0px, -50px, 0px);
  -moz-transform: translate3d(0px, -50px, 0px);
  -ms-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
}

.screen-loading-complete {
  -webkit-transform: translate3d(0px, -100vh, 0px);
  -moz-transform: translate3d(0px, -100vh, 0px);
  -ms-transform: translate3d(0px, -100vh, 0px);
  transform: translate3d(0px, -100vh, 0px);
}

/* 

-------------------------------------------------------------

PRELOADING

*/
.screen-preloading {
  -webkit-transform: translate3d(0px, 100vh, 0px);
  -moz-transform: translate3d(0px, 100vh, 0px);
  -ms-transform: translate3d(0px, 100vh, 0px);
  transform: translate3d(0px, 100vh, 0px);
}

.preloading .screen-preloading {
  top: 0%;
  -webkit-transform: translate3d(0px, 0vh, 0px);
  -moz-transform: translate3d(0px, 0vh, 0px);
  -ms-transform: translate3d(0px, 0vh, 0px);
  transform: translate3d(0px, 0vh, 0px);
}
.preloading .load-shift {
  -webkit-transform: translate3d(0px, -300px, 0px);
  -moz-transform: translate3d(0px, -300px, 0px);
  -ms-transform: translate3d(0px, -300px, 0px);
  transform: translate3d(0px, -300px, 0px);
  opacity: 0.3;
}
@media (max-width: 800px) {
  .preloading .load-shift {
    -webkit-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
  }
}

/* 

-------------------------------------------------------------

HERO

*/
.hero {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.hero .hero-image {
  width: 100%;
  background-image: url(../img/hero-photo-v2.jpg);
  background-position: center;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.hero .hero-cruise {
  background-image: url(../img/work-cruise.jpg);
}
.hero .hero-better {
  background-image: url(../img/work-better.jpg);
}
.hero .hero-slack {
  background-image: url(../img/work-slack.jpg);
}
.hero .hero-sifive {
  background-image: url(../img/work-sifive.jpg);
}
.hero .hero-coinbase {
  background-image: url(../img/work-coinbase.jpg);
}
.hero .hero-tr {
  background-image: url(../img/work-tr.jpg);
}
.hero .hero-twitter {
  background-image: url(../img/work-twitter.jpg);
}
.hero .hero-active {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.hero .meta-bar-top span {
  text-align: center;
  display: inline-block;
  width: 33%;
}
@media (max-width: 800px) {
  .hero .meta-bar-top span {
    width: auto;
    text-align: left;
    margin-left: 30px;
    float: left;
  }
}
@media (max-width: 800px) {
  .hero .meta-bar-top span:nth-child(2) {
    display: none;
  }
}
.hero .meta-bar-bottom {
  text-align: left;
}
.hero .meta-bar-bottom a {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #F8F8F8;
  -webkit-mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/icon-arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
}
@media (max-width: 800px) {
  .hero .meta-bar-bottom a {
    margin-right: -17px;
  }
}
.hero .hero-scroll {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 30px;
}
.hero h1 {
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  top: 50%;
  bottom: auto;
  z-index: 5;
  text-align: center;
}
.hero .logo-defaults {
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  top: 50%;
  bottom: auto;
  z-index: 5;
  width: 200px;
  height: 200px;
  background-color: #F8F8F8;
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

/* 

-------------------------------------------------------------

COLOR MODES

*/
.hero {
  color: #FFFFFF;
  background-color: #171a1b;
}

/* 

-------------------------------------------------------------

ANIMATE GLOBAL

*/
/* 

-------------------------------------------------------------

ABOUT

*/
.photo-collage {
  margin: 0px;
  height: 70vw;
  position: relative;
}
@media (max-width: 1160px) {
  .photo-collage {
    height: 55vw;
  }
}
@media (max-width: 800px) {
  .photo-collage {
    height: 96vw;
  }
}
.photo-collage span {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.photo-collage .photo-1 {
  width: 62vw;
  height: 41vw;
  z-index: 0;
}
@media (max-width: 800px) {
  .photo-collage .photo-1 {
    width: 58vw;
    height: 58vw;
    margin-left: 0px;
  }
}
.photo-collage .photo-1 span {
  background-image: url(../img/outdoors1-v2.jpg);
}
.photo-collage .photo-2 {
  position: absolute;
  width: 26vw;
  height: 29vw;
  z-index: 10;
  left: 23vw;
  bottom: 15vw;
}
@media (max-width: 1160px) {
  .photo-collage .photo-2 {
    width: 32vw;
    height: 35.2vw;
    left: auto;
    right: 16vw;
    bottom: 0px;
  }
}
@media (max-width: 800px) {
  .photo-collage .photo-2 {
    width: 58vw;
    height: 58vw;
    right: 0px;
  }
}
.photo-collage .photo-2 span {
  background-image: url(../img/outdoors2-v2.jpg);
}
.photo-collage .photo-3 {
  position: absolute;
  width: 26vw;
  height: 29vw;
  z-index: 10;
  right: 5.7vw;
  bottom: 0vw;
}
@media (max-width: 1160px) {
  .photo-collage .photo-3 {
    display: none;
  }
}
.photo-collage .photo-3 span {
  background-image: url(../img/outdoors3-v2.jpg);
}

/* 

-------------------------------------------------------------

ANIMATE GLOBAL

*/
.photo-collage .image-wipe-in span {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* 

-------------------------------------------------------------

CLIENT LIST

*/
.client-list {
  position: relative;
}
.client-list .list-media {
  width: 45.8333333333%;
  background-color: #E0E2E2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  -moz-transform: scale3d(0.95, 0.95, 0.95);
  -ms-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
}
@media (max-width: 1160px) {
  .client-list .list-media {
    width: 350px;
    margin-left: -50px;
  }
}
@media (max-width: 800px) {
  .client-list .list-media {
    width: 100%;
    max-width: 550px;
    margin: auto;
    margin-bottom: 32px;
  }
}
.client-list .list-media video {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
.client-list .hero-better {
  background-image: url(../img/logo-better.png);
}
.client-list .hero-sifive {
  background-image: url(../img/logo-sifive.png);
}
.client-list .hero-cruise {
  background-image: url(../img/logo-cruise.png);
}
.client-list .hero-trade {
  background-image: url(../img/logo-trade.png);
}
.client-list .hero-twitter {
  background-image: url(../img/logo-twitter.png);
}
.client-list .list-media-active {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.client-list .list-media-active video {
  opacity: 1;
}
.client-list .list-title {
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  position: absolute;
  width: 33.3333333333%;
  left: 54.1666666667%;
  top: 50%;
}
@media (max-width: 1160px) {
  .client-list .list-title {
    width: 275px;
    left: 350px;
  }
}
@media (max-width: 800px) {
  .client-list .list-title {
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
    width: auto;
    top: auto;
    left: auto;
    position: relative;
  }
}
@media (max-width: 800px) {
  .client-list .label, .client-list .spacer-3, .client-list .spacer-4, .client-list .spacer-18 {
    display: none;
  }
}
@media (max-width: 800px) {
  .client-list .text-small, .client-list body, .client-list .company-list {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.client-list .noborder {
  border: none;
}

.client-list-item {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 800px) {
  .client-list-item {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

.client-list-item:nth-last-child(2) {
  border-bottom: none;
}
.client-list-item:nth-last-child(2) .spacer-18:nth-child(n+2) {
  display: none;
}

/* 

-------------------------------------------------------------

CLIENT PAGINATION

*/
.client-pagination {
  position: fixed;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 48px;
  height: 100px;
  z-index: 90;
  text-align: center;
  -webkit-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  right: 0px;
}
.client-pagination span.pagination-item {
  display: block;
  margin: auto;
  padding: 8px;
}
.client-pagination span.pagination-item span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: auto;
  border-style: solid;
  background-color: #171a1b;
  border-color: #171a1b;
  -webkit-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  border-width: 0px;
  opacity: 0.1;
  width: 6px;
  height: 6px;
}
.client-pagination span.active span {
  background: transparent;
  height: 4px;
  width: 4px;
  border-width: 2px;
  opacity: 1;
}

/* 

-------------------------------------------------------------

CLIENT BLOCKS

*/
.client-block {
  margin: 0px 2.0833333333%;
  width: 29.1666666667%;
  float: left;
  position: relative;
  min-height: 180px;
  padding-bottom: 48px;
  padding-top: 48px;
}
@media (max-width: 1450px) {
  .client-block {
    min-height: 160px;
  }
}
@media (max-width: 1160px) {
  .client-block {
    width: 45.8333333333%;
    padding-top: 32px;
    min-height: auto;
    height: auto;
    margin: 0px;
  }
}
@media (max-width: 800px) {
  .client-block {
    min-height: auto;
    height: auto;
  }
}
.client-block img {
  object-fit: cover;
  width: auto;
  height: 40px;
}
@media (max-width: 550px) {
  .client-block img {
    height: 30px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1160px) {
  .client-block:nth-child(2n+1) {
    margin-right: 8.3333333333%;
  }
}

.client-block:nth-child(n+7) {
  display: none;
}

.client-block:nth-child(3n+1)::after {
  content: "";
  height: 1px;
  width: 1150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1450px) {
  .client-block:nth-child(3n+1)::after {
    width: 920px;
  }
}
@media (max-width: 1160px) {
  .client-block:nth-child(3n+1)::after {
    display: none;
  }
}

.client-block:nth-child(2n+1)::after {
  content: "";
  height: 1px;
}
@media (max-width: 1160px) {
  .client-block:nth-child(2n+1)::after {
    width: 600px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
  }
}
@media (max-width: 800px) {
  .client-block:nth-child(2n+1)::after {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .client-block:nth-child(2n+1)::after {
    width: 87vw;
  }
}

.client-more {
  position: relative;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 2.1739130435%;
  margin-top: 0px;
}
@media (max-width: 1160px) {
  .client-more {
    margin: 0px;
  }
}
.client-more span {
  display: block;
  width: 80px;
  height: 40px;
  background-color: #F8F8F8;
  text-align: center;
}
.client-more a {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.client-more a::before, .client-more a::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #171a1b;
}
.client-more a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.client-more-active a {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 

-------------------------------------------------------------

LIST ACTIVE

*/
.list-active .client-pagination {
  opacity: 1;
  right: 26px;
}
@media (max-width: 800px) {
  .list-active .client-pagination {
    display: none;
  }
}

/* 

-------------------------------------------------------------

CASE STUDY

*/
@media (max-width: 800px) {
  .case-study-intro h3 {
    font-size: 14.5vw;
    line-height: 12.5vw;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
  }
}

.case-study-work .noborder {
  border: none;
}
@media (max-width: 550px) {
  .case-study-work .spacer-18 {
    height: 48px;
  }
}

.process {
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}
.process .process-bg {
  width: 100%;
  height: 50%;
  z-index: 0;
}
.process video {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .process video {
    width: 150%;
    margin-left: -25%;
  }
}

.asset {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
}
.asset .video-frame {
  width: 960px;
  border-radius: 12px;
  padding: 12px;
  margin: auto;
  background-color: #171a1b;
  z-index: 1;
  position: relative;
}
@media (max-width: 1160px) {
  .asset .video-frame {
    width: 600px;
  }
}
@media (max-width: 800px) {
  .asset .video-frame {
    width: 83vw;
    border-radius: 6px;
    padding: 6px;
  }
}
.asset .video-stand {
  z-index: 0;
  width: 252px;
  height: 168px;
}
@media (max-width: 1160px) {
  .asset .video-stand {
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 800px) {
  .asset .video-stand {
    width: 27vw;
    height: 18vw;
  }
}

.asset:nth-last-child(5) {
  border-bottom: none;
}

.asset-inset {
  width: 1200px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .asset-inset {
    width: 960px;
  }
}
@media (max-width: 1160px) {
  .asset-inset {
    width: 600px;
  }
}
@media (max-width: 800px) {
  .asset-inset {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .asset-inset {
    width: 87vw;
  }
}
.asset-inset img {
  margin-bottom: -10px;
}

.asset-compsfull {
  width: 960px;
}
@media (max-width: 1450px) {
  .asset-compsfull {
    width: 960px;
  }
}
@media (max-width: 1160px) {
  .asset-compsfull {
    width: 600px;
  }
}
@media (max-width: 800px) {
  .asset-compsfull {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .asset-compsfull {
    width: 87vw;
  }
}
.asset-compsfull img {
  display: block;
  width: 45%;
  margin-bottom: 0px;
}
@media (max-width: 550px) {
  .asset-compsfull img {
    width: 46%;
  }
}
.asset-compsfull img {
  float: left;
}
.asset-compsfull img:nth-child(1) {
  float: right;
}

.asset-3col {
  margin: 0px 4.1666666667%;
}
.asset-3col:after {
  content: "";
  display: table;
  clear: both;
}
.asset-3col .col-block {
  display: inline-block;
  width: 28%;
  margin: 0px 25px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1160px) {
  .asset-3col .col-block {
    margin: 0px 2.5%;
  }
}
@media (max-width: 800px) {
  .asset-3col .col-block {
    text-align: center;
    display: block;
    margin: 20px auto;
    width: 83vw;
  }
}

/* 

-------------------------------------------------------------

NAVIGATION

*/
.nav, .navigation, .navigation-bottom {
  position: fixed;
  z-index: 251;
  margin: 20px 30px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .nav, .navigation, .navigation-bottom {
    margin: 15px 15px;
  }
}
.nav a, .navigation a, .navigation-bottom a {
  display: block;
  width: 16px;
  height: 16px;
  padding: 12px;
  position: relative;
  pointer-events: auto;
}
.nav .social-menu, .navigation .social-menu, .navigation-bottom .social-menu {
  float: right;
}
.nav .logo, .navigation .logo, .navigation-bottom .logo {
  float: left;
  content: "";
  -webkit-mask-image: url(../img/logo.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #FFFFFF;
}
.nav .nav-left, .navigation .nav-left, .navigation-bottom .nav-left {
  width: 40%;
  float: left;
}
.nav .nav-right, .navigation .nav-right, .navigation-bottom .nav-right {
  float: right;
  width: 40%;
}

.navigation-bottom {
  top: auto;
  bottom: 0px;
  display: none;
}

.navigation .social-menu::before, .navigation .social-menu::after {
  top: 17px;
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.navigation .social-menu::after {
  top: 21px;
}

/* 

-------------------------------------------------------------

NAVIGATION COLOR STYLES

*/
.nav a, .navigation-bottom a, .navigation a {
  color: #FFFFFF;
}

.navigation .social-menu::before, .navigation .social-menu::after {
  background: #FFFFFF;
}

.navigation-dark {
  color: #171a1b;
}
.navigation-dark a {
  color: #171a1b;
}
.navigation-dark .logo, .navigation-dark .nav-arrow::before, .navigation-dark .social-menu::before, .navigation-dark .social-menu::after {
  background-color: #171a1b;
}

/* 

-------------------------------------------------------------

LOADING NAVIGATION STYLES

*/
.loading .navigation {
  color: #FFFFFF;
}
.loading .navigation a {
  color: #FFFFFF;
}
.loading .navigation .logo, .loading .navigation .nav-arrow::before, .loading .navigation .social-menu::before, .loading .navigation .social-menu::after {
  background-color: #FFFFFF;
}
.loading .nav a, .loading .navigation-bottom a, .loading .navigation a {
  color: #FFFFFF;
}

.preloading .navigation {
  color: #FFFFFF;
}
.preloading .navigation a {
  color: #FFFFFF;
}
.preloading .navigation .logo, .preloading .navigation .nav-arrow::before, .preloading .navigation .social-menu::before, .preloading .navigation .social-menu::after {
  background-color: #FFFFFF;
}
.preloading .nav a, .preloading .navigation-bottom a, .preloading .navigation a {
  color: #FFFFFF;
}

/* 

-------------------------------------------------------------

SCROLLED NAVIGATION STYLES

*/
.scrolled-full .navigation-bottom .nav-arrow::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 

-------------------------------------------------------------

MENU ACTIVE NAVIGATION STYLES

*/
.menu-active .social-menu::before, .menu-active .social-menu::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  background: #171a1b;
}
.menu-active .social-menu::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-active .load-shift {
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -moz-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

/* 

-------------------------------------------------------------

PLAYGROUND

*/
.playground {
  padding: 96px 0px;
}
.playground .container {
  width: 500px;
}
@media (max-width: 800px) {
  .playground .container {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .playground .container {
    width: 87vw;
  }
}

/*# sourceMappingURL=main.css.map */
