html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

b {
  font-weight: bold;
}

img,
object,
embed {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.trm {
  transform: translate3d(0, 100%, 0);
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  will-change: transform;
}

.trm2 {
  transform: translate3d(0, 0, 0);
}

.hey {
  transform: translate3d(0, 80px, 0);
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  will-change: transform;
}

.hey2 {
  transform: translate3d(0, 0, 0);
}

.yepa {
  opacity: 0 !important;
  /* overflow: hidden;
   will-change: transform;
   transform:scale3d(.9,.9,1);*/
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 7s;
  transition-delay: 0.05s;
  /* img {
      will-change: transform;
       transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
       transform:scale3d(1.1,1.1,1);
   }*/
}
.yepa.anim {
  opacity: 1 !important;
  /*transform:scale3d(1,1,1);*/
  /*img {
      transform:scale3d(1,1,1);
  }*/
}

.yepa2 {
  opacity: 1;
}

.ts-line {
  overflow: hidden;
  padding: 0 0 0.2em 0;
  margin: 0 0 -0.1em;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}

.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  flex-flow: row wrap;
}
.row.right {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.content-md {
  max-width: 1010px;
  margin: 0 auto;
}

.content-lg {
  max-width: 1180px;
  margin: 0 auto;
}

.right {
  margin-left: auto;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

/*$primaryFont: "neue-haas-grotesk-display", sans-serif;*/
/*$font2: "warnock-pro", serif;
$primaryFonti:  'primaryFont-VariableItalic';*/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
  scroll-behavior: initial;
}

::-moz-selection {
  color: #FFF;
  background-color: #000;
  mix-blend-mode: difference;
}

::selection {
  color: #FFF;
  background-color: #000;
  mix-blend-mode: difference;
}

body {
  font-family: forma-djr-deck, sans-serif;
  color: #000;
  letter-spacing: -0.025em;
  background-color: #000;
  cursor: default;
}
body.active {
  overflow: hidden;
}

.page-archive {
  background-color: #0F1010;
  color: #FFF;
}

a {
  text-decoration: none;
  color: #000;
}

.pin-spacer {
  pointer-events: auto !important;
}

.container {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #FFF;
}
.container.open {
  transform: translateY(199px);
}
.container.open:before {
  opacity: 1;
}
.container:before {
  content: "";
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(22, 22, 22, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
}

.header {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.open {
  mix-blend-mode: unset !important;
}
.header.header--scrolled {
  mix-blend-mode: difference;
}
.header.header--scrolled .nav-logo a h1 span {
  opacity: 0.5;
}
.header.alt {
  mix-blend-mode: difference;
}
.header.alt .nav-logo a {
  color: #FFF;
}
.header.alt .nav-menu a {
  color: #FFF;
}
.header.header-size .nav-logo a h1 img {
  max-width: 310px;
}

.nav {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #FFF;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav.open {
  transform: translateY(200px);
}
.nav.open .header-more svg {
  transform: rotate(180deg);
}
.nav.nav--scrolled {
  mix-blend-mode: difference;
}
.nav.nav--scrolled .nav-logo a h1 span {
  opacity: 0.5;
}
.nav .header-more {
  position: absolute;
  top: 24px;
  left: calc(1.5vw - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(15.8333330154px);
  backdrop-filter: blur(15.8333330154px);
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav .header-more svg {
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav .header-more:hover {
  background: rgba(255, 255, 255, 0.3);
}
.nav .nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav .nav-logo a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-left: 46px;
  padding: 25px 1.5vw;
  font-size: calc(20px + 0.8vw);
  color: #FFF;
}
.nav .nav-logo a h1 {
  display: flex;
  font-weight: 400;
  line-height: 100%;
}
.nav .nav-logo a h1 img {
  transform-origin: top left;
  max-width: 400px;
}
.nav .nav-logo a h1 svg #studio {
  opacity: 0.5;
}
.nav .nav-logo a h1 span {
  opacity: 0;
  margin-left: calc(20px + 1.5vw);
}
.nav .nav-logo a img {
  transform-origin: top left;
  max-width: 260px;
}
.nav .nav-logo.min a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 25px 1.5vw;
  font-size: calc(20px + 0.8vw);
  font-weight: 400;
  line-height: 100%;
}
.nav .nav-logo.min a span {
  opacity: 0.5;
  margin-left: calc(20px + 1.5vw);
}
.nav .nav-menu {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  mix-blend-mode: difference;
}
.nav .nav-menu .nav-menu_icon {
  display: none;
  -webkit-tap-highlight-color: rgba(237, 231, 216, 0.3);
}
.nav .nav-menu .nav-menu_1 {
  min-width: 0;
  display: flex;
  grid-column: col-start 7;
}
.nav .nav-menu .nav-menu_2 {
  min-width: 0;
  display: flex;
  grid-column: col-start 9;
}
.nav .nav-menu .nav-menu_3 {
  min-width: 0;
  display: flex;
  grid-column: col-start 12;
}
.nav .nav-menu a {
  position: relative;
  display: inline-flex;
  padding: 25px 4px;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
.nav .nav-menu a:hover > span:before {
  transform: none;
  transform-origin: right;
}
.nav .nav-menu a > span {
  position: relative;
  display: flex;
  align-items: center;
}
.nav .nav-menu a > span img {
  padding-right: 6px;
}
.nav .nav-menu a > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: #FBF8F2;
  transform: scaleX(0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left;
}
.nav .nav-menu a small {
  margin-left: 2px;
  font-size: 14px;
}

.divisions {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  color: #FFF;
  height: 200px;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
.divisions.open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.divisions.open .division .division-content .division-content--img img {
  transform: none;
}
.divisions.open .division .division-content .division-content--info {
  opacity: 1;
}
.divisions .divisions-wrapper {
  display: flex;
  height: 100%;
}
.divisions .division {
  display: flex;
  width: 50%;
  padding: 25px 1.5vw 25px 1.5vw;
  background-color: #000;
}
.divisions .division.living {
  background-color: #114027;
}
.divisions .division h4 {
  font-size: 32px;
  line-height: 100%;
}
.divisions .division .division-content {
  display: flex;
  width: 100%;
  color: #FFF;
}
.divisions .division .division-content .division-content--img {
  width: 30%;
  overflow: hidden;
}
.divisions .division .division-content .division-content--img img {
  transform: scale3d(1.2, 1.2, 1.2);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.divisions .division .division-content .division-content--info {
  display: flex;
  flex-flow: column;
  justify-content: end;
  width: 60%;
  padding-left: 16px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.divisions .division .division-content .division-content--info p {
  margin: 20px 0 0 0;
  max-width: 430px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 105%;
}
.divisions .division .division-content .division-content--info span {
  display: block;
  font-family: "input-mono", monospace;
  color: #FFF;
  font-size: 14px;
}
.divisions .division .division-content .division-content--info span:hover svg {
  transform: translateX(6px);
}
.divisions .division .division-content .division-content--info span svg {
  margin-left: 0px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hero {
  overflow: hidden;
  position: relative;
  /*opacity: 0;*/
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
  color: #FFF;
}
.hero .hero-cover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1010;
  transform-origin: top;
}
.hero .hero-animate {
  z-index: 2;
  position: relative;
  height: 100%;
  /*transform: translateY(15%);
  transition: transform 1.8s cubic-bezier(1, 0.04, 0.26, 0.96);
  transition-delay: .9s;*/
}
.hero .hero-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hero .hero-text {
  position: absolute;
  top: 42%;
  width: 100%;
  padding-left: 4px;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.hero .hero-text > span {
  display: block;
  overflow: hidden;
  min-width: 0;
  grid-column: col-start 7/span 3;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}
.hero .hero-text > span > span {
  display: block;
  transform: translate3d(0, 100%, 0) rotate(2deg);
  opacity: 0;
}
.hero .hero-copy {
  padding: 0 1.5vw calc(30px + 1vw) 1.5vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hero .hero-copy .hero-copy_img {
  display: none;
}
.hero .hero-copy .hero-copy_top {
  max-width: 1000px;
  margin-right: 15vw;
  display: flex;
  align-items: flex-end;
}
.hero .hero-copy .hero-copy_top h2 {
  font-size: calc(20px + 2vw);
  line-height: 100%;
}
.hero .hero-copy .hero-copy_top h2 > span {
  display: block;
  position: relative;
  font-size: calc(20px + 2vw);
  line-height: 1;
}
.hero .hero-copy .hero-copy_top h2 > span > span {
  display: block;
  transform: translate3d(0, 100%, 0) rotate(2deg);
  opacity: 0;
  line-height: 105%;
}
.hero .hero-copy .hero-copy_top h2 > span img {
  position: absolute;
  bottom: 0;
  left: 100%;
  max-width: 30vw;
  margin-bottom: 6%;
}
.hero .hero-copy .hero-copy_bottom {
  display: flex;
  flex-flow: column;
  align-self: end;
  align-items: flex-end;
  font-size: calc(20px + 2vw);
}
.hero .hero-copy .hero-copy_bottom a {
  overflow: hidden;
  display: block;
  line-height: 1.1;
  color: #FFF;
}
.hero .hero-copy .hero-copy_bottom a > span {
  display: block;
  transform: translate3d(0, 100%, 0) rotate(-2deg);
  opacity: 0;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .hero-bg .hero-bg_anim {
  height: 100%;
  transform: scale3d(1.1, 1.1, 1.1);
}
.hero .hero-bg img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  /*opacity: 0;
  transition:transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition-delay: 2s;*/
}

.main {
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

.works {
  padding: 0 1.5vw 0 1.5vw;
}
.works .works-header {
  margin: calc(40px + 5vw) 0;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.works .works-header .works-header_title {
  grid-column: col-start 1/span 10;
}
.works .works-header .works-header_title h4 {
  font-size: calc(20px + 1vw);
  font-weight: 500;
}
.works .works-wrapper {
  /*padding-right: 202px;*/
  display: flex;
}
.works .works-wrapper .works-wrapper_content {
  display: grid;
  grid-template-columns: repeat(2, [col-start] 1fr);
  grid-gap: 30px;
}
.works .works-wrapper .works-nav {
  position: sticky;
  top: 100px;
  grid-column: col-start 11/span 2;
  order: 2;
  /*width:190px;
  flex: 0 0 190px;*/
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  font-family: "input-mono", monospace;
  text-transform: uppercase;
  margin-bottom: auto;
  min-width: 190px;
  margin-left: 100px;
  /*margin-bottom: 60px;*/
}
.works .works-wrapper .works-nav:hover li {
  opacity: 0.2;
}
.works .works-wrapper .works-nav ul li {
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works .works-wrapper .works-nav ul li span {
  display: flex;
  margin-right: 10px;
  font-size: 10px;
}
.works .works-wrapper .works-nav ul li:hover {
  opacity: 1;
}
.works .works-wrapper .works-nav ul li:first-child {
  opacity: 0.4;
  margin-bottom: 40px;
}
.works .works-wrapper .works-nav ul li a {
  color: #000;
  display: flex;
}
.works .works-wrapper .work {
  margin-bottom: calc(20px + 10vw);
  /*&:nth-child(1) {
      grid-column: col-start 1 / span 11;
  }
  &:nth-child(2) {
      grid-column: col-start 3 / span 9;
  }
  &:nth-child(3) {
      grid-column: col-start 1 / span 5;
  }
  &:nth-child(4) {
      grid-column: col-start 6 / span 6;
  }
  &:nth-child(5) {
      grid-column: col-start 1 / span 11;
  }
  &:nth-child(6) {
      grid-column: col-start 1 / span 5;
  }
   &:nth-child(7) {
      grid-column: col-start 6 / span 6;
  }
   &:nth-child(8) {
      grid-column: col-start 6 / span 6;
  }*/
}
.works .works-wrapper .work .work-image {
  display: block;
  overflow: hidden;
}
.works .works-wrapper .work .work-image img, .works .works-wrapper .work .work-image video {
  display: block;
  width: 100%;
}
.works .works-wrapper .work .work-info {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(6, [col-start] 1fr);
}
.works .works-wrapper .work .work-info .work-info_client {
  grid-column: col-start 1/span 3;
  font-size: 30px;
  line-height: 120%;
  font-weight: 400;
  padding-right: 10px;
}
.works .works-wrapper .work .work-info .work-info_client a {
  color: #000;
}
.works .works-wrapper .work .work-info .work-info_area {
  grid-column: col-start 5/span 2;
  font-family: "input-mono", monospace;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
}

.about {
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.about .about-hero {
  width: 100%;
  padding: calc(20px + 10vw) 1.5vw 0 1.5vw;
  /*.about-hero_p {
      max-width: 600px;
      display: flex;
      align-items: end;
      margin-left: auto;
      margin-top: calc(20px + 3vw);
      p {
          margin-top: 15px;
          max-width: 305px;
          font-size: 18px;
          line-height: 140%;
          font-weight: 400;
          &:last-child {
              margin-left: calc(15px + 3vw);
          }
          strong {
              font-weight: 600;
              display: block;

          }
      }
  }*/
}
.about .about-hero .about-hero_wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.about .about-hero.about-hero_full h3 {
  grid-column: col-start 1/span 10;
  font-size: calc(20px + 2vw);
  line-height: 95%;
  margin-bottom: 30px;
}
.about .about-hero.about-hero_full .about-hero_p {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.about .about-hero.about-hero_full .about-hero_p .image {
  /*transform: rotate(10deg) translateX(-15px);*/
  grid-column: col-start 2/span 5;
  margin: 10px 0 auto auto;
  padding-right: 40px;
}
.about .about-hero.about-hero_full .about-hero_p img {
  width: 100%;
}
.about .about-hero.about-hero_full .about-hero_p p {
  position: sticky;
  top: 80px;
  padding-left: 4px;
  margin-bottom: auto;
  max-width: 600px;
  grid-column: col-start 7/span 12;
  font-size: calc(20px + 0.5vw);
  line-height: 95%;
}
.about .about-hero .about-hero_left {
  grid-column: col-start 1/span 4;
  min-width: 0;
}
.about .about-hero .about-hero_left h2 {
  margin-bottom: calc(20px + 1vw);
  font-size: calc(20px + 1.5vw);
  line-height: 120%;
  padding-right: 20px;
}
.about .about-hero .about-hero_left h2 > span {
  display: block;
  overflow: hidden;
}
.about .about-hero .about-hero_left h2 > span > span {
  display: block;
  transform: translate3d(0, 100%, 0) rotate(2deg);
  opacity: 0;
  line-height: 105%;
}
.about .about-hero .about-hero_right {
  grid-column: col-start 7/span 6;
  min-width: 0;
}
.about .about-hero .about-hero_right h2 {
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  font-size: calc(20px + 1.5vw);
  line-height: 105%;
}
.about .about-reel {
  margin: 40px auto 0 auto;
  padding: 0 30px;
}
.about .about-reel video {
  width: 100%;
	aspect-ratio: 16 / 9;
}
.about .about-services {
  margin: calc(20px + 10vw) 0 calc(20px + 8.5vw);
  padding: 0 1.5vw;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.about .about-services .about-services_contact {
  grid-column: col-start 2/span 5;
  position: sticky;
  top: 100px;
  margin-bottom: auto;
  max-width: 190px;
  line-height: 100%;
  font-size: 18px;
  color: #000;
}
.about .about-services .about-services_contact > span {
  display: block;
  overflow: hidden;
}
.about .about-services .about-services_contact > span > span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  font-weight: 600;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about .about-services .about-services_contact a {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #000;
  text-decoration: underline;
}
.about .about-services .about-services_contact a > span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  font-weight: 600;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.about .about-services .about-services_list {
  grid-column: col-start 7/span 12;
}
.about .about-services .about-services_list .services-list_title {
  margin-bottom: 5vw;
}
.about .about-services .about-services_list .services-list_title h5 {
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5;
}
.about .about-services .about-services_list ul li {
  overflow: hidden;
  font-size: calc(20px + 2.5vw);
  line-height: 115%;
}
.about .about-services .about-services_list ul li > span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about .about-clients {
  overflow: hidden;
}
.about .about-clients .about-clients_title {
  padding: 0 1.5vw;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.about .about-clients .about-clients_title h4 {
  grid-column: col-start 7/span 12;
  margin-bottom: calc(20px + 3vw);
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
}
.about .about-clients .about-clients_wrapper {
  padding: 0 1.5vw;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: calc(20px + 10vw);
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.about .about-clients .about-clients_wrapper ul {
  -moz-column-count: 2;
  column-count: 2;
  grid-column: col-start 7/span 12;
}
.about .about-clients .about-clients_wrapper ul li {
  font-size: calc(20px + 0.5vw);
  line-height: 95%;
  font-weight: 500;
  margin: 2px 0;
}
.about .about-clients .about-client {
  width: 25%;
  margin: calc(20px + 1vw) 0;
}
.about .about-clients .about-client img {
  display: block;
  padding: 0 10px;
  max-width: 180px;
  max-height: 60px;
  margin: 0 auto;
}
.about .about-images {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 10vw 0;
}
.about .about-images figure {
  width: 40%;
}
.about .about-images figure:first-child {
  z-index: 2;
  transform: rotate(-20deg);
}
.about .about-images figure:last-child {
  transform: rotate(20deg);
}

.news {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: calc(20px + 10vw) 1.5vw 10vw 1.5vw;
}
.news .new-image {
  position: relative;
  z-index: 1;
}
.news .new-image:hover img, .news .new-image:hover video {
  border-radius: 16px;
}
.news .new-image img, .news .new-image video {
  display: block;
  width: 100%;
  border-radius: 3px;
  transition: border-radius 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news .new-image .new-date {
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #FFF;
  border-radius: 4px;
}
.news .news-title h1 {
  font-size: calc(20px + 1.5vw);
  line-height: 110%;
}
.news .news-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.news .news-content .new {
  margin-bottom: 60px;
}
.news .news-content .new .new-info {
  font-family: "ff-meta-serif-web-pro", serif;
  margin-top: 14px;
}
.news .news-content .new .new-info_title {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
}
.news .news-content .new .new-info_title h2 {
  font-weight: 500;
}
.news .news-content .new .new-info_excerpt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 110%;
  opacity: 0.5;
  font-weight: 500;
}
.news .news-content .new .new-info_excerpt h3 {
  font-weight: 500;
}
.news .news-content .new .new-info_more {
  margin-top: 10px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
}

.cases {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding-bottom: 10vw;
}
.cases .cases-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 72px 1.5vw 0 1.5vw;
}
.cases .cases-wrapper .cases-left {
  position: sticky;
  top: 72px;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 30%;
  max-width: 30%;
  width: 30%;
  height: calc(100vh - 72px);
  padding-right: calc(24px + 2vw);
  padding-bottom: calc(20px + 2vw);
}
.cases .cases-wrapper .cases-left .cases-left-title {
  margin-top: auto;
  width: 100%;
}
.cases .cases-wrapper .cases-left h1 {
  text-transform: none;
  font-size: calc(20px + 1.5vw);
  font-weight: 400;
  line-height: 100%;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*opacity: .5;
  transform: translateY(10vh);
  transition-delay: .8s;*/
}
.cases .cases-wrapper .cases-left .date {
  position: relative;
  display: block;
  font-size: calc(20px + 0.3vw);
  font-weight: 400;
  line-height: 100%;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*opacity: .5;
  transform: translateY(10vh);
  transition-delay: .8s;*/
  /*padding-top: 20px;
  margin-top: 20px;*/
  /*&:before {
      content: 'Year';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 14px;
      font-weight: 450;
  }*/
}
.cases .cases-wrapper .cases-left .cases-left_info {
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*opacity: .5;
  transform: translateY(10vh);
  transition-delay: .6s;*/
  margin-top: auto;
  max-width: 600px;
}
.cases .cases-wrapper .cases-left .cases-left_info p {
  font-weight: 400;
  font-size: calc(20px + 0.8vw);
  margin-bottom: 30px;
  line-height: 100%;
}
.cases .cases-wrapper .cases-left .cases-left_info .cases-left_area {
  margin-top: 10px;
  font-family: "input-mono", monospace;
  font-size: 11px;
  line-height: 120%;
  text-transform: uppercase;
}
.cases .cases-wrapper .cases-left .cases-left_info .cases-left_area.website a {
  position: relative;
}
.cases .cases-wrapper .cases-left .cases-left_info .cases-left_area.website a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: #000;
  transform: scaleX(0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left;
}
.cases .cases-wrapper .cases-left .cases-left_info .cases-left_area.website a:hover:before {
  transform: none;
  opacity: 1;
}
.cases .cases-wrapper .cases-left .cases-left_info .cases-left_area > span {
  opacity: 0.5;
  margin-right: 10px;
}
.cases .cases-wrapper .cases-right {
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*opacity: .8;
  transform: translateY(10vh);
  transition-delay: .8s;*/
}
.cases .cases-wrapper .cases-right .video {
  padding: 20vh 0;
  margin-bottom: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.cases .cases-wrapper .cases-right .video.large {
  padding: 0;
}
.cases .cases-wrapper .cases-right .video.large video {
  width: 100%;
}
.cases .cases-wrapper .cases-right .video video {
  width: 60%;
}
.cases .cases-wrapper .cases-right .wp-block-video, .cases .cases-wrapper .cases-right .wp-block-image {
  opacity: 0.5;
  background-color: #FBF8F2;
  margin-bottom: 10px;
}
.cases .cases-wrapper .cases-right .wp-block-video.two, .cases .cases-wrapper .cases-right .wp-block-image.two {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cases .cases-wrapper .cases-right .wp-block-video.two figure, .cases .cases-wrapper .cases-right .wp-block-image.two figure {
  width: 50%;
}
.cases .cases-wrapper .cases-right .wp-block-video img, .cases .cases-wrapper .cases-right .wp-block-image img {
  display: block;
  width: 100%;
}
.cases .cases-wrapper .cases-right .wp-block-video video, .cases .cases-wrapper .cases-right .wp-block-image video {
  width: 100%;
  display: block;
}

.related {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  margin: 0;
  padding: 0 1.5vw;
  padding-bottom: calc(40px + 3vw);
}
.related .related-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}
.related .related-wrapper h5 {
  position: relative;
  font-size: calc(20px + 0.8vw);
  font-weight: 450;
}
.related .related-title {
  width: 100%;
  margin-bottom: 30px;
}
.related .related-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.related .related-content video {
  display: block;
  width: 100%;
}
.related .related-info {
  margin-bottom: 30px;
  color: #000;
  transform: translateY(40px);
}
.related .related-info h4 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: calc(20px + 0.2vw);
  font-weight: 450;
  margin-top: 10px;
}
.related .related-info h4 > span {
  font-family: "input-mono", monospace;
  font-size: 12px;
  margin-right: 30px;
}
.related figure {
  width: 100%;
}
.related figure img {
  display: block;
  width: 100%;
}

.header-anim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -3;
}

.footer {
  margin-top: -100vh;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-flow: row wrap;
  height: 100vh;
  padding: 60px 0 0 0 !important;
  background-color: #0F1010;
  color: #FFF;
}
.footer .footer-social {
  display: flex;
  align-items: flex-start;
  /*padding-top: calc(20px + 5vw);*/
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 24px;
}
.footer .footer-social > span {
  display: flex;
  justify-content: center;
  opacity: 0.5;
  font-size: 24px;
  line-height: 130%;
  margin-right: 10px;
}
.footer .footer-social a {
  position: relative;
  display: inline-flex;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  color: #FFF;
  padding: 0 4px;
}
.footer .footer-talk {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.footer .footer-talk a {
  color: #FFF;
}
.footer .footer-talk .footer-talk_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer .footer-talk .footer-talk_wrapper > span {
  position: relative;
  font-size: calc(24px + 4vw);
  padding-right: 20px;
  margin-right: 10px;
}
.footer .footer-talk .footer-talk_wrapper > span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  opacity: 0.2;
  animation: tic 2s linear infinite;
}
@keyframes tic {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.footer .footer-talk .footer-talk_wrapper .footer-talk_copy {
  position: relative;
  display: flex;
  flex-flow: column;
}
.footer .footer-talk .footer-talk_wrapper .footer-talk_copy:hover button {
  opacity: 1;
}
.footer .footer-talk .footer-talk_wrapper .footer-talk_copy button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 20px 10px;
  color: #FFF;
  font-size: 20px;
  opacity: 0.5;
  font-family: forma-djr-deck, sans-serif;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .footer-talk .footer-talk_wrapper .footer-talk_copy > span {
  pointer-events: none;
  padding: 20px 10px 0 10px;
  margin-bottom: -18px;
  font-family: "input-mono", monospace;
  text-transform: uppercase;
  font-size: 11px;
}
.footer .footer-talk .footer-talk_wrapper a {
  font-size: 20px;
  opacity: 0.5;
}
.footer .footer-menu {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.footer .footer-menu a {
  color: #FFF;
  overflow: hidden;
  font-size: calc(24px + 4vw);
  line-height: 120%;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .footer-menu a > span {
  margin: 0 4px;
  opacity: 1;
  display: block;
}
.footer .footer-menu a:hover {
  opacity: 0.3;
}
.footer .footer-bottom {
  width: 100%;
  position: relative;
  justify-content: center;
  padding: 0 1.5vw;
  margin-top: auto;
  margin-bottom: 30px;
}
.footer .footer-bottom .footer-bottom_services {
  max-width: 300px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-family: "input-mono", monospace;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  opacity: 0.4;
  /*> span {
      display: block;
      &:not(:first-child) {
          opacity: .4;
      }
  }*/
}

.error-404 {
  height: 100%;
}

.error {
  background-color: #0F1010;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
.error .error-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #FFF;
}
.error .error-wrapper > span {
  position: absolute;
  top: 1vw;
  left: 1vw;
  line-height: 1;
  font-size: calc(24px + 8vw);
  color: #FFF;
}
.error .error-wrapper > span.not2 {
  top: auto;
  left: auto;
  right: 3vw;
  bottom: 3vw;
}
.error .error-title {
  text-align: center;
  color: #FFF;
}
.error .error-title h1 {
  font-size: calc(24px + 8vw);
}
.error .error-title span {
  position: relative;
  margin-top: 15px;
  display: inline-flex;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
.error .error-title span:hover:before {
  transform: scaleX(0);
  transform-origin: left;
}
.error .error-title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FBF8F2;
  opacity: 0.5;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: right;
}
.error .error-info {
  width: 100%;
  padding-left: 10vw;
  transform: translateY(10vw);
}
.error .error-info p {
  font-size: 18px;
  line-height: 1;
}
.error .error-info p:first-child {
  opacity: 0.5;
}
.error .error-info p > span {
  display: block;
  line-height: 1;
}
.error .error-info p:last-child {
  margin-top: 20px;
}
.error .error-info a {
  color: #FBF8F2;
}

.anim {
  overflow: hidden;
}
.anim > span {
  display: block;
  transform: translateY(100%);
  will-change: auto;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-mobile {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-bottom: 8vh;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.menu-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: bottom;
}
.menu-mobile.inner .menu-mobile_close {
  text-align: right;
}
.menu-mobile.active {
  pointer-events: auto;
  opacity: 1;
}
.menu-mobile.active:before {
  transition: transform 1.2s cubic-bezier(0.63, -0.16, 0.26, 0.96);
  transform: none;
}
.menu-mobile.active .menu-mobile_close {
  transform: none;
  opacity: 1;
  transition-delay: 1s;
}
.menu-mobile.active .menu-logo {
  opacity: 1;
  transition-delay: 1.2s;
}
.menu-mobile.active .menu-mobile_info nav {
  position: relative;
  z-index: 1;
}
.menu-mobile.active .menu-mobile_info nav a {
  -webkit-tap-highlight-color: transparent;
}
.menu-mobile.active .menu-mobile_info nav a > span, .menu-mobile.active .menu-mobile_info nav a small {
  transform: none;
  opacity: 1;
}
.menu-mobile.active .menu-mobile_info nav a:nth-child(1) > span {
  transition-delay: 0.8s;
}
.menu-mobile.active .menu-mobile_info nav a:nth-child(2) > span {
  transition-delay: 0.9s;
}
.menu-mobile.active .menu-mobile_info nav a:nth-child(3) > span {
  transition-delay: 1s;
}
.menu-mobile.active .menu-mobile_info nav a:nth-child(4) > span {
  transition-delay: 1.1s;
}
.menu-mobile.active .menu-mobile_info nav a:nth-child(5) > span {
  transition-delay: 1.2s;
}
.menu-mobile.active .menu-mobile_info .menu-footer {
  opacity: 0.5;
  transition-delay: 1.2s;
}
.menu-mobile .menu-mobile_close {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
  color: #FBF8F2;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
}
.menu-mobile .menu-mobile_wrapper {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  padding-top: 60px;
}
.menu-mobile .menu-logo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile .menu-logo svg {
  display: block;
  width: 100%;
}
.menu-mobile .menu-mobile_info {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-flow: row wrap;
}
.menu-mobile .menu-mobile_info nav {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  margin-top: auto;
}
.menu-mobile .menu-mobile_info nav a {
  overflow: hidden;
  color: #FBF8F2;
  font-size: calc(20px + 6vw);
  display: inline-flex;
  width: 100%;
  line-height: 1;
  padding: 2px 10px;
}
.menu-mobile .menu-mobile_info nav a > span {
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile .menu-mobile_info nav a small {
  margin-left: 2px;
  font-size: 14px;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile .menu-mobile_info .menu-footer {
  width: 100%;
  position: relative;
  margin-top: calc(20px + 5vw);
  padding: 15px;
  padding-bottom: calc(20px + 3vw);
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #FBF8F2;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile .menu-mobile_info .menu-footer .menu-footer_copy {
  font-size: 14px;
  max-width: 100px;
  line-height: 1;
}
.menu-mobile .menu-mobile_info .menu-footer .menu-footer_copy > span {
  display: block;
  line-height: 120%;
}
.menu-mobile .menu-mobile_info .menu-footer .menu-footer_social a {
  display: block;
  color: #FBF8F2;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

.loader {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
}
.loader.loader-min .loader-logo {
  padding: 0;
}
.loader.loader-min .loader-logo svg {
  width: 100%;
  padding: 15px;
  max-width: 204px;
}
.loader.loader-min .loader-wrapper:before {
  background-color: #000;
}
.loader.loader-min .loader-logo_min {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  display: block;
  z-index: 3;
  max-width: 600px;
}
.loader.loader-min .loader-logo_min svg {
  width: 100%;
}
.loader.loader-min .loader-logo_min svg path {
  transition: transform 6s cubic-bezier(1, 0.04, 0.26, 0.96);
}
.loader .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader .loader-wrapper.is-inview:before {
  transform: scaleY(0);
  transform-origin: top;
  transition-delay: 4.2s;
}
.loader .loader-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: transform 1.2s cubic-bezier(1, 0.04, 0.26, 0.96);
}
.loader .loader-logo_min {
  display: none;
}
.loader .loader-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px 20px 0 20px;
}
.loader .loader-logo svg {
  width: 100%;
}
.loader .loader-logo svg path {
  transition: transform 1.4s cubic-bezier(1, 0.04, 0.26, 0.96);
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .header.alt .nav-logo a img {
    max-width: 240px;
  }
  .nav.open {
    transform: translateY(320px);
  }
  .nav .nav-logo a h1 img {
    max-width: 240px;
  }
  .divisions {
    height: 320px;
  }
  .divisions .divisions-wrapper {
    flex-flow: column;
  }
  .divisions .division {
    width: 100%;
    height: 50%;
    display: flex;
  }
  .divisions .division h4 {
    font-size: calc(18px + 1vw);
  }
  .divisions .division .division-content .division-content--info p {
    font-size: 16px;
    line-height: 105%;
  }
  .divisions .division .division-content .division-content--img {
    width: auto;
  }
  .divisions .division .division-content .division-content--info span {
    font-size: 12px;
  }
  .works {
    padding: 0 16px;
  }
  .works .works-wrapper .works-wrapper_content {
    grid-template-columns: repeat(1, [col-start] 1fr);
  }
  .about .about-clients .about-clients_title {
    padding: 0 16px;
  }
  .about .about-clients .about-clients_wrapper {
    padding: 0 16px;
    margin-bottom: calc(20px + 15vw);
  }
  .news {
    padding: calc(80px + 15vw) 16px 10vw 16px;
  }
  .news .news-title h1 {
    font-size: calc(24px + 2vw);
  }
  .hero .hero-bg img {
    -o-object-position: 20% 100%;
    object-position: 20% 100%;
  }
  .hero .hero-text span {
    grid-column: col-start 3/span 3;
  }
  .about .about-hero .about-hero_wrapper {
    display: flex;
    flex-flow: column;
  }
  .about .about-hero {
    padding: calc(80px + 15vw) 16px 0 16px;
  }
  .about .about-hero.about-hero_full {
    width: 100%;
    padding: calc(20px + 10vw) 16px 5vw 16px;
  }
  .about .about-hero.about-hero_full h3 {
    font-size: 24px;
  }
  .about .about-hero.about-hero_full .about-hero_p {
    display: flex;
    flex-flow: column;
  }
  .about .about-hero.about-hero_full .about-hero_p p {
    font-size: 24px;
  }
  .about .about-hero.about-hero_full .about-hero_p .image {
    padding: 0 60px;
    margin-bottom: 30px;
  }
  .about .about-reel {
    padding: 0 16px;
  }
  .about .about-services {
    flex-flow: column;
    padding: 0 16px;
  }
  .about .about-services .about-services_contact {
    position: static;
    margin: 0;
    grid-column: col-start 1/span 5;
  }
  .about .about-services .about-services_list {
    grid-column: col-start 1/span 12;
    margin-top: 40px;
  }
  .about .about-clients .about-client {
    width: 50%;
  }
  .about .about-clients .about-client img {
    max-width: 140px;
  }
  .about .about-images {
    padding: 10vw 0 30vw 0;
  }
  .about .about-images figure {
    width: 50%;
  }
  .related {
    padding: calc(20px + 3vw) 20px calc(20px + 3vw) 20px;
  }
  .main .main-title h3 {
    font-size: calc(14px + 3.5vw);
  }
  .main .main-title p {
    font-size: 16px;
  }
  .error .error-info {
    text-align: center;
    padding: 0;
  }
  .error .error-info p {
    font-size: 14px;
  }
  .footer .footer-talk .footer-talk_wrapper > span {
    padding-right: 10px;
    margin-right: 0;
    font-size: calc(24px + 7vw);
  }
  .footer .footer-talk .footer-talk_wrapper a {
    font-size: 18px;
  }
  .footer .footer-talk .footer-talk_wrapper .footer-talk_copy button {
    font-size: 14px;
  }
  .footer .footer-menu {
    flex-flow: row wrap;
  }
  .footer .footer-menu a {
    font-size: 32px;
  }
  .footer .footer-bottom .footer-bottom_services {
    font-size: 11px;
  }
  .footer .footer-social {
    margin-top: 20px;
  }
  .footer .footer-social > span {
    font-size: 20px;
  }
  .footer .footer-social a {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .nav .header-more {
    top: 11px;
    left: 16px;
  }
  .nav .nav-logo a {
    margin-left: 56px;
  }
  .nav .nav-logo.min a {
    padding: 15px 1.5vw;
  }
  .nav .nav-logo a {
    padding: 15px 1.5vw;
  }
  .nav .nav-logo a h1 img {
    max-width: 200px;
  }
  .nav .nav-logo a img {
    max-width: 200px;
  }
  .nav .nav-menu .nav-menu_icon {
    position: absolute;
    right: 1.5vw;
    top: 0;
    display: block;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    /*&:before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left:0;
        width:10px;
        height: 10px;
        border-radius: 50%;
        background-color: $red;
    }*/
  }
  .nav .nav-menu a {
    display: none;
  }
  .hero .hero-copy {
    flex-flow: column;
  }
  .hero .hero-copy .hero-copy_top {
    margin: 0;
    order: 2;
  }
  .hero .hero-copy .hero-copy_bottom {
    display: none;
  }
  .hero .hero-text {
    display: flex;
    justify-content: center;
    padding: 0 3vw;
  }
  .cases .cases-wrapper .cases-left .cases-left_info p, .cases .cases-wrapper .cases-left h1, .cases .cases-wrapper .cases-left .date {
    font-size: 20px;
  }
  .related .related-content {
    grid-template-columns: 1fr;
  }
  .works .works-wrapper {
    padding: 0;
  }
  .works .works-wrapper .work .work-info .work-info_area {
    margin-top: 6px;
    grid-column: col-start 4/span 3;
    font-size: 11px;
  }
  .works .works-wrapper .work .work-info .work-info_client {
    font-size: 24px;
    font-weight: 500;
  }
  .works .works-title {
    grid-column: col-start 1/span 6;
  }
  .works .works-nav {
    display: none;
    margin-top: 5px;
    width: auto;
    grid-column: col-start 9/span 4;
    font-size: 16px;
  }
  .works .works-nav ul li:first-child {
    margin-bottom: 20px;
  }
  .footer {
    padding: calc(20px + 15vw) 5vw;
  }
  .footer .footer-top .footer-top_contact a span {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .divisions .division {
    padding: 16px;
  }
  .divisions .division h4 {
    font-size: calc(18px + 1vw);
  }
  .divisions .division .division-content .division-content--info p {
    font-size: 16px;
    line-height: 105%;
  }
}
@media (max-width: 780px) {
  .hero .hero-copy {
    padding: 0 16px calc(30px + 1vw) 16px;
  }
  .hero .hero-text span {
    font-size: 18px;
  }
  .cases .cases-wrapper {
    padding: 100px 16px 0 16px;
    flex-flow: wrap;
  }
  .cases .cases-wrapper .cases-left {
    position: static;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
  }
  .cases .cases-wrapper .cases-left .cases-left-title {
    margin-bottom: 30px;
  }
  .cases .cases-wrapper .cases-left .cases-left_info {
    transform: none !important;
  }
  .cases .cases-wrapper .cases-right {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cases .cases-wrapper .cases-right .video {
    padding: 5vh 0;
  }
  .cases .cases-wrapper .cases-right .video video {
    width: 80%;
  }
}
@media (max-width: 960px) {
  .about .about-clients .about-clients_title h4 {
    grid-column: col-start 1/span 12;
  }
  .about .about-clients .about-clients_wrapper ul {
    grid-column: col-start 1/span 12;
  }
  .cases .cases-wrapper .cases-right .wp-block-group {
    flex-flow: column;
  }
  .cases .cases-wrapper .cases-right .wp-block-video.two, .cases .cases-wrapper .cases-right .wp-block-image.two {
    flex-flow: column;
    row-gap: 10px;
  }
  .cases .cases-wrapper .cases-right .wp-block-video.two figure, .cases .cases-wrapper .cases-right .wp-block-image.two figure {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .news .news-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .news .news-content {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .nav .nav-menu {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .nav .nav-menu .nav-menu_1 {
    grid-column: col-start 3;
  }
  .nav .nav-menu .nav-menu_2 {
    grid-column: col-start 5;
  }
  .nav .nav-menu .nav-menu_3 {
    grid-column: col-start 6;
  }
  .hero .hero-text {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .hero .hero-text span {
    grid-column: col-start 3/span 2;
  }
  .about .about-hero .about-hero_wrapper {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .about .about-hero .about-hero_left {
    grid-column: col-start 1/span 2;
  }
  .about .about-hero .about-hero_right {
    grid-column: col-start 3/span 4;
  }
}
/*# sourceMappingURL=main.css.map */
