/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 21, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

.swiper-wp8-vertical {
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  background: #fff; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Vars
--------------*/
/* Tools
--------------*/
.clear:after {
  content: '';
  display: table;
  clear: both; }

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

.float--left {
  float: left; }

.float--right {
  float: right; }

.no-scroll {
  overflow: hidden; }

::-moz-selection {
  background-color: #ccc;
  color: #000; }

::selection {
  background-color: #ccc;
  color: #000; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Table
--------------*/
.table {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/* Font Face
--------------*/
@font-face {
  font-family: "Univers Next W01";
  src: url("../font/63aa74f9-a724-4074-85c7-4167c0448227.eot?#iefix");
  src: url("../font/63aa74f9-a724-4074-85c7-4167c0448227.eot?#iefix") format("eot"), url("../font/97c0f83d-39ac-412b-9d8a-d98208c0ce8d.woff2") format("woff2"), url("../font/fc09acb4-f628-4ba0-b648-d2ca30265b20.woff") format("woff"), url("../font/3cb4004c-2eea-45d4-a0b5-7af6f817c451.ttf") format("truetype"), url("../font/4d6ce461-aa11-472f-af6d-7466479534e1.svg#4d6ce461-aa11-472f-af6d-7466479534e1") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Univers Next W01";
  src: url("../font/07e1641d-6281-4461-827c-f3940fa0d811.eot?#iefix");
  src: url("../font/07e1641d-6281-4461-827c-f3940fa0d811.eot?#iefix") format("eot"), url("../font/e8921ecc-af32-4c3d-9636-dd82b4225e40.woff2") format("woff2"), url("../font/20f7bd07-85c9-4687-ab29-0b87584842ff.woff") format("woff"), url("../font/2df6d56e-7f31-4175-88df-47d374d8bb60.ttf") format("truetype"), url("../font/9ca9081d-10de-4848-b53a-40ceaa62b2b2.svg#9ca9081d-10de-4848-b53a-40ceaa62b2b2") format("svg");
  font-weight: 700;
  font-style: normal; }

/* Typography
--------------*/
body {
  font: 75% 'Univers Next W01', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 1.6;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4 {
  font-size: 1em;
  font-weight: 400;
  margin: 0; }

p {
  margin: 0; }

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

.font--normal {
  font-weight: 400; }

.header-placeholder {
  height: 77px; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .site-header .wrapper {
    position: relative; }
  @media (min-width: 1024px) {
    .site-header .wrapper {
      padding: 0.5625rem 0 calc(4vw - 0.45rem);
      border-bottom: 1px solid transparent; } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .site-header .wrapper {
      padding: 0.5625rem 0 3.71667em; } }
  @media (min-width: 1024px) {
    .site-header.is-scrolled .wrapper {
      border-bottom: 1px solid #e6e6e6; } }

@media (min-width: 1024px) {
  .page-curated .site-header.is-scrolled .wrapper {
    border-bottom-color: transparent; }
  .has-nav-border .site-header .wrapper {
    border-bottom: 1px solid #e6e6e6; } }

.site-header__inner {
  padding-bottom: 6.25rem;
  border-bottom: 1px solid transparent;
  transition: border-color 150ms;
  padding-bottom: 0;
  border: 0 !important; }
  .remove-spacer .site-header__inner {
    padding-bottom: 0;
    border: 0 !important; }

.remove-spacer .site-content {
  padding-top: 3.125rem; }

.site-title {
  font-weight: 700; }
  @media (min-width: 1024px) {
    .site-title {
      position: absolute;
      left: 0;
      font-size: 1.375em;
      line-height: 1.25; } }
  @media (max-width: 1023px) {
    .site-title {
      float: left;
      position: relative;
      z-index: 10; } }

@media (min-width: 1024px) {
  .site-nav {
    float: right;
    width: 46vw;
    max-width: 35.9375rem;
    padding-left: 2vw; } }

@media (min-width: 1250px) {
  .site-nav {
    float: left;
    margin-left: 50%; } }

@media (max-width: 1023px) {
  .site-nav {
    padding: 0.6125rem 0;
    margin: 0 4vw;
    border-bottom: 1px solid #e6e6e6; } }

@media screen and (min-width: 1250px) {
  .site-nav {
    padding: 0 0 0 2.08333em; } }

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1023px) {
    .site-nav ul {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 4vw;
              column-gap: 4vw;
      margin: -.4rem 0; } }
  @media screen and (min-width: 1250px) {
    .site-nav ul {
      -webkit-column-gap: 4.16667em;
              column-gap: 4.16667em; } }

.site-nav a {
  display: block;
  transition: opacity 200ms; }
  @media (max-width: 1023px) {
    .site-nav a {
      padding: 0.4rem 0; } }

.site-nav li {
  display: block;
  white-space: nowrap; }
  .site-nav li.active {
    font-weight: 600; }
  .site-nav li a:not([href=""]):hover {
    opacity: 0.5; }

@media (min-width: 1024px) {
  .flexbox .site-nav ul {
    height: 3.625rem;
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    align-content: space-between; }
    .flexbox .site-nav ul li {
      flex: 0 0 auto; }
  .no-flexbox .site-nav ul {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 4vw;
            column-gap: 4vw; } }

@media (min-width: 1250px) {
  .flexbox .site-nav ul li {
    width: 6.640625rem; } }

@media (max-width: 1023px) {
  .nav-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -4vw;
    background: #fff;
    display: none;
    max-height: calc(100vh - 2.9375rem);
    background: #fff;
    overflow-y: scroll; }
    .nav-wrapper.nav-active {
      display: block; }
  .nav-bar-wrapper {
    position: relative;
    z-index: 10;
    padding: .5625rem 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6; }
  .page-shroud {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8); } }

.site-header--border .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.nav-icon {
  position: absolute;
  top: 1.125rem;
  right: 0;
  width: 1.5625rem;
  height: 2rem;
  background: url(../img/icon-nav-2x.png) no-repeat 0 0;
  background-size: 25px 18px;
  float: right;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 200ms; }
  .nav-icon:hover {
    opacity: 1; }

.nav-trigger,
.feed-nav-trigger {
  z-index: 10;
  width: 26px;
  height: 19px;
  padding: 0;
  background: url(../img/icon-nav.svg) no-repeat 0 50%;
  background-size: 25px 17px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  opacity: 1;
  transition: opacity 200ms; }
  .nav-trigger:focus,
  .feed-nav-trigger:focus {
    outline: 0; }
  .nav-trigger:hover,
  .feed-nav-trigger:hover {
    opacity: 0.3; }

.nav-trigger {
  display: none;
  float: right;
  position: relative; }
  .nav-trigger.trigger-active {
    background-image: url(../img/icon-close.svg); }
  @media (max-width: 1023px) {
    .nav-trigger {
      display: block; } }

.feed-nav-trigger {
  position: absolute;
  top: 0.8125rem;
  right: 0; }
  @media (max-width: 1023px) {
    .feed-nav-trigger {
      display: none; } }

@media (min-width: 1024px) {
  .nav-bar-wrapper {
    position: relative;
    z-index: 1; }
  .site-header--fade .nav-wrapper {
    -webkit-animation: slowFadeIn 500ms 3000ms;
            animation: slowFadeIn 500ms 3000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .site-header--collapsed .nav-icon {
    display: block; }
  .site-header--collapsed .wrapper {
    border-color: transparent; }
  .site-header--collapsed .nav-wrapper {
    visibility: hidden; } }

@-webkit-keyframes slowFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slowFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wrapper {
  transition: border-color 200ms; }

/* Close Page
--------------*/
/* Pagination
--------------*/
.project-nav {
  height: 3.75rem; }
  @media (max-width: 1023px) {
    .project-nav {
      display: none; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .project-nav {
    padding-right: 2vw; } }
  @media (min-width: 1024px) {
    .project-nav {
      float: right; } }
  @media (min-width: 1200px) {
    .project-nav {
      width: 22vw; } }

.mobile-title {
  width: 100%; }
  @media (min-width: 1024px) {
    .mobile-title {
      display: none; } }

.mobile-title__section {
  padding: .5625rem 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700; }

@media (min-width: 1024px) {
  .site-nav + .project-nav--active {
    border-right: 1px solid #e6e6e6; } }

@media (max-width: 1023px) {
  .site-nav + .project-nav {
    border-bottom: 1px solid #e6e6e6; } }

.project-nav__pagination a:hover {
  opacity: 0.5; }

body {
  overflow-y: scroll;
  height: 100vh;
  background-color: #fff; }

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.load-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start; }

.site-header,
.header-placeholder {
  flex: 0 0 auto; }

.site-content {
  flex: 1 1 auto;
  width: 100%; }

.mobile-title {
  flex: 0 0 auto; }

.container {
  width: 100%;
  padding: 0 4vw; }
  .container.container--half-pad {
    padding: 0 2vw; }
    @media screen and (min-width: 1250px) {
      .container.container--half-pad {
        padding: 0 2.08333em; } }
  @media screen and (min-width: 1250px) {
    .container {
      padding: 0 4.16667em; } }

.load-content {
  position: relative;
  z-index: 10;
  flex: 1 1 auto; }

/* Footer
--------------*/
.site-footer {
  width: 100%; }
  .page-essays .site-footer,
  .page-curated .site-footer {
    margin: 0; }
  .site-footer a {
    transition: color 200ms; }
    .site-footer a:hover {
      color: black; }

.site-footer__wrap {
  position: relative;
  border-top: 1px solid #e6e6e6; }
  @media (min-width: 568px) {
    .site-footer__wrap {
      padding: .8125rem 0; } }
  @media (max-width: 567px) {
    .site-footer__wrap {
      padding: .5625rem 0; } }

.footer-newsletter {
  float: left;
  color: rgba(0, 0, 0, 0.5);
  background: #fff; }
  @media (min-width: 768px) {
    .footer-newsletter {
      margin: -1px 0 0; } }

.footer-social {
  float: left;
  margin: 0 0 0 1.5em;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 567px) {
    .footer-social {
      margin: 0 0 0 1.5em; } }
  .footer-social a {
    display: inline-block;
    margin: 0 1.5em 0 0;
    line-height: 2em; }

.footer-copyright {
  float: right;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 567px) {
    .footer-copyright {
      width: 100%; }
      body:not(.page-contact) .footer-copyright {
        margin: .5625rem 0 0;
        padding: .5625rem 0 0;
        border-top: 1px solid #e6e6e6; } }
  .footer-copyright:only-child {
    margin: 0; }

.footer-paragraph {
  line-height: 2em; }

/*  Diag
--------------*/
.toggle-box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 999;
  padding: 1em; }
  .toggle-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .toggle-box div {
    display: inline-block;
    margin: 0 .5em;
    cursor: pointer; }
    .toggle-box div.active {
      font-weight: 600; }
  .toggle-box span {
    display: inline-block;
    width: 4em;
    font-weight: 600; }

.page-404 {
  height: 100vh; }
  .page-404 .site {
    height: 100vh;
    display: flex;
    flex-direction: column; }
  .page-404 .header-placeholder {
    height: 8.625rem; }
  .page-404 .site-header,
  .page-404 .header-placeholder {
    flex: 0 0 auto; }
  .page-404 .site-content {
    position: relative;
    flex: 1 1 auto;
    min-height: 100%; }

@media (min-width: 768px) {
  .page-essays {
    height: 100vh; }
    .page-essays .site {
      height: 100vh;
      display: flex;
      flex-direction: column; }
    .page-essays .site-header,
    .page-essays .header-placeholder {
      flex: 0 0 auto; }
    .page-essays .load-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: stretch;
      align-items: flex-start; }
    .page-essays .site-content {
      position: relative;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding-top: 0;
      width: 100%; }
      .page-essays .site-content .container {
        flex: 0 0 auto; }
    .page-essays .site-footer {
      padding-top: 0; } }

.page-essays .mobile-title__section--current {
  display: none; }

@media (min-width: 768px) {
  .article-panel-scroll {
    padding: .5625rem 2vw 4vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .article-panel-scroll::-webkit-scrollbar {
      width: .5em; }
    .article-panel-scroll::-webkit-scrollbar-track {
      border-right: 1px solid #fff; }
    .article-panel-scroll::-webkit-scrollbar-thumb {
      background: #fff; }
  .article-panel-scroll:hover::-webkit-scrollbar-track {
    border-right: 1px solid #e6e6e6; }
  .article-panel-scroll:hover::-webkit-scrollbar-thumb {
    background: #e6e6e6; } }

@media (max-width: 767px) {
  .article-panel-scroll {
    padding: .5625rem 0; }
    .article-panel-scroll:last-child {
      padding-bottom: 4vw; } }

@media screen and (min-width: 1250px) {
  .article-panel-scroll {
    padding: 0.5625rem 2.08333em 4.16667em; } }

@media (min-width: 768px) {
  .article-col {
    width: 50%; } }

@media (max-width: 767px) {
  .article-col {
    width: 100%;
    padding: 0 2vw; } }

.article-table .display-table__group:first-child {
  padding-top: 0; }

.article-table .display-table__cell:last-child {
  text-align: right; }

@media (max-width: 1023px) {
  .article-table .display-table__cell:first-child,
  .article-table .display-table__cell:last-child {
    width: 3.125rem; }
  .article-table .display-table__cell:nth-child(2) {
    padding-right: 2vw; } }

@media (min-width: 1024px) {
  .article-table .display-table__cell:first-child {
    width: 4vw;
    top: -4vw; }
  .article-table .display-table__cell:last-child {
    width: 4vw; }
  .article-table .display-table__cell:nth-child(2) {
    padding-right: 4vw; } }

.article-single .display-table__cell {
  transition: opacity 200ms; }

.article-single:hover .display-table__cell:not(:first-child) {
  opacity: 0.5; }

.article-active .display-table__cell:not(:first-child) {
  font-weight: 600; }

.single-article {
  height: 100%; }
  @media (max-width: 767px) {
    .single-article {
      border-top: 1px solid #e6e6e6; } }

.single-article__title {
  font-weight: 600;
  margin-bottom: 1.1875rem; }

.page-biography .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.biography-section + .biography-section .biography-section__header {
  border-top: 1px solid #e6e6e6; }

.biography-section:first-child .biography-section__header {
  margin-top: 0; }

.biography-section:last-child {
  margin-bottom: 4vw; }
  @media screen and (min-width: 1250px) {
    .biography-section:last-child {
      margin: inherit inherit 4.16667em; } }

.biography-section__inner {
  position: relative; }

.biography-section__header {
  margin: 4vw 0 1.1875rem;
  padding-top: .5625rem; }
  @media screen and (min-width: 1250px) {
    .biography-section__header {
      margin: 4.16667em 0 1.1875rem; } }

.biography-section__paragraph + .biography-section__paragraph {
  margin-top: .5625rem; }

.biography-table td {
  vertical-align: top; }

.biography-table td:first-child {
  width: 3.125rem; }

.biography-images {
  margin-top: 1.6em;
  max-width: 45rem; }

.biography-images__inner {
  margin: -1vw; }
  @media screen and (min-width: 1250px) {
    .biography-images__inner {
      margin: -1.04167em; } }

.biography-image {
  display: inline-block;
  vertical-align: top;
  padding: 0 1vw;
  margin: 1vw 0; }
  @media screen and (min-width: 1250px) {
    .biography-image {
      padding: 0 1.04167em; } }
  @media screen and (min-width: 1250px) {
    .biography-image {
      margin: 1.04167em 0; } }

.biography-image--landscape {
  width: 50%; }

.biography-image--portrait {
  width: 33.33%; }

.page-contact .site {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.page-contact .site-header,
.page-contact .header-placeholder {
  flex: 0 0 auto; }

.page-contact .site-content {
  position: relative;
  flex: 1 1 auto;
  min-height: 100%; }

.page-contact .load-content {
  display: flex;
  flex-direction: column; }

.page-contact .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.contact-columns .grid-single {
  width: 25%; }

.contact-columns a {
  transition: color 200ms; }
  .contact-columns a:hover {
    color: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) and (max-width: 1023px) {
  .contact-columns .grid-single {
    width: 33.33%; }
  .contact-columns .grid-single:first-child {
    width: 100%;
    margin: 0 0 1.8125em; } }

@media (max-width: 767px) {
  .contact-columns .grid-single {
    width: 100%;
    margin: .5625rem 0 1.6em; }
    .contact-columns .grid-single:last-child {
      margin-bottom: 0; }
    .contact-columns .grid-single:not(:first-child) .grid-single__inner {
      border-top: 1px solid #e6e6e6;
      padding-top: .5625rem; } }

@media (max-width: 1023px) {
  .contact-columns:not(:first-child) {
    padding-top: .8125rem; } }

@media (min-width: 1024px) {
  .contact-columns {
    padding-top: .5625rem; } }

.page-curated {
  height: 100vh; }
  .page-curated .site {
    height: 100vh;
    display: flex;
    flex-direction: column; }
  .page-curated .load-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start; }
  .page-curated .header-placeholder {
    height: 8.625rem; }
  .page-curated .site-header,
  .page-curated .header-placeholder {
    flex: 0 0 auto; }
  .page-curated .site-content {
    position: relative;
    flex: 1 1 auto;
    min-height: 30em;
    width: 100%;
    padding: 4vw 0 6vw; }
    @media (max-width: 1023px) {
      .page-curated .site-content {
        padding: 4vw 0 3.5rem; } }
    @media screen and (min-width: 1250px) {
      .page-curated .site-content {
        padding: 4.16667em 0 10.25rem; } }
  .page-curated .site-content .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-curated .swiper-controls {
    width: 4vw; }

.curated-static {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

.swiper-curated {
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  .swiper-curated * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

.curated-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.swiper-curated__info {
  position: absolute;
  bottom: 0;
  left: 4vw;
  right: 4vw;
  padding: 0 0 .5625rem; }
  @media (max-width: 1023px) {
    .swiper-curated__info {
      padding: .5625rem 0; } }
  @media screen and (min-width: 1250px) {
    .swiper-curated__info {
      left: 4.16667em; } }
  @media screen and (min-width: 1250px) {
    .swiper-curated__info {
      right: 4.16667em; } }

.swiper-curated__count {
  display: inline-block;
  margin: 0 1.5em 0 0; }

@media (min-width: 1024px) {
  .swiper-curated__caption {
    display: inline-block; } }

@media (max-width: 1023px) {
  .swiper-curated__caption {
    width: 100%;
    display: none; } }

.curated-wrap {
  position: relative;
  height: 100%;
  padding: 0 2vw; }
  @media screen and (min-width: 1250px) {
    .curated-wrap {
      padding: 0 2.08333em; } }

.curated-col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  height: 100%;
  padding: 0 2vw; }
  @media screen and (min-width: 1250px) {
    .curated-col {
      padding: 0 2.08333em; } }

.curated-col--landscape.curated-col--s {
  width: 25%; }

.curated-col--landscape.curated-col--m {
  width: 33.33%; }

.curated-col--landscape.curated-col--l {
  width: 50%; }

.curated-col--landscape.curated-col--xl {
  width: 75%; }

.curated-col--landscape.curated-col--full {
  width: 100%; }

.curated-col--portrait.curated-col--s {
  width: 16.66%; }

.curated-col--portrait.curated-col--m {
  width: 25%; }

.curated-col--portrait.curated-col--l {
  width: 33.33%; }

.curated-col--portrait.curated-col--xl {
  width: 50%; }

.curated-col--portrait.curated-col--full {
  width: 100%; }

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

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

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

.curated-single {
  width: 100%;
  display: inline-block; }
  .curated-single img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    text-align: left; }
  .curated-single:hover .curated-caption {
    opacity: 1; }

.curated-video video {
  max-height: 100%; }

.curated-caption {
  display: block;
  padding: .5625rem 0;
  min-height: 5.6rem;
  opacity: 0;
  text-align: left;
  line-height: 1.6;
  transition: opacity 200ms; }
  .curated-caption a {
    transition: opacity 200ms; }
  .curated-caption a:hover {
    opacity: 0.5; }
  @media (max-width: 1023px) {
    .curated-caption {
      display: none; } }

.page-exhibitions .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.page-exhibitions .site {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.page-exhibitions .site-content {
  position: relative;
  flex: 1 1 auto;
  min-height: 100%; }

.page-exhibitions .load-content {
  display: flex;
  flex-direction: column; }

@media (min-width: 1024px) {
  .exhibition-table .display-table__cell:last-child {
    text-align: right; }
  .exhibition-table .display-table__cell:first-child {
    width: 4vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .exhibition-table .display-table__cell:first-child {
      width: 4.16667em; } }

@media (min-width: 1024px) {
  .exhibition-table .display-table__cell:last-child {
    width: 8vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .exhibition-table .display-table__cell:last-child {
      width: 8.33333em; } }

@media (min-width: 1024px) {
  .exhibition-table .display-table__cell:nth-child(2),
  .exhibition-table .display-table__cell:nth-child(3) {
    padding-right: 4vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .exhibition-table .display-table__cell:nth-child(2),
    .exhibition-table .display-table__cell:nth-child(3) {
      padding: 0 4.16667em 0 0; } }

@media (min-width: 1024px) {
  .exhibition-table .display-table__cell:nth-child(2) {
    width: 44vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .exhibition-table .display-table__cell:nth-child(2) {
      width: 48%; } }

@media (max-width: 1023px) {
  .exhibition-table .exhibition-single {
    display: block;
    padding-left: 3.125rem; }
  .exhibition-table .display-table__cell {
    display: block;
    width: 100%; }
  .exhibition-table .display-table__cell:last-child {
    padding: 0 0 .8em; }
  .exhibition-table .exhibition-single:last-child .display-table__cell:last-child {
    padding: 0; } }

.exhibition-year {
  position: absolute; }

.exhibition-single .display-table__cell {
  transition: opacity 200ms; }

.exhibition-single:hover .display-table__cell:not(:first-child) {
  opacity: 0.5; }

.exhibition-images img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 40em;
  max-height: 65vh;
  margin: 0 auto; }

.exhibition-images .single-section__container {
  padding: 0 0 3.125rem;
  padding: 0 0 4vw; }
  @media screen and (min-width: 1250px) {
    .exhibition-images .single-section__container {
      padding: 0 0 4.16667em; } }

.exhibition-text {
  padding: 0 0 .5625rem; }

.page-feed {
  height: 100vh; }
  .page-feed .site {
    height: 100vh;
    display: flex;
    flex-direction: column; }
  .page-feed .header-placeholder {
    height: 8.625rem; }
  .page-feed .site-header,
  .page-feed .header-placeholder {
    flex: 0 0 auto; }
  .page-feed .site-content {
    position: relative; }
  .page-feed .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff; }

.feed-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.feed-wrap {
  position: relative;
  display: table;
  height: 100%;
  padding: 0 2vw; }

.feed-col {
  display: table-cell;
  width: 50%;
  padding: 0 2vw; }
  .feed-col:nth-child(2) {
    vertical-align: bottom; }

.feed-col--align-middle {
  vertical-align: middle; }
  .feed-col--align-middle:nth-child(2) {
    vertical-align: middle; }

.feed-single {
  cursor: pointer; }
  .feed-single img {
    display: block;
    width: 100%;
    height: auto; }

.feed-caption {
  margin: 0.8125rem 0 0.9375rem;
  opacity: 1; }
  .feed-caption a {
    transition: opacity 200ms; }
  .feed-caption a:hover {
    opacity: 0.5; }

.feed-entry {
  position: relative;
  margin: 0 0 4vw; }
  .feed-entry:last-child {
    margin-bottom: 8vw; }
    .feed-entry:last-child .feed-paragraphs {
      border-bottom: 0; }

.feed-images {
  height: 65vh;
  position: relative; }

.feed-paragraphs {
  padding: .8125rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .feed-paragraphs p {
    max-width: 40vw; }

.page-monographs-alt .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.monograph-list {
  width: 100%;
  overflow: hidden; }
  .monograph-list .container {
    margin: 0 -2vw;
    width: auto; }
    @media screen and (min-width: 1250px) {
      .monograph-list .container {
        margin: 0 -2.08333em; } }

.monograph-single {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4vw;
  width: 33.33%; }
  @media screen and (min-width: 1250px) {
    .monograph-single {
      margin: 0 0 4.16667em; } }
  @media (max-width: 767px) {
    .monograph-single {
      width: 50%; } }
  @media (max-width: 399px) {
    .monograph-single {
      width: 100%; } }
  @media (min-width: 1600px) {
    .monograph-single {
      width: 25%; } }
  @media (min-width: 2000px) {
    .monograph-single {
      width: 20%; } }
  .monograph-single:hover .monograph-single__images {
    opacity: 0.3; }

.monograph-single__inner {
  display: block;
  margin: 0 2vw; }
  @media screen and (min-width: 1250px) {
    .monograph-single__inner {
      margin: 0 2.08333em; } }

.monograph-single:not(.grid-single--end) .monograph-single__inner:after {
  content: '';
  display: block;
  background: #d9d9d9;
  width: 2em;
  height: 1px;
  margin-top: 2vw; }
  @media screen and (min-width: 1250px) {
    .monograph-single:not(.grid-single--end) .monograph-single__inner:after {
      margin: 2.08333em 0 0; } }

.monograph-video {
  padding-bottom: 4vw; }
  @media screen and (min-width: 1250px) {
    .monograph-video {
      padding: 0 0 4.16667em; } }

.monograph-single__details,
.monograph-single__text {
  width: 100%; }
  .monograph-single__details span,
  .monograph-single__text span {
    display: inline-block;
    opacity: 0.3; }

.monograph-single__details p {
  max-height: 28.8em;
  overflow: hidden; }

.monograph-single__details:after {
  content: 'Read more';
  display: inline-block;
  opacity: 0.3; }

.monograph-single__text {
  margin-top: 1.6em; }

.monograph-single__images {
  transition: opacity 250ms;
  margin: 0 0 .8125rem; }
  .monograph-single__images img {
    display: block;
    width: 100%;
    height: auto; }

.monograph-details {
  margin: 1.6em 0 0;
  text-indent: 0 !important; }
  .monograph-details:before {
    content: '';
    display: block;
    background: #d9d9d9;
    width: 2em;
    height: 1px;
    margin: -3px 0 1.6em; }

@media (min-width: 1024px) {
  .page-news {
    height: 100vh; }
    .page-news .site {
      height: 100vh;
      display: flex;
      flex-direction: column; }
    .page-news .site-header,
    .page-news .header-placeholder {
      flex: 0 0 auto; }
    .page-news .site-content {
      position: relative;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding-top: 0;
      width: 100%; }
      .page-news .site-content .container {
        flex: 0 0 auto; }
    .page-news .load-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: stretch;
      align-items: flex-start; }
    .page-news .site-footer {
      padding-top: 0; } }

@media (min-width: 1024px) {
  .news-panel__title {
    display: none; }
  .news-panel-scroll {
    overflow-y: scroll;
    padding: .5625rem 2vw .5625rem;
    -webkit-overflow-scrolling: touch; }
    .news-panel-scroll::-webkit-scrollbar {
      width: .5em; }
    .news-panel-scroll::-webkit-scrollbar-track {
      border-right: 1px solid #fff; }
    .news-panel-scroll::-webkit-scrollbar-thumb {
      background: #fff; }
  .news-panel-scroll:hover::-webkit-scrollbar-track {
    border-right: 1px solid #e6e6e6; }
  .news-panel-scroll:hover::-webkit-scrollbar-thumb {
    background: #e6e6e6; } }

@media (max-width: 1023px) {
  .news-panel-scroll {
    padding: 0 2vw 0; } }

@media screen and (min-width: 1250px) {
  .news-panel-scroll {
    padding: 0.5625rem 2.08333em 0.5625rem; } }

.news-col {
  width: 50%;
  height: 100%; }
  @media (max-width: 1023px) {
    .news-col {
      width: 100%; } }
  @media (max-width: 767px) {
    .news-col {
      width: 100%; } }

.news-col-wide {
  width: 50%; }
  @media (max-width: 1023px) {
    .news-col-wide {
      width: 100%; } }

.page-news .site-header__inner {
  border-bottom: 1px solid #e6e6e6; }

.news-single {
  position: relative; }
  .news-single + .news-single {
    border-top: 1px solid #e6e6e6;
    padding-top: .5625rem; }
  @media (max-width: 1023px) {
    .news-single {
      padding-bottom: 2vw; } }
  @media (min-width: 1024px) {
    .news-single:last-child .news-single__images img:last-child,
    .news-single:last-child .news-single__images .news-image--portrait:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .news-single:last-child .news-single__body {
      padding-bottom: 0;
      margin-bottom: 0; } }

.news-single__header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .8125rem;
  margin-bottom: .5625rem; }
  @media (max-width: 767px) {
    .news-single__header {
      padding-bottom: .5625rem; } }

@media (min-width: 568px) {
  .news-single__title,
  .news-single__actions {
    float: left;
    width: 50%; } }

.news-single__title {
  display: block; }
  @media (min-width: 568px) {
    .news-single__title {
      padding-right: 2vw; } }
  @media (min-width: 768px) {
    .news-single__title {
      min-height: 5.5em; } }
  @media screen and (min-width: 1250px) {
    .news-single__title {
      padding: 0 2.08333em 0 0; } }

@media (max-width: 567px) {
  .news-single__actions {
    margin: 0 0 .5625rem; } }

@media (min-width: 568px) {
  .news-single__actions {
    padding-left: 2vw; } }

.news-single__actions a {
  transition: opacity 200ms; }
  .news-single__actions a:hover {
    opacity: 0.3; }

@media screen and (min-width: 1250px) {
  .news-single__actions {
    padding: 0 0 0 2.08333em; } }

.news-title {
  font-weight: 700; }

.news-single__body:only-child {
  margin: 0 0 2vw; }
  @media screen and (min-width: 1250px) {
    .news-single__body:only-child {
      margin: 0 0 2.08333em; } }

.news-single__text-entry a {
  border-bottom: 1px solid #e6e6e6;
  transition: color 200ms; }
  .news-single__text-entry a:hover {
    color: rgba(0, 0, 0, 0.5); }

.news-single__images {
  float: left;
  margin-top: 1.6em; }
  .news-single__images img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 2vw; }
    @media screen and (min-width: 1250px) {
      .news-single__images img {
        margin: 0 0 2.08333em; } }
  .news-single__images .news-image--portrait {
    width: 50%;
    float: left;
    padding-right: 1vw; }
    @media screen and (min-width: 1250px) {
      .news-single__images .news-image--portrait {
        padding: 0 1.04167em 0 0; } }
    .news-single__images .news-image--portrait + .news-image--portrait {
      padding-right: 0;
      padding-left: 1vw; }
      @media screen and (min-width: 1250px) {
        .news-single__images .news-image--portrait + .news-image--portrait {
          padding: 0 0 0 1.04167em; } }
  .news-single__images .news-image--landscape {
    width: 100%;
    height: auto; }

@media (max-width: 1023px) {
  .social-feed {
    margin: 0 0 4vw; } }
  @media screen and (max-width: 1023px) and (min-width: 1250px) {
    .social-feed {
      margin: 0 0 4.16667em; } }

.social-feed__title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .5625rem;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .social-feed__title {
      min-height: 5.5em; } }
  @media (max-width: 1023px) {
    .social-feed__title {
      padding-bottom: .5625rem; }
      .social-feed__title br {
        display: none; } }

@media (max-width: 1023px) {
  .instagram-feed .social-feed__list {
    padding-bottom: .5625rem;
    border-bottom: 1px solid #e6e6e6; } }

@media (max-width: 767px) {
  .instagram-feed {
    width: 100%; } }

@media (max-width: 767px) {
  .twitter-feed .tweet-single:nth-child(n+4) {
    margin-bottom: 0; }
  .twitter-feed .tweet-single:nth-child(n+5) {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .twitter-feed .tweet-single:nth-child(n+9) {
    margin-bottom: 0; }
  .twitter-feed .tweet-single:nth-child(n+10) {
    display: none; } }

.instagram-single {
  position: relative;
  margin: 0 0 2vw; }
  @media screen and (min-width: 1250px) {
    .instagram-single {
      margin: 0 0 2.08333em; } }
  .instagram-single:last-child {
    margin: 0; }
  .instagram-single img {
    display: block;
    width: 100%;
    height: auto; }
  .instagram-single:hover .instagram-single__details {
    opacity: 1; }
  @media (max-width: 567px) {
    .instagram-single {
      width: 28vw;
      float: left;
      margin-right: 4vw;
      margin-bottom: 4vw; }
      .instagram-single:nth-child(3n) {
        margin-right: 0; }
      .instagram-single:nth-child(n+4) {
        margin-bottom: 0; } }

@media (min-width: 568px) and (max-width: 1023px) {
  .instagram-single {
    width: 13.65vw;
    float: left;
    margin-right: 2vw;
    margin-bottom: 0; }
    .instagram-single:nth-child(n+6) {
      margin-right: 0; }
    .instagram-single:nth-last-child(-n+2) {
      margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .instagram-single:nth-child(n+7) {
      display: none; } }
  @media (min-width: 1600px) {
    .instagram-single {
      width: 50%;
      float: left; }
      .instagram-single:nth-child(odd) {
        padding-right: 1.04167em; }
        .instagram-single:nth-child(odd) .instagram-single__details {
          right: 1.04167em; }
      .instagram-single:nth-child(even) {
        padding-left: 1.04167em; }
        .instagram-single:nth-child(even) .instagram-single__details {
          left: 1.04167em; }
      .instagram-single:nth-last-child(-n+2) {
        margin-bottom: 0; } }

.instagram-single__inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media (max-width: 1023px) {
  .instagram-single__caption {
    display: none; } }

@media (min-width: 1600px) {
  .instagram-single__caption {
    display: none; } }

p.instagram-single__date,
.instagram-single__prompt {
  color: #fff;
  margin: 0; }

.instagram-single__details {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1vw;
  background: #cccccc;
  opacity: 0;
  transition: opacity 200ms;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start; }
  @media screen and (min-width: 1250px) {
    .instagram-single__details {
      padding: 1.04167em; } }
  .instagram-single__details > * {
    flex: 0 0 auto; }

.tweet-single {
  padding-bottom: .5625rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .5625rem; }
  .tweet-single a {
    transition: opacity 200ms; }
    .tweet-single a:hover {
      opacity: 0.3; }
  .tweet-single:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }

.project-section .grid-wrap {
  padding-top: 4vw; }
  @media screen and (min-width: 1250px) {
    .project-section .grid-wrap {
      padding: 4.16667em 0 0; } }
  @media screen and (min-width: 1250px) {
    .project-section .grid-wrap {
      margin: 0 4.16667em; } }

.project-section:first-child .grid-wrap {
  padding-top: 0; }

.project-section:first-child .project-section--title {
  margin-top: 0; }

.page-section-projects .site-content {
  padding-top: 0; }

.page-section-projects .project-section .grid-wrap,
.page-section-projects .project-section + .project-section .grid-wrap {
  border: 0;
  padding-top: 0; }

.page-section-projects .project-section:first-child .project-section--title,
.page-section-projects .project-section + .project-section:first-child .project-section--title {
  border-top: 0; }

.page-project-entry .site-content {
  padding-top: 0; }

.page-project-entry .project-section:first-child .project-section--title {
  border-top: 0; }

.lightbox-thumbs--page-section .project-section .grid-wrap,
.project-section + .related-section .grid-wrap,
.text-section + .related-section .grid-wrap {
  border: 0;
  padding-top: 0; }

.project-section + .project-section .grid-wrap {
  border-top: 1px solid #e6e6e6; }

.project-section:last-child .grid-wrap {
  border: 0; }

.text-section {
  padding-bottom: 4vw; }
  @media screen and (min-width: 1250px) {
    .text-section {
      padding: 0 0 4.16667em; } }

.project-section--title {
  display: block;
  font-weight: 700;
  padding: .5625rem 0 .5625rem;
  min-height: 4.25em;
  border-top: 1px solid #e6e6e6; }

input {
  -webkit-font-smoothing: antialiased; }

.input--text {
  width: 100%;
  line-height: 2em;
  padding: 0;
  border: 0; }
  .input--text:focus {
    outline: 0; }
  .input--text::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .input--text:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .input--text::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .input--text::placeholder {
    color: rgba(0, 0, 0, 0.5); }

.input--button-blank {
  background: none;
  border: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  transition: color 200ms; }
  .input--button-blank:hover {
    color: #000; }

.footer-newsletter .newsletter-form {
  float: left; }
  @media (min-width: 768px) {
    .footer-newsletter .newsletter-form {
      display: inline-block;
      vertical-align: middle;
      min-width: 17.5rem; } }

.footer-newsletter .footer-paragraph {
  display: inline-block;
  vertical-align: middle; }

.footer-newsletter .newsletter-form fieldset,
.contact-newsletter .newsletter-form fieldset {
  position: relative;
  width: 12.75rem;
  max-width: 14rem;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
  border: 1px solid #e6e6e6; }

.footer-newsletter input,
.contact-newsletter input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }

.footer-newsletter .input--text,
.contact-newsletter .input--text {
  width: 100%;
  background: none;
  padding: 0 3.75rem 0 .5em; }

.footer-newsletter .newsletter-submit,
.contact-newsletter .newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  padding: 0 .5em;
  line-height: 2em;
  border-left: 1px solid #e6e6e6; }
  @media (max-width: 399px) {
    .footer-newsletter .newsletter-submit,
    .contact-newsletter .newsletter-submit {
      float: right; } }

@media (max-width: 567px) {
  .footer-newsletter .newsletter-form fieldset {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 568px) and (max-width: 767px) {
  .footer-newsletter .newsletter-form fieldset {
    width: 20rem; } }

.page-contact .newsletter-form fieldset {
  width: 100%; }

@media (max-width: 767px) {
  .footer-newsletter .newsletter-form fieldset {
    display: none;
    position: absolute;
    background: #fff; } }

@media (min-width: 568px) and (max-width: 767px) {
  .footer-newsletter .newsletter-form fieldset {
    top: .8125rem; } }

@media (max-width: 567px) {
  .footer-newsletter .newsletter-form fieldset {
    top: .5rem; } }

.newsletter-form .footer-paragraph {
  line-height: 2em; }
  @media (min-width: 769px) {
    .newsletter-form .footer-paragraph {
      margin: 0 .5rem 0 0; } }

.grid-wrap {
  margin: 0 4vw;
  overflow: hidden; }
  @media screen and (min-width: 1250px) {
    .grid-wrap {
      margin: 0 4.16667em; } }

.image-grid {
  margin: 0 -4vw; }
  @media screen and (min-width: 1250px) {
    .image-grid {
      margin: 0 -4.16667em; } }

.grid-single {
  display: inline-block;
  vertical-align: top; }
  .image-grid--fixed-height .grid-single .grid-single__inner {
    display: table; }
    @media (min-width: 1024px) {
      .image-grid--fixed-height .grid-single .grid-single__inner {
        padding-right: 4vw; } }
    @media (min-width: 1250px) {
      .image-grid--fixed-height .grid-single .grid-single__inner {
        padding-right: 4.16667em; } }
  .image-grid--fixed-height .grid-single .grid-single__caption {
    caption-side: bottom;
    display: table-caption;
    opacity: 0;
    transition: opacity 200ms; }
  .image-grid--fixed-height .grid-single .grid-single__img-el {
    height: 26.953125vw;
    height: calc(96vw * 0.32 65080476);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (max-width: 767px) {
      .image-grid--fixed-height .grid-single .grid-single__img-el {
        height: 37.80964798vw; } }
    @media (max-width: 567px) {
      .image-grid--fixed-height .grid-single .grid-single__img-el {
        height: 58.82352941vw; } }
    @media (min-width: 1250px) {
      .image-grid--fixed-height .grid-single .grid-single__img-el {
        height: 26.953125vw;
        height: calc((100vw - 8.33333em) * 0.33); } }
    @media (min-width: 1600px) {
      .image-grid--fixed-height .grid-single .grid-single__img-el {
        height: 19.875vw;
        height: calc((100vw - 8.33333em) * 0.26); } }
    @media (min-width: 2000px) {
      .image-grid--fixed-height .grid-single .grid-single__img-el {
        height: 16.1125vw;
        height: calc((100vw - 8.33333em) * 0.21); } }
    .image-grid--fixed-height .grid-single .grid-single__img-el.lazyloaded + .grid-single__caption {
      opacity: 1; }
  .image-grid--4x .grid-single {
    width: 25%; }
    @media (max-width: 767px) {
      .image-grid--4x .grid-single {
        width: 33.33%; } }
    @media (max-width: 567px) {
      .image-grid--4x .grid-single {
        width: 50%; } }
    @media (min-width: 1600px) {
      .image-grid--4x .grid-single {
        width: 20%; } }
    @media (min-width: 2000px) {
      .image-grid--4x .grid-single {
        width: 16.6666%; } }
  .image-grid--3x .grid-single {
    width: 33.33%; }
    @media (max-width: 767px) {
      .image-grid--3x .grid-single {
        width: 50%; } }
    @media (max-width: 399px) {
      .image-grid--3x .grid-single {
        width: 100%; } }
    @media (min-width: 1600px) {
      .image-grid--3x .grid-single {
        width: 25%; } }
    @media (min-width: 2000px) {
      .image-grid--3x .grid-single {
        width: 20%; } }
  .image-grid--4x-portrait .grid-single {
    width: 25%; }
    @media (max-width: 1023px) {
      .image-grid--4x-portrait .grid-single {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .image-grid--4x-portrait .grid-single {
        width: 50%; } }
    @media (max-width: 399px) {
      .image-grid--4x-portrait .grid-single {
        width: 100%; } }
    @media (min-width: 1600px) {
      .image-grid--4x-portrait .grid-single {
        width: 20%; } }
    @media (min-width: 2000px) {
      .image-grid--4x-portrait .grid-single {
        width: 16.66666%; } }
  .image-grid--4x .grid-single.grid-single--portrait {
    width: 16.66667%; }
    @media (max-width: 767px) {
      .image-grid--4x .grid-single.grid-single--portrait {
        width: 21.75%; } }
    @media (max-width: 567px) {
      .image-grid--4x .grid-single.grid-single--portrait {
        width: 31.75%; } }
    @media (min-width: 1600px) {
      .image-grid--4x .grid-single.grid-single--portrait {
        width: 12.5%; } }
    @media (min-width: 2000px) {
      .image-grid--4x .grid-single.grid-single--portrait {
        width: 10%; } }
  .grid-single.grid-single--portrait .grid-single__img {
    padding-bottom: 130%; }
  .image-grid--4x .grid-single.grid-single--square {
    width: 20.41555%; }
    @media (max-width: 767px) {
      .image-grid--4x .grid-single.grid-single--square {
        width: 26.914%; } }
    @media (max-width: 567px) {
      .image-grid--4x .grid-single.grid-single--square {
        width: 39.915%; } }
    @media (min-width: 1600px) {
      .image-grid--4x .grid-single.grid-single--square {
        width: 16.6666%; } }
    @media (min-width: 2000px) {
      .image-grid--4x .grid-single.grid-single--square {
        width: 12.5%; } }
  .grid-single.grid-single--square .grid-single__img {
    padding-bottom: 100%; }
  .grid-single.grid-single--bordered {
    margin-bottom: 4vw; }
    @media screen and (min-width: 1250px) {
      .grid-single.grid-single--bordered {
        margin: 0 0 4.16667em; } }
    .grid-single.grid-single--bordered .grid-single__inner:after {
      content: '';
      display: block;
      background: #d9d9d9;
      width: 2em;
      height: 1px; }

.grid-single__img-wrap {
  overflow: hidden; }

.grid-single__num {
  display: inline-block;
  margin: 0 .625rem 0 0; }

.grid-single__inner {
  position: relative;
  display: block;
  margin: 0 2vw; }
  @media screen and (min-width: 1250px) {
    .grid-single__inner {
      margin: 0 2.08333em; } }

.no-touchevents .grid-single__inner:hover .grid-single__img:not(.grid-single__img--video),
.no-touchevents .grid-single__inner:hover .grid-single__img-el {
  opacity: 0.3; }

.grid-single__img {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 100%;
  padding-bottom: 78%;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .grid-single__img.lazyloaded {
    opacity: 1; }

.grid-single__img-el {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .grid-single__img-el.lazyloaded {
    opacity: 1; }

.grid-single__img--video {
  opacity: 1;
  background: none; }
  .grid-single__img--video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .grid-single__img--video video.lazyloaded {
      opacity: 1; }

.video-placeholder {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .video-placeholder.lazyloaded {
    opacity: 1; }

.touchevents .grid-single__img--video video {
  display: none; }

.touchevents .grid-single__img--video .video-placeholder {
  display: block; }

.grid-single--film .grid-single__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: .8125rem;
  left: .8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11.412px;
  border-color: transparent transparent transparent #000;
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.grid-single--film .grid-single__inner:hover:after {
  opacity: 1; }

.grid-single__thumb {
  width: 100%; }
  .grid-single__thumb img {
    display: block;
    width: 100%;
    height: auto; }

.caption-project {
  margin: 0.8125rem 0 0.9375rem;
  margin: .5625rem 0; }
  @media (min-width: 401px) {
    .caption-project {
      min-height: 4.8em; } }

.caption-monograph {
  margin: 0.8125rem 0 0.75rem; }

@media (max-width: 1023px) {
  .grid-single--thumb {
    margin: 0 0 4vw; }
    .grid-single--thumb .grid-single__caption {
      display: none !important; } }
  @media screen and (max-width: 1023px) and (min-width: 1250px) {
    .grid-single--thumb {
      margin: 0 0 4.16667em; } }

.grid-single--as-project .grid-single__caption {
  font-weight: 700; }

.grid-single--end.grid-single--bordered {
  margin: 0; }
  .grid-single--end.grid-single--bordered .grid-single__inner {
    border-bottom: 0; }
    .grid-single--end.grid-single--bordered .grid-single__inner:after {
      display: none; }

.page-lightbox {
  height: 100vh; }
  .page-lightbox .site {
    display: flex;
    flex-direction: column; }
  .page-lightbox .load-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start; }
  .page-lightbox .header-placeholder {
    height: 8.625rem; }
  .page-lightbox .site-header,
  .page-lightbox .header-placeholder {
    flex: 0 0 auto; }
  .page-lightbox .site-content {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    padding: 0; }
  .page-lightbox .mobile-title {
    flex: 0 0 auto; }
  @media (min-width: 1024px) {
    .page-lightbox .single-lightbox {
      padding: 0 0 calc(4vw - 1.5625rem); } }
  @media screen and (min-width: 1024px) and (min-width: 1250px) {
    .page-lightbox .single-lightbox {
      padding: 0 0 2.60417em; } }

.lightbox-gallery {
  height: 50em;
  height: calc(100vh - 4.75rem - 3.875rem);
  width: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

@media (min-width: 1024px) and (max-width: 1249px) {
  .lightbox-gallery {
    height: calc(100vh - 4vw - 4.1875rem + 0.45rem - 3.1875rem); } }

@media (min-width: 1250px) and (max-width: 1399px) {
  .lightbox-gallery {
    height: calc(100vh - 7.036875rem - 3.1875rem); } }
  @media (min-width: 1400px) {
    .lightbox-gallery {
      height: calc(96vh - 4.75rem - 3.875rem - 0.625rem); } }
  @media (min-width: 1024px) {
    .lightbox-gallery {
      min-height: 40em; } }
  .lightbox-gallery * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  @media (min-width: 1025px) {
    .lightbox-gallery {
      opacity: 0.2;
      transition: opacity 500ms; }
      .lightbox-gallery.lightbox-section--active {
        opacity: 1; } }

@media (min-width: 1025px) {
  .lightbox-thumbs .image-grid {
    opacity: 0.4;
    transition: opacity 500ms; }
  .lightbox-thumbs.lightbox-section--active .image-grid {
    opacity: 1; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .lightbox-thumbs:not(.lightbox-section--active) {
    transition: transform 350ms, -webkit-transform 350ms; }
  .lightbox-thumbs:not(.lightbox-section--active):hover {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem); } }

.lightbox-thumbs:not(.lightbox-section--active):hover .index-icon i {
  border-color: #000; }

.lightbox-thumbs:not(.lightbox-section--active) .lightbox-thumbs__img {
  cursor: s-resize;
  cursor: url("../img/cursor-down.png") 10 10, s-resize;
  cursor: url("../img/cursor-down.svg") 10 10, url("../img/cursor-down.png") 10 10, s-resize;
  cursor: -webkit-image-set(url("../img/cursor-down.png") 1x, url("../img/cursor-down-2x.png") 2x) 10 10, s-resize; }

.lightbox-thumbs:not(.lightbox-section--active) .grid-single__inner {
  pointer-events: none; }

.lightbox-thumbs--title {
  position: relative; }
  .lightbox-thumbs--title .entry-title {
    position: absolute;
    top: .5625rem;
    left: 0;
    opacity: 0; }
  .lightbox-thumbs--title .entry-title,
  .lightbox-thumbs--title .section-title {
    transition: opacity 500ms; }
  .lightbox-section--active .lightbox-thumbs--title .entry-title {
    opacity: 1; }
  .lightbox-section--active .lightbox-thumbs--title .section-title {
    opacity: 0; }

.close-page {
  display: none; }
  @media (max-width: 1023px) {
    .close-page {
      display: block;
      position: absolute;
      top: -1.6875rem;
      right: 4vw;
      z-index: 200;
      margin-top: 0;
      background: url(../img/icon-back.svg) 50% 50% no-repeat;
      background-size: 21px;
      opacity: 1;
      width: 29px;
      height: 1.125rem; } }

.swiper-controls {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 50%;
  height: 100%; }

.swiper-controls--next {
  right: 0;
  cursor: e-resize;
  cursor: url("../img/cursor-right.png") 10 10, e-resize;
  cursor: url("../img/cursor-right.svg") 10 10, url("../img/cursor-right.png") 10 10, e-resize;
  cursor: -webkit-image-set(url("../img/cursor-right.png") 1x, url("../img/cursor-right-2x.png") 2x) 10 10, e-resize; }

.swiper-controls--prev {
  left: 0;
  cursor: w-resize;
  cursor: url("../img/cursor-left.png") 10 10, w-resize;
  cursor: url("../img/cursor-left.svg") 10 10, url("../img/cursor-left.png") 10 10, w-resize;
  cursor: -webkit-image-set(url("../img/cursor-left.png") 1x, url("../img/cursor-left-2x.png") 2x) 10 10, w-resize; }

.single-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .single-lightbox img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1.5625rem; }

.single-lightbox .swiper-slide video {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5625rem; }

.single-lightbox__img {
  text-align: center; }
  @media (max-width: 1023px) {
    .single-lightbox__img {
      padding: 4vw 4vw calc(4vw - 1.5625rem); } }

.single-lightbox__img-wrap {
  position: relative;
  height: 100%; }

.single-lightbox__caption {
  height: 1.8125em;
  margin: -1.8125em auto 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms 750ms;
  display: none; }
  .swiper-slide-active .single-lightbox__caption {
    opacity: 1; }
  .single-lightbox__caption span {
    display: inline-block;
    margin: 0 .625rem 0 0; }
  .swiper-slide--video .single-lightbox__caption {
    margin: 0 auto;
    padding-top: .5265rem;
    height: auto;
    display: block; }

.swiper-lazy-loaded + .single-lightbox__caption {
  display: block; }

@media (min-width: 1400px) and (min-height: 800px) {
  .single-lightbox__img--landscape {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }

.index-icon {
  width: 28px; }
  .index-icon i {
    width: 12px;
    height: 9px;
    float: left;
    display: inline-block;
    margin: 1px;
    border: 1px solid #e6e6e6;
    transition: border-color 350ms; }

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

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

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

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

.swiper-slide {
  text-align: center; }
  .swiper-slide video {
    display: block;
    width: auto;
    height: auto;
    max-height: 65vh;
    max-width: 100%;
    margin: 0 auto; }

.swiper-container--cursor-left {
  cursor: w-resize;
  cursor: url("../img/cursor-left.png") 10 10, w-resize;
  cursor: url("../img/cursor-left.svg") 10 10, url("../img/cursor-left.png") 10 10, w-resize;
  cursor: -webkit-image-set(url("../img/cursor-left.png") 1x, url("../img/cursor-left-2x.png") 2x) 10 10, w-resize; }

.swiper-container--cursor-right {
  cursor: e-resize;
  cursor: url("../img/cursor-right.png") 10 10, e-resize;
  cursor: url("../img/cursor-right.svg") 10 10, url("../img/cursor-right.png") 10 10, e-resize;
  cursor: -webkit-image-set(url("../img/cursor-right.png") 1x, url("../img/cursor-right-2x.png") 2x) 10 10, e-resize; }

.display-table {
  display: table;
  width: 100%;
  text-align: left; }

.display-table__group {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: .5625rem 0; }
  .display-table__group:last-child {
    border: 0; }

.display-table__row {
  display: table-row; }

.display-table__cell {
  display: table-cell;
  vertical-align: top; }

.paragraph-content p {
  margin-top: 1.6em; }

.paragraph-content p + p {
  text-indent: 1.5625rem;
  margin: 0; }

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

@media (min-width: 768px) {
  .paragraph--1-col {
    width: 100%;
    max-width: 45rem; } }

.paragraph--1-col .column.first {
  padding-right: 2vw; }
  @media screen and (min-width: 1250px) {
    .paragraph--1-col .column.first {
      padding: 0 2.08333em 0 0; } }

.paragraph--1-col .column.last {
  padding-left: 2vw; }
  @media screen and (min-width: 1250px) {
    .paragraph--1-col .column.last {
      padding: 0 0 0 2.08333em; } }

@media (min-width: 768px) {
  .paragraph--1-col-inner p {
    width: 100%;
    max-width: 45rem; } }

@media (min-width: 569px) {
  .paragraph--2-col .column {
    padding: 0 2vw; } }

@media screen and (min-width: 1250px) {
  .paragraph--2-col .column {
    padding: 0 2.08333em; } }

@media (min-width: 569px) {
  .paragraph--2-col {
    margin: 0 -2vw; } }

@media screen and (min-width: 1250px) {
  .paragraph--2-col {
    margin: 0 -2.08333em; } }

.paragraph-content--breaks p {
  margin-bottom: 1.6em; }
  .paragraph-content--breaks p:last-child {
    margin-bottom: 0; }

.video-wrapper {
  max-height: 100%;
  margin: 0 auto;
  max-width: 80rem; }
