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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
a:hover,
a:active {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix::after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'vaste';
  src: url('../fonts/Vaste-regular.eot');
  src: url('../fonts/Vaste-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Vaste-regular.woff2') format('woff2'), url('../fonts/Vaste-regular.woff') format('woff'), url('../fonts/Vaste-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vaste-extended';
  src: url('../fonts/Vaste-extended.eot');
  src: url('../fonts/Vaste-extended.eot?#iefix') format('embedded-opentype'), url('../fonts/Vaste-extended.woff2') format('woff2'), url('../fonts/Vaste-extended.woff') format('woff'), url('../fonts/Vaste-extended.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vaste-condensed';
  src: url('../fonts/Vaste-condensed.eot');
  src: url('../fonts/Vaste-condensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Vaste-condensed.woff2') format('woff2'), url('../fonts/Vaste-condensed.woff') format('woff'), url('../fonts/Vaste-condensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'vaste', sans-serif;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: none;
  font-size: 62.5%;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.ff-extended {
  font-family: 'vaste-extended';
}
.ff-condensed {
  font-family: 'vaste-condensed';
}
.image-loading-wrapper {
  background-size: 100% 100%;
}
.b-lazy {
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
body {
  margin: 0 auto;
  padding: 25px;
  max-width: 100%;
  font-size: 1.7rem;
  color: white;
  background: #000;
  color: #000;
}
body::after {
  z-index: 2;
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 25px;
}
body svg {
  stroke: #000;
}
body[data-page="about"],
body[data-page="about"]::after,
body[data-page="contact"],
body[data-page="contact"]::after {
  background: #000;
  color: #000;
}
body[data-page="about"] svg,
body[data-page="contact"] svg {
  stroke: #000;
}
a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
a:not(.button) {
  border-bottom: 1px solid transparent;
}
a:not(.button):hover {
  border-color: inherit;
}
a.icon {
  position: relative;
}
a.icon svg {
  position: absolute;
  height: 70%;
  width: auto;
  bottom: 15%;
  right: 100%;
  margin-right: 1rem;
  stroke: transparent;
}
@media (max-width: 920px) {
  a.icon::after {
    display: inline-block;
    width: 0;
    content: 'x';
    overflow: hidden;
    font-size: inherit;
  }
}
.header {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 25px 0 25px;
  background: inherit;
  color: white;
}
.header a {
  border: none;
  border-bottom: 1px solid transparent;
}
.header a:hover {
  border-bottom: 1px solid;
}
@media (max-width: 920px) {
  .header a.icon svg {
    bottom: 25%;
    margin-right: 0;
  }
  .header a.icon span {
    display: none;
  }
}
.header nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.header nav .logo {
  width: 220px;
  border: none;
  font-size: 4rem;
  letter-spacing: 0rem;
  vertical-align: top;
  transform: translateY(-0.8rem);
}
@media (min-width: 920px) {
  .header nav .logo {
    display: table-cell;
  }
}
@media (max-width: 920px) {
  .header nav .logo {
    font-size: 2.8rem;
  }
}
.header nav .logo h1 {
  font-size: inherit;
  font-weight: inherit;
}
.header nav .logo .logo-fine-tune {
  letter-spacing: -2px;
}
.header nav .logo .logo-fine-tune-2 {
  letter-spacing: 1.5px;
}
.header nav .menu {
  display: table-cell;
  white-space: nowrap;
  padding-bottom: 25px;
}
@media (max-width: 920px) {
  .header nav .menu {
    margin-top: 25px;
    display: block;
    overflow-x: scroll;
    font-size: 1.7rem;
  }
  .header nav .menu li {
    margin-right: 0 !important;
  }
}
.header nav .menu li {
  text-transform: lowercase !important;
  display: inline;
  margin-right: calc(25px *1.5);
  text-transform: capitalize;
}
.header nav .menu li:last-child {
  margin-right: 0;
}
.header nav .menu li a.active {
  border-bottom: 1px solid;
}
.header nav .menu#links {
  font-size: 1.7rem;
  text-align: right;
}
.header nav .menu#links li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 920px) {
  .header nav .menu#links {
    float: none;
    margin: 0;
    font-size: 1.7rem;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .header nav .menu#links li:not(:last-child) {
    padding-right: 1.7rem;
  }
}
.header nav.sub {
  font-size: 1.7rem;
}
@media (max-width: 920px) {
  .header nav.sub {
    display: none;
  }
}
.header nav.sub:before {
  content: "";
  display: table-cell;
  width: 220px;
}
.header nav.sub li {
  margin-right: 25px;
}
.header nav.sub a.active {
  position: relative;
}
.header nav.sub a.active::before {
  opacity: 1;
}
.header nav.sub #links {
  display: none;
}
body[data-page="about"] .header nav.sub #links {
  display: table-cell;
}
body[data-page="about"] .header nav.sub #links a {
  text-transform: none !important;
}
.header nav .lang a:not(:last-child)::after {
  content: '\2022';
  font-weight: normal;
}
.header ~ .page {
  padding-top: 68px;
}
@media (max-width: 920px) {
  .header ~ .page {
    padding-top: 86px;
  }
}
.page article.about-page {
  margin-bottom: 25px;
}
.page article.about-page .about-page-anchor {
  display: block;
  visibility: hidden;
  position: relative;
  top: -99px;
}
.page header {
  position: relative;
  padding: 25px;
  background: white;
  display: block;
  zoom: 1;
}
.page header .data {
  display: block;
  float: left;
  font-size: 1.7rem;
  line-height: 1.4em;
  padding-left: calc(195px);
  width: calc(50% - 220px - 25px);
}
@media (max-width: 920px) {
  .page header .data {
    float: none;
    padding-left: 0;
    width: 100%;
    max-width: 75%;
  }
}
@media (max-width: 1500px) {
  .page header .data {
    padding-left: 0;
  }
}
.page header .data h1 {
  font-size: inherit;
  font-weight: normal;
  display: inline;
  border-bottom: 1px solid;
}
.page header .data h2 {
  font-size: inherit;
  font-weight: normal;
}
.page header .description {
  float: right;
  width: 50%;
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 1.7rem;
}
.page header .description h1,
.page header .description h2 {
  font-weight: normal;
  font-size: 1.7rem;
  margin-bottom: 1.4em;
}
.page header .description hr {
  margin-bottom: 1.4em;
  border: 0;
  border-bottom: 1px solid;
}
.page header .description h2 {
  display: inline-block;
  border-bottom: 1px solid;
}
.page header .description strong {
  font-weight: normal;
}
.page header .description p {
  margin-bottom: 1.4em;
}
.page header.large-description .data {
  width: calc(30% - 220px - 25px);
}
.page header.large-description .description {
  width: 70%;
  -webkit-column-width: 400px;
  -moz-column-width: 400px;
  column-width: 400px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (max-width: 920px) {
  .page header.large-description .description {
    margin-top: 25px !important;
    width: 100%;
  }
}
.page header.large-description .description.partners {
  margin-top: -25px;
  font-size: 1.7rem;
  display: inline-block;
}
.page header.large-description .description.partners .partner {
  padding-top: 25px;
  display: inline-block;
  width: 100%;
}
.page header.large-description .description.partners .partner .title {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
  display: inline-block;
  border-bottom: 1px solid;
  line-height: calc(1.7rem);
}
.page header.large-description .description.partners .partner .content {
  display: block;
  white-space: pre-wrap;
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.4);
}
.page header .metas {
  float: right;
  width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 220px;
  -moz-column-width: 220px;
  column-width: 220px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  font-size: 1.7rem;
  line-height: 1.4em;
  margin-top: -20px;
  display: block;
  zoom: 1;
}
@media (max-width: 920px) {
  .page header .metas {
    margin-top: 25px;
    float: none;
    width: 100%;
  }
}
.page header .metas .meta {
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.page header .metas .meta .title {
  text-transform: capitalize;
  display: block;
  display: inline;
  border-bottom: 1px solid;
}
.page header .metas .meta .content {
  display: block;
}
.page header .metas::after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page header nav {
  display: none;
  position: absolute;
  top: 25px;
  left: 25px;
}
.page header nav a {
  position: absolute;
}
.page header nav a svg {
  height: calc(1.7rem * 1);
  width: auto;
}
.page header nav a#prev {
  top: 4px;
  left: 0px;
}
.page header nav a#menu {
  top: 3.5px;
  left: calc(25px  - 2px);
}
.page header nav a#next {
  top: 4px;
  left: calc(25px * 2 + 2px);
}
@media (max-width: 920px) {
  .page header nav {
    left: auto;
    right: calc(25px * 3.5);
  }
}
.page header.sticky {
  position: relative;
  z-index: 1;
}
.page header.sticky.sticked {
  position: fixed;
  top: 68px;
  left: 25px;
  right: 25px;
  padding: 10px 0;
  margin-top: -1px;
}
@media (max-width: 920px) {
  .page header.sticky.sticked {
    padding-top: 16px;
    top: unset;
    overflow-x: scroll;
  }
}
.page header.sticky.sticked .metas {
  display: none;
}
.page header.sticky.sticked .context {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page header.sticky.sticked .data {
  white-space: nowrap;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 920px) {
  .page header.sticky.sticked .data {
    max-width: 100% !important;
    padding: 0 10px;
  }
}
.page header.sticky.sticked .data h1 {
  font-size: 1.7rem;
}
.page header.sticky.sticked .data h2 {
  display: none;
}
.page header.sticky.sticked nav {
  top: 9px;
}
.page header.sticky.sticked nav svg {
  height: calc(1.7rem * 1 - 1px);
  width: auto;
}
.page header.sticky.sticked nav #prev {
  top: 4px;
  left: 0px;
}
.page header.sticky.sticked nav #menu {
  top: 3.5px;
  left: calc(25px  - 0px);
}
.page header.sticky.sticked nav #next {
  top: 4px;
  left: calc(25px * 2 + 6px);
}
.page header::after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page .large-description .description.team {
  column-count: 1;
}
.page .large-description .description.team .member {
  position: relative;
  margin-bottom: 1.4em;
}
.page .large-description .description.team .member-body {
  display: flex;
  max-width: 800px;
}
.page .large-description .description.team .name {
  margin-bottom: 0;
}
.page .large-description .description.team .role {
  margin-bottom: 1.4em;
}
.page .large-description .description.team .member figure {
  margin-right: 25px;
  min-width: 120px;
  max-width: 120px;
}
.page .large-description .description.team .member figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page .slideshow {
  z-index: 1;
  overflow-y: hidden;
  height: calc(100vh - 170px);
}
.page .slideshow a.slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.page .slideshow a.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}
@media (max-width: 920px) {
  .page .slideshow a.slide img {
    width: auto;
    height: 100%;
  }
}
.page .grid {
  line-height: 0;
  margin: 0 calc(-25px /2) 0 calc(-25px /2);
}
.page .grid .grid-item {
  overflow: hidden;
}
.page .grid .grid-item img {
  width: 100%;
  height: auto;
}
.page .grid .grid-item::after {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  border: calc(25px /2) solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page .grid .grid-sizer,
.page .grid .grid-item,
.page .grid .grid-item.tall {
  width: calc(((100% -  0px  * ( 3  - 1)) / 3 ) * 1 +  0px  * ( 1 ) - 0px);
  margin-bottom: 0px;
}
.page .grid .grid-sizer .gutter-sizer,
.page .grid .grid-item .gutter-sizer,
.page .grid .grid-item.tall .gutter-sizer {
  width: 0px;
}
.page .grid .grid-sizer.grid-sizer,
.page .grid .grid-item.grid-sizer,
.page .grid .grid-item.tall.grid-sizer {
  margin: 0;
}
@media (max-width: 920px) {
  .page .grid .grid-sizer,
  .page .grid .grid-item,
  .page .grid .grid-item.tall {
    width: calc(((100% -  0px  * ( 1  - 1)) / 1 ) * 1 +  0px  * ( 1 ) - 0px);
    margin-bottom: 0px;
  }
  .page .grid .grid-sizer .gutter-sizer,
  .page .grid .grid-item .gutter-sizer,
  .page .grid .grid-item.tall .gutter-sizer {
    width: 0px;
  }
  .page .grid .grid-sizer.grid-sizer,
  .page .grid .grid-item.grid-sizer,
  .page .grid .grid-item.tall.grid-sizer {
    margin: 0;
  }
}
.page .grid .grid-item.double {
  width: calc(((100% -  0px  * ( 3  - 1)) / 3 ) * 2 +  0px  * ( 2 ) - 0px);
  margin-bottom: 0px;
}
.page .grid .grid-item.double .gutter-sizer {
  width: 0px;
}
.page .grid .grid-item.double.grid-sizer {
  margin: 0;
}
@media (max-width: 920px) {
  .page .grid .grid-item.double {
    width: calc(((100% -  0px  * ( 1  - 1)) / 1 ) * 1 +  0px  * ( 1 ) - 0px);
    margin-bottom: 0px;
  }
  .page .grid .grid-item.double .gutter-sizer {
    width: 0px;
  }
  .page .grid .grid-item.double.grid-sizer {
    margin: 0;
  }
}
.page .grid aside.meta {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(25px /2 - 1px);
  left: calc(25px /2 - 1px);
}
.page .grid aside.meta > * {
  display: inline-block;
  float: left;
  clear: both;
  padding: 14px 7px 12px 7px;
  font-size: 1.7rem;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  text-overflow: ellipsis;
}
.page .grid aside.meta .title {
  text-transform: lowercase;
  background: white;
  color: #000;
}
body[data-page="about"] .page .grid aside.meta .title {
  background: white;
}
.page .grid aside.meta .context {
  text-transform: lowercase;
  background: #000;
  color: white;
}
.page .gallery-video .iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25% !important;
}
.page .gallery-video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page .gallery {
  padding-top: 25px;
  width: 100%;
}
.page .gallery:not(.no-col) {
  column-count: 1;
  column-gap: 25px;
}
@media (min-width: 1200px) {
  .page .gallery:not(.no-col) {
    column-count: 2;
  }
}
@media (min-width: 1600px) {
  .page .gallery:not(.no-col) {
    column-count: 3;
  }
}
.page .gallery figure {
  margin-bottom: 25px;
  line-height: 0;
}
.page .gallery figure:last-child {
  margin-bottom: 0;
}
.page .gallery figure img {
  width: 100%;
  height: auto;
}
.page .scrapbook {
  margin-top: 7px;
  display: block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: calc(25px *2);
  -moz-column-gap: calc(25px *2);
  column-gap: calc(25px *2);
}
@media (max-width: 920px) {
  .page .scrapbook {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.page .scrapbook article {
  display: inline-block;
  padding-bottom: 50px;
}
.page .scrapbook article header {
  background: none;
  line-height: 1.55em;
  display: block;
  zoom: 1;
  border-top: 1px solid white;
  padding: 0;
  padding-top: 25px;
}
.page .scrapbook article header::after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page .scrapbook article header h1,
.page .scrapbook article header aside {
  color: white;
  display: inline;
  font-size: 1.7rem;
  float: left;
  text-overflow: ellipsis;
}
.page .scrapbook article header h1 a,
.page .scrapbook article header aside a {
  border-bottom: 1px solid;
}
.page .scrapbook article header h1 {
  max-width: 60%;
}
.page .scrapbook article header aside {
  float: right;
  max-width: 40%;
  text-align: right;
}
.page .scrapbook article div.content {
  font-size: 1.7rem;
  margin-top: 1em;
  line-height: 1.5em;
  color: white;
}
.footer {
  position: relative;
  padding: 25px 0 0 0;
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.6);
  color: white;
  display: block;
  zoom: 1;
}
.footer .credits {
  float: left;
  width: 50%;
}
.footer .credits span:not(:last-child)::after {
  content: '\00a0\2013';
}
@media (max-width: 920px) {
  .footer .credits span {
    display: block;
  }
  .footer .credits span::after {
    content: '';
  }
  .footer .credits span#content {
    display: none;
  }
}
.footer .social-links {
  float: right;
  width: 50%;
  text-align: right;
}
.footer .social-links a {
  border: none;
}
.footer .social-links li {
  display: inline;
  margin: 0 25px;
}
.footer .social-links li:last-child {
  margin-right: 0;
}
@media (max-width: 920px) {
  .footer .credits {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
  }
  .footer .social-links {
    float: none;
    text-align: left;
    margin-top: 25px;
    clear: left;
  }
  .footer .social-links li {
    margin-right: 0;
    display: block;
  }
}
.footer::after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
