@charset "UTF-8";

@font-face {
  font-family:Stem;src:url("/template/fonts/stem/Stem-Regular.woff2") format("woff2"),url("/template/fonts/stem/Stem-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:fallback;
}

@font-face {
  font-family:Stem;src:url("/template/fonts/stem/Stem-Medium.woff2") format("woff2"),url("/template/fonts/stem/Stem-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:fallback;
}

@font-face {
  font-family:Tecla;src:url("/template/fonts/tecla/Tecla.woff") format("woff");font-weight:400;font-style:normal;font-display:fallback;
}

@font-face {
  font-family:Tecla;src:url("/template/fonts/tecla/Tecla-Bold.woff") format("woff");font-weight:600;font-style:normal;font-display:fallback;
}

@media (min-width:761px) {
  .mobile-visible {
    display: none!important;
  }
}

@media (min-width:551px) {
  .mobile-s-visible {
    display: none!important;
  }
}

@media (max-width:760px) {
  .mobile-invisible {
    display: none!important;
  }
}

@media (max-width:550px) {
  .mobile-s-invisible {
    display: none!important;
  }
}

@media (max-width:760px) {
  .tablet-visible {
    display: none!important;
  }
}

@media (min-width:1000px) {
  .desktop-invisible,.tablet-visible {
    display: none!important;
  }
}

@media (max-width:999px) {
  .desktop-visible {
    display: none!important;
  }
}

@media (orientation:landscape) {
  .portrait-visible {
    display: none!important;
  }
}

@media (orientation:portrait) {
  .portrait-invisible {
    display: none!important;
  }
}

@media (min-width:761px),(orientation:landscape) {
  .mobile-portrait-visible {
    display: none!important;
  }
}

@media (max-width:760px) and (orientation:portrait) {
  .mobile-portrait-invisible {
    display: none!important;
  }
}

::-moz-selection {
  background-color: #cf9;
  color: #fff;
}

::selection {
  background-color: #cf9;
  color: #fff;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html {
  font-size: 17px;
  font-family: Tecla,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.65;
}

@media (max-width:850px) {
  html {
    font-size: 15px;
  }
}

body {
  margin: 0;
}

button,form,input,textarea {
  font-family: Tecla,Helvetica,Arial,sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol:first-child,p:first-child,ul:first-child {
  margin-top: 0;
}

ol:last-child,p:last-child,ul:last-child {
  margin-bottom: 0;
}

.upper {
  text-transform: uppercase;
  letter-spacing: .25em;
}

.phone {
  text-decoration: none;
  border-bottom: none;
}

.hide {
  display: none!important;
}

.nowrap {
  white-space: nowrap;
}

.list-bullet {
  color: hsla(0,0%,100%,.45);
  font-size: 13px;
}

.dash {
  width: 17px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.dash--light {
  color: hsla(0,0%,100%,.45);
}

.dash--separator {
  margin-left: calc(10px + .5vw);
  margin-right: calc(10px + .5vw);
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  color: currentColor;
}

button:focus {
  outline: 0;
}

.vis-hid,.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.field-special {
  border: none;
  background: transparent;
  overflow: hidden;
  resize: none;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page:not(.page--touch) .touch-visible {
  display: none;
}

.page--touch .touch-invisible {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@keyframes a {
  0% {
    opacity: 0;
    transform: translateY(-16px) translateX(8px) rotate(15deg);
  }

  28%,84% {
    opacity: 1;
    transform: translateY(0);
    animation-timing-function: cubic-bezier(.9,-.04,0,1.04);
  }

  97% {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 0;
    transform: translateY(-16px) translateX(8px) rotate(15deg);
  }
}

@keyframes b {
  0% {
    opacity: 0;
    transform: translateY(-18px) translateX(-8px) rotate(-18deg);
  }

  28%,86% {
    opacity: 1;
    transform: translateY(0);
    animation-timing-function: cubic-bezier(.9,-.04,0,1.04);
  }

  99% {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 0;
    transform: translateY(-18px) translateX(-8px) rotate(-18deg);
  }
}

.arrows-down__arrow {
  opacity: 0;
  animation: a 2.7s .27s infinite;
}

.arrows-down__arrow-2 {
  opacity: 0;
  animation: b 2.7s infinite;
}

.caption {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width:760px) {
  .caption {
    font-size: 11px;
  }
}

.caption--s {
  font-size: 11px;
}

.caption--colored {
  color: #eb482f;
}

.caption--basic {
  color: #cf9;
}

.caption--light {
  color: hsla(0,0%,100%,.45);
}

.caption--dashed {
  white-space: nowrap;
  margin-left: -57px;
}

@media (max-width:999px) {
  .caption--dashed {
    margin-left: 0;
  }
}

.caption--dashed:before {
  position: relative;
  display: block;
  content: " ";
  margin-right: 40px;
  top: -1px;
  width: 17px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media (max-width:999px) {
  .caption--dashed:before {
    margin-right: 20px;
  }
}

.caption--inline {
  display: inline-block;
}

.caption--inline+.caption--inline {
  margin-left: 42px;
}

.caption--button {
  padding-top: 12px;
  padding-bottom: 12px;
}

.caption--lined:before {
  position: relative;
  content: " ";
  margin-right: 20px;
  width: 19px;
  top: -1px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.cross--standalone {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -22px;
}

.cross {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  -ms-transform: matrix(1,0,0,1,0,0);
  transform: matrix(1,0,0,1,0,0);
  height: 56px;
  width: 56px;
}

.cross--s {
  height: 28px;
  width: 28px;
}

.cross__line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 36px;
}

.cross__line:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eb482f;
  box-shadow: 0 0 1px #eb482f;
  transition: .5s .5s;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-timing-function: cubic-bezier(.77,0,.355,1)!important;
}

.cross__line:first-child {
  transform: translateZ(0) rotate(20deg);
}

.cross__line:last-child {
  transform: translateZ(0) rotate(-20deg);
}

.cross__line:last-child:before {
  transition-delay: .5s 1s;
}

.cross--s .cross__line {
  width: 18px;
}

.cross--navbar {
  transition: visibility .6s;
  visibility: hidden;
  pointer-events: none;
}

.cross--navbar .cross__line:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .25s,transform-origin 0s;
  transition: transform .25s,transform-origin 0s,-ms-transform-origin 0s;
}

.cross--navbar .cross__line:last-child:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: .25s;
}

.page--navbar-fade-in .cross--navbar,.page--navbar-opened .cross--navbar {
  transition: visibility .6s;
  visibility: visible;
  pointer-events: all;
}

.page--navbar-fade-in .cross--navbar .cross__line:before,.page--navbar-opened .cross--navbar .cross__line:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .25s .5s,transform-origin 0s 0s;
  transition: transform .25s .5s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.page--navbar-fade-in .cross--navbar .cross__line:last-child:before,.page--navbar-opened .cross--navbar .cross__line:last-child:before {
  transition: transform .35s .65s,transform-origin 0s 0s;
  transition: transform .35s .65s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.page--navbar-fade-in .cross--navbar .cross__line,.page--navbar-opened .cross--navbar .cross__line {
  transition-delay: .3s;
}

.cross--popbox {
  transition: visibility .6s;
  visibility: hidden;
  pointer-events: none;
}

.cross--popbox .cross__line:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .25s,transform-origin 0s;
  transition: transform .25s,transform-origin 0s,-ms-transform-origin 0s;
}

.cross--popbox .cross__line:last-child:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: .25s;
}

.cross--popbox.cross--visible {
  transition: visibility .6s;
  visibility: visible;
  pointer-events: all;
}

.cross--popbox.cross--visible .cross__line:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .25s .5s,transform-origin 0s 0s;
  transition: transform .25s .5s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.cross--popbox.cross--visible .cross__line:last-child:before {
  transition: transform .35s .65s,transform-origin 0s 0s;
  transition: transform .35s .65s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.cross--lightbox {
  transition: visibility .6s;
  visibility: hidden;
  pointer-events: none;
}

.cross--lightbox .cross__line:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .25s,transform-origin 0s;
  transition: transform .25s,transform-origin 0s,-ms-transform-origin 0s;
}

.cross--lightbox .cross__line:last-child:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: .25s;
}

.cross--lightbox.cross--visible {
  transition: visibility .6s;
  visibility: visible;
  pointer-events: all;
}

.cross--lightbox.cross--visible .cross__line:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .25s .5s,transform-origin 0s 0s;
  transition: transform .25s .5s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.cross--lightbox.cross--visible .cross__line:last-child:before {
  transition: transform .35s .65s,transform-origin 0s 0s;
  transition: transform .35s .65s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.h1 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.1;
  font-size: calc(37px + 3.5vw);
  letter-spacing: normal;
}

.h1:first-child {
  margin-top: 0;
}

.h1:last-child {
  margin-bottom: 0;
}

@media (min-width:1920px) {
  .h1 {
    font-size: 105px;
  }
}

.h2 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.15em;
  font-size: calc(18px + 3.2vw);
}

.h2:first-child {
  margin-top: 0;
}

.h2:last-child {
  margin-bottom: 0;
}

.h3 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.2;
  font-size: calc(16px + 2vw);
}

.h3:first-child {
  margin-top: 0;
}

.h3:last-child {
  margin-bottom: 0;
}

.h3--subtitled {
  margin-bottom: .2em;
}

.h4 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + 1vw);
  line-height: 1.55;
}

.h4:first-child {
  margin-top: 0;
}

.h4:last-child {
  margin-bottom: 0;
}

.h5 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(17px + .6vw);
  line-height: 1.4;
}

.h5:first-child {
  margin-top: 0;
}

.h5:last-child {
  margin-bottom: 0;
}

.h6 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + .3vw);
  line-height: 1.5;
}

.h6:first-child {
  margin-top: 0;
}

.h6:last-child {
  margin-bottom: 0;
}

.h--centered {
  text-align: center;
}

.h__subtitle {
  display: block;
  font-size: 1rem;
  letter-spacing: .06rem;
  line-height: 1.65;
}

ul {
  margin: 0;
  padding: 0;
}

.list--indent {
  margin: 1.5em 0;
}

.list--plain,.list--plain li {
  padding: 0;
  margin: 0;
}

ul.list--content {
  padding-left: 40px;
  margin: 1.5em 0;
}

ul.list--content li:before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
  color: hsla(0,0%,100%,.45);
}

@media (max-width:760px) {
  ul.list--content {
    padding-left: 0;
  }
}

ol.list--content {
  counter-reset: a;
}

@media (max-width:760px) {
  ol.list--content {
    padding-left: 0;
  }
}

ol.list--content li:before {
  color: hsla(0,0%,100%,.45);
  font-size: 13px;
  position: absolute;
  left: 0;
  top: .4em;
  display: inline-block;
  content: counter(a,decimal-leading-zero);
  counter-increment: a;
}

.list--content li,.list--split-s li,.list--split li {
  position: relative;
  margin: .65em 0;
  list-style-type: none;
}

.list--content li:first-child,.list--split-s li:first-child,.list--split li:first-child {
  margin-top: 0;
}

.list--content li:last-child,.list--split-s li:last-child,.list--split li:last-child {
  margin-bottom: 0;
}

.list--split-s li {
  margin: .4em 0;
}

.list--content li {
  padding-left: 40px;
}

@media (max-width:760px) {
  .list--content li {
    padding-left: 30px;
  }
}

.list--inline li {
  display: inline-block;
}

.margin {
  margin-bottom: 30px;
}

.margin,.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-s {
  margin-bottom: 20px;
}

.margin-s,.margin-s-top {
  margin-top: 20px;
}

.margin-s-bottom {
  margin-bottom: 20px;
}

.margin-xs {
  margin-bottom: 12px;
}

.margin-xs,.margin-xs-top {
  margin-top: 12px;
}

.margin-xs-bottom {
  margin-bottom: 12px;
}

.margin-l {
  margin-bottom: 50px;
}

.margin-l,.margin-l-top {
  margin-top: 50px;
}

.margin-l-bottom {
  margin-bottom: 50px;
}

.page {
  color: #fff;
}

.page,.page--black {
  background: #000;
}

.page--mobile .mob-device-invisible,.page--tablet .mob-device-invisible {
  display: none;
}

.page:not(.page--mobile):not(.page--tablet) .mob-device-visible {
  display: none;
}

.page__wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: calc(10px + 3vw);
  padding-right: calc(10px + 3vw);
}

.page__content {
  padding-left: 12vw;
  padding-right: 12vw;
}

@media (max-width:1200px) {
  .page__content {
    padding-left: calc(10px + 3vw);
    padding-right: calc(10px + 3vw);
  }
}

.page__cut {
  overflow: hidden;
}

.page__content-fixed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:1100px) {
  .page__content-fixed {
    width: auto;
    margin-left: calc(10px + 3vw);
    margin-right: calc(10px + 3vw);
  }
}

.page__shifted {
  padding-left: 26%;
}

@media (max-width:999px) {
  .page__shifted {
    padding-left: calc(10px + 3vw);
    padding-right: calc(10px + 3vw);
  }
}

.page__filter-box {
  position: relative;
}

.page__filter {
  position: absolute;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.page__filter-inner {
  pointer-events: all;
}

.page__filter-static {
  transition: .4s;
}

.page--filter-opened .page__filter-static,.page__filter-fixed {
  opacity: 0;
  visibility: hidden;
}

.page__filter-fixed {
  transition: .4s;
}

.page--filter-opened .page__filter-fixed {
  opacity: 1;
  visibility: visible;
}

.page--filter-opened .page__filter-opened-invisible {
  display: none;
}

.page:not(.page--filter-opened) .page__filter-opened-visible {
  display: none;
}

.page__filtered-indicator {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 16px;
  visibility: hidden;
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .35s;
}

.page--filter-filtered .page__filtered-indicator {
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  pointer-events: all;
}

.page__filtered-indicator:before {
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  background-color: #eb482f;
  border-radius: 50%;
  margin-top: -1em;
}

.page__shifted-content {
  width: 100%;
  padding-left: 26%;
  padding-right: 12vw;
}

@media (max-width:999px) {
  .page__shifted-content {
    padding-left: calc(10px + 3vw);
    padding-right: calc(10px + 3vw);
  }
}

@media (max-width:760px) {
  .page__shifted-content--mob-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:1000px) and (max-width:1200px) {
  .page__shifted-content--wide {
    padding-right: calc(10px + 3vw);
  }
}

.page__column {
  max-width: 800px;
}

@media (min-width:761px) and (orientation:portrait) {
  .page__column {
    max-width: 70vw;
  }
}

.page__column-s {
  max-width: 520px;
}

.page__caption-box,.page__shifted--title {
  padding-bottom: calc(45px + 4.5vw);
}

@media (max-width:550px) {
  .page__mob-s-full,.page__wrapper--mob-s-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:760px) {
  .page__wrapper--mob-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page__section {
  position: relative;
  padding-top: calc(45px + 4.5vw);
  padding-bottom: calc(45px + 4.5vw);
}

.page__section:first-child {
  padding-top: 0;
}

.page__section:last-child {
  padding-bottom: 0;
}

.page__section-label {
  position: absolute;
  margin-top: calc(-1 * (70px + 7vw));
}

.page__container {
  margin-top: calc(40px + 3vh + 1vw);
  min-height: calc(100vh - 500px);
  overflow: hidden;
}

.page__container,.page__container.page__section {
  padding-top: calc(20px + 4vh + 4.5vw);
}

.page--navbar-opened {
  overflow: hidden;
}

.page__bg-black {
  background: #000;
}

.page__projects-filter-link-level {
  position: absolute;
  top: 0;
  height: 150vh;
}

@media (max-width:999px) {
  .page__projects-filter-link-level {
    height: 0;
  }
}

@media (max-width:999px) {
  .page__lang-switcher {
    transition: transform 0s .6s,opacity .6s;
    transform: translate3d(0,8px,0);
    opacity: 0;
  }

  .page--navbar-fade-in .page__lang-switcher,.page--navbar-opened .page__lang-switcher {
    transform: translateZ(0);
    transition: transform .7s .85s,opacity .7s .85s;
    opacity: 1;
  }
}

.page--fade-out {
  transition: opacity .3s .3s;
  opacity: 0;
}

.plus {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.plus:after,.plus:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .35s .1s;
}

.plus:before {
  width: 2px;
  height: 16px;
}

.plus:after {
  width: 16px;
  height: 2px;
}

.shadow {
  position: relative;
  overflow: hidden;
}

.shadow:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  width: 250%;
  height: 100%;
  background-image: linear-gradient(300deg,rgba(0,0,0,.8) 69%,transparent 88%);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: 1.5s .3s;
}

.shadow.is-inview:after {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.spacer-top {
  padding-top: calc(25px + 2.5vw);
}

.spacer,.spacer-bottom {
  padding-bottom: calc(25px + 2.5vw);
}

.spacer {
  padding-top: calc(25px + 2.5vw);
}

.spacer-top-l {
  padding-top: calc(45px + 4.5vw);
}

.spacer-bottom-l,.spacer-l {
  padding-bottom: calc(45px + 4.5vw);
}

.spacer-l {
  padding-top: calc(45px + 4.5vw);
}

.spacer-xl {
  padding-bottom: calc(70px + 7vw);
}

.spacer-top-xl,.spacer-xl {
  padding-top: calc(70px + 7vw);
}

.spacer-bottom-xl {
  padding-bottom: calc(70px + 7vw);
}

.spacer-top-s {
  padding-top: calc(15px + 1.5vw);
}

.spacer-bottom-s,.spacer-s {
  padding-bottom: calc(15px + 1.5vw);
}

.spacer-s {
  padding-top: calc(15px + 1.5vw);
}

.spacer-top-xs {
  padding-top: calc(10px + .5vw);
}

.spacer-bottom-xs,.spacer-xs {
  padding-bottom: calc(10px + .5vw);
}

.spacer-xs {
  padding-top: calc(10px + .5vw);
}

.spacer-0 {
  padding-top: .01em;
  padding-bottom: .01em;
}

.text--light {
  color: hsla(0,0%,100%,.45);
}

.text--s {
  font-size: 15px;
}

@media (max-width:850px) {
  .text--s {
    font-size: 13px;
  }
}

.text--l {
  font-size: 21px;
}

@media (max-width:850px) {
  .text--l {
    font-size: 17px;
  }
}

.content .text--xl,.text--xl {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + 1vw);
  line-height: 1.55;
  font-size: calc(26px + .5vw);
}

.content .text--xl:first-child,.text--xl:first-child {
  margin-top: 0;
}

.content .text--xl:last-child,.text--xl:last-child {
  margin-bottom: 0;
}

.text--margin {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text--margin-l {
  margin-top: 1.62em;
  margin-bottom: 1.62em;
}

.text--margin-xl {
  margin-top: 2.62em;
  margin-bottom: 2.62em;
}

.text--margin-xxl {
  margin-top: 4.2em;
  margin-bottom: 4.2em;
}

.text--margin-s {
  margin-top: .62em;
  margin-bottom: .62em;
}

.anchors {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  top: 50%;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s,visibility .4s;
  left: 12vw;
}

@media (max-width:999px) {
  .anchors {
    display: none;
  }
}

.anchors--active {
  opacity: 1;
  visibility: visible;
}

.anchors:not(.anchors--ready) {
  opacity: 0;
}

.anchors__anchor {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.1;
  font-size: calc(37px + 3.5vw);
  letter-spacing: normal;
  white-space: nowrap;
  color: hsla(0,0%,46%,.3);
  transition: color .5s;
  margin: .8vh 0;
  pointer-events: none;
}

.anchors__anchor:first-child {
  margin-top: 0;
}

.anchors__anchor:last-child {
  margin-bottom: 0;
}

@media (min-width:1920px) {
  .anchors__anchor {
    font-size: 105px;
  }
}

.anchors__anchor--active {
  color: #eb482f;
}

.arrows {
  display: -ms-flexbox;
  display: flex;
}

.arrows--push-right {
  margin-right: -22px;
}

.arrows__arrow+.arrows__arrow {
  margin-left: calc(10px + .5vw);
}

@media (max-width:760px) {
  .arrows__arrow+.arrows__arrow {
    margin-left: 0;
  }
}

.arrows--unshift {
  margin-top: -15px;
  margin-left: -20px;
  margin-right: -20px;
}

.arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.arrow--left {
  background-image: url(../icons/arrow_left.svg);
}

.arrow--right {
  background-image: url(../icons/arrow_right.svg);
}

.banner {
  height: 100vh;
  position: relative;
  min-height: 280px;
  overflow: hidden;
  transform: translateZ(0);
}

.banner__bgs {
  opacity: 0.5;
}

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: 50%;
}

.banner__bg:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.banner__bg.is-hidden canvas {
  display: none;
}

.banner__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner__container,.banner__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner__layout {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: calc(40px + 3vh + 1vw);
}

.banner__aside,.banner__layout {
  display: -ms-flexbox;
  display: flex;
}

.banner__aside {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc(10px + 3vw);
}

@media (orientation:portrait) {
  .banner__aside {
    display: none;
  }
}

@media (max-width:760px) {
  .banner__aside {
    display: none;
  }
}

.banner__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

@media (max-width:760px),(orientation:portrait) {
  .banner__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: calc(10px + 3vw);
  }
}

.banner__bottom,.banner__top {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.banner__top {
  display: -ms-flexbox;
  display: flex;
}

.banner__top-aside {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (orientation:portrait) {
  .banner__top-aside {
    display: none;
  }
}

.banner__top-main {
  -ms-flex-preferred-size: 50vw;
  flex-basis: 50vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: calc(10px + 3vw);
}

.banner__middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: calc(1vw + 1vh) 0;
}

.banner__middle-main {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:760px) {
  .banner__middle-main {
    padding-right: calc(10px + 3vw);
  }
}

.banner__middle-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: calc(10px + 3vw);
  padding-left: calc(10px + 3vw);
}

@media (max-width:760px) {
  .banner__middle-aside {
    display: none;
  }
}

.banner__top-aside {
  width: 50%;
}

.banner__bottom-aside {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 1.4;
  padding-right: 30px;
}

.banner__bottom-main {
  -ms-flex-preferred-size: 50vw;
  flex-basis: 50vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: calc(10px + 3vw);
}

@media (orientation:portrait) {
  .banner__bottom-main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (orientation:portrait) and (max-height:750px) {
  .banner__descr {
    display: none;
  }
}

.banner__bottom {
  display: -ms-flexbox;
  display: flex;
}

@media (orientation:portrait) {
  .banner__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.banner__bottom-aside {
  width: 50%;
}

@media (orientation:portrait) {
  .banner__bottom-aside {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (orientation:portrait) and (max-height:750px) {
  .banner__bottom-aside {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width:760px) {
  .banner__bottom-aside {
    width: 100%;
  }
}

@media (orientation:landscape) and (min-width:761px) {
  .banner__portrait-and-mobile {
    display: none!important;
  }
}

.banner__footer {
  position: relative;
  height: calc(40px + 3vh + 1vw);
}

.banner__footer-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: calc(10px + 3vw);
  padding-right: calc(10px + 3vw);
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.banner__descr {
  max-width: 550px;
}

@media (min-width:761px) {
  .banner__mobile-arrows {
    display: none;
  }
}

@media (orientation:landscape) and (min-width:761px) {
  .banner__main-btn {
    margin-top: 14vh;
  }
}

.bg-img {
  position: fixed;
  width: 95vw;
  opacity: 0;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition: opacity 2s,-webkit-filter 2s;
  transition: filter 2s,opacity 2s;
  transition: filter 2s,opacity 2s,-webkit-filter 2s;
}

@media (min-width:761px) and (max-width:999px) {
  .bg-img {
    width: 75vw;
    left: 0;
  }
}

@media (max-width:760px) {
  .bg-img {
    left: -15vw;
  }

  .bg-img.bg-img--vertical {
    left: 0;
    right: auto;
    width: 62vw;
  }
}

@media (min-width:1000px) {
  .bg-img {
    width: 56vw;
  }
}

.bg-img.is-visible {
  transition: opacity 1.5s,-webkit-filter 1.5s;
  transition: filter 1.5s,opacity 1.5s;
  transition: filter 1.5s,opacity 1.5s,-webkit-filter 1.5s;
  opacity: 1;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.bg-img.is-disabled {
  opacity: 0;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition: opacity 2s,-webkit-filter 2s;
  transition: filter 2s,opacity 2s;
  transition: filter 2s,opacity 2s,-webkit-filter 2s;
}

@media (min-width:1000px) {
  .bg-img--right {
    right: 0;
    left: auto;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .bg-img--right {
    right: 0;
    left: auto;
  }
}

@media (max-width:760px) {
  .bg-img--right {
    right: -15vw;
    left: auto;
  }

  .bg-img--right.bg-img--vertical {
    left: auto;
    right: 0;
    width: 62vw;
  }
}

@media (min-width:1000px) {
  .bg-img--s {
    width: 33vw;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .bg-img--s {
    width: 40vw;
  }
}

@media (max-width:900px) {
  .bg-img--desktop {
    display: none;
  }
}

.bg-img--mob {
  max-width: 500px;
}

@media (min-width:901px) {
  .bg-img--mob {
    display: none;
  }
}

.bg-portrait {
  position: fixed;
  width: 66vw;
  top: 25vh;
  opacity: 0;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition: opacity 1.5s,-webkit-filter 1.1s;
  transition: filter 1.1s,opacity 1.5s;
  transition: filter 1.1s,opacity 1.5s,-webkit-filter 1.1s;
}

@media (max-width:999px) {
  .bg-portrait {
    right: 0;
  }
}

.bg-portrait.is-visible {
  transition: opacity 1.2s,-webkit-filter 1.2s;
  transition: filter 1.2s,opacity 1.2s;
  transition: filter 1.2s,opacity 1.2s,-webkit-filter 1.2s;
  opacity: 1;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.bg-portrait--shaded.is-visible {
  opacity: .5;
}

.bg-portrait.is-disabled {
  opacity: 0;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition: opacity 1.5s,-webkit-filter 1.1s;
  transition: filter 1.1s,opacity 1.5s;
  transition: filter 1.1s,opacity 1.5s,-webkit-filter 1.1s;
}

.burger {
  position: relative;
  height: 56px;
  width: 56px;
  padding: 0;
  margin: -22px -11px;
  background-color: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
  z-index: 1;
  display: block;
}

.burger__l {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 34px;
}

.burger__l:first-child {
  transform: translate3d(0,-4px,0);
}

.burger__l:last-child {
  transform: translate3d(0,4px,0);
}

.burger__l:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-timing-function: cubic-bezier(.77,0,.355,1)!important;
}

.page--navbar-fade-in .burger--navbar,.page--navbar-opened .burger--navbar {
  transition: visibility .5s;
  visibility: hidden;
  pointer-events: none;
}

.page--navbar-fade-in .burger--navbar .burger__l:before,.page--navbar-opened .burger--navbar .burger__l:before {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .35s 0s,transform-origin 0s 0s;
  transition: transform .35s 0s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.page--navbar-fade-in .burger--navbar .burger__l:last-child:before,.page--navbar-opened .burger--navbar .burger__l:last-child:before {
  transition: transform .3s .2s,transform-origin 0s 0s;
  transition: transform .3s .2s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.page:not(.page--navbar-opened):not(.page--navbar-fade-in) .burger--navbar {
  visibility: visible;
  transition: visibility .5s;
}

.page:not(.page--navbar-opened):not(.page--navbar-fade-in) .burger--navbar .burger__l:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition: transform .25s .5s,transform-origin 0s 0s;
  transition: transform .25s .5s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.page:not(.page--navbar-opened):not(.page--navbar-fade-in) .burger--navbar .burger__l:last-child:before {
  transition: transform .35s .65s,transform-origin 0s 0s;
  transition: transform .35s .65s,transform-origin 0s 0s,-ms-transform-origin 0s 0s;
}

.button {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition-property: color,border-color;
  transition-duration: .4s;
  transition-delay: .05s;
}

@media (max-width:760px) {
  .button {
    font-size: 11px;
  }
}

.card__descr {
  margin-top: 1.2em;
  line-height: 1.5;
  opacity: 0;
  transition: 1.7s .4s;
}

.card__info.is-inview .card__descr {
  opacity: 1;
}

.card__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + .3vw);
  line-height: 1.5;
  position: relative;
  color: transparent;
}

.card__title:first-child {
  margin-top: 0;
}

.card__title:last-child {
  margin-bottom: 0;
}

.card__info.is-inview .card__title {
  animation: m 1.7s .2s forwards;
}

.card__image {
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: 1.3s;
  opacity: 0;
  max-width: 100%;
  width: 100%;
}

.card__image.is-inview {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  opacity: 1;
}

.card__title-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width:1201px) {
  .cards__card {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 8%;
  }

  .cards__card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width:1000px) and (max-width:1200px) {
  .cards__card {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 10%;
  }

  .cards__card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .cards__card {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 8%;
  }

  .cards__card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:760px) {
  .cards__card {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 10%;
  }

  .cards__card:nth-child(2n) {
    margin-right: 0;
  }
}

.checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.checkbox+.checkbox {
  margin-top: 20px;
}

.checkbox__input {
  opacity: 0;
  position: absolute;
}

.checkbox__wrapper {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.checkbox__box {
  display: inline-block;
  margin-right: 18px;
  border-radius: 100%;
  border: 1px solid hsla(0,0%,100%,.45);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: .3s;
  width: 24px;
  height: 24px;
}

@media (max-width:760px) {
  .checkbox__box {
    width: 20px;
    height: 20px;
  }
}

input:checked+.checkbox__box {
  border-color: #eb482f;
  background: #eb482f;
}

.checkbox__input--invalid+.checkbox__wrapper .checkbox__box {
  border-color: #eb482f;
}

.checkbox__text {
  font-size: 17px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  margin-top: calc(13px - .825em);
  cursor: pointer;
  color: hsla(0,0%,100%,.45);
  transition: color .4s;
}

@media (max-width:850px) {
  .checkbox__text {
    font-size: 15px;
  }
}

.checkbox:hover .checkbox__text {
  color: #fff;
}

.checkbox__input--invalid+.checkbox__wrapper .checkbox__text {
  color: #eb482f;
}

.checkbox__text--s {
  font-size: 15px;
}

@media (max-width:850px) {
  .checkbox__text--s {
    font-size: 13px;
  }
}

.checkbox__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: border-color .4s;
}

.checkbox:hover .checkbox__box {
  border-color: #fff;
}

.checkbox__tick {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #cf9;
  border-radius: 100%;
  -ms-transform: scale(7.5);
  transform: scale(7.5);
  opacity: 0;
  transition: .4s;
}

.checkbox__index {
  display: inline-block;
  margin-left: .15em;
}

input:checked+.checkbox__wrapper .checkbox__tick {
  background-color: #eb482f;
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

input:checked+.checkbox__wrapper .checkbox__box {
  border-color: #eb482f;
  color: #eb482f;
}

input:checked+.checkbox__wrapper .checkbox__text {
  color: #fff;
}

input:checked+.checkbox__wrapper .checkbox__index {
  color: #cf9;
}

input:disabled+.checkbox__wrapper {
  cursor: default;
}

input:disabled+.checkbox__wrapper .checkbox__box {
  color: hsla(0,0%,46%,.3);
}

.content li,.content p {
  line-height: 1.65;
}

.content ul {
  padding-left: 40px;
  margin: 1.5em 0;
}

.content ul li:before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
  color: hsla(0,0%,100%,.45);
}

@media (max-width:760px) {
  .content ul {
    padding-left: 0;
  }
}

.content ol {
  counter-reset: a;
}

@media (max-width:760px) {
  .content ol {
    padding-left: 0;
  }
}

.content ol li:before {
  color: hsla(0,0%,100%,.45);
  font-size: 13px;
  position: absolute;
  left: 0;
  top: .4em;
  display: inline-block;
  content: counter(a,decimal-leading-zero);
  counter-increment: a;
}

.content li {
  position: relative;
  margin: .65em 0;
  list-style-type: none;
  padding-left: 40px;
}

.content li:first-child {
  margin-top: 0;
}

.content li:last-child {
  margin-bottom: 0;
}

@media (max-width:760px) {
  .content li {
    padding-left: 30px;
  }
}

.content img {
  max-width: 100%;
  height: auto;
}

.content p img:first-child:last-child {
  margin-top: calc(25px + 2.5vw);
  margin-bottom: calc(25px + 2.5vw);
}

.content h2 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + 1vw);
  line-height: 1.55;
}

.content h2:first-child {
  margin-top: 0;
}

.content h2:last-child {
  margin-bottom: 0;
}

.content h3 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(17px + .6vw);
  line-height: 1.4;
}

.content h3:first-child {
  margin-top: 0;
}

.content h3:last-child {
  margin-bottom: 0;
}

.content h4 {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + .3vw);
  line-height: 1.5;
}

.content h4:first-child {
  margin-top: 0;
}

.content h4:last-child {
  margin-bottom: 0;
}

@media (max-width:550px) {
  .content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.content--l {
  font-size: 21px;
}

@media (max-width:850px) {
  .content--l {
    font-size: 17px;
  }
}

.content--s {
  font-size: 15px;
}

@media (max-width:850px) {
  .content--s {
    font-size: 13px;
  }
}

.content--article blockquote,.content--article h2,.content--article h3,.content--article h4,.content--article h5,.content--article h6,.content--article ol,.content--article p,.content--article ul {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:999px) {
  .content--article blockquote,.content--article h2,.content--article h3,.content--article h4,.content--article h5,.content--article h6,.content--article ol,.content--article p,.content--article ul {
    max-width: 600px;
  }
}

.content--article img {
  max-width: 100%;
  margin-top: calc(25px + 2.5vw);
  margin-bottom: calc(25px + 2.5vw);
  display: block;
}

.content--article img:first-child {
  margin-top: 0;
}

.content--article img:last-child {
  margin-bottom: 0;
}

@media (max-width:550px) {
  .content--article img {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(-1 * (10px + 3vw));
  }
}

.conveyor {
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(274px + 18vw);
  width: 100%;
  overflow: hidden;
}

.conveyor,.conveyor__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.conveyor__wrapper {
  position: absolute;
  height: 100%;
}

.conveyor__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.conveyor__item:nth-child(6n - 5) {
  width: calc(200px + 13vw);
  height: calc(200px + 13vw);
  margin-left: calc(26px + 1.8vw);
  margin-right: calc(26px + 1.8vw);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.conveyor__item:nth-child(6n - 4) {
  width: calc(125px + 8vw);
  height: calc(125px + 8vw);
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: calc(26px + 1.8vw);
  margin-right: calc(-26px - 1.8vw);
}

.conveyor__item:nth-child(6n - 3) {
  width: calc(125px + 8vw);
  height: calc(125px + 8vw);
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: calc(26px + 1.8vw);
  margin-left: calc(-26px - 1.8vw);
}

.conveyor__item:nth-child(6n - 2) {
  width: calc(200px + 13vw);
  height: calc(200px + 13vw);
  margin-left: calc(26px + 1.8vw);
  margin-right: calc(26px + 1.8vw);
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.conveyor__item:nth-child(6n - 1) {
  width: calc(125px + 8vw);
  height: calc(125px + 8vw);
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: calc(26px + 1.8vw);
  margin-right: calc(-26px - 1.8vw);
}

.conveyor__item:nth-child(6n) {
  width: calc(125px + 8vw);
  height: calc(125px + 8vw);
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: calc(26px + 1.8vw);
  margin-left: calc(-26px - 1.8vw);
}

.conveyor__item:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.conveyor__image {
  width: 100%;
  display: block;
}

.conveyor__info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: hsla(0,0%,100%,.45);
}

.conveyor__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.15em;
  font-size: calc(18px + 3.2vw);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 1;
  transform: translate3d(-50%,-50%,0);
  pointer-events: none;
}

.conveyor__title:first-child {
  margin-top: 0;
}

.conveyor__title:last-child {
  margin-bottom: 0;
}

.counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95px;
  -ms-flex-align: center;
  align-items: center;
}

.counter__active,.counter__total {
  width: 25px;
  letter-spacing: .08em;
}

.counter__total {
  text-align: right;
}

.counter__active {
  color: #eb482f;
}

.counter__separator {
  width: 17px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.arrow.cursor-zone--arrow-left,.arrow.cursor-zone--arrow-right {
  transition: opacity .4s .08s;
}

.arrow.cursor-zone--arrow-left:hover,.arrow.cursor-zone--arrow-right:hover {
  transition-delay: 0s;
  opacity: 0;
}

[data-cursor],[data-cursor] * {
  cursor: none;
}

.cursor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  z-index: 1000000;
  -webkit-filter: hue-rotate(70deg);
  filter: hue-rotate(70deg);
  transition: -webkit-filter .75s;
  transition: filter .75s;
  transition: filter .75s,-webkit-filter .75s;
}

.cursor.cursor--visible {
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
}

.cursor__flare {
  position: absolute;
  width: 100px;
  height: 100px;
}

.cursor__flare--extra {
  background-image: linear-gradient(to top right,rgba(204,255,153,.66) 15%,transparent 85%);
}

.cursor__flare--extra,.cursor__flare--main {
  border-radius: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
}

.cursor__flare--main {
  background-image: linear-gradient(to top right,rgba(229,121,67,.45) 15%,rgba(235,72,47,.8) 85%);
}

.cursor svg {
  overflow: visible;
  display: block;
}

.cursor__inner>* {
  opacity: 0;
  transition: .3s .1s;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
}

.cursor--visible .cursor__inner>* {
  opacity: 1;
  transition: opacity 0s .3s;
}

.cursor__eye {
  stroke-dasharray: 58;
  stroke-dashoffset: 58;
  transition: stroke-dashoffset .4s .3s;
}

.cursor--visible .cursor__eye {
  stroke-dashoffset: 0;
}

.cursor__eye-pupil {
  transition: transform .25s .35s;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.cursor--visible .cursor__eye-pupil {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.cursor__arrow-down {
  opacity: 0;
  animation: a 2.7s .27s infinite;
}

.cursor__arrow-down-2 {
  opacity: 0;
  animation: b 2.7s infinite;
}

.cursor__rows-row {
  width: 12px;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  transform: translateZ(0) scaleX(0);
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .35s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.cursor__rows-row:nth-child(2),.cursor__rows-row:nth-child(4) {
  width: 9px;
}

.cursor--visible .cursor__rows-row {
  transform: translateZ(0) scaleX(1);
}

.cursor--visible .cursor__rows-row:first-child {
  transition-delay: .15s;
}

.cursor--visible .cursor__rows-row:nth-child(2) {
  transition-delay: .3s;
}

.cursor--visible .cursor__rows-row:nth-child(3) {
  transition-delay: .45s;
}

.cursor--visible .cursor__rows-row:nth-child(4) {
  transition-delay: .6s;
}

.cursor__plus {
  transition: transform .35s;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.cursor--visible .cursor__plus {
  transition: transform .35s .15s;
  transition-timing-function: ease-out;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cursor__plus:after,.cursor__plus:before {
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: transform .35s;
  transition-timing-function: ease-in;
}

.cursor--visible .cursor__plus:after,.cursor--visible .cursor__plus:before {
  transition: transform .35s .2s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.cursor__plus:before {
  transform: translateZ(0) scaleY(0);
}

.cursor--visible .cursor__plus:before {
  transition-delay: .35s;
  transform: translateZ(0) scaleY(1);
}

.cursor__plus:after {
  transform: translateZ(0) scaleX(0);
}

.cursor--visible .cursor__plus:after {
  transform: translateZ(0) scaleX(1);
}

.cursor__circles {
  width: 26px;
  height: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cursor__circles-circle {
  width: 5px;
  height: 5px;
  margin: 3px;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  transform: translateZ(0) scale(0);
  transition: transform .35s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.cursor__circles-circle:nth-child(3) {
  margin-left: 7px;
}

.cursor--visible .cursor__circles-circle {
  transform: translateZ(0) scale(1);
}

.cursor--visible .cursor__circles-circle:first-child {
  transition-delay: .15s;
}

.cursor--visible .cursor__circles-circle:nth-child(2) {
  transition-delay: .3s;
}

.cursor--visible .cursor__circles-circle:nth-child(3) {
  transition-delay: .45s;
}

.cursor--visible .cursor__circles-circle:nth-child(4) {
  transition-delay: .6s;
}

.cursor__squares {
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cursor__squares-square {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity .5s,transform .5s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.cursor__squares-square:first-child {
  transform: translate3d(-9px,0,0);
}

.cursor__squares-square:nth-child(2) {
  transform: translate3d(0,-9px,0);
}

.cursor__squares-square:nth-child(3) {
  transform: translate3d(0,9px,0);
}

.cursor__squares-square:nth-child(4) {
  transform: translate3d(9px,0,0);
}

.cursor--visible .cursor__squares-square {
  opacity: 1;
}

.cursor--visible .cursor__squares-square:first-child {
  transform: translate3d(1px,1px,0);
}

.cursor--visible .cursor__squares-square:nth-child(2) {
  transform: translate3d(-1px,1px,0);
}

.cursor--visible .cursor__squares-square:nth-child(3) {
  transform: translate3d(1px,-1px,0);
}

.cursor--visible .cursor__squares-square:nth-child(4) {
  transform: translate3d(-1px,-1px,0);
}

.cursor--visible .cursor__squares-square:first-child {
  transition-delay: .12s;
}

.cursor--visible .cursor__squares-square:nth-child(2) {
  transition-delay: .24s;
}

.cursor--visible .cursor__squares-square:nth-child(3) {
  transition-delay: .36s;
}

.cursor--visible .cursor__squares-square:nth-child(4) {
  transition-delay: .48s;
}

.cursor__filter-half {
  transition: stroke-dasharray .3s linear .3s,stroke-dashoffset .3s linear .3s;
}

.cursor__filter-half:first-child {
  stroke-dasharray: 0 27;
}

.cursor__filter-half:last-child {
  stroke-dasharray: 27 27;
  stroke-dashoffset: -27;
}

.cursor--visible .cursor__filter-half {
  stroke-dasharray: 27 27;
  stroke-dashoffset: 0;
  transition: stroke-dasharray .6s linear .1s,stroke-dashoffset .6s linear .1s;
}

.cursor__instagram-rect {
  stroke-dasharray: 0 71.5;
  transition: stroke-dasharray .3s linear .3s;
}

.cursor--visible .cursor__instagram-rect {
  stroke-dasharray: 72 71.5;
  transition: stroke-dasharray .6s linear .1s;
}

.cursor__arrow-left-tick,.cursor__arrow-right-tick {
  stroke-dasharray: 0 27;
  transition: stroke-dasharray .2s linear .2s;
}

.cursor--visible .cursor__arrow-left-tick,.cursor--visible .cursor__arrow-right-tick {
  stroke-dasharray: 27 27;
  transition: stroke-dasharray .4s linear .1s;
}

.cursor__instagram-circle-l {
  transform: translateZ(0) scale(0);
  transition: transform .35s .5s;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cursor--visible .cursor__instagram-circle-l {
  transform: translateZ(0) scale(1);
}

.cursor__instagram-circle-s {
  transform: translateZ(0) scale(0);
  transition: transform .25s .7s;
  -ms-transform-origin: 14px 6px;
  transform-origin: 14px 6px;
}

.cursor--visible .cursor__instagram-circle-s {
  transform: translateZ(0) scale(1);
}

.cursor__mail-rect {
  stroke-dasharray: 0 70;
  transition: stroke-dasharray 0s .3s,opacity .2s .05s;
  opacity: 0;
}

.cursor--visible .cursor__mail-rect {
  stroke-dasharray: 70 69;
  transition: stroke-dasharray .42s ease-in-out .2s,opacity 0s 0s;
  opacity: 1;
}

.cursor__mail-tick {
  stroke-dasharray: 16 16;
  stroke-dashoffset: -16;
  transition: stroke-dashoffset 0s .3s,opacity .2s .05s;
  opacity: 0;
}

.cursor--visible .cursor__mail-tick {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .25s ease-in-out .5s,opacity 0s 0s;
  opacity: 1;
}

.cursor__cross-line {
  stroke-dasharray: 20 20;
  stroke-dashoffset: -20;
  transition: stroke-dashoffset 0s .25s,opacity .15s .05s;
  opacity: 0;
}

.cursor__cross-line:nth-of-type(2) {
  stroke-dasharray: 20 20;
  stroke-dashoffset: 20;
}

.cursor--visible .cursor__cross-line {
  stroke-dasharray: 20 20;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .2s ease-in-out .4s,opacity 0s 0s;
  opacity: 1;
}

.cursor--visible .cursor__cross-line:nth-of-type(2) {
  transition: stroke-dashoffset .2s ease-in-out .2s,opacity 0s 0s;
}

.def-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.def-list,.def-list__col {
  display: -ms-flexbox;
  display: flex;
}

.def-list__col {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-right: 5%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.def-list__def {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.def-list.is-inview .def-list__def {
  opacity: 1;
}

.def-list__col:first-child .def-list__def:nth-child(1) {
  transition-delay: .12s;
}

.def-list__col:first-child .def-list__def:nth-child(2) {
  transition-delay: .24s;
}

.def-list__col:first-child .def-list__def:nth-child(3) {
  transition-delay: .36s;
}

.def-list__col:first-child .def-list__def:nth-child(4) {
  transition-delay: .48s;
}

.def-list__col:nth-child(2) .def-list__def:first-child {
  transition-delay: .42s;
}

.def-list__col:nth-child(2) .def-list__def:nth-child(2) {
  transition-delay: .54s;
}

.def-list__col:nth-child(2) .def-list__def:nth-child(3) {
  transition-delay: .66s;
}

.def-list__col:nth-child(2) .def-list__def:nth-child(4) {
  transition-delay: .78s;
}

.def {
  margin-top: calc(10px + .5vw);
  margin-bottom: calc(10px + .5vw);
  font-size: 15px;
}

@media (max-width:850px) {
  .def {
    font-size: 13px;
  }
}

.def__term {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-size: 11px;
  color: #cf9;
  margin-bottom: 1em;
}

@media (max-width:760px) {
  .def__term {
    font-size: 11px;
  }
}

.def__descr {
  max-width: 220px;
}

@media (max-width:760px) {
  .def__descr {
    width: 100%;
    max-width: 190px;
  }
}

.error-page {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.error-page__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.1;
  font-size: calc(37px + 3.5vw);
  letter-spacing: normal;
  font-size: calc(70px + 7vw);
  margin-bottom: .2em;
  color: hsla(0,0%,46%,.3);
}

.error-page__title:first-child {
  margin-top: 0;
}

.error-page__title:last-child {
  margin-bottom: 0;
}

@media (min-width:1920px) {
  .error-page__title {
    font-size: 105px;
  }
}

.error-page__content {
  color: hsla(0,0%,100%,.45);
}

.fader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s,visibility 1.2s;
}

.fader.is-inview {
  visibility: visible;
  opacity: 1;
}

.fader--shifted {
  transition: opacity 1.2s,visibility 1.2s,transform 1.2s;
  transform: translate3d(0,6px,0);
}

.fader--shifted.is-inview {
  transform: translateZ(0);
}

.fader.is-inview .fader-cycled,.presenter__fader.is-visible .fader-cycled {
  animation: c 4s 2s infinite;
}

@keyframes c {
  38% {
    transform: translateZ(0);
    opacity: 1;
  }

  49.9% {
    transform: translate3d(0,-7px,0);
    opacity: 0;
  }

  50% {
    transform: translate3d(0,7px,0);
    opacity: 0;
  }

  65% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.field {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.field--first {
  margin-top: 20px;
}

.field__input {
  font-size: 21px;
  font-family: Tecla,Helvetica,Arial,sans-serif;
  letter-spacing: .035em;
  display: block;
  border: none;
  border-bottom: 1px solid hsla(0,0%,46%,.3);
  background-color: transparent;
  height: 40px;
  width: 100%;
  border-radius: 0;
  color: #fff;
  resize: none;
  padding: 15px 0;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  transition: border-color .3s;
}

.field__input:-webkit-autofill {
  transition: background-color 999999s ease-in-out 999999s,color 999999s ease-in-out 999999s;
}

.field__input::-ms-clear {
  display: none;
}

.field__input.field__input.field__input.field__input:-webkit-autofill {
  color: #fff!important;
}

.field__input--area {
  min-height: 160px;
  height: 160px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden;
  background-image: url(../icons/field_pattern.svg);
  background-position: 0 100%;
  background-repeat: repeat;
}

.field__label {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-size: 11px;
  display: block;
  color: hsla(0,0%,100%,.45);
  transform: translate3d(0,30px,0);
  transition: .4s;
}

@media (max-width:760px) {
  .field__label {
    font-size: 11px;
  }
}

.field.is-filled .field__label,.field.is-focus .field__label {
  color: #cf9;
  transform: translateZ(0);
}

.field__message {
  font-size: 11px;
  margin-top: 3px;
  color: #eb482f;
  height: 14px;
  visibility: hidden;
}

.field.is-invalid .field__message,.field.is-required.field.is-empty .field__message {
  visibility: visible;
}

.field__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.filter__item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s,visibility 1.2s,transform 1.2s;
  transform: translate3d(0,8px,0);
}

.page--filter-opened .filter--fixed .filter__item,.page:not(.page--loading) .filter--static .filter__item {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}

.fixed-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.fixed-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  height: calc(40px + 3vh + 1vw);
  transition: .4s;
  pointer-events: none;
}

.fixed-footer--left>*,.fixed-footer--right>* {
  pointer-events: all;
}

.fixed-footer--left {
  margin-left: calc(10px + 3vw);
  left: 0;
  z-index: 51;
  transition: z-index 0s .5s;
}

.page--navbar-fade-in .fixed-footer--left,.page--navbar-opened .fixed-footer--left {
  transition: z-index 0s;
  z-index: 5;
}

.fixed-footer--right {
  margin-right: calc(10px + 3vw);
  right: 0;
  z-index: 100;
  transition: opacity .5s,visibility .5s,z-index 0s .5s;
}

@media (max-width:999px) {
  .fixed-footer--right {
    opacity: 0;
    visibility: hidden;
  }
}

.page--navbar-fade-in .fixed-footer--right,.page--navbar-opened .fixed-footer--right {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition-delay: .4s;
}

.page--filter-opened .fixed-footer--right {
  transition: z-index 0s;
  z-index: 5;
}

.fixed-footer__filter {
  position: absolute;
  bottom: 100%;
  padding-bottom: calc(15px + 1.5vw);
  min-width: 320px;
}

.fixed-footer__btn {
  position: absolute;
  white-space: nowrap;
  top: -3px;
  line-height: 1.7;
  display: inline-block;
}

@media (max-width:999px) {
  .fixed-footer__btn--desktop {
    display: none;
  }
}

.fixed-footer__link {
  animation: e .5s forwards;
}

.fixed-footer__link--visible {
  animation: d .5s forwards;
}

@keyframes d {
  0% {
    transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes e {
  to {
    transform: translate3d(0,-10px,0);
    opacity: 0;
    visibility: hidden;
  }
}

.footer {
  font-size: 15px;
  position: relative;
  margin-top: calc(14vh + 7vw);
  padding-bottom: calc(40px + 3vh + 1vw - 1.5rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:850px) {
  .footer {
    font-size: 13px;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .footer {
    padding-bottom: 40px;
  }
}

@media (max-width:760px) {
  .footer {
    height: auto;
    padding-bottom: 40px;
  }
}

@media (max-width:550px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer__bg:before {
  display: block;
  position: absolute;
  top: -20vh;
  height: 20vh;
  width: 100%;
  pointer-events: none;
  background-image: linear-gradient(0deg,#000 0,rgba(0,0,0,.987) 8.1%,rgba(0,0,0,.951) 15.5%,rgba(0,0,0,.896) 22.5%,rgba(0,0,0,.825) 29%,rgba(0,0,0,.741) 35.3%,rgba(0,0,0,.648) 41.2%,rgba(0,0,0,.55) 47.1%,rgba(0,0,0,.45) 52.9%,rgba(0,0,0,.352) 58.8%,rgba(0,0,0,.259) 64.7%,rgba(0,0,0,.175) 71%,rgba(0,0,0,.104) 77.5%,rgba(0,0,0,.049) 84.5%,rgba(0,0,0,.013) 91.9%,transparent);
}

.footer__bg:after {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

.footer__wrapper {
  position: relative;
}

.footer__body {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:999px) {
  .footer__body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__header {
  width: 33.33%;
}

@media (min-width:1000px) and (max-width:1500px) {
  .footer__header {
    width: 20%;
  }
}

@media (max-width:999px) {
  .footer__header {
    width: 100%;
    padding-bottom: 60px;
  }
}

@media (min-width:1000px) {
  .footer__header {
    text-align: right;
  }
}

.footer__logo-box {
  -ms-flex-preferred-size: 33.34%;
  flex-basis: 33.34%;
  padding-bottom: 40px;
}

.footer__blocks {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

@media (max-width:999px) {
  .footer__blocks {
    width: 100%;
  }
}

@media (max-width:760px) {
  .footer__blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width:550px) {
  .footer__blocks {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer__block {
  width: 50%;
  padding-right: 40px;
}

.footer__block:last-child {
  padding-right: 0;
}

@media (max-width:760px) {
  .footer__block {
    width: 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width:550px) {
  .footer__block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer__block-inner {
  padding-top: 20px;
}

.footer__footer {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media (max-width:760px) {
  .footer__footer {
    margin-top: 60px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form,.form__main {
  position: relative;
}

.form__main {
  min-height: 380px;
}

.form--error .form__main,.form--success .form__main {
  visibility: hidden;
  opacity: 0;
}

.form--unfixed .form__main {
  min-height: 0;
}

.form__error,.form__success {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid hsla(0,0%,46%,.3);
  border-top: 1px solid hsla(0,0%,46%,.3);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.form:not(.form--error) .form__error {
  display: none;
}

.form:not(.form--success) .form__success {
  display: none;
}

.form__success--basic {
  border-top: 0;
  border-bottom: 0;
}

.form__success--standalone {
  position: relative;
  padding-top: calc(25px + 2.5vw);
  padding-bottom: calc(25px + 2.5vw);
}

.form__bottom-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width:550px) {
  .form__bottom-bar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form__bottom-bar-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media (max-width:550px) {
  .form__bottom-bar-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 12px;
  }
}

@media (min-width:761px) {
  .form__layout {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width:761px) {
  .form__aside {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media (min-width:1000px) and (max-width:1400px) {
  .form__aside {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.form__container {
  position: relative;
}

@media (min-width:761px) {
  .form__container {
    margin-left: calc(30px + 3.7vw);
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media (min-width:1000px) and (max-width:1400px) {
  .form__container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width:760px) {
  .form__container {
    margin-top: calc(25px + 2.5vw);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(40px + 3vh + 1vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10;
  overflow: visible;
}

.header__wrapper {
  height: 100%;
}

.header__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.header__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: auto;
}

@media (min-width:1000px) {
  .header__btn-box {
    display: none;
  }
}

@media (max-width:999px) {
  .header__menu-box {
    display: none;
  }
}

.header__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  transform: translateZ(0);
  overflow: visible;
}

.header__logo-image {
  display: block;
  transform: translate3d(0,45%,0);
}

@media (max-width:550px) {
  .header__logo-image {
    width: 83px;
    height: auto;
    transform: translate3d(0,48%,0);
  }
}

.header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(40px + 17vh);
  pointer-events: none;
  transition: .8s;
  background-image: linear-gradient(180deg,#000 0,rgba(0,0,0,.987) 8.1%,rgba(0,0,0,.951) 15.5%,rgba(0,0,0,.896) 22.5%,rgba(0,0,0,.825) 29%,rgba(0,0,0,.741) 35.3%,rgba(0,0,0,.648) 41.2%,rgba(0,0,0,.55) 47.1%,rgba(0,0,0,.45) 52.9%,rgba(0,0,0,.352) 58.8%,rgba(0,0,0,.259) 64.7%,rgba(0,0,0,.175) 71%,rgba(0,0,0,.104) 77.5%,rgba(0,0,0,.049) 84.5%,rgba(0,0,0,.013) 91.9%,transparent);
}

.header--unshaded .header__bg {
  -ms-transform: translateY(-40px) translateY(-17vh);
  transform: translateY(-40px) translateY(-17vh);
}

.page--navbar-fade-in .header__bg,.page--navbar-opened .header__bg {
  transition: 1.3s;
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 300vh;
}

.heading__header {
  margin-bottom: calc(45px + 4.5vw);
}

.heading__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.2;
  font-size: calc(16px + 2vw);
  margin-top: .66em;
}

.heading__title:first-child {
  margin-top: 0;
}

.heading__title:last-child {
  margin-bottom: 0;
}

.heading__poster {
  margin-bottom: calc(45px + 4.5vw);
}

.heading__poster-image {
  max-width: 100%;
}

.intro {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  transition: .5s;
  visibility: hidden;
}

.page--loading .intro {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}

.page--screensaver .intro {
  display: none;
}

.intro__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
}

.intro__inner,.intro__wrapper {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.intro__loader {
  display: none;
}

.intro__logo {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.intro__logo path {
  opacity: 0;
}

.lightbox {
  position: fixed;
  z-index: 100000;
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox,.lightbox__overlay {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.lightbox__overlay {
  position: absolute;
  background-color: #000;
  transition: .6s;
}

.lightbox--open:not(.lightbox--closing) .lightbox__overlay,.lightbox--opening .lightbox__overlay {
  height: 100%;
}

.lightbox--closing .lightbox__overlay {
  transition: .3s .3s;
}

.lightbox__container {
  opacity: 0;
  transition: .3s .6s;
}

.lightbox--open:not(.lightbox--closing) .lightbox__container,.lightbox--opening .lightbox__container {
  opacity: 1;
}

.lightbox--closing .lightbox__container {
  transition: .3s;
}

.lightbox--open,.lightbox--opening {
  height: 100%;
  visibility: visible;
}

.page--lightbox-open body {
  overflow: hidden;
}

.lightbox__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lightbox__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lightbox__close {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 0;
  right: 0;
  height: calc(40px + 3vh + 1vw);
  padding-right: calc(10px + 3vw);
  z-index: 1000;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.lightbox--open:not(.lightbox--closing) .lightbox__close {
  visibility: visible;
  opacity: 1;
}

.lightbox__button--disabled {
  display: none;
}

.lightbox__close-text {
  position: relative;
  display: block;
  padding: 45px;
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: -45px;
}

.lightbox__footer {
  position: absolute;
  bottom: 0;
  height: calc(40px + 3vh + 1vw);
  left: calc(10px + 3vw);
}

.lightbox__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s;
  transition-delay: .15s;
}

.lightbox__slide-wrapper {
  padding-left: 110px;
  padding-right: 110px;
  height: 100%;
}

.lightbox__slide-inner {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
}

.lightbox__slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.lightbox__counter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .4s;
}

.lightbox--opening .lightbox__counter {
  transition-delay: .5s;
}

.lightbox__infobox {
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 110px;
  right: 110px;
  width: auto;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsla(0,0%,100%,.45);
}

.lightbox__counter,.lightbox__next,.lightbox__prev,.lightbox__slider {
  opacity: 0;
}

.lightbox--open:not(.lightbox--closing) .lightbox__counter,.lightbox--open:not(.lightbox--closing) .lightbox__next,.lightbox--open:not(.lightbox--closing) .lightbox__prev,.lightbox--open:not(.lightbox--closing) .lightbox__slider,.lightbox--opening .lightbox__counter,.lightbox--opening .lightbox__next,.lightbox--opening .lightbox__prev,.lightbox--opening .lightbox__slider {
  opacity: 1;
}

.lightbox__next,.lightbox__prev {
  position: absolute;
  background: transparent;
  border: none;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  padding: 0;
  transition: opacity .4s;
  cursor: none;
}

.lightbox__prev {
  left: 0;
}

.lightbox__next {
  right: 0;
  transition-delay: .3s;
}

.lightbox__next-arrow,.lightbox__prev-arrow {
  position: absolute;
}

.lightbox__prev-arrow {
  left: 50px;
}

.lightbox__next-arrow {
  right: 50px;
}

.page:not(.page--lightbox-enabled) [data-lightbox-link] {
  cursor: default;
}

.list-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 55px;
}

@media (min-width:1000px) and (max-width:1500px) {
  .list-block {
    display: block;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .list-block {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

@media (max-width:760px) {
  .list-block {
    display: block;
  }
}

.list-block__border {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  background-color: hsla(0,0%,46%,.3);
  width: 100vw;
  transition: transform 3s;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.list-block__border.is-inview {
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width:760px) {
  .list-block__border {
    transition: transform 1.5s;
    width: 100%;
  }
}

.list-block__title-box {
  width: 32%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
  margin-right: 30px;
}

@media (min-width:1000px) and (max-width:1500px) {
  .list-block__title-box {
    width: 100%;
  }
}

@media (max-width:760px) {
  .list-block__title-box {
    width: 100%;
  }
}

.list-block__bullet {
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 1.2s;
}

.list-block__title-box.is-inview .list-block__bullet {
  opacity: 1;
}

.list-block__content {
  color: hsla(0,0%,100%,.45);
}

.list-block__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + .3vw);
  line-height: 1.5;
  margin-top: 0;
  opacity: 0;
  transition: opacity 1.2s .25s;
}

.list-block__title:first-child {
  margin-top: 0;
}

.list-block__title:last-child {
  margin-bottom: 0;
}

.list-block__title-box.is-inview .list-block__title {
  opacity: 1;
}

.list-block__footer {
  margin-top: 20px;
}

@keyframes f {
  0% {
    background-position: -20% 50%;
  }

  to {
    background-position: -153.33% 50%;
  }
}

.loader {
  position: relative;
  height: 1px;
  width: 90vw;
  max-width: 550px;
}

.loader:after,.loader:before {
  display: block;
  content: " ";
  position: absolute;
  width: 38%;
  height: 100%;
  z-index: 1;
}

.loader:before {
  left: -1px;
  background-image: linear-gradient(90deg,#000 0,rgba(0,0,0,.987) 8.1%,rgba(0,0,0,.951) 15.5%,rgba(0,0,0,.896) 22.5%,rgba(0,0,0,.825) 29%,rgba(0,0,0,.741) 35.3%,rgba(0,0,0,.648) 41.2%,rgba(0,0,0,.55) 47.1%,rgba(0,0,0,.45) 52.9%,rgba(0,0,0,.352) 58.8%,rgba(0,0,0,.259) 64.7%,rgba(0,0,0,.175) 71%,rgba(0,0,0,.104) 77.5%,rgba(0,0,0,.049) 84.5%,rgba(0,0,0,.013) 91.9%,transparent);
}

.loader:after {
  right: -1px;
  background-image: linear-gradient(270deg,#000 0,rgba(0,0,0,.987) 8.1%,rgba(0,0,0,.951) 15.5%,rgba(0,0,0,.896) 22.5%,rgba(0,0,0,.825) 29%,rgba(0,0,0,.741) 35.3%,rgba(0,0,0,.648) 41.2%,rgba(0,0,0,.55) 47.1%,rgba(0,0,0,.45) 52.9%,rgba(0,0,0,.352) 58.8%,rgba(0,0,0,.259) 64.7%,rgba(0,0,0,.175) 71%,rgba(0,0,0,.104) 77.5%,rgba(0,0,0,.049) 84.5%,rgba(0,0,0,.013) 91.9%,transparent);
}

.loader__strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,.45),#eb482f,rgba(215,255,176,.725),hsla(0,0%,100%,.45));
  background-size: 400%;
  animation: f 4s linear infinite;
}

.logo {
  overflow: visible!important;
}

.logo__extra>* {
  opacity: 0;
}

.media {
  display: -ms-flexbox;
  display: flex;
}

.media:nth-child(2n-1) {
  margin-right: calc(45px + 4.5vw);
}

.media:nth-child(2n) {
  margin-left: calc(45px + 4.5vw);
}

.media+.media {
  padding-top: calc(45px + 4.5vw);
}

@media (max-width:760px) {
  .media {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:550px) {
  .media.media {
    margin-left: 0;
    margin-right: 0;
  }
}

.media--2 {
  margin-left: calc(45px + 4.5vw);
}

.media__viewport {
  display: block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (min-width:1000px) {
  .media__viewport {
    max-width: 450px;
  }
}

.media__image {
  width: 100%;
  display: block;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition: 2s;
  opacity: 0;
}

.media.is-inview .media__image {
  will-change: filter,opacity;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  opacity: 1;
}

.media__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(17px + .6vw);
  line-height: 1.4;
}

.media__title:first-child {
  margin-top: 0;
}

.media__title:last-child {
  margin-bottom: 0;
}

.media__content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: calc(25px + 2.5vw);
  max-width: 450px;
}

@media (max-width:760px) {
  .media__content {
    margin-top: calc(15px + 1.5vw);
    margin-left: calc(45px + 4.5vw);
  }
}

@media (max-width:550px) {
  .media__content {
    margin-left: calc(10px + 3vw);
    margin-right: calc(10px + 3vw);
  }
}

.media__descr {
  font-size: 15px;
}

@media (max-width:850px) {
  .media__descr {
    font-size: 13px;
  }
}

.media__date,.media__group,.media__separator,.media__title {
  opacity: 0;
  transition: opacity 1.5s;
}

.media.is-inview .media__date,.media.is-inview .media__group,.media.is-inview .media__separator,.media.is-inview .media__title {
  opacity: 1;
}

.media__date,.media__separator {
  transition-delay: .2s;
}

.media__group {
  transition-delay: .25s;
}

.media__title {
  transition-delay: .35s;
}

.menu {
  line-height: 1;
  margin-bottom: -.25em!important;
}

.menu__item {
  display: inline-block;
  margin-right: 40px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__item--split {
  margin-left: 40px;
}

.menu__index {
  position: absolute;
  left: 100%;
  bottom: 1.3em;
  top: auto;
  margin-left: .3em;
  color: #cf9;
}

.menu__link,.menu__wrap {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  transition: opacity .37s;
}

.menu.is-hover .menu__link,.menu.is-hover .menu__wrap {
  opacity: .5;
  transition: opacity .4s .06s;
}

.menu.is-hover .menu__link:hover,.menu.is-hover .menu__wrap:hover {
  opacity: 1;
}

.mockup {
  position: relative;
}

.mockup__wrapper {
  padding-bottom: 50px;
}

.mockup__filter {
  position: absolute;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.mockup__filter-inner {
  pointer-events: all;
}

.mockup__item {
  position: relative;
  margin-bottom: 12%;
}

.mockup:not(.mockup--ready) .mockup__item {
  opacity: 0!important;
}

@media (min-width:1000px) and (max-width:1500px) {
  .mockup__item {
    margin-bottom: 15%;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .mockup__item {
    margin-bottom: 18%;
  }
}

@media (max-width:760px) {
  .mockup__item {
    margin-bottom: 22%;
  }
}

@media (max-width:550px) {
  .mockup__item {
    margin-bottom: calc(40px + 15%);
  }
}

.mockup__item:last-child {
  margin-bottom: 0;
}

.mockup__title-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.mockup__title {
  pointer-events: all;
  text-align: center;
}

.mockup__viewport {
  position: relative;
  font-size: 0;
  background-color: #000;
}

.mockup__image-box {
  font-size: 0;
}

.mockup__label,.mockup__label-mob {
  font-size: 1rem;
  color: hsla(0,0%,100%,.45);
}

.mockup__label {
  position: absolute;
  top: 100%;
  padding-top: 1.5em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .4s;
}

.mockup__item.is-hover .mockup__label,.mockup__viewport:hover .mockup__label {
  opacity: 1;
}

@media (max-width:550px) {
  .mockup__label {
    display: none;
  }
}

.mockup__label-mob {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: none;
  opacity: 0;
  transition: .7s .25s;
}

.mockup__label-mob.is-inview {
  opacity: 1;
}

@media (max-width:550px) {
  .mockup__label-mob {
    display: block;
  }
}

.mockup__image {
  width: 100%;
  transform: translateZ(0);
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: 1.3s;
  opacity: 0;
}

.mockup__viewport.is-inview .mockup__image {
  will-change: filter,opacity;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  opacity: 1;
}

.mockup__image-inner-box {
  overflow: hidden;
  transition: 1.6s cubic-bezier(.25,.46,.45,.94);
}

.mockup__viewport.is-inview .mockup__image-inner-box {
  transform: translateZ(0);
}

.mockup__image-inner-box:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  transition: 1.6s;
  display: none!important;
}

.mockup__viewport:not(.is-inview) .mockup__image-inner-box:after {
  opacity: 0;
}

.mockup--not-darken .mockup__image-inner-box:after {
  display: none;
}

.mockup__image-overlay-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  transition: opacity .6s;
  overflow: hidden;
}

.mockup__item.is-hover .mockup__image-overlay-box,.mockup__viewport:hover .mockup__image-overlay-box {
  opacity: 0;
}

.mockup__image-overlay-box:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.mockup__image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity .4s;
  width: 100%;
  mix-blend-mode: luminosity;
  transform: translateZ(0);
}

.mockup__item--1 {
  text-align: right;
  transform: translateZ(0);
}

.mockup__item--1 .mockup__viewport {
  display: inline-block;
  width: 64%;
}

.mockup__item--1 .mockup__image-inner-box {
  transform: translate3d(calc(6px + 1.2vw),0,0);
}

.mockup__item--2 {
  text-align: left;
  padding-left: 8%;
}

.mockup__item--2 .mockup__viewport {
  display: inline-block;
  width: 52%;
}

.mockup__item--2 .mockup__image-inner-box {
  transform: translate3d(calc(-6px - 1.2vw),0,0);
}

.mockup__item--3 {
  text-align: center;
}

.mockup__item--3 .mockup__viewport {
  display: inline-block;
  width: 52%;
}

.mockup__item--3 .mockup__image-inner-box {
  transform: translate3d(calc(6px + 1.2vw),0,0);
}

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

.mockup__item--4 .mockup__viewport {
  display: inline-block;
  width: 64%;
}

.mockup__item--4 .mockup__image-inner-box {
  transform: translate3d(calc(-6px - 1.2vw),0,0);
}

.mockup__item--5 {
  text-align: right;
  padding-right: 8%;
}

.mockup__item--5 .mockup__viewport {
  display: inline-block;
  width: 52%;
}

.mockup__item--5 .mockup__image-inner-box {
  transform: translate3d(calc(6px + 1.2vw),0,0);
}

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

.mockup__item--6 .mockup__viewport {
  display: inline-block;
  width: 52%;
}

.mockup__item--6 .mockup__image-inner-box {
  transform: translate3d(calc(-6px - 1.2vw),0,0);
}

@media (max-width:550px) {
  .mockup__item.mockup__item {
    padding-left: 0;
    padding-right: 0;
  }

  .mockup__item.mockup__item .mockup__viewport {
    width: 100%;
  }
}

/*.navbar {
  position: fixed;
  z-index: 1000;
  height: 0;
  width: 100%;
  top: calc(40px + 3vh + 1vw);
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  visibility: hidden;
}

.page--navbar-fade-in .navbar,.page--navbar-fade-out .navbar,.page--navbar-opened .navbar {
  height: auto;
  bottom: 0;
}

.navbar__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  visibility: hidden;
}

.navbar__wrapper>* {
  visibility: visible;
}

.navbar__menu {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: calc(10px + 3vw);
  padding-right: calc(10px + 3vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:761px) and (max-width:999px) {
  .navbar__menu {
    margin-left: calc(45px + 4.5vw);
  }
}

@media (max-width:760px) {
  .navbar__menu {
    margin-left: calc(45px + 4.5vw);
  }
}

@media (max-width:550px) {
  .navbar__menu {
    margin-left: 36px;
  }
}

@keyframes g {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    color: #eb482f;
  }

  50% {
    animation-timing-function: ease-out;
    color: #f5a497;
    opacity: .5;
  }

  to {
    color: #fff;
    opacity: 1;
  }
}

.navbar__item {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  letter-spacing: .12em;
  margin-top: calc(5px + .8vh + .1vw);
  margin-bottom: calc(5px + .8vh + .1vw);
  opacity: 0;
  color: #eb482f;
  transform: translate3d(0,30px,0);
  transition: .45s ease-in;
}

.navbar__item:first-child {
  margin-top: 0;
}

.navbar__item:last-child {
  margin-bottom: 0;
}

.page--navbar-opened .navbar__item {
  opacity: 1;
  color: #fff;
  transition: none;
  transform: translateZ(0);
}

.page--navbar-fade-in .navbar__item {
  transition: 1s cubic-bezier(.22,.61,.36,1);
  transform: translateZ(0);
  animation: g 1s forwards;
}

.navbar__item:first-child {
  animation-delay: .07s;
  transition-delay: .07s;
}

.navbar__item:nth-child(2) {
  animation-delay: .14s;
  transition-delay: .14s;
}

.navbar__item:nth-child(3) {
  animation-delay: .21s;
  transition-delay: .21s;
}

.navbar__item:nth-child(4) {
  animation-delay: .28s;
  transition-delay: .28s;
}

.navbar__item:nth-child(5) {
  animation-delay: .35s;
  transition-delay: .35s;
}

.navbar__item:nth-child(6) {
  animation-delay: .42s;
  transition-delay: .42s;
}

.navbar__item:nth-child(7) {
  animation-delay: .49s;
  transition-delay: .49s;
}

.page--navbar-fade-out .navbar__item {
  opacity: 0;
}

.page--navbar-fade-out .navbar__item:first-child {
  transition-delay: .3s;
}

.page--navbar-fade-out .navbar__item:nth-child(2) {
  transition-delay: .25s;
}

.page--navbar-fade-out .navbar__item:nth-child(3) {
  transition-delay: .2s;
}

.page--navbar-fade-out .navbar__item:nth-child(4) {
  transition-delay: .15s;
}

.page--navbar-fade-out .navbar__item:nth-child(5) {
  transition-delay: .1s;
}

.page--navbar-fade-out .navbar__item:nth-child(6) {
  transition-delay: .05s;
}

.page--navbar-fade-out .navbar__item:nth-child(7) {
  transition-delay: 0s;
}

.page--navbar-fade-out .navbar__item:nth-child(8) {
  transition-delay: -.05s;
}

.navbar__link {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.2;
  font-size: calc(16px + 2vw);
}

.navbar__link:first-child {
  margin-top: 0;
}

.navbar__link:last-child {
  margin-bottom: 0;
}

.navbar__index {
  color: #cf9;
  font-size: 62%;
}

.navbar__footer {
  height: calc(40px + 3vh + 1vw);
  padding-left: calc(10px + 3vw);
  padding-right: calc(10px + 3vw);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  visibility: hidden;
}

.navbar__footer>* {
  visibility: visible;
}

.navbar__footer-left {
  opacity: 0;
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: transform 0s .6s,opacity .6s;
}

.page--navbar-fade-in .navbar__footer-left,.page--navbar-opened .navbar__footer-left {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: .7s .7s;
}*/

.neighbours {
  position: relative;
  margin-top: calc(45px + 4.5vw);
  padding-top: calc(45px + 4.5vw);
  padding-bottom: calc(45px + 4.5vw);
  overflow: hidden;
  height: calc(262px + 17.8vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.neighbours--pictorial:after {
  content: " ";
  position: absolute;
  display: block;
  width: 62vw;
  min-width: 820px;
  height: 102%;
  right: 0;
  top: -1%;
  opacity: .8;
  background-image: linear-gradient(90deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.846) 8.1%,rgba(0,0,0,.833) 15.5%,rgba(0,0,0,.814) 22.5%,rgba(0,0,0,.789) 29%,rgba(0,0,0,.759) 35.3%,rgba(0,0,0,.727) 41.2%,rgba(0,0,0,.692) 47.1%,rgba(0,0,0,.658) 52.9%,rgba(0,0,0,.623) 58.8%,rgba(0,0,0,.591) 64.7%,rgba(0,0,0,.561) 71%,rgba(0,0,0,.536) 77.5%,rgba(0,0,0,.517) 84.5%,rgba(0,0,0,.504) 91.9%,rgba(0,0,0,.5));
}

.neighbours__item {
  display: inline-block;
}

.neighbours__title-box {
  position: relative;
  margin: calc(10px + .5vw) 0;
  z-index: 1;
}

.neighbours__header {
  position: relative;
  margin-bottom: calc(15px + 1.5vw);
  z-index: 1;
}

.neighbours__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.15em;
  font-size: calc(18px + 3.2vw);
  display: inline-block;
  color: hsla(0,0%,100%,.45);
  transition: color .6s;
}

.neighbours__title:first-child {
  margin-top: 0;
}

.neighbours__title:last-child {
  margin-bottom: 0;
}

.neighbours__title--s {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(16px + 1vw);
  line-height: 1.55;
}

.neighbours__title--s:first-child {
  margin-top: 0;
}

.neighbours__title--s:last-child {
  margin-bottom: 0;
}

.neighbours__subtitle {
  color: hsla(0,0%,100%,.45);
  transition: .8s;
}

.neighbours__title:hover .neighbours__subtitle {
  color: #fff;
  transition-delay: .16s;
}

.neighbours__heading {
  color: #fff;
  transition: color .8s;
}

.neighbours__title:hover .neighbours__heading {
  color: #eb482f;
}

.neighbours__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  opacity: 0;
  -webkit-filter: contrast(300%);
  filter: contrast(300%);
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  pointer-events: none;
  transition: .6s ease-in 0s;
  transform: translate3d(calc(10px + 2vw),0,0);
}

.neighbours__item:hover .neighbours__image {
  opacity: 1;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  transform: translateZ(0);
  transition: 1.8s cubic-bezier(0,0,.2,1) .3s;
}

@media (max-width:760px) {
  .neighbours__image {
    display: none;
  }
}

.neighbours__link {
  position: relative;
  display: inline-block;
  margin-top: calc(30px + 3vw);
  z-index: 1;
}

@media (min-width:1000px) {
  .neighbours__link {
    display: none;
  }
}

.opening {
  display: -ms-flexbox;
  display: flex;
}

.opening__viewport {
  width: 28px;
  margin-right: 12px;
}

.opening--hidden {
  display: none;
}

.opening:not(.opening--opened) .opening__opened {
  visibility: hidden;
}

.opening--closed .opening__opened {
  display: none;
}

.opening:not(.opening--closed) .opening__closed {
  display: none;
}

.paranja {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: 50;
}

.paranja--popbox {
  z-index: 100;
}

.page--popbox-opened .paranja--popbox {
  opacity: 1;
  visibility: visible;
}

.page--lightbox-open:not(.page--lightbox-closing) .paranja--popbox,.page--lightbox-opening:not(.page--lightbox-closing) .paranja--popbox {
  opacity: 1;
  visibility: visible;
}

.page--filter-opened .paranja--filter {
  opacity: 1;
  visibility: visible;
}

.person {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.person+.person {
  margin-top: calc(170px + 17vw);
}

@media (max-width:760px) {
  .person+.person {
    margin-top: 0;
  }
}

@media (max-width:760px) {
  .person {
    margin-top: 0;
    padding-top: calc(150px + 35vw);
  }

  .person:first-child {
    margin-top: calc(-70px - 7vw);
    padding-top: calc(180px + 35vw);
  }

  .person:last-child {
    padding-bottom: calc(70px + 7vw);
  }
}

.person:nth-child(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width:1601px) {
  .person:nth-child(2n - 1) {
    margin-right: 12vw;
  }

  .person:nth-child(2n) {
    margin-left: 12vw;
  }
}

@media (max-width:760px) {
  .person {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

.person__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  line-height: 1.15em;
  font-size: calc(18px + 3.2vw);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #eb482f;
}

.person__title:first-child {
  margin-top: 0;
}

.person__title:last-child {
  margin-bottom: 0;
}

@media (max-width:760px) {
  .person__title {
    position: relative;
    text-align: left;
    margin-bottom: 1.6em;
  }
}

.person__viewport {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media (min-width:761px) and (max-width:999px) {
  .person__viewport {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
}

@media (max-width:760px) {
  .person__viewport {
    max-width: 450px;
  }
}

.page--mobile .person__viewport {
  height: 70vw;
}

.person__image {
  width: 100%;
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: 1.3s;
  opacity: 0;
}

.person.is-inview .person__image {
  will-change: filter,opacity;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  opacity: 1;
}

.person__info {
  position: relative;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding-top: calc(90px + 10vw);
}

@media (min-width:761px) and (max-width:999px) {
  .person__info {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
  }
}

@media (max-width:760px) {
  .person__info {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-top: 0;
  }
}

.person__subtitle {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: hsla(0,0%,100%,.45);
  margin-bottom: calc(20px + 2vw);
  opacity: 0;
  transition: 1s;
}

@media (max-width:760px) {
  .person__subtitle {
    font-size: 11px;
  }
}

.person.is-inview .person__subtitle {
  opacity: 1;
}

.person__anchor {
  position: absolute;
  top: calc(-25px - (40px + 3vh + 1vw));
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.tarun {
  white-space: nowrap;
  color: hsla(0,0%,100%,.45);
}

.tarun__link {
  color: #fff;
  margin-left: 7px;
}

.pixeljam__can {
  display: inline-block;
  margin-right: 4px;
}

.pixeljam__can-body,.pixeljam__can-cap {
  width: 11px;
  display: block;
}

.pixeljam__can-body {
  height: 9px;
  background-color: #eb482f;
}

.pixeljam__can-cap {
  height: 2px;
  margin-bottom: 2px;
  background-color: #fff;
  -ms-transform-origin: right center;
  transform-origin: right center;
  transform: translateZ(0) rotate(0deg);
  transition: .2s;
}

a:hover .pixeljam__can-cap {
  transform: translate3d(1px,-2px,0) rotate(22deg);
}
          
.place {
  display: -ms-flexbox;
  display: flex;
}

.place+.place {
  margin-top: calc(45px + 4.5vw);
}

@media (max-width:760px) {
  .place {
    display: block;
  }
}

@media (min-width:761px) {
  .place__viewport {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.place__image {
  width: 100%;
  display: block;
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  opacity: 0;
  transition: filter 1.8s,opacity 1.8s,transform 1.8s;
  transition: filter 1.8s,opacity 1.8s,transform 1.8s,-webkit-filter 1.8s;
  transition-timing-function: ease-out;
}

@media (min-width:761px) {
  .place__image {
    transform: translate3d(-12px,0,0);
  }
}

.place__image.is-inview {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  transform: translateZ(0);
  opacity: 1;
}

@media (min-width:761px) {
  .place__info {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-left: calc(25px + 2.5vw);
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width:760px) {
  .place__info {
    margin-top: calc(25px + 2.5vw);
  }
}

@media (min-width:761px) {
  .place__info-inner {
    -ms-flex-align: center;
    align-items: center;
  }
}

.place__title {
  font-family: Stem,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .06em;
  margin-top: .8em;
  margin-bottom: .5em;
  font-size: calc(17px + .6vw);
  line-height: 1.4;
  opacity: 0;
  transition: opacity 1.2s;
}

.place__title:first-child {
  margin-top: 0;
}

.place__title:last-child {
  margin-bottom: 0;
}

.place__info-inner.is-inview .place__title {
  opacity: 1;
}

.place__phone,.place__time {
  opacity: 0;
  transition: opacity 1.2s,transform 1.2s;
  transform: translate3d(0,6px,0);
}

.place__info-inner.is-inview .place__phone,.place__info-inner.is-inview .place__time {
  opacity: 1;
  transform: translateZ(0);
}

.place__info-inner.is-inview .place__phone {
  transition-delay: .4s;
}

.place__info-inner.is-inview .place__time {
  transition-delay: .6s;
}

.popbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
  width: 100vw;
  transition: visibility .5s;
  -ms-touch-action: none;
  touch-action: none;
}

.popbox__title:not(.typewriter--visible) {
  opacity: 0;
  transition: opacity 0s 1s;
}

.popbox--opened {
  display: block;
}

.popbox__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  opacity: 0;
}

.popbox--opened .popbox__wrapper {
  opacity: 1;
}

.popbox__content {
  opacity: 0;
}

.popbox--content-ready .popbox__content {
  opacity: 1;
}

.popbox__header {
  height: calc(40px + 3vh + 1vw);
  z-index: 1;
  position: fixed;
  left: 0;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
}

.popbox__header:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(40px + 17vh);
  pointer-events: none;
  transition: .8s;
  background-image: linear-gradient(180deg,#000 0,rgba(0,0,0,.987) 8.1%,rgba(0,0,0,.951) 15.5%,rgba(0,0,0,.896) 22.5%,rgba(0,0,0,.825) 29%,rgba(0,0,0,.741) 35.3%,rgba(0,0,0,.648) 41.2%,rgba(0,0,0,.55) 47.1%,rgba(0,0,0,.45) 52.9%,rgba(0,0,0,.352) 58.8%,rgba(0,0,0,.259) 64.7%,rgba(0,0,0,.175) 71%,rgba(0,0,0,.104) 77.5%,rgba(0,0,0,.049) 84.5%,rgba(0,0,0,.013) 91.9%,transparent);
}

.popbox__close {
  margin: 0 auto;
  pointer-events: auto;
  transition: opacity .5s;
  opacity: 0;
}

.popbox__close.popbox__close--visible {
  opacity: 1;
}

.popbox__main-image {
  max-width: 100%;
  opacity: 0;
  transition: 1.5s .15s;
}

.popbox--content-ready .popbox__main-image {
  opacity: 1;
}

@media (max-width:760px) {
  .popbox__main-image {
    transition: 1.7s .2s;
  }
}

.popbox__inner {
  padding-top: calc(75px + 5vh + 2vw);
}

.popbox--fadeout .popbox__inner {
  transition: opacity .6s;
  opacity: 0;
}

.presenter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.presenter__mixer {
  position: absolute;
  left: -4%;
  top: -5%;
  width: 108%;
  height: 110%;
}

.presenter__block {
  display: none;
}

.presenter__block--visible {
  display: block;
}

.presenter__fader {
  opacity: 0;
  visibility: hidden;
  transition: .65s;
}

.presenter__fader.is-visible {
  opacity: 1;
  visibility: visible;
}

.banner__top-main {
  position: relative;
}

.presenter__caption {
  position: absolute;
  top: 17vh;
}

@keyframes h {
  0% {
    transform: translate3d(0,7px,0);
  }
}

@keyframes i {
  to {
    transform: translate3d(0,-7px,0);
    animation-timing-function: ease-out;
  }
}

.presenter__fader--shift {
  animation: i .4s ease-in forwards;
}

.presenter__fader--shift.is-visible {
  transform: translateZ(0);
  animation: h .42s ease-out forwards;
}

.presenter__hide-while-busy {
  opacity: 1;
  transition: opacity .6s .4s;
}

.presenter--busy .presenter__hide-while-busy {
  opacity: 0;
  transition: opacity .6s;
}

.presenter__hide-until-ready {
  transition: opacity .6s;
}

.presenter:not(.presenter--ready) .presenter__hide-until-ready {
  opacity: 0;
}

.presenter__hide-on-first {
  transition: opacity .6s,visibility .6s;
}

.presenter--first-slide .presenter__hide-on-first,.presenter__show-on-first {
  opacity: 0;
  visibility: hidden;
}

.presenter__show-on-first {
  transition: opacity .6s,visibility .6s;
}

.presenter--first-slide .presenter__show-on-first {
  opacity: 1;
  visibility: visible;
}

.presenter__mobile-counter {
  transition-delay: 1s;
}

@media (max-width:550px) {
  .presenter__first-slide-descr,.presenter__first-slide-title {
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.presenter__first-slide-title .typewriter__letter {
  -ms-transform: none!important;
  transform: none!important;
}

@media (min-width:1000px) and (max-width:1200px) {
  .presenter__first-slide-descr {
    min-width: 380px;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .presenter__first-slide-descr {
    min-width: 380px;
  }
}

@media (max-width:760px) {
  .presenter__first-slide-descr {
    width: calc(94vw - 20px);
  }
}

.presenter__first-slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: -1;
  pointer-events: none;
  opacity: .8;
  background-image: linear-gradient(165deg,rgba(0,0,0,.7),rgba(0,0,0,.694) 8.1%,rgba(0,0,0,.676) 15.5%,rgba(0,0,0,.648) 22.5%,rgba(0,0,0,.612) 29%,rgba(0,0,0,.57) 35.3%,rgba(0,0,0,.524) 41.2%,rgba(0,0,0,.475) 47.1%,rgba(0,0,0,.425) 52.9%,rgba(0,0,0,.376) 58.8%,rgba(0,0,0,.33) 64.7%,rgba(0,0,0,.288) 71%,rgba(0,0,0,.252) 77.5%,rgba(0,0,0,.224) 84.5%,rgba(0,0,0,.206) 91.9%,rgba(0,0,0,.2)),linear-gradient(80deg,rgba(0,0,0,.7),rgba(0,0,0,.694) 8.1%,rgba(0,0,0,.676) 15.5%,rgba(0,0,0,.648) 22.5%,rgba(0,0,0,.612) 29%,rgba(0,0,0,.57) 35.3%,rgba(0,0,0,.524) 41.2%,rgba(0,0,0,.475) 47.1%,rgba(0,0,0,.425) 52.9%,rgba(0,0,0,.376) 58.8%,rgba(0,0,0,.33) 64.7%,rgba(0,0,0,.288) 71%,rgba(0,0,0,.252) 77.5%,rgba(0,0,0,.224) 84.5%,rgba(0,0,0,.206) 91.9%,rgba(0,0,0,.2));
}

.presenter:not(.presenter--first-slide) .presenter__first-slide-overlay {
  opacity: 0;
  visibility: hidden;
}

.presenter__first-slide-cursor-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.presenter:not(.presenter--first-slide) .presenter__first-slide-cursor-area {
  opacity: 0;
  visibility: hidden;
}

.presenter__slide {
  display: none;
  opacity: 0;
}

.presenter__slide--visible {
  display: block;
}

.project-gallery {
  padding-top: calc(45px + 4.5vw);
  padding-bottom: calc(45px + 4.5vw);
  overflow: hidden;
}

@media (max-width:550px) {
  .project-gallery {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.project-gallery:after {
  content: " ";
  display: table;
  clear: both;
}

.project-gallery__item {
  clear: both;
  margin-bottom: 8%;
  position: relative;
}

.project-gallery__item:last-child {
  margin-bottom: 0;
}

.project-gallery__alt {
  font-size: 15px;
  text-align: left;
  padding-top: 1.4em;
  padding-bottom: 1.3em;
  color: hsla(0,0%,100%,.45);
  overflow: hidden;
  position: relative;
}

@media (max-width:850px) {
  .project-gallery__alt {
    font-size: 13px;
  }
}

.project-gallery__alt:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(310deg,#000 58%,transparent 73%);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: 1.2s .3s;
}

.project-gallery__alt.is-inview:after {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.project-gallery__alt:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  background-color: hsla(0,0%,46%,.3);
  -ms-transform-origin: left;
  transform-origin: left;
  transition: .55s ease-out .8s;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.project-gallery__alt.is-inview:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width:760px) {
  .project-gallery__alt {
    margin-left: calc(10px + 3vw);
    margin-right: calc(10px + 3vw);
  }
}

.project-gallery__viewport {
  display: inline-block;
}

.project-gallery__image {
  width: 100%;
  opacity: 0;
  transform: translate3d(calc(10px + 2vw),0,0);
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: 2s cubic-bezier(0,0,.2,1) .4s;
  transition-property: transform,opacity;
}

.project-gallery__item--1 {
  text-align: right;
}

.project-gallery__item--1 .project-gallery__viewport {
  width: 62%;
  display: inline-block;
}

@media (max-width:760px) {
  .project-gallery__item--1 .project-gallery__viewport {
    width: auto;
    margin-left: calc(10px + 3vw);
    margin-right: 0;
  }
}

@media (max-width:760px) {
  .project-gallery__item--1 .project-gallery__alt {
    margin-left: 0;
  }
}

.project-gallery__item--2 {
  text-align: left;
}

.project-gallery__item--2 .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

.project-gallery__item--2 .project-gallery__viewport {
  width: 82%;
}

@media (max-width:760px) {
  .project-gallery__item--2 .project-gallery__viewport {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.project-gallery__item--3,.project-gallery__item--6 {
  float: left;
  clear: none;
  width: 33%;
  margin-left: 11%;
  margin-right: 8%;
}

.project-gallery__item--3 .project-gallery__image,.project-gallery__item--6 .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

.project-gallery__item--3 .project-gallery__viewport,.project-gallery__item--6 .project-gallery__viewport {
  width: 100%;
}

@media (max-width:760px) {
  .project-gallery__item--3 .project-gallery__viewport,.project-gallery__item--6 .project-gallery__viewport {
    width: 64%;
    margin-left: calc(10px + 3vw);
  }
}

@media (max-width:760px) {
  .project-gallery__item--3 .project-gallery__alt,.project-gallery__item--6 .project-gallery__alt {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-gallery__item--4,.project-gallery__item--7 {
  float: left;
  clear: none;
  width: 48%;
}

.project-gallery__item--4 .project-gallery__viewport,.project-gallery__item--7 .project-gallery__viewport {
  width: 100%;
}

@media (max-width:760px) {
  .project-gallery__item--4 .project-gallery__viewport,.project-gallery__item--7 .project-gallery__viewport {
    width: 82%;
    margin-left: 18%;
  }
}

@media (max-width:760px) {
  .project-gallery__item--4 .project-gallery__alt,.project-gallery__item--7 .project-gallery__alt {
    margin-left: 0;
  }
}

.project-gallery__item--5 .project-gallery__viewport {
  width: 62%;
}

@media (max-width:760px) {
  .project-gallery__item--5 .project-gallery__viewport {
    width: auto;
    margin-left: 0;
    margin-right: calc(10px + 3vw);
  }
}

.project-gallery__item--5 .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

.project-gallery__item--8 {
  text-align: left;
}

.project-gallery__item--8 .project-gallery__viewport {
  width: 82%;
}

@media (max-width:760px) {
  .project-gallery__item--8 .project-gallery__viewport {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.project-gallery__item--8 .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

.project-gallery__item--9 .project-gallery__viewport {
  width: 33%;
}

@media (max-width:760px) {
  .project-gallery__item--9 .project-gallery__viewport {
    width: 70%;
    margin-left: calc(10px + 3vw);
  }
}

.project-gallery__item--9 .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

@media (max-width:760px) {
  .project-gallery__item--9 .project-gallery__alt {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-gallery__text {
  position: absolute;
  right: 0;
  width: 30%;
  margin-right: 6%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  overflow: hidden;
}

.project-gallery__image--portrait {
  max-width: 550px;
}

@media (min-width:1000px) and (max-width:1200px) {
  .project-gallery__image--portrait {
    max-width: 480px;
  }
}

@media (max-width:999px) {
  .project-gallery__image--portrait {
    max-width: 400px;
  }
}

@media (max-width:760px) {
  .project-gallery__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 11%;
  }

  .project-gallery__item .project-gallery__viewport {
    clear: both;
    float: none;
  }
}

.project-gallery__item--with-text {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-right: 0;
}

.project-gallery__item--with-text .project-gallery__alt {
  display: none;
}

.project-gallery__item--with-text .project-gallery__viewport {
  float: left;
  width: 52%;
  margin-left: 6%;
}

.project-gallery__item--with-text .project-gallery__image {
  transform: translate3d(calc(-10px - 2vw),0,0);
}

.project-gallery__item--with-text:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width:999px) {
  .project-gallery__item--with-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 11%;
  }

  .project-gallery__item--with-text .project-gallery__viewport {
    width: 100%;
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .project-gallery__item--with-text .project-gallery__text {
    display: block;
    position: relative;
    padding-top: calc(10px + 3vw);
    padding-bottom: calc(10px + 3vw);
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 550px;
  }
}

@media (max-width:760px) {
  .project-gallery__item--with-text .project-gallery__viewport {
    width: auto;
    margin-left: calc(10px + 3vw);
    margin-right: calc(10px + 3vw);
  }
}

@media (max-width:550px) {
  .project-gallery__item--with-text .project-gallery__text {
    margin-left: calc(10px + 3vw);
    margin-right: calc(10px + 3vw);
  }
}

.project-gallery__image.is-inview {
  opacity: 1;
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.project-table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  font-size: 15px;
}

@media (max-width:850px) {
  .project-table {
    font-size: 13px;
  }
}

.project-table__row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.project-table__row.is-shaded {
  color: hsla(0,0%,100%,.45);
}

.project-table__rows {
  overflow: hidden;
}

.project-table__cell {
  padding: calc(16px + .8vw) 0;
  text-align: left;
  transition: color .5s;
}

.project-table__cell:first-of-type:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
  height: 1px;
  background: hsla(0,0%,46%,.3);
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: 1.2s;
}

.project-table__row:first-child .project-table__cell:first-of-type::before {
  transition-delay: .25s;
}

.project-table__row:nth-child(2) .project-table__cell:first-of-type:before {
  transition-delay: .5s;
}

.project-table__row:nth-child(3) .project-table__cell:first-of-type:before {
  transition-delay: .75s;
}

.project-table__row:nth-child(4) .project-table__cell:first-of-type:before {
  transition-delay: 1s;
}

.project-table__row:nth-child(5) .project-table__cell:first-of-type:before {
  transition-delay: 1.25s;
}

.project-table__row:nth-child(6) .project-table__cell:first-of-type:before {
  transition-delay: 1.5s;
}

.project-table__row:nth-child(7) .project-table__cell:first-of-type:before {
  transition-delay: 1.75s;
}

.project-table__row:nth-child(8) .project-table__cell:first-of-type:before {
  transition-delay: 2s;
}

.project-table__row:nth-child(9) .project-table__cell:first-of-type:before {
  transition-delay: 2.25s;
}

.project-table__row:nth-child(10) .project-table__cell:first-of-type:before {
  transition-delay: 2.5s;
}

.project-table__row.is-inview .project-table__cell:first-of-type:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.project-table__cell--period {
  width: 20%;
  white-space: nowrap;
}

.project-table__cell--title {
  width: 40%;
}

.project-table__cell--area {
  width: 20%;
}

@media (max-width:550px) {
  .project-table__cell--area {
    display: none;
  }
}

.project-table__cell--type {
  width: 20%;
  white-space: nowrap;
}

@media (max-width:550px) {
  .project-table__cell--type {
    display: none;
  }
}

.project-table__cell--btn {
  width: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:551px) {
  .project-table__cell--btn {
    display: none;
  }
}

.project-table__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page--mobile .project-table__images,.page--tablet .project-table__images {
  display: none;
}

.project-table__image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: .8s;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.project-table__image.is-hover {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
  opacity: 1;
  transition: 1.3s;
}

.project-table__image:nth-child(4n - 3) {
  left: 0;
  margin-left: calc(10px + 3vw);
}

.project-table__image:nth-child(4n - 2) {
  right: 8%;
  margin-right: calc(10px + 3vw);
}

.project-table__image:nth-child(4n - 1) {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.project-table__image:nth-child(4n) {
  right: 0;
  margin-right: calc(10px + 3vw);
}

.rotate-device {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  pointer-events: none;
}

@media (max-width:960px) and (orientation:landscape) {
  .rotate-device {
    display: -ms-flexbox;
    display: flex;
  }
}

.scroll-btn {
  padding: 8px 12px;
  margin-right: -12px;
}

.scroll-btn__arrows {
  overflow: visible;
}

.splitter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.splitter__section {
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-transform: scaleY(1.05);
  transform: scaleY(1.05);
}

@media (min-height:800px) {
  .splitter__section {
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
}

.splitter--about .splitter__section {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.splitter__section:first-child {
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.splitter--about .splitter__section:first-child {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.splitter__section:nth-child(2) {
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.splitter__section:nth-child(3) {
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

.spread {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:999px) {
  .spread {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.spread__half+.spread__inner-padding {
  margin-left: calc(15px + 1.5vw);
}

.spread__inner-padding:first-child {
  margin-right: calc(15px + 1.5vw);
}

.spread__l {
  width: 52%;
}

.spread__s {
  width: 48%;
}

.spread__col {
  max-width: 550px;
}

.spread__shifted {
  margin-top: 80px;
}

@media (max-width:999px) {
  .spread__half {
    width: 100%;
  }

  .spread__half+.spread__half {
    margin-top: 50px;
  }
}

.typewriter__word {
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
}

.typewriter--anchor .typewriter__word {
  opacity: 1;
}

.typewriter--visible .typewriter__word,.typewriter.is-inview .typewriter__word {
  animation: j 1s forwards;
}

.typewriter--colored.is-inview .typewriter__word,.typewriter--visible.typewriter--colored .typewriter__word {
  animation: k 1s forwards;
}

.typewriter__letter {
  opacity: 0;
  display: inline-block;
  transition: none;
}

.typewriter--anchor .typewriter__letter {
  opacity: 1;
}

.typewriter--hidden .typewriter__letter {
  opacity: 0;
}

.typewriter--visible .typewriter__letter,.typewriter.is-inview .typewriter__letter {
  animation: j 1s forwards;
}

.typewriter--colored.is-inview .typewriter__letter,.typewriter--visible.typewriter--colored .typewriter__letter {
  animation: k 1s forwards;
}

.typewriter--anchor .typewriter__letter,.typewriter--anchor .typewriter__word {
  animation: none!important;
}

.banner__title.typewriter:not(.typewriter--visible) {
  opacity: 0;
  transition: opacity 0s 1s;
}

.typewriter--visible {
  z-index: 1;
  opacity: 1;
}

@keyframes j {
  0% {
    animation-timing-function: linear;
    color: #eb482f;
  }

  50% {
    animation-timing-function: linear;
    color: #eb482f;
    opacity: .5;
  }

  to {
    animation-timing-function: linear;
    color: #fff;
    opacity: 1;
  }
}

@keyframes k {
  0% {
    animation-timing-function: linear;
    color: #eb482f;
  }

  50% {
    animation-timing-function: linear;
    color: #eb482f;
    opacity: .5;
  }

  to {
    animation-timing-function: linear;
    color: #eb482f;
    opacity: 1;
  }
}

.underlay {
  position: relative;
  padding-bottom: 20%;
  z-index: -1;
}

.underlay--top {
  position: absolute;
  width: 100%;
}

.underlay__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56vw;
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
  transition: -webkit-filter .8s .3s;
  transition: filter .8s .3s;
  transition: filter .8s .3s,-webkit-filter .8s .3s;
}

.underlay__image.is-inview {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.underlay--top .underlay__image {
  bottom: auto;
  top: 0;
}

.underlay--right .underlay__image {
  right: 0;
  left: auto;
}

@media (max-width:760px) {
  .underlay--right .underlay__image {
    right: -25vw;
  }
}

.underlay--s .underlay__image {
  width: 33vw;
}

@media (max-width:760px) {
  .underlay--s .underlay__image {
    right: 0;
    width: 62vw;
  }
}

@media (min-width:761px) and (max-width:999px) {
  .underlay__image {
    width: 62vw;
  }
}

@media (max-width:760px) {
  .underlay__image {
    left: -25vw;
    width: 100vw;
  }
}

.underlay__image--l {
  width: 75%;
}

.word-splitter {
  opacity: 0;
}

.word-splitter--ready {
  opacity: 1;
}

.words__word {
  white-space: nowrap;
  display: inline-block;
  color: transparent;
}

.words.is-inview .words__word,.words.is-visible .words__word {
  animation: m 1.7s forwards;
}

.words.is-fadeout .words__word {
  animation: l .5s 0s forwards!important;
}

@keyframes l {
  0% {
    color: #fff;
  }

  to {
    color: hsla(0,0%,100%,0);
  }
}

@keyframes m {
  0% {
    color: hsla(39,58%,64%,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  10% {
    color: hsla(39,58%,64%,.3);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  20% {
    color: rgba(235,97,78,.7);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    color: #fff;
  }
}

#nprogress {
  pointer-events: none;
  opacity: 1!important;
}

#nprogress .bar {
  background: hsla(0,0%,46%,.3);
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent!important;
}

#nprogress .peg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,46%,.3);
  transition: transform .25s ease-in,opacity .35s ease-in;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

#nprogress .spinner,#nprogress .spinner-icon {
  display: none;
}