@font-face {
  font-family: 'icons';
  src: url("/fonts/icons.eot?rmedki");
  src: url("/fonts/icons.eot?rmedki#iefix") format("embedded-opentype"), url("/fonts/icons.ttf?rmedki") format("truetype"), url("/fonts/icons.woff?rmedki") format("woff"), url("/fonts/icons.svg?rmedki#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-menu:before {
  content: "\e902"; }

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  position: relative;
  min-height: 100%;
  font-family: "Plan Grotesque Medium", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: black;
  background-color: white; }
  @media (max-width: 1280px) {
    body {
      font-size: 1.4rem;
      line-height: 2.8rem; } }
  @media (max-width: 1023px) {
    body {
      z-index: 20; } }
  @media (max-width: 767px) {
    body {
      z-index: 10; } }

a:link, a:visited {
  color: black;
  text-decoration: none; }

a:hover {
  color: black;
  text-decoration: none; }

h1, h2, h3 {
  font-weight: 300; }

p {
  margin: 0 0 3rem; }

p:last-child {
  margin-bottom: 0; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.button {
  font-family: "Plan Grotesque Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  line-height: 3rem;
  padding: 3.5rem 2rem;
  text-align: center;
  width: 10rem;
  height: 10rem;
  box-sizing: border-box;
  background-color: #ffde00; }
  @media (max-width: 1280px) {
    .button {
      font-size: 2rem;
      line-height: 2.8rem; } }

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  font-family: "Plan Grotesque Medium", sans-serif;
  font-weight: 500; }

.pure-g > [class*="pure-u"] {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

.inspect {
  display: block !important;
  position: absolute !important;
  left: -10000px !important;
  top: 0 !important;
  height: auto !important; }

.mobile-show {
  display: none; }
  @media (max-width: 767px) {
    .mobile-show {
      display: block; } }

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

/* --- main header --- */
body > header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  height: 20rem;
  background-color: white; }
  body > header .logo {
    width: 23.5%;
    display: inline-block;
    position: absolute;
    bottom: 4rem;
    left: 37.5%;
    margin: 0 0 0 -11.75%; }
    body > header .logo img {
      display: block;
      width: 100%; }
  body > header nav {
    position: absolute;
    line-height: 2.4rem;
    right: 2rem;
    width: 24.75%;
    bottom: 4rem;
    z-index: 60; }
    body > header nav ul {
      padding-left: 2rem; }
    body > header nav li {
      display: inline-block; }
      body > header nav li a {
        position: relative;
        display: inline-block;
        margin: 0 0 0 2rem;
        color: black;
        font-family: "Plan Grotesque Medium", sans-serif;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 3.2rem;
        line-height: 2.4rem;
        text-transform: lowercase; }
        @media (max-width: 1280px) {
          body > header nav li a {
            font-size: 2rem;
            line-height: 2.8rem; } }
      body > header nav li a:after {
        content: " ";
        height: 0.2rem;
        width: 0;
        background-color: black;
        position: absolute;
        left: 0;
        bottom: -0.5rem; }
      body > header nav li a:hover:after, body > header nav li.active a:after {
        width: 100%; }
    body > header nav li:first-of-type a {
      margin-left: 0; }
    body > header nav.expanded li:first-of-type a {
      margin-left: 2rem; }
  body > header nav.subnav {
    position: fixed;
    right: -25%;
    left: auto;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: #ffde00;
    z-index: 50;
    text-align: left; }
    body > header nav.subnav ul {
      margin-top: 19.25rem; }
    body > header nav.subnav li {
      display: block; }
      body > header nav.subnav li a {
        position: relative;
        display: inline-block;
        margin: 0 2rem 2rem 6rem;
        color: black;
        font-family: "Plan Grotesque Medium", sans-serif;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 3.2rem;
        line-height: 2.4rem;
        text-transform: lowercase; }
        @media (max-width: 1280px) {
          body > header nav.subnav li a {
            font-size: 2rem;
            line-height: 2.8rem; } }
      body > header nav.subnav li a:after {
        content: " ";
        height: 0.2rem;
        width: 0;
        background-color: black;
        position: absolute;
        left: 0;
        bottom: -0.5rem; }
      body > header nav.subnav li a:hover:after, body > header nav.subnav li.active a:after {
        width: 100%; }
    body > header nav.subnav.active {
      right: 0; }
  @media (max-width: 1600px) {
    body > header nav:not(.subnav) ul {
      white-space: nowrap; }
    body > header nav:not(.subnav) li:first-of-type a {
      margin-left: 0; }
    body > header nav:not(.subnav).expanded li:first-of-type a {
      margin-left: 1.5rem; }
    body > header nav:not(.subnav) li:not(:first-of-type) a {
      margin-left: 1rem; } }
  @media (max-width: 1280px) {
    body > header nav:not(.subnav) li:first-of-type a {
      margin-left: 0; }
    body > header nav:not(.subnav).expanded li:first-of-type a {
      margin-left: 1.5rem; }
    body > header nav:not(.subnav) li:last-of-type {
      position: absolute;
      left: -3rem;
      bottom: 0; }
    body > header nav.subnav li a {
      margin-left: 3rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 1023px) {
    body > header {
      height: 14rem; }
      body > header .logo {
        width: 46%;
        display: inline-block;
        position: absolute;
        bottom: 4rem;
        left: 2rem;
        margin: 0; }
      body > header nav {
        right: 2rem;
        width: 49%;
        bottom: 3.5rem;
        z-index: 60; }
        body > header nav:not(.subnav) ul {
          white-space: normal; }
        body > header nav:not(.subnav) li:first-of-type a {
          margin-left: 0; }
        body > header nav:not(.subnav).expanded li:first-of-type a {
          margin-left: 2rem; }
        body > header nav:not(.subnav) li:not(:first-of-type) a {
          margin-left: 2rem !important; }
        body > header nav:not(.subnav) li:last-of-type {
          position: relative;
          left: auto;
          bottom: auto; }
      body > header nav.subnav {
        right: -49%;
        left: auto;
        width: 49%; }
        body > header nav.subnav ul {
          margin-top: 13.25rem; } }
  @media (max-width: 767px) {
    body > header {
      height: 10rem; }
      body > header .logo {
        width: 60%;
        bottom: 3rem;
        left: 1.5rem; }
      body > header nav, body > header nav.subnav {
        position: fixed;
        right: -100%;
        left: auto;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffde00;
        z-index: 50;
        text-align: center; }
        body > header nav ul, body > header nav.subnav ul {
          margin-top: 10rem !important;
          padding-left: 0; } }
      @media (max-width: 767px) and (max-height: 320px) {
        body > header nav ul, body > header nav.subnav ul {
          margin-top: 2.5rem !important; } }
  @media (max-width: 767px) {
        body > header nav li, body > header nav.subnav li {
          display: block; }
          body > header nav li a, body > header nav.subnav li a {
            font-size: 3.6rem;
            line-height: 4rem;
            margin: 0 0 2rem !important; } }
        @media (max-width: 767px) and (max-width: 1280px) {
          body > header nav li a, body > header nav.subnav li a {
            font-size: 3rem;
            line-height: 3.6rem; } }
  @media (max-width: 767px) {
          body > header nav li a:after, body > header nav.subnav li a:after {
            display: none; }
        body > header nav.active, body > header nav.subnav.active {
          right: 0; }
      body > header nav:not(.subnav) li:last-of-type {
        position: absolute;
        left: 0;
        top: 1.5rem;
        margin-left: 2rem !important; }
      body > header nav:not(.subnav) li:not(:first-of-type) a {
        margin-left: 0 !important; }
      body > header nav.subnav {
        top: 10rem; }
        body > header nav.subnav ul {
          margin-top: 0 !important; }
      body > header .button[data-ctrl="toggle-nav"] {
        padding: 2rem 2rem;
        width: 7rem;
        height: 7rem;
        position: absolute;
        top: 0;
        right: 0; }
        body > header .button[data-ctrl="toggle-nav"] i {
          font-size: 5rem;
          line-height: 5rem;
          position: absolute;
          display: block;
          width: 100%;
          left: 0;
          top: 0.75rem; } }
  @media (max-width: 567px) {
    body > header .logo {
      width: 69%; } }

body > header.compact {
  background-color: rgba(255, 255, 255, 0.9);
  height: 10rem; }
  body > header.compact .logo {
    bottom: 2rem; }
  body > header.compact nav {
    bottom: 1.5rem; }
  body > header.compact nav.subnav ul {
    margin-top: 11.25rem; }
  @media (max-width: 767px) {
    body > header.compact {
      height: 7rem; }
      body > header.compact .logo {
        bottom: 1.5rem; } }
  @media (max-width: 567px) {
    body > header.compact {
      height: 7rem; }
      body > header.compact .logo {
        bottom: 2rem; } }

main {
  display: block;
  position: relative;
  margin: 0 0 2rem;
  padding: 19rem 1rem 0;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    main {
      padding-top: 13rem; } }
  @media (max-width: 767px) {
    main {
      padding-top: 9rem; } }

main.dirty {
  position: absolute;
  left: 0;
  top: 19rem;
  padding-top: 0; }

main.not-ready {
  position: absolute;
  left: 0;
  top: 19rem;
  padding-top: 0;
  opacity: 0;
  z-index: -10; }

@media (max-width: 1023px) {
  main.dirty, main.not-ready {
    top: 13rem; } }

@media (max-width: 767px) {
  main.dirty, main.not-ready {
    top: 9rem; } }

html[data-page="project"] main.dirty, html[data-page="project"] main.not-ready {
  top: 0; }

.showcases article {
  padding: 1rem; }
  .showcases article > article:first-of-type {
    padding: 0 0 1rem; }
  .showcases article > article:last-of-type {
    padding: 1rem 0 0; }

@media (max-width: 767px) {
  .showcases article {
    padding: 0.5rem; } }

.projects article, .featured-projects article {
  padding: 1rem; }
  .projects article > article:first-of-type, .featured-projects article > article:first-of-type {
    padding: 0 0 1rem; }
  .projects article > article:last-of-type, .featured-projects article > article:last-of-type {
    padding: 1rem 0 0; }

@media (max-width: 767px) {
  .projects article, .featured-projects article {
    padding: 0.5rem; } }

.project-media article {
  position: relative;
  margin: 0 1rem 2rem;
  overflow: hidden; }
  .project-media article img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .project-media article img[data-format="mobile"] {
    display: none; }
  .project-media article.masked > img {
    width: auto;
    position: absolute;
    top: 5rem;
    left: 50%;
    margin: 0 0 0 -32rem; }
  .project-media article .decor {
    position: relative;
    z-index: 10; }
    .project-media article .decor img {
      display: block;
      width: 100%; }

@media (max-width: 767px) {
  .project-media article {
    margin: 0 0.5rem 1.5rem; }
    .project-media article img[data-format="mobile"] {
      display: block; }
    .project-media article img[data-format="desktop"] {
      display: none; }
    .project-media article.masked > img {
      width: 100% !important;
      top: 0;
      left: 0;
      margin: 0 auto !important;
      position: relative;
      height: auto !important; }
    .project-media article .decor, .project-media article .decor img {
      display: none; } }

.project-details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid white;
  border-width: 2rem;
  background-color: #ffde00;
  box-sizing: border-box;
  z-index: 50;
  transform: translate3d(100%, 0, 0); }
  .project-details.active {
    transform: translate3d(0, 0, 0); }
  .project-details > a.button {
        width: auto;
    }
  .project-details > .content {
    padding: 15rem 2rem 4rem; }
    .project-details > .content > div:first-of-type {
      padding-right: 2rem; }
    .project-details > .content > div:last-of-type {
      padding-left: 2rem; }
  .project-details h2 {
    font-family: "Plan Grotesque Medium", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-transform: lowercase;
    margin: 0 0 0.5rem; }
    @media (max-width: 1280px) {
      .project-details h2 {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .project-details h3 {
    font-family: "Plan Grotesque Bold", sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4rem;
    margin: 0 0 4rem; }
    @media (max-width: 1280px) {
      .project-details h3 {
        font-size: 3rem;
        line-height: 3.6rem; } }
  .project-details p {
    font-family: "Plan Grotesque Medium", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 0 0 3rem; }
    @media (max-width: 1280px) {
      .project-details p {
        font-size: 1.4rem;
        line-height: 2.8rem; } }
  .project-details [data-ctrl="close-details"] {
    position: absolute;
    right: 0;
    top: 11.5rem; }
  @media (max-width: 1023px) {
    .project-details > .content > div {
      padding: 0 !important; } }
  @media (max-width: 767px) {
    .project-details {
      position: relative;
      top: 0;
      right: auto;
      width: auto;
      height: auto;
      margin: 2.5rem -1rem 3rem;
      border: none;
      transform: translate3d(0, 0, 0); }
      .project-details p {
        margin: 0 0 2rem; }
      .project-details h3 {
        margin: 0 0 3rem; }
      .project-details > .content {
        padding: 2.5rem 1.5rem 3rem; }
        .project-details > .content p:last-of-type {
          margin-bottom: 0; } }

.project-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .project-thumb img {
    position: relative;
    display: block;
    width: 100%; }
  .project-thumb span.details {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 6rem 4rem 6rem 6rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    color: black;
    font-family: "Plan Grotesque Medium", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-transform: lowercase; }
    @media (max-width: 1280px) {
      .project-thumb span.details {
        font-size: 2rem;
        line-height: 2.8rem; } }
    .project-thumb span.details h2 {
      margin: 0 0 0.8rem;
      font-family: "Plan Grotesque Bold", sans-serif;
      font-weight: 700;
      font-size: 3.6rem;
      line-height: 4rem; }
      @media (max-width: 1280px) {
        .project-thumb span.details h2 {
          font-size: 3rem;
          line-height: 3.6rem; } }
  .project-thumb:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(255, 222, 0, 0.85); }
    @media (max-width: 1023px) {
      .project-thumb:after {
        display: none; } }
  .project-thumb[data-orientation="landscape"]:after {
    width: 100%;
    height: 0; }
  .project-thumb:hover:after {
    height: 100%;
    width: 100%; }
  .project-thumb:hover img {
    transform: scale(1.1); }
  .project-thumb:hover .details {
    opacity: 1;
    color: black; }
  @media (max-width: 1600px) {
    .project-thumb span.details {
      padding: 4rem 3rem 4rem 4rem; } }
  @media (max-width: 1280px) {
    .project-thumb span.details {
      padding: 3rem 2rem 3rem 3rem; } }
  @media (max-width: 1023px) {
    .project-thumb span.details {
      display: none; } }

.button[data-ctrl="scrollto-details"] {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  height: 6.8rem;
  padding: 1.5rem 2rem;
  font-family: "Plan Grotesque Medium", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  opacity: 0;
  z-index: -100;
  text-align: center;
  line-height: 2rem !important; }
  @media (max-width: 1280px) {
    .button[data-ctrl="scrollto-details"] {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .button[data-ctrl="scrollto-details"] i {
    display: block;
    padding: 0 1rem;
    position: relative; }

body > .button[data-ctrl="close-project"] {
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
  opacity: 0;
  z-index: -100; }
  body > .button[data-ctrl="close-project"] i {
    font-size: 5rem;
    line-height: 5rem;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0.75rem; }

html:not([data-page="project"]) body > .button[data-ctrl="close-project"], html:not([data-page="project"]) .button[data-ctrl="scrollto-details"] {
  opacity: 0 !important; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #ffde00;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ffde00, 0 0 5px #ffde00;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

[data-page="project"] body > header {
  transform: translateY(-18rem); }
  @media (max-width: 1023px) {
    [data-page="project"] body > header {
      transform: translateY(-15rem); } }
  @media (max-width: 767px) {
    [data-page="project"] body > header {
      transform: translateY(-11rem); } }

[data-page="project"] main {
  padding-top: 2rem; }

[data-page="project"] main .button[data-ctrl="close-project"] {
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 2rem 2rem;
  font-family: "Plan Grotesque Medium", sans-serif;
  font-weight: 500;
  z-index: 20; }
  [data-page="project"] main .button[data-ctrl="close-project"] i {
    font-size: 5rem;
    line-height: 5rem;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 2.25rem; }

[data-page="project"] .button[data-ctrl="open-details"] {
  position: fixed;
  top: 14rem;
  right: 2rem;
  z-index: 20; }

[data-page="project"] main.not-ready .button[data-ctrl="close-project"] {
  top: 2rem; }

[data-page="project"] main.not-ready .button[data-ctrl="open-details"] {
  top: 14rem; }

[data-page="project"] .featured-projects {
  margin: 2rem 0 0; }
  [data-page="project"] .featured-projects > h2 {
    font-family: "Plan Grotesque Bold", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
    line-height: 3rem;
    padding: 0;
    margin: 0 1rem 1rem; }
    @media (max-width: 1280px) {
      [data-page="project"] .featured-projects > h2 {
        font-size: 2rem;
        line-height: 2.8rem; } }

@media (max-width: 767px) {
  [data-page="project"] main .button[data-ctrl="close-project"] {
    display: none; }
  [data-page="project"] .button[data-ctrl="open-details"] {
    display: none; }
  [data-page="project"] .button[data-ctrl="close-details"] {
    opacity: 1;
    z-index: 10; }
  [data-page="project"] body > .button[data-ctrl="close-project"] {
    opacity: 1;
    z-index: 100; }
  [data-page="project"] .button[data-ctrl="scrollto-details"] {
    opacity: 1;
    z-index: 0; } }

[data-page="3"] main, [data-page="4"] main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid white;
  border-width: 2rem;
  box-sizing: border-box;
  padding: 19rem 0 0;
  overflow-y: auto;
  overflow-x: visible; }
  @media (max-width: 1023px) {
    [data-page="3"] main, [data-page="4"] main {
      position: relative;
      height: auto;
      padding-top: 13rem;
      overflow-y: visible;
      overflow-x: visible; } }
  @media (max-width: 767px) {
    [data-page="3"] main, [data-page="4"] main {
      padding-top: 5rem; } }

[data-page="3"] .studio, [data-page="3"] .contact, [data-page="4"] .studio, [data-page="4"] .contact {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #ffde00; }
  [data-page="3"] .studio > .content, [data-page="3"] .contact > .content, [data-page="4"] .studio > .content, [data-page="4"] .contact > .content {
    padding: 4rem 2rem 4rem; }
    [data-page="3"] .studio > .content > div:nth-of-type(2), [data-page="3"] .contact > .content > div:nth-of-type(2), [data-page="4"] .studio > .content > div:nth-of-type(2), [data-page="4"] .contact > .content > div:nth-of-type(2) {
      position: relative;
      left: -1rem; }
  [data-page="3"] .studio h1, [data-page="3"] .contact h1, [data-page="4"] .studio h1, [data-page="4"] .contact h1 {
    font-family: "Plan Grotesque Bold", sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4rem;
    margin: 0 0 0 2rem;
    position: relative;
    left: -50%;
    width: 50%; }
    @media (max-width: 1280px) {
      [data-page="3"] .studio h1, [data-page="3"] .contact h1, [data-page="4"] .studio h1, [data-page="4"] .contact h1 {
        font-size: 3rem;
        line-height: 3.6rem; } }
  [data-page="3"] .studio p, [data-page="3"] .contact p, [data-page="4"] .studio p, [data-page="4"] .contact p {
    font-family: "Plan Grotesque Medium", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 0 0 3rem; }
    @media (max-width: 1280px) {
      [data-page="3"] .studio p, [data-page="3"] .contact p, [data-page="4"] .studio p, [data-page="4"] .contact p {
        font-size: 1.4rem;
        line-height: 2.8rem; } }
  [data-page="3"] .studio h1 + p, [data-page="3"] .contact h1 + p, [data-page="4"] .studio h1 + p, [data-page="4"] .contact h1 + p {
    margin-top: -4rem; }
  @media (max-width: 1023px) {
    [data-page="3"] .studio h1, [data-page="3"] .contact h1, [data-page="4"] .studio h1, [data-page="4"] .contact h1 {
      margin: 0 0 3rem;
      left: 0;
      width: auto; }
    [data-page="3"] .studio h1 + p, [data-page="3"] .contact h1 + p, [data-page="4"] .studio h1 + p, [data-page="4"] .contact h1 + p {
      margin-top: 0; }
    [data-page="3"] .studio > .content > div:nth-of-type(1), [data-page="3"] .contact > .content > div:nth-of-type(1), [data-page="4"] .studio > .content > div:nth-of-type(1), [data-page="4"] .contact > .content > div:nth-of-type(1) {
      display: none; }
    [data-page="3"] .studio > .content > div:nth-of-type(2), [data-page="3"] .contact > .content > div:nth-of-type(2), [data-page="4"] .studio > .content > div:nth-of-type(2), [data-page="4"] .contact > .content > div:nth-of-type(2) {
      left: 0; } }
  @media (max-width: 767px) {
    [data-page="3"] .studio, [data-page="3"] .contact, [data-page="4"] .studio, [data-page="4"] .contact {
      position: relative;
      top: 0;
      right: auto;
      width: auto;
      height: auto;
      margin: 2.5rem -1rem 3rem;
      border: none;
      transform: translate3d(0, 0, 0); }
      [data-page="3"] .studio p, [data-page="3"] .contact p, [data-page="4"] .studio p, [data-page="4"] .contact p {
        margin: 0 0 2rem; }
      [data-page="3"] .studio h1, [data-page="3"] .contact h1, [data-page="4"] .studio h1, [data-page="4"] .contact h1 {
        margin: 0 0 1rem; }
      [data-page="3"] .studio > .content, [data-page="3"] .contact > .content, [data-page="4"] .studio > .content, [data-page="4"] .contact > .content {
        padding: 2.5rem 1.5rem 3rem; }
        [data-page="3"] .studio > .content p:last-child, [data-page="3"] .studio > .content ul:last-child, [data-page="3"] .contact > .content p:last-child, [data-page="3"] .contact > .content ul:last-child, [data-page="4"] .studio > .content p:last-child, [data-page="4"] .studio > .content ul:last-child, [data-page="4"] .contact > .content p:last-child, [data-page="4"] .contact > .content ul:last-child {
          margin-bottom: 0; } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

@keyframes pulse {
  45% {
    transform: scale(1.25) rotate(162deg); }
  55% {
    transform: scale(1.25) rotate(198deg); }
  90% {
    transform: scale(1) rotate(324deg); }
  100% {
    transform: scale(1) rotate(360deg); } }

body > header {
  transition: background-color 0.6s, height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  body > header .logo, body > header nav {
    transition: margin 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body > header nav li a {
    transition: margin 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body > header nav a:after {
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body > header nav.subnav ul {
    transition: margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-page="project"] body > header {
  transition: background-color 0.6s, height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

main > * {
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.project-thumb:after {
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.project-thumb .img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.project-thumb .details {
  transition: opacity 0.4s, color 0.15s;
  transition-delay: 0.2s; }

.project-details {
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); }

.button[data-ctrl="scrollto-details"], body > .button[data-ctrl="close-project"] {
  transition: opacity 0.4s; }
