html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


@charset "UTF-8";
@font-face {
  font-family: "I";
  font-weight: 100;
  src: url("Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 200;
  src: url("Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 300;
  src: url("Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 400;
  src: url("Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 500;
  src: url("Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 600;
  src: url("Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 700;
  src: url("Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 800;
  src: url("Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "I";
  font-weight: 900;
  src: url("Inter-Black.woff2") format("woff2");
}
body {
  font: 14px/1.4em "I", Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(1, 15, 36, 1);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
body.menu-on, body.intro {
  overflow: hidden;
}

body, * {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimize-legibility;
}

.tabular {
  font-variant-numeric: tabular-nums	
}

a {
  font-family: "I", Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  color: rgba(1, 15, 36, 1);
}
.play a {
  color: rgba(255, 255, 255, 1);
}
a.cta {
  text-decoration: none;
  font-family: "I", Helvetica, sans-serif;
  color: rgba(1, 15, 36, 1);
  padding: 0.8% 0;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgba(124, 201, 171,1);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  a.cta:hover, a.cta:focus {
    background-color: rgba(124, 201, 171,1);
    color: rgba(1, 15, 36, 1);
    text-decoration: none;
    padding-right: 1%;
    padding-left: 5%;
  }
}
@media (max-width: 599px) {
  a.cta {
    padding: 2px 0;
  }
}

img, video {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

p {
  font-size: calc(16px + 0vw);
  line-height: 1.6;
  margin-bottom: 20px;
  widows: 3;
  orphans: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "I", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  widows: 3;
  orphans: 1;
}

h1, .h1 {
  font-size: calc(16px + 2vw);
}

h2, .h2 {
  font-size: calc(16px + 1.6vw);
}

h3, .h3 {
  font-size: calc(16px + 1.3vw);
}

h4, .h4 {
  font-size: calc(16px + 1vw);
}

h5, .h5 {
  font-size: calc(16px + 0.6vw);
}

h6, .h6 {
  font-size: calc(16px + 0.3vw);
}

.light {
  font-weight: 200;
}

.roman {
  font-weight: 400;
}

strong, .strong, b, .b {
  font-weight: 600;
}

.heavy {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.05rem
}

sup {
  font-size: 60%;
  font-weight: 200;
  vertical-align: 0;
  position: relative;
  bottom: 1ex;
  opacity: 0.85;
}

h1 sup, h2 sup, h3 sup, .h1 sup, .h2 sup, .h3 sup {
  font-size: 50%;
  bottom: 0.75ex;
}

.small, small {
  font-size: 75%;
}

i, .i {
  font-style: italic;
}

.c-text {
  text-align: center;
}
.c-text > * {
/*  padding: 0;*/
}

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

.j-text {
  text-align: justify;
}
.j-text > * {
/*  padding: 0;*/
}

.m0 {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.end, .flex .end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex.start, .flex .start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex.top, .flex .top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex.sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex.nowrap {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.flex-v {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.row.reverse {
	flex-direction: row-reverse
}

.col.reverse {
	flex-direction: column-reverse
}

.c100, .c90, .c80, .c75, .c66, .c50, .c33, .c25, .item {
  max-width: 1600px;
  position: relative;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.c20, .c10, .c5 {
  position: relative;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px;
}
@media (max-width: 599px) {
  .row .row {
    padding: 40px 0;
  }
}

.vh {
  padding: 40px 0;
}

@media (min-width: 600px) {
  .vh {
    height: 300px;
    min-height: 100vh;
  }
}

#vidbg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

ul {
  position: relative;
}

li {
  padding: 5px 0;
  font-size: 1.1em;
/*  margin-left: -8px;*/
}
li:before {
  content: "· ";
}

.bg {
  background-color: rgba(124, 201, 171, 1) !important;
}

.bg-black {
  background-color: rgba(1, 15, 36, 1) !important;
}

.bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

.bg-light {
  background-color: rgba(236, 242, 245, 1) !important;
}

.bg-dark {
  background-color: rgba(218, 231, 236, 1) !important;
}

.disabled, .fade {
  opacity: 0.35;
}

.lighter {
  color: rgba(218, 231, 236, 1);
}

.highlight {
  color: rgba(124, 201, 171,1);
}

button, .button {
  font-family: "I", Helvetica, sans-serif;
  text-decoration: none;
  font-family: "I", Helvetica, sans-serif;
  color: rgba(1, 15, 36, 1);
  padding: 0.8% 0;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgba(124, 201, 171,1);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgba(124, 201, 171,1);
    color: rgba(1, 15, 36, 1);
    text-decoration: none;
    padding-right: 1%;
    padding-left: 5%;
  }
}
@media (max-width: 599px) {
  button, .button {
    padding: 2px 0;
  }
}
button.rev, .button.rev {
  text-decoration: none;
  font-family: "I", Helvetica, sans-serif;
  color: rgba(1, 15, 36, 1);
  padding: 0.8% 0;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 1);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  button.rev:hover, button.rev:focus, .button.rev:hover, .button.rev:focus {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(1, 15, 36, 1);
    text-decoration: none;
    padding-right: 1%;
    padding-left: 5%;
  }
}
@media (max-width: 599px) {
  button.rev, .button.rev {
    padding: 2px 0;
  }
}
button.over, .button.over {
  text-decoration: none;
  font-family: "I", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: 0.8% 0;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgba(124, 201, 171,1);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  button.over:hover, button.over:focus, .button.over:hover, .button.over:focus {
    background-color: rgba(124, 201, 171,1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding-right: 1%;
    padding-left: 5%;
  }
}
@media (max-width: 599px) {
  button.over, .button.over {
    padding: 2px 0;
  }
}

[class^=ar-] {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
[class^=ar-] iframe, [class^=ar-] object, [class^=ar-] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ar-1-1:after,
.ar-2-1:after,
.ar-3-1:after,
.ar-3-2:after,
.ar-4-1:after,
.ar-4-3:after,
.ar-6-5:after,
.ar-16-9:after,
.item:after {
  content: "";
  display: block;
  width: 100%;
}

.ar-1-1:after {
  padding-bottom: 100%;
}

.ar-2-1:after {
  padding-bottom: 50%;
}

.ar-3-1:after {
  padding-bottom: 33.33%;
}

.ar-3-2:after {
  padding-bottom: 66.67%;
}

.ar-4-1:after {
  padding-bottom: 25%;
}

.ar-4-3:after {
  padding-bottom: 75%;
}

.ar-6-5:after {
  padding-bottom: 83.33%;
}

.ar-16-9:after, .item:after {
  padding-bottom: 56.25%;
}

.timeline .row, .resume .row {
  border-bottom: thin solid rgba(255, 255, 255, 1);
}
.timeline .row:first-child, .timeline .row:last-child, .resume .row:first-child, .resume .row:last-child {
  border: none;
}
@media (min-width: 600px) {
  .timeline .row > div, .resume .row > div {
    padding: 0 20px;
  }
}
.timeline .row > div:last-child > *:last-child, .resume .row > div:last-child > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .timeline .row > div:first-child > *, .resume .row > div:first-child > * {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .resume .row > div {
    padding: 0;
  }
}
.resume .c25 {
  margin-bottom: 20px;
}
.resume .c25 p {
  margin-bottom: 0;
}

.client {
/*  border: thin solid rgba(255, 255, 255, 1);*/
  margin: 20px 5px;
  max-width: 200px;
  padding: 0 20px;
  width: calc(50% - 10px);
  mix-blend-mode: multiply;
}
.client img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.client img:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media (max-width: 599px) {
  .client:nth-child(even) {
    margin-right: 0;
  }
  .client:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .client {
    width: calc(33% - 20px);
  }
}
@media (min-width: 1200px) {
  .client {
    width: calc(25% - 20px);
  }
}

.columns .col2 {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-bottom: 60px;
}
@media (max-width: 899px) {
  .columns .col2 {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .columns .col2:last-child {
    margin-bottom: 0;
  }
}
.columns .col3, .columns article.col {
  -webkit-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
  margin-bottom: 60px;
}
@media (max-width: 899px) {
  .columns .col3, .columns article.col {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .columns .col3:last-child, .columns article.col:last-child {
    margin-bottom: 0;
  }
}

.post {
  padding: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .post {
    padding: 0 10px;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .post {
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }
}

.item {
  cursor: pointer;
  overflow: hidden;
  border-left: 0px solid rgba(255, 255, 255, 1);
  border-right: 0px solid rgba(255, 255, 255, 1);
  border-bottom: 0px solid rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 599px) {
  .item {
    border-left: none;
    border-right: none;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 900px) {
  .item {
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }
  .item:nth-child(3n) {
    border-right: none;
  }
  .item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .item:hover article, .item.selected article {
    opacity: 1;
    visibility: visible;
  }
/*
  .item:after {
    padding-bottom: 66.67%;
  }
*/
}
.item article {
  position: absolute;
  padding: 1rem 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 899px) {
  .item article {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .item article small {
    display: none;
  }
}
@media (min-width: 900px) {
  .item article {
    opacity: 0;
	padding: 2rem;
    visibility: hidden;
    color: rgba(1, 15, 36, 1);
    background-color: rgba(124, 201, 171,1);
    background-image: none;
  }
}
.item article div > * {
  margin-bottom: 0;
}
.item article p {
  margin: 0;
}
.item article small {
  font-weight: 400;
  font-size: 90%;
}
.item.selected article {
  opacity: 1;
  visibility: visible;
  text-decoration: line-through;
  background-color: rgba(218, 231, 236, 1);
  color: rgba(188, 201, 206, 1);
  cursor: default;
}
@media (max-width: 899px) {
  .item.selected article {
    background-image: none;
  }
}

#work .item {
/*    border: thin solid rgba(255, 255, 255, 1)*/
}
#work .item:hover {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}
#work .item article {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%);
    -webkit-align-items: center;
    align-items: flex-end;
    display: flex;
    color: rgba(255, 255, 255, 1);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-weight: 200;
    padding: 0 20px 10px
}
#work .item:hover article {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
#work .post small {
    text-transform: uppercase;
    opacity: 1
}
.white {
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 600px) {
  .white button, .white .button {
    color: rgba(255, 255, 255, 1);
  }
}

#casesNav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -300;
  visibility: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 1.3em;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
#casesNav.menu-on {
  opacity: 1;
    z-index: 300;
  visibility: visible;
  overflow: auto;
-webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    
  -webkit-transition: all 0.25s 0.5s;
  -moz-transition: all 0.25s 0.5s;
  -ms-transition: all 0.25s 0.5s;
  -o-transition: all 0.25s 0.5s;
  transition: all 0.25s 0.5s;
}
@media (max-width: 599px) {
  #casesNav.menu-on {
    margin-bottom: 30px;
    width: calc(100% - 0px);
  }
  #casesNav.menu-on .item:last-child {
    margin-bottom: 70px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  #casesNav.menu-on .item:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
}
#casesNav .item:last-child article {
    opacity: 1;
    visibility: visible;
    color: rgba(1, 15, 36, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    cursor: pointer
}
#casesNav .item:last-child:hover article {
    background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 899px) {
  #casesNav .item:last-child article {
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  #casesNav .item {
    width: 100%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  #casesNav .item:nth-child(odd) {
    border-right: none;
  }
  #casesNav .item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  #casesNav .item:first-child {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  #casesNav .item:first-child:after {
    padding-bottom: 40%;
  }
}
@media (min-width: 900px) {
  #casesNav .item {
    height: 33.33vh;
  }
  #casesNav .item:first-child {
    height: 66.67vh;
    flex-basis: 66.67%
  }
  #casesNav .item:nth-child(2) {
    height: 66.67vh;
  }
  #casesNav .item:after {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  #casesNav .item:after {
    padding-bottom: 56.25%;
  }
}

#sideNav {
  width: auto;
  height: auto;
    position: fixed;
    top: 25px;
    right: 10px;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    z-index: 301;
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
    background-color: rgba(245, 245, 245, 0.4);
}
#sideNav > * {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 90%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#sideNav > div:first-child {
    padding-left: 15px
}

#sideNav > div:last-child {
    padding-right: 15px
}

#sideNav.intro, #sideNav.menu-on {
    opacity: 0
}
#sideNav.play {
  color: rgba(255, 255, 255, 1)
}
#sideNav.scr {
  top: -55px
}
/*
#sideNav > div:nth-child(1) {
    padding-right: 25px;
}
#sideNav > div:nth-child(2) {
    padding-left: 0;
}
*/
#sideNav > *:hover {
    background: rgba(1, 15, 36, 0.1)
}
#sideNav.play > *:hover {
    background: rgba(245, 245, 245, 0.1)
}
#sideNav .selected {
    font-weight: 700;
    font-family: Playfair Display;
    font-weight: 900;
    font-style: italic
}
@media (min-width: 900px) {
    #sideNav {
        left: 100px;
        right: auto
    }
}

/*
#play {
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#play svg.feather {
	margin: 0;
	width: 100px;
	height: 100px;
	padding: 27px 12px 25px 22px;
	stroke-width: 1px;
	stroke: #02070F;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: stroke 0.25s;
	-moz-transition: stroke 0.25s;
	-ms-transition: stroke 0.25s;
	-o-transition: stroke 0.25s;
	transition: stroke 0.25s;
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-ms-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3);
}

@media (pointer: coarse), (pointer: none) {
	svg.feather-maximize,
	svg.feather-volume-x,
	svg.feather-volume-2 {
		display: none !important;
	}
}

@media (pointer: fine) {
	svg.feather-play {
		display: none !important;
	}
}
			
@media (hover: hover) {
	#play svg.feather:hover {
		stroke: #7cc9ab;
	}
}
*/

nav {
  position: fixed;
  padding: 15px 0;
  width: 100px;
  height: auto;
  z-index: 500;
  overflow: hidden;
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
nav.menu-on {
  overflow-y: auto;
}
nav.menu-on .incrementer {
  opacity: 0;
}
@media (min-width: 600px) {
  nav.menu-on .incrementer {
    width: 0;
    left: -90px;
  }
}
nav.intro {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 1);
  background: rgba(1, 15, 36, 1);
                -webkit-transition: background 0.5s;
                -moz-transition: background 0.5s;
                -ms-transition: background 0.5s;
                -o-transition: background 0.5s;
                transition: background 0.5s;
}
nav.intro.rev {
                background: rgba(255, 255, 255, 1);
            }
nav.scr {
  top: -70px;
}
   
#logo {
  width: 220px;
  height: 220px;
  overflow: hidden;
  background: rgba(1, 15, 36, 1);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  margin: 0 15px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
#logo.intro {
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  #logo.intro {
    top: 50%;
  }
}
#logo svg {
  width: 100px;
  height: 80px;
}
#logo .d {
  stroke: rgba(255, 255, 255, 1);
  -webkit-transition: stroke 0.25s;
  -moz-transition: stroke 0.25s;
  -ms-transition: stroke 0.25s;
  -o-transition: stroke 0.25s;
  transition: stroke 0.25s;
}
#logo .m {
/*  stroke: rgba(124, 201, 171,1);*/
  -webkit-transition: stroke 0.25s;
  -moz-transition: stroke 0.25s;
  -ms-transition: stroke 0.25s;
  -o-transition: stroke 0.25s;
  transition: stroke 0.25s;
}
#logo:not(.intro) .m, #logo:not(.intro) .d {
  stroke-width: 12
}
#logo:hover, #logo.inverted {
  background: rgba(255, 255, 255, 1);
}
#logo:hover .d, #logo.inverted .d {
  stroke: rgba(1, 15, 36, 1);
}
#logo:hover .m.curve, #logo.inverted .m.curve {
  stroke: rgba(124, 201, 171,1);
}
#logo .m.line, #logo:hover .m.line {
  stroke: rgba(51, 85, 72, 1);
}
#logo.selected, #logo.intro {
  cursor: default;
  background: rgba(1, 15, 36, 1);
}
#logo.selected:hover .d, #logo.intro:hover .d {
  stroke: rgba(255, 255, 255, 1);
}
#logo.selected:hover .m.curve, #logo.intro:hover .m.curve {
  stroke: rgba(124, 201, 171,1);
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  width: 30px;
  height: 30px;
  top: 30px;
  left: 70px;
  position: absolute;
  margin: 0 auto;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.25s, filter 0.15s, transform 1s;
  -moz-transition: opacity 0.25s, filter 0.15s, transform 1s;
  -ms-transition: opacity 0.25s, filter 0.15s, transform 1s;
  -o-transition: opacity 0.25s, filter 0.15s, transform 1s;
  transition: opacity 0.25s, filter 0.15s, transform 1s;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger.hamburger--spin.intro {
  opacity: 1;
}
.hamburger.hamburger--spin.intro .hamburger-box {
  width: 0;
}
.hamburger.hamburger--larr.intro, .hamburger.hamburger--rarr.intro {
  opacity: 0;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after {
  background-color: rgba(1, 15, 36, 1);
}
.hamburger:hover .hamburger-inner:after {
  -webkit-transition: bottom 0.15s;
  -moz-transition: bottom 0.15s;
  -ms-transition: bottom 0.15s;
  -o-transition: bottom 0.15s;
  transition: bottom 0.15s;
  bottom: -6px;
}
.hamburger:hover .hamburger-inner:before {
  -webkit-transition: top 0.15s;
  -moz-transition: top 0.15s;
  -ms-transition: top 0.15s;
  -o-transition: top 0.15s;
  transition: top 0.15s;
  top: -6px;
}

.hamburger-inner {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: rgba(1, 15, 36, 1);
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: rgba(1, 15, 36, 1);
}
.hamburger-inner:after {
  bottom: -4px;
}
.hamburger-inner:before {
  top: -4px;
}
.hamburger-inner.intro:after {
  bottom: -1px;
}
.hamburger-inner.intro:before {
  top: -2px;
}

.hamburger-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.25s;
}
.hamburger--spin.menu-on .hamburger-inner {
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -ms-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.34s ease-in, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: bottom 0.1s 0.34s ease-in, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.menu-on .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -moz-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -ms-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  opacity: 0;
}
.hamburger--spin.menu-on .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, transform 0.25s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.25s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: bottom 0.1s ease-out, transform 0.25s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.25s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.25s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger--larr:hover {
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
  padding-left: 0;
}

.hamburger--rarr:hover {
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
  padding-right: 0;
}

.hamburger--larr .hamburger-inner:before {
  top: 0;
}
.hamburger--larr .hamburger-inner:after {
  bottom: 0;
}
.hamburger--larr.menu-on .hamburger-inner:before {
  -webkit-transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -moz-transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -ms-transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -o-transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(0.7);
  top: -7px;
}
.hamburger--larr.menu-on .hamburger-inner:after {
  -webkit-transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(0.7);
  -moz-transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(0.7);
  -ms-transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(0.7);
  -o-transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(0.7);
  bottom: -7px;
}

.hamburger--rarr .hamburger-inner:before {
  top: 0;
}
.hamburger--rarr .hamburger-inner:after {
  bottom: 0;
}
.hamburger--rarr.menu-on .hamburger-inner:before {
  -webkit-transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(0.7);
  -moz-transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(0.7);
  -ms-transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(0.7);
  -o-transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(0.7);
  top: -7px;
}
.hamburger--rarr.menu-on .hamburger-inner:after {
  -webkit-transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -moz-transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -ms-transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(0.7);
  -o-transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(0.7);
  bottom: -7px;
}
/*.play:not(.menu-on)*/
.play #logo {
  background: rgba(255, 255, 255, 1);
}
.play #logo .d {
  stroke: rgba(1, 15, 36, 1);
}
.play #logo:hover {
  background: rgba(124, 201, 171,1);
}
.play #logo:hover .d {
  stroke: rgba(255, 255, 255, 1);
}
.play #logo:hover .m {
  stroke: rgba(1, 15, 36, 1);
}
.play .hamburger:hover .hamburger-inner, .play .hamburger:hover .hamburger-inner:before, .play .hamburger:hover .hamburger-inner:after {
  background-color: rgba(124, 201, 171,1);
}
.play .hamburger .hamburger-inner {
  background-color: rgba(255, 255, 255, 1);
}
.play .hamburger .hamburger-inner:before, .play .hamburger .hamburger-inner:after {
  background-color: rgba(255, 255, 255, 1);
}

#loader {
  position: fixed;
  z-index: -1000;
  width: 110px;
  height: 110px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  #loader {
    top: 50%;
  }
}
#loader svg {
  width: 50px;
  height: 40px;
}
#loader .d {
  stroke: rgba(236, 242, 245, 1);
}
#loader .m {
  stroke: rgba(236, 242, 245, 1);
}

main {
  height: auto;
  left: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
main.menu-on {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
}
main.intro {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#scrollHint {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s, height 0.5s;
  -moz-transition: all 0.5s, height 0.5s;
  -ms-transition: all 0.5s, height 0.5s;
  -o-transition: all 0.5s, height 0.5s;
  transition: all 0.5s, height 0.5s;
  font-size: 3em;
  position: absolute;
  z-index: 1;
  color: rgba(1, 15, 36, 1);
  left: 50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
/*  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30%);*/
  text-align: center;
  line-height: 90px;
  width: 100vw;
  height: 60px;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  #scrollHint {
    height: 80px;
    line-height: 110px;
  }
}
#scrollHint.scr, .hide {
  opacity: 0;
  visibility: hidden
}
#scrollHint.hide {
  height: 0;
}
#scrollHint .feather {
  width: 60px;
  height: 60px;
  stroke-width: 1px;
  opacity: 0.35
}
.huge {
  line-height: 1.2;
  font-size: calc(16px + 5vw);
  letter-spacing: -0.15rem;
}
@media (min-width: 1200px) {
	.huge {
	  font-size: calc(16px + 4vw);
	  letter-spacing: -0.2rem;
	}
}
#banner {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
    -webkit-transition: transform 3s ease-in-out 0.25s;
  -moz-transition: transform 3s ease-in-out 0.25s;
  -ms-transition: transform 3s ease-in-out 0.25s;
  -o-transition: transform 3s ease-in-out 0.25s;
  transition: transform 3s ease-in-out 0.25s;
/*  z-index: -1*/
/*  padding: 80px 0;*/
}
#banner video {
  position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
@media (orientation: portrait) {
	#banner video {
		max-height: 1920px;
	}
}
@media (orientation: portrait) and (500px <= width <= 800px ) {
	#banner video {
	}
}
@media (orientation: landscape) {
	#banner video {
		max-height: 1080px;
	}
}
@media (orientation: landscape) and (width > 1400px) {
	#banner video {
/*
		width: 100vw;
		height: auto
*/
	}
}
#banner .row {
  padding: 80px 30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#banner.scr .row {
  opacity: 0;
}
#banner h1, #banner .h1 {
  line-height: 1;
  margin: 0;
  font-size: calc(16px + 7vw);
  font-weight: 300;
  letter-spacing: -0.2rem;
  padding: 0;
  /*text-align: center;*/
}
#banner p {
  text-transform: uppercase;
  margin-top: 15px
}
@media (min-width: 900px) {
  h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 300;
  }
  #banner h1, #banner .h1 {
    letter-spacing: -0.5rem;
    font-weight: 200;
  }
}
@media (min-width: 1200px) {
  #banner h1, #banner .h1 {
/*    letter-spacing: -0.7rem;*/
  }
}
#result {
  min-height: 100vh;
/*  border-top: thin solid rgba(255, 255, 255, 1)*/
/*  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);*/
}
#result > * {
  background: rgba(255, 255, 255, 1);
}
/*
@media (max-width: 899px) {
  main.news #banner {
    height: 30vh;
  }
}
@media (min-width: 900px) {
  main.news #banner {
    height: 50vh;
  }
}
*/
main.play {
  background-color: rgba(1, 15, 36, 1);
  color: rgba(255, 255, 255, 1);
}
main.play #banner h1 {
  filter: drop-shadow(0px 0px 10px rgba(1, 15, 36, 0.6));
}
main.play .card, main.play #result > * {
  background-color: rgba(1, 15, 36, 1);
  color: rgba(255, 255, 255, 1);
}
main.play #scrollHint {
  color: rgba(245, 245, 245, 0.7);
}

footer {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 20px 0 0;
  background-color: rgba(1, 15, 36, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
footer .logo {
	display: flex;
}
footer .logo img {
	max-width: 150px
}
@media (max-width: 599px) {
  footer .logo {
		flex-basis: auto;
	  	margin-top: 50px
	}
}
@media (min-width: 600px) {
  footer {
    text-align: left;
    padding: 20px 40px 0;
  }
	footer .logo {
/*		flex-direction: row-reverse;*/
	}
}
footer .links {
  font-size: 1.2em;
}
@media (min-width: 600px) {
  footer .links {
    font-size: 1.4em;
	justify-content: flex-end
  }
}
footer .feather {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0 0 30px;
  box-sizing: content-box;
  cursor: pointer;
  vertical-align: middle
}
@media (min-width: 600px) {
  footer .feather {
    width: 22px;
    height: 22px;
  }
}
footer .feather:hover {
  stroke: rgba(124, 201, 171,1);
}
footer.play {
  background-color: rgba(1, 15, 36, 1);
  color: rgba(255, 255, 255, 1);
}
footer.play .feather {
  stroke: rgba(255, 255, 255, 1);
}
footer.play .feather:hover {
  stroke: rgba(124, 201, 171,1);
}

.card {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
/*  min-height: 180px;*/
  position: relative;
  overflow: hidden;
/*  padding-top: 8px;*/
}
@media (min-width: 600px) {
  .card {
    background-attachment: fixed;
/*    min-height: 40vh;*/
/*    padding-top: 15px;*/
  }
}
@media (hover: none) and (pointer: coarse) {
  .card {
    background-attachment: scroll;
  }
}
@media (hover: none) and (pointer: fine) {
  .card {
    background-attachment: scroll;
  }
}
/*@media (min-width: 1200px) {*/
  #banner h1 {
      -webkit-transition: transform 2s ease-in-out 0.25s;
      -moz-transition: transform 2s ease-in-out 0.25s;
      -ms-transition: transform 2s ease-in-out 0.25s;
      -o-transition: transform 2s ease-in-out 0.25s;
      transition: transform 2s ease-in-out 0.25s;
  }
  #banner p {
      -webkit-transition: all 2s ease-in-out 0.25s;
      -moz-transition: all 2s ease-in-out 0.25s;
      -ms-transition: all 2s ease-in-out 0.25s;
      -o-transition: all 2s ease-in-out 0.25s;
      transition: all 2s ease-in-out 0.25s;
  }
  #banner .row p {
      opacity: 1;
  }
  #banner, #banner h1, #banner p {
/*    background-size: 100%; */
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  #banner.scaled, #banner.scr {
/*    background-size: 107%; */
      -webkit-transform: scale(1.08);
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
      transform: scale(1.08);
  }
  #banner.scaled h1, #banner.scaled p {
/*    background-size: 107%; */
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85);
  }
  #banner.scaled .row p {
      opacity: 0
  }
/*}*/
.card article {
  width: 100%;
  max-width: 800px;
}
@media (min-width: 600px) {
  .card article {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .card.e {
    background-position: 70% center;
  }
  .card.w {
    background-position: 30% center;
  }
}
.card.n {
  background-position: top center;
}
.card.s {
  background-position: bottom center;
}
.card.ne {
  background-position: top right;
}
.card.se {
  background-position: bottom right;
}
.card.nw {
  background-position: top left;
}
.card.sw {
  background-position: bottom left;
}

.inset {
  max-width: 120px;
  border-radius: 50%;
  margin-bottom: 20px
}

@media (min-width: 600px) {
	.inset {
	  max-width: 300px;
	  margin-bottom: 2vw
	}
}

.related {
  padding: 160px 60px;
}
@media (min-width: 900px) {
  .related {
    padding: 160px 40px 200px;
  }
}

[data-hash], .menu {
  cursor: pointer;
}

.padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#modalBlur {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "I", Helvetica, sans-serif;
  left: 0;
  top: 0;
  z-index: 10;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  background-color: rgba(245, 245, 245, 0.5);
  -webkit-backdrop-filter: blur(40px);
  -moz-backdrop-filter: blur(40px);
  -ms-backdrop-filter: blur(40px);
  -o-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#modalBlur.menu-on {
  height: 100vh;
  width: 100vw;
  opacity: 1;
  z-index: 298;
}
@media (max-width: 599px) {
  #modalBlur.menu-on {
    height: 100vh;
  }
}

/*
.manifesto h4 {
	flex-flow: row
}

.manifesto h4 span:last-child {
	padding-left: 3.5vw
}
*/
.manifesto .num {
	margin: 10px 0 0
}
.manifesto .desc {
	margin: -10px 0 3vw
}

.manifesto .c33 {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}

@media (min-width: 600px) {
	.manifesto .c33 {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 900px) {
	.manifesto .c33 {
		-webkit-flex: 0 1 33%;
		flex: 0 1 33%;
		-webkit-flex-basis: 33%;
		flex-basis: 33%;
	}
}

@media (min-width: 600px) {
	.staggered .copy {
		padding: 0 40px 0 0
	}
	.staggered .reverse .copy {
		padding: 0 0 0 40px
	}
}

.off {
  opacity: 0.3;
  cursor: not-allowed;
}
.off .hamburger {
  cursor: not-allowed;
}
.off .hamburger--larr .hamburger-inner:before, .off .hamburger--rarr .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -moz-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -ms-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -o-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
}
.off .hamburger--larr .hamburger-inner:after, .off .hamburger--rarr .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -moz-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -ms-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  -o-transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
  transform: translate3d(0px, 0, 0) rotate(0deg) scaleX(1);
}

@media (min-width: 600px) {
  .c100 {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .c90 {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }

  .c80 {
    -webkit-flex: 0 1 80%;
    flex: 0 1 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
  }

  .c75 {
    -webkit-flex: 0 1 75%;
    flex: 0 1 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
  }

  .c66 {
    -webkit-flex: 0 1 66.67%;
    flex: 0 1 66.67%;
    -webkit-flex-basis: 66.67%;
    flex-basis: 66.67%;
  }

  .c50 {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .c33 {
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }

  .c25 {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }

  .c20 {
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .c10 {
    -webkit-flex: 0 1 10%;
    flex: 0 1 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }

  .c5 {
    -webkit-flex: 0 1 5%;
    flex: 0 1 5%;
    -webkit-flex-basis: 5%;
    flex-basis: 5%;
  }

  p {
    margin-bottom: 2vw;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.5vw;
  }

  .vh {
    height: 300px;
    min-height: 100vh;
  }
}
.at {
  cursor: pointer;
}
.at:before {
  font-size: inherit;
  content: "hello";
}
.at:after {
  font-size: inherit;
  content: "didmake.design";
}
footer .at {
  color: rgba(255, 255, 255, 1);
/*  margin-left: 10px*/
}
@media (min-width: 600px) {
footer .at:hover {
  color: rgba(1, 15, 36, 1)
}
}

.feature {
  padding: 0;
}

@media (max-width: 899px) {
  .feature .c33 {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 900px) {
  .mobi {
    display: none;
  }
}

@media (max-width: 899px) {
  .desk {
    display: none;
  }
}

@media (max-width: 899px) {
  .l-mobi {
    text-align: left;
  }
}

.post small {
/*  margin: 5px 0 10px 5px;*/
  margin: 0 0 10% 5px;
  display: inline-block;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin-bottom: 5px;
}
.post p {
    margin: 10px 0 0 5px;
/*    margin: 0 0 1.5vw 5px;
    opacity: 0*/
}

.filtering {
  font-size: calc(16px + 0.6vw);
  padding-top: 0
}

.filtering .button {
    margin: 0 5px;
    padding: 1%;
    position: relative;
    box-shadow: inset 0 -2px 0 transparent;
}

.filtering .button.selected {
    box-shadow: inset 0 -2px 0 rgba(124, 201, 171,1);
    font-family: Playfair Display;
    font-weight: 900;
    font-style: italic
}