/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html {
  font-size: 21px; }

@font-face {
  font-family: 'SuperGrotesk';
  src: url("/static/fonts/super/30AF5E_2_0.eot?f4dc28135cbd");
  src: url("/static/fonts/super/30AF5E_2_0.eot?&f4dc28135cbd#iefix") format("embedded-opentype"), url("/static/fonts/super/30AF5E_2_0.woff?f4dc28135cbd") format("woff"), url("/static/fonts/super/30AF5E_2_0.ttf?f4dc28135cbd") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SuperGrotesk';
  src: url("/static/fonts/super/30AF5E_1_0.eot?f4dc28135cbd");
  src: url("/static/fonts/super/30AF5E_1_0.eot?&f4dc28135cbd#iefix") format("embedded-opentype"), url("/static/fonts/super/30AF5E_1_0.woff?f4dc28135cbd") format("woff"), url("/static/fonts/super/30AF5E_1_0.ttf?f4dc28135cbd") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Vendome';
  src: url("/static/fonts/vendome/34CB8C_0_0.eot?f4dc28135cbd");
  src: url("/static/fonts/vendome/34CB8C_0_0.eot?&f4dc28135cbd#iefix") format("embedded-opentype"), url("/static/fonts/vendome/34CB8C_0_0.woff?f4dc28135cbd") format("woff"), url("/static/fonts/vendome/34CB8C_0_0.ttf?f4dc28135cbd") format("truetype");
  font-weight: bold;
  font-style: normal; }
.main--yellow h1,
.main--yellow blockquote,
.main--yellow .text a {
  color: #e8b400; }

.main--red h1,
.main--red blockquote,
.main--red .text a {
  color: #d83920; }

.main--blue-dark h1,
.main--blue-dark blockquote,
.main--blue-dark .text a {
  color: #1e7a9a; }

.main--blue-light h1,
.main--blue-light blockquote,
.main--blue-light .text a {
  color: #38a6a4; }

.main--green h1,
.main--green blockquote,
.main--green .text a {
  color: #50a24d; }

.main--brown h1,
.main--brown blockquote,
.main--brown .text a {
  color: #8b5906; }

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clear::before, .clear::after,
main::before,
.inner::before,
.section--bleed::before,
.section--media::before,
.section--inset::before,
.section--inset_media::before,
.category__col::before,
main::after,
.inner::after,
.section--bleed::after,
.section--media::after,
.section--inset::after,
.section--inset_media::after,
.category__col::after {
  content: ' ';
  display: table; }
.clear::after,
main::after,
.inner::after,
.section--bleed::after,
.section--media::after,
.section--inset::after,
.section--inset_media::after,
.category__col::after {
  clear: both; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.show-scroll-bars::-webkit-scrollbar {
  -webkit-appearance: none; }

.show-scroll-bars::-webkit-scrollbar:vertical {
  width: 11px; }

.show-scroll-bars::-webkit-scrollbar:horizontal {
  height: 11px; }

.show-scroll-bars::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.2); }

.show-scroll-bars::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

[class^='col-'],
[class*=' col-'],
.col {
  width: 10%;
  float: left;
  padding: 15px;
  text-align: left; }

[class^='col-1'],
[class*=' col-1'] {
  width: 10%; }
  @media all and (max-width: 425px) {
    [class^='col-1'],
    [class*=' col-1'] {
      width: 50%; } }

[class^='col-2'],
[class*=' col-2'] {
  width: 20%; }
  @media all and (max-width: 425px) {
    [class^='col-2'],
    [class*=' col-2'] {
      width: 50%; } }

[class^='col-3'],
[class*=' col-3'] {
  width: 30%; }
  @media all and (max-width: 425px) {
    [class^='col-3'],
    [class*=' col-3'] {
      width: 50%; } }

[class^='col-4'],
[class*=' col-4'] {
  width: 40%; }
  @media all and (max-width: 425px) {
    [class^='col-4'],
    [class*=' col-4'] {
      width: 50%; } }

[class^='col-5'],
[class*=' col-5'] {
  width: 50%; }
  @media all and (max-width: 425px) {
    [class^='col-5'],
    [class*=' col-5'] {
      width: 100%; } }

[class^='col-6'],
[class*=' col-6'] {
  width: 60%; }
  @media all and (max-width: 425px) {
    [class^='col-6'],
    [class*=' col-6'] {
      width: 100%; } }

[class^='col-7'],
[class*=' col-7'] {
  width: 70%; }
  @media all and (max-width: 425px) {
    [class^='col-7'],
    [class*=' col-7'] {
      width: 100%; } }

[class^='col-8'],
[class*=' col-8'] {
  width: 80%; }
  @media all and (max-width: 425px) {
    [class^='col-8'],
    [class*=' col-8'] {
      width: 100%; } }

[class^='col-9'],
[class*=' col-9'] {
  width: 90%; }
  @media all and (max-width: 425px) {
    [class^='col-9'],
    [class*=' col-9'] {
      width: 100%; } }

[class^='col-10'],
[class*=' col-10'] {
  width: 100%; }
  @media all and (max-width: 425px) {
    [class^='col-10'],
    [class*=' col-10'] {
      width: 100%; } }

[class$="-i1"],
[class*="-i1 "] {
  margin-left: 10%; }
  @media all and (max-width: 425px) {
    [class$="-i1"],
    [class*="-i1 "] {
      margin-left: 0; } }

[class$="-i2"],
[class*="-i2 "] {
  margin-left: 20%; }
  @media all and (max-width: 425px) {
    [class$="-i2"],
    [class*="-i2 "] {
      margin-left: 0; } }

[class$="-i3"],
[class*="-i3 "] {
  margin-left: 30%; }
  @media all and (max-width: 425px) {
    [class$="-i3"],
    [class*="-i3 "] {
      margin-left: 0; } }

[class$="-i4"],
[class*="-i4 "] {
  margin-left: 40%; }
  @media all and (max-width: 425px) {
    [class$="-i4"],
    [class*="-i4 "] {
      margin-left: 0; } }

[class$="-i5"],
[class*="-i5 "] {
  margin-left: 50%; }
  @media all and (max-width: 425px) {
    [class$="-i5"],
    [class*="-i5 "] {
      margin-left: 0; } }

[class$="-i6"],
[class*="-i6 "] {
  margin-left: 60%; }
  @media all and (max-width: 425px) {
    [class$="-i6"],
    [class*="-i6 "] {
      margin-left: 0; } }

[class$="-i7"],
[class*="-i7 "] {
  margin-left: 70%; }
  @media all and (max-width: 425px) {
    [class$="-i7"],
    [class*="-i7 "] {
      margin-left: 0; } }

[class$="-i8"],
[class*="-i8 "] {
  margin-left: 80%; }
  @media all and (max-width: 425px) {
    [class$="-i8"],
    [class*="-i8 "] {
      margin-left: 0; } }

[class$="-i9"],
[class*="-i9 "] {
  margin-left: 90%; }
  @media all and (max-width: 425px) {
    [class$="-i9"],
    [class*="-i9 "] {
      margin-left: 0; } }

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

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

.first {
  clear: left; }

body::after {
  display: none; }
  @media all and (min-width: 1024px) {
    body::after {
      content: 'desktop'; } }
  @media all and (max-width: 1023px) {
    body::after {
      content: 'tablet'; } }
  @media all and (max-width: 425px) {
    body::after {
      content: 'mobile'; } }

h3, .menu a.home, .menu .menu__categories a, a.nav, body, h4, p, header h1, .section--text blockquote, .section--text blockquote *, .section--project-nav a {
  font-family: "SuperGrotesk", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #252829;
  letter-spacing: 0;
  word-spacing: 0; }

h3, .menu a.home, .menu .menu__categories a, a.nav {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500; }

h1, .section--title h1, h2, .section--title h1 + h1, .section--title h1.sticky, .section--quote blockquote p, .menu a {
  font-family: "Vendome", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.015em;
  word-spacing: -0.12em;
  color: #252829; }
  @media all and (max-width: 425px) {
    h1, .section--title h1, h2, .section--title h1 + h1, .section--title h1.sticky, .section--quote blockquote p, .menu a {
      font-size: 28px;
      line-height: 30.8px; } }

h1, .section--title h1 {
  font-size: 60px;
  line-height: 56.4px;
  font-weight: 500; }
  @media all and (max-width: 425px) {
    h1, .section--title h1 {
      font-size: 42px;
      line-height: 39.48px; } }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  -webkit-font-kerning: normal;
          font-kerning: normal; }

b {
  font-weight: 700; }

em, i, blockquote {
  font-style: normal; }

blockquote {
  color: #252829; }

span.i {
  display: inline-block;
  -webkit-transform: skew(-8deg);
          transform: skew(-8deg); }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h4 {
  font-weight: 500;
  margin: 0; }

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

a {
  text-decoration: none;
  color: inherit; }
  p a {
    background-image: -webkit-linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.15) 1px, rgba(37, 40, 41, 0.15) 2px, rgba(37, 40, 41, 0) 2px);
    background-image: linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.15) 1px, rgba(37, 40, 41, 0.15) 2px, rgba(37, 40, 41, 0) 2px); }
    p a:hover {
      background-image: -webkit-linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.8) 1px, rgba(37, 40, 41, 0.8) 2px, rgba(37, 40, 41, 0) 2px);
      background-image: linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.8) 1px, rgba(37, 40, 41, 0.8) 2px, rgba(37, 40, 41, 0) 2px); }

img {
  display: block;
  width: 100%;
  height: auto; }

iframe {
  display: block; }

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

li {
  margin: 0;
  padding: 0; }

body {
  background: rgba(108, 115, 120, 0.05);
  text-align: center; }

header {
  position: fixed;
  z-index: 5000;
  top: 0;
  height: 60px;
  width: 100%;
  max-width: 3000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

main {
  background: #fff;
  width: 100%;
  max-width: 3000px;
  text-align: center;
  min-height: calc( 100vh - 100px );
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden; }

footer {
  height: 100px;
  background: #fff;
  max-width: 3000px;
  position: relative; }
  footer .inner {
    position: absolute;
    bottom: 17.5px;
    left: 0;
    right: 0; }
  footer p {
    color: rgba(108, 115, 120, 0.55); }
    footer p a {
      background-image: -webkit-linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.3) 1px, rgba(37, 40, 41, 0.3) 2px, rgba(37, 40, 41, 0) 2px);
      background-image: linear-gradient(0, rgba(37, 40, 41, 0) 1px, rgba(37, 40, 41, 0.3) 1px, rgba(37, 40, 41, 0.3) 2px, rgba(37, 40, 41, 0) 2px); }
    footer p a:hover {
      color: #252829; }

.section {
  display: block;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0 0 5vw 0;
  position: relative;
  overflow: visible; }
  @media all and (max-width: 425px) {
    .section {
      padding-bottom: 20vw; } }

.inner {
  width: 100%;
  max-width: 1070px;
  padding: 0;
  margin: 0 auto; }

.notransition {
  -webkit-transition: none !important;
  transition: none !important; }

header a {
  display: block;
  padding: 17.5px 30px; }
  @media all and (max-width: 425px) {
    header a {
      padding: 15px; } }
header h1 {
  width: auto;
  float: left;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  header h1.is-hidden {
    opacity: 0; }
header .menu-toggle {
  float: right; }

@media all and (min-width: 426px) {
  .body--dark .section--title h1 a,
  .body--dark header a {
    color: #fff;
    -webkit-transition: color 250ms;
    transition: color 250ms; } }

.section--title h1 a,
header a {
  -webkit-transition: color 250ms;
  transition: color 250ms; }

.section--title {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .section--title h1 {
    padding: 22px 0;
    margin-top: 22px;
    -webkit-transition: line-height 300ms, font-size 300ms, -webkit-transform 300ms;
    transition: line-height 300ms, font-size 300ms, -webkit-transform 300ms;
    transition: line-height 300ms, font-size 300ms, transform 300ms;
    transition: line-height 300ms, font-size 300ms, transform 300ms, -webkit-transform 300ms; }
    @media all and (max-width: 425px) {
      .section--title h1 {
        padding-top: 44px; } }
  .section--title h1 + h1 {
    margin-top: 0; }
  .section--title h1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    margin-top: 0; }
  .section--title h1.sticky.hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media all and (min-width: 426px) {
    .main--home .section--title, .main--flush .section--title {
      position: absolute;
      z-index: 999;
      left: 0;
      right: 0;
      top: 0; }
    .main--flush .section--title + .section {
      padding-top: 0; } }

.section--title + .section {
  padding-top: 30px; }
  @media all and (max-width: 425px) {
    .section--title + .section {
      padding-top: 0; } }

.section--home {
  margin: 0;
  padding: 0;
  padding-bottom: 10vw; }
  .section--home.section--inset .inner img.landscape {
    width: 100%; }
  .section--home.section--inset.section--portrait .inner {
    max-width: 1070px; }
  @media all and (min-width: 1070px) {
    .section--home {
      padding-bottom: 107px; } }
  .section--home.section--inset .inner {
    padding-left: 5vw;
    padding-right: 5vw; }
    @media all and (min-width: 1070px) {
      .section--home.section--inset .inner {
        padding-left: 53.5px;
        padding-right: 53.5px; } }
  .section--home .media {
    position: relative;
    z-index: 0; }

.section--home h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 22px 0; }
  @media all and (max-width: 425px) {
    .section--home h2 {
      padding-top: 44px; } }

.section--home .inner {
  max-width: none; }

.section--home--first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: calc( 100vh - 132px );
  overflow-x: hidden; }
  .section--home--first h1 {
    width: 100%;
    top: 0;
    padding: 22px 0; }
  .section--home--first .title-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .body--debug .section--home--first .title-svg {
      box-shadow: inset 0 0 0 1px #f00; }
    .body--debug .section--home--first .title-svg object {
      box-shadow: inset 0 0 0 1px #f00; }

.media {
  position: relative; }
  .media .media_play {
    width: 65px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpolygon points='20 10 0 20 0 0'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: 25px center;
    background-repeat: no-repeat; }

.section--text blockquote {
  margin: 12.5px 0;
  text-align: left; }
  .section--text blockquote:first-child {
    margin-top: 0; }
  .section--text blockquote * {
    margin: 0;
    text-align: left; }
  .section--text blockquote p + p {
    margin-top: 12.5px; }
.main--textpage .section--text, .main--news .section--text {
  padding-bottom: 8vw; }
  @media all and (max-width: 425px) {
    .main--textpage .section--text, .main--news .section--text {
      padding-bottom: 20vw; } }
.section--text .image {
  width: 100%;
  max-width: 642px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: center; }
  @media all and (max-width: 425px) {
    .section--text .image {
      max-width: 80vw; } }
.section--text img {
  margin: 0 auto; }
.section--text img.circular {
  max-width: 428px;
  border-radius: 50%; }
.section--text .credit {
  color: rgba(108, 115, 120, 0.55);
  margin: 12.5px 0 0 0; }

.text {
  text-align: center;
  position: relative; }
  .text article,
  .text aside {
    text-align: left;
    padding: 0 15px; }
  .text article {
    width: 100%;
    max-width: 642px;
    margin: 0 auto; }
  .text aside {
    width: 214px;
    position: absolute;
    top: 0;
    left: 0; }
  @media all and (max-width: 1070px) {
    .text aside {
      position: static;
      width: 100%;
      max-width: 642px;
      margin: 0 auto;
      margin-top: 30px; } }
  .text .t {
    margin-bottom: 6.25px; }
    .text .t span {
      display: block; }
  .text .t_year {
    width: 3em;
    float: left; }
  .text .t_content {
    width: auto;
    margin-left: 3em; }

.section--bleed img,
.section--media img {
  float: left; }

.section--bleed--1 img {
  float: none;
  width: 100%; }

.section--bleed--2 img {
  width: 50%; }

.section--bleed--3 img {
  width: 33.33%; }

.section--bleed--4 img {
  width: 25%; }

.section--bleed--5 img {
  width: 20%; }

.section--inset .inner,
.section--inset_media .inner {
  text-align: center; }
.section--inset img,
.section--inset_media img {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0 15px;
  padding: 0 2.5vw; }
  .section--inset img:first-child,
  .section--inset_media img:first-child {
    padding-left: 15px;
    padding-left: 10vw; }
    @media all and (min-width: 1070px) {
      .section--inset img:first-child,
      .section--inset_media img:first-child {
        padding-left: 107px; } }
  .section--inset img:last-child,
  .section--inset_media img:last-child {
    padding-right: 15px;
    padding-right: 10vw; }
    @media all and (min-width: 1070px) {
      .section--inset img:last-child,
      .section--inset_media img:last-child {
        padding-right: 107px; } }
.section--inset .media,
.section--inset_media .media {
  cursor: pointer;
  padding-left: 10vw;
  padding-right: 10vw; }
  .section--inset .media img,
  .section--inset_media .media img {
    padding: 0; }
  @media all and (min-width: 1070px) {
    .section--inset .media,
    .section--inset_media .media {
      padding-left: 107px;
      padding-right: 107px; } }

.section--inset--1 img {
  max-width: 100%;
  height: auto;
  width: auto; }

.section--inset--2 img {
  width: 50%; }
  @media all and (max-width: 425px) {
    .section--inset--2 img {
      width: 100%;
      padding-left: 10vw;
      padding-right: 10vw; } }

.section--inset--3 img {
  width: 33.3%; }
  @media all and (max-width: 425px) {
    .section--inset--3 img {
      width: 100%;
      padding-left: 10vw;
      padding-right: 10vw; } }

.section--padded .wrap {
  width: 100%;
  padding: 0 30px; }
.section--padded img {
  max-height: 90vh;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }

.section--quote blockquote {
  color: #252829;
  margin: 0 auto; }
  .section--quote blockquote p {
    margin: 5px 0;
    text-align: center;
    position: relative; }
    @media all and (min-width: 426px) {
      .section--quote blockquote p:first-child {
        margin-left: -200px; }
      .section--quote blockquote p:nth-child(2) {
        margin-left: 200px; }
      .section--quote blockquote p:nth-child(3) {
        margin-left: 0; } }

.col-meta {
  opacity: 0.3; }

.section--slide .slideshow {
  width: 80%;
  margin: 0 auto;
  padding: 0 15px; }
  .body--debug .section--slide .slideshow {
    box-shadow: inset 0 0 0 1px #f00; }
  .section--slide .slideshow .slide {
    outline: 0;
    cursor: pointer; }
  .section--slide .slideshow .slide__inner {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    position: relative; }
    .body--debug .section--slide .slideshow .slide__inner {
      box-shadow: inset 0 0 0 1px #00f; }
  .section--slide .slideshow .slide__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .body--debug .section--slide .slideshow .slide__content {
      box-shadow: inset 0 0 0 1px #f00; }
  .section--slide .slideshow img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .section--slide .slideshow .slick-dots {
    padding-top: 20px;
    text-align: center; }
    .section--slide .slideshow .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
    .section--slide .slideshow .slick-dots button {
      display: block;
      background: rgba(108, 115, 120, 0.55);
      border: none;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      overflow: hidden;
      text-indent: -999em;
      padding: 0;
      outline: 0;
      opacity: 0.3;
      cursor: pointer;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms; }
    .section--slide .slideshow .slick-dots li.slick-active button {
      opacity: 1; }

.section--related-title {
  padding-top: 5vw; }

.catalogue__row {
  display: block;
  line-height: 22.5px;
  padding: 0.4em 0 0.25em 0;
  background: #fff;
  -webkit-transition: background-color 1450ms;
  transition: background-color 1450ms; }
  .catalogue__row .inner {
    margin: 0 auto;
    padding: 0; }
  .catalogue__row.catalogue__row--inactive div {
    opacity: 0.6; }
  .catalogue__row.catalogue__row--headers {
    border-bottom: 1px solid rgba(108, 115, 120, 0.1); }
    .catalogue__row.catalogue__row--headers a.active {
      font-weight: 600; }
    .catalogue__row.catalogue__row--headers a {
      padding-right: 18px;
      position: relative; }
    .catalogue__row.catalogue__row--headers a.sortable-ascending:after,
    .catalogue__row.catalogue__row--headers a.sortable-descending:after {
      content: '';
      position: absolute;
      right: 0;
      top: 4px;
      width: 20px;
      height: 14px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Symbols' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7 12L0 0h14z' id='Triangle' fill='rgba%28108, 115, 120, 0.55%29'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 12px 14px; }
    .catalogue__row.catalogue__row--headers a.sortable-ascending:after {
      top: 4px; }
    .catalogue__row.catalogue__row--headers a.sortable-descending:after {
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1); }
  .catalogue__row:not(.catalogue__row--headers):not(.catalogue__row--inactive):hover {
    background: rgba(108, 115, 120, 0.1);
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms; }
  .catalogue__row div {
    padding-top: 0;
    padding-bottom: 0; }
  @media all and (max-width: 425px) {
    .catalogue__row .catalogue__year {
      width: 30%; }
    .catalogue__row .catalogue__title {
      width: 70%; }
    .catalogue__row .catalogue__main_category,
    .catalogue__row .catalogue__client {
      display: none; } }

/* @keyframes duration | timing-function | delay |
iteration-count | direction | fill-mode | play-state | name */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 100vh;
  z-index: 4000;
  padding: 0;
  background: #fafafa;
  color: #252829;
  color: rgba(108, 115, 120, 0.8);
  color: #252829; }
  .menu .inner {
    margin: 0 auto; }
  @media all and (max-width: 425px) {
    .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu .inner {
        margin-top: -44px; } }
  @media all and (min-width: 426px) {
    .menu .inner {
      margin-top: 44px; } }
  .menu .menu__items {
    padding: 30px 0 0 0; }
  .menu a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: inherit;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    .menu a.home {
      color: inherit; }
    .menu a:hover {
      color: rgba(108, 115, 120, 0.55);
      -webkit-transition: color 300ms;
      transition: color 300ms; }
  .menu .menu__categories {
    text-align: center;
    margin-bottom: 7.5px;
    width: 100%; }
    .menu .menu__categories a {
      color: inherit;
      padding: 0 10px;
      display: inline;
      line-height: 40px;
      width: auto;
      word-spacing: 0;
      -webkit-transition: color 300ms;
      transition: color 300ms;
      white-space: nowrap; }
      .menu .menu__categories a:hover {
        color: rgba(108, 115, 120, 0.55);
        -webkit-transition: color 300ms;
        transition: color 300ms; }
    @media all and (min-width: 426px) {
      .menu .menu__categories a.break-after::after {
        content: "\A";
        white-space: pre; } }
    @media all and (max-width: 425px) {
      .menu .menu__categories {
        padding: 0 15px; }
        .menu .menu__categories br {
          display: none; }
        .menu .menu__categories a {
          line-height: 50px; }
        .menu .menu__categories a:nth-child(even)::after {
          content: "\A";
          white-space: pre; } }

.menu {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0; }
  .menu.to-hide {
    -webkit-animation: hide-menu 0.6s forwards 1;
            animation: hide-menu 0.6s forwards 1; }

@-webkit-keyframes hide-menu {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; } }

@keyframes hide-menu {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; } }
@-webkit-keyframes show-menu {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes show-menu {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slide-stuff-in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes slide-stuff-in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
.body--menu .menu {
  -webkit-animation: show-menu 0.6s forwards 1;
          animation: show-menu 0.6s forwards 1; }
  .body--menu .menu .inner > * {
    -webkit-animation: slide-stuff-in 0.32s forwards 1;
            animation: slide-stuff-in 0.32s forwards 1;
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
    .body--menu .menu .inner > *:nth-child(2) {
      -webkit-animation-delay: 0.16s;
              animation-delay: 0.16s; }
    .body--menu .menu .inner > *:nth-child(3) {
      -webkit-animation-delay: 0.24s;
              animation-delay: 0.24s; }
    .body--menu .menu .inner > *:nth-child(4) {
      -webkit-animation-delay: 0.32s;
              animation-delay: 0.32s; }
    .body--menu .menu .inner > *:nth-child(5) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .body--menu .menu .inner > *:nth-child(6) {
      -webkit-animation-delay: 0.48s;
              animation-delay: 0.48s; }
    .body--menu .menu .inner > *:nth-child(7) {
      -webkit-animation-delay: 0.56s;
              animation-delay: 0.56s; }
    .body--menu .menu .inner > *:nth-child(8) {
      -webkit-animation-delay: 0.64s;
              animation-delay: 0.64s; }
    .body--menu .menu .inner > *:nth-child(9) {
      -webkit-animation-delay: 0.72s;
              animation-delay: 0.72s; }

.category__col {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  position: relative; }
  .category__col.category__col--wide {
    width: 100%; }
  .section--title + .section .category__col.category__col--right, .section--related-title + .section .category__col.category__col--right {
    padding-top: 20vw; }

.category__col:first-child:last-child {
  float: none;
  margin: 0 auto;
  width: 100%; }
  .category__col:first-child:last-child .project-thumbnail {
    padding-left: 4.5vw;
    padding-right: 4.5vw; }
    .category__col:first-child:last-child .project-thumbnail a {
      max-width: 600px;
      margin: 0 auto; }

.project-thumbnail {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0;
  padding-bottom: 12vw; }
  .project-thumbnail a {
    display: block;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }
    .project-thumbnail a:hover {
      opacity: 0.4; }
  .project-thumbnail img {
    width: 100%;
    height: auto; }
  .project-thumbnail h3 {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0; }
  @media all and (min-width: 3000px) {
    .project-thumbnail {
      padding-bottom: 360px; } }
  .category__col--left .project-thumbnail {
    padding-left: 6vw;
    padding-right: 3vw; }
    @media all and (min-width: 3000px) {
      .category__col--left .project-thumbnail {
        padding-left: 180px;
        padding-right: 90px; } }
  .category__col--right .project-thumbnail {
    padding-left: 3vw;
    padding-right: 6vw; }
    @media all and (min-width: 3000px) {
      .category__col--right .project-thumbnail {
        padding-left: 90px;
        padding-right: 180px; } }
  .category__col--wide .project-thumbnail {
    padding-left: 15vw;
    padding-right: 15vw; }
    @media all and (min-width: 3000px) {
      .category__col--wide .project-thumbnail {
        padding-left: 450px;
        padding-right: 450px; } }

.newsentry h4 {
  margin: 0;
  text-align: center; }
.newsentry h2 {
  margin: 22px 0 44px 0;
  text-align: center; }
.newsentry img {
  margin: 0 auto;
  margin-bottom: 44px;
  padding: 0 15px;
  max-width: 70%; }
.newsentry p {
  word-spacing: -0.02em; }

.main--textpage h2 {
  margin: 22px 0 44px 0;
  text-align: center; }
  @media all and (max-width: 425px) {
    .main--textpage h2 {
      margin: 15.4px 0 30.8px 0; } }
.main--textpage p + h2 {
  margin-top: 88px; }

.svg {
  position: absolute;
  z-index: 3000;
  pointer-events: none; }
  .svg object {
    margin: 0;
    padding: 0;
    opacity: 0.7; }
    .body--debug .svg object {
      box-shadow: inset 0 0 0 1px #f00; }
  .svg,
  .svg object {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .body--debug .svg {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: inset 0 0 0 1px #363; }
  .svg span {
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    width: auto;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    display: none; }
    .body--debug .svg span {
      display: block; }
  @media all and (min-width: 3000px) {
    .svg {
      width: calc((3000px - 1070px) / 2); } }
  @media all and (max-width: 3000px) {
    .svg {
      width: calc((100vw - 1070px) / 2); } }
  .svg.svg--column-filler {
    width: 50vw;
    height: 20vw;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .svg.svg--column-filler object {
      -webkit-transform: scale(-1, -1);
              transform: scale(-1, -1); }
  .svg.svg--left {
    left: 0;
    top: 0;
    bottom: 0; }
  .svg.svg--right {
    right: 0;
    top: 0;
    bottom: 0; }
  .svg.svg--bottom {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 100px;
    width: 100%; }
  .svg.svg--left--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .svg.svg--left--top object {
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1); }
  .svg.svg--left--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .svg.svg--left--bottom object {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
  .svg.svg--right--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .svg.svg--right--top object {
      -webkit-transform: scale(-1, -1);
              transform: scale(-1, -1); }
  .svg.svg--right--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .svg.svg--right--bottom object {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .svg.svg--bottom--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .svg.svg--bottom--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .svg.svg--bottom--right object {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .svg.svg--full {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .svg.svg--full--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .svg.svg--full--right object {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .project-thumbnail .svg {
    width: 12vw;
    width: 18vw; }
    .project-thumbnail .svg.svg--full {
      width: 100vw;
      bottom: 0;
      top: auto;
      height: 12vw; }
    .project-thumbnail .svg.svg--right--bottom, .project-thumbnail .svg.svg--left--bottom {
      bottom: 12vw;
      bottom: 6vw;
      bottom: 1vw; }
    .project-thumbnail .svg.svg--right--top, .project-thumbnail .svg.svg--left--top {
      top: -1vw;
      bottom: 3vw; }
  .main--news .svg.svg--left, .main--news .svg.svg--right {
    width: calc( (100vw - (1070px * 0.4) ) / 2 ); }
    @media all and (min-width: 3000px) {
      .main--news .svg.svg--left, .main--news .svg.svg--right {
        width: calc( (3000px - (1070px * 0.4) ) / 2 ); } }
  .main--news .svg.svg--right--top {
    top: 6vw; }
  .main--news .svg.svg--left--top {
    top: -3vw; }
  .main--news .svg.svg--right--bottom {
    bottom: 6vw; }
  .main--news .svg.svg--left--bottom {
    bottom: 3vw; }
  .section--home .svg.svg--left, .section--home .svg.svg--right {
    width: 6vw; }
  .section--home.section--inset.section--portrait .svg.svg--left, .section--home.section--inset.section--portrait .svg.svg--right {
    width: calc( (100vw - (1070px * 0.7) ) / 2 ); }
    @media all and (min-width: 3000px) {
      .section--home.section--inset.section--portrait .svg.svg--left, .section--home.section--inset.section--portrait .svg.svg--right {
        width: calc( (3000px - (1070px * 0.7) ) / 2 ); } }
  .section--home.section--inset.section--landscape .svg.svg--left, .section--home.section--inset.section--landscape .svg.svg--right {
    width: 8vw; }

.section--project-nav {
  display: block; }
  .section--project-nav a {
    position: fixed;
    bottom: 0;
    display: block;
    width: auto;
    padding: 17.5px 30px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
  .section--project-nav.is-invisible a {
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    pointer-events: none; }
  .section--project-nav .project-nav__previous {
    left: 0; }
  .section--project-nav .project-nav__next {
    right: 0; }

.main--login p {
  margin-bottom: 20px; }
.main--login label,
.main--login input {
  display: block;
  width: 100%;
  clear: both; }

.mt-m1 {
  margin-top: -7.5px; }

.mb-m1 {
  margin-bottom: -7.5px; }

.mt-m2 {
  margin-top: -15px; }

.mb-m2 {
  margin-bottom: -15px; }

.mt-m3 {
  margin-top: -22.5px; }

.mb-m3 {
  margin-bottom: -22.5px; }

.mt-m4 {
  margin-top: -30px; }

.mb-m4 {
  margin-bottom: -30px; }

.mt-m5 {
  margin-top: -37.5px; }

.mb-m5 {
  margin-bottom: -37.5px; }

.mt-m6 {
  margin-top: -45px; }

.mb-m6 {
  margin-bottom: -45px; }

.mt-m7 {
  margin-top: -52.5px; }

.mb-m7 {
  margin-bottom: -52.5px; }

.mt-m8 {
  margin-top: -60px; }

.mb-m8 {
  margin-bottom: -60px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.mt-1 {
  margin-top: 7.5px; }

.mb-1 {
  margin-bottom: 7.5px; }

.mt-2 {
  margin-top: 15px; }

.mb-2 {
  margin-bottom: 15px; }

.mt-3 {
  margin-top: 22.5px; }

.mb-3 {
  margin-bottom: 22.5px; }

.mt-4 {
  margin-top: 30px; }

.mb-4 {
  margin-bottom: 30px; }

.mt-5 {
  margin-top: 37.5px; }

.mb-5 {
  margin-bottom: 37.5px; }

.mt-6 {
  margin-top: 45px; }

.mb-6 {
  margin-bottom: 45px; }

.mt-7 {
  margin-top: 52.5px; }

.mb-7 {
  margin-bottom: 52.5px; }

.mt-8 {
  margin-top: 60px; }

.mb-8 {
  margin-bottom: 60px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pt-1 {
  padding-top: 7.5px; }

.pb-1 {
  padding-bottom: 7.5px; }

.pt-2 {
  padding-top: 15px; }

.pb-2 {
  padding-bottom: 15px; }

.pt-3 {
  padding-top: 22.5px; }

.pb-3 {
  padding-bottom: 22.5px; }

.pt-4 {
  padding-top: 30px; }

.pb-4 {
  padding-bottom: 30px; }

.pt-5 {
  padding-top: 37.5px; }

.pb-5 {
  padding-bottom: 37.5px; }

.pt-6 {
  padding-top: 45px; }

.pb-6 {
  padding-bottom: 45px; }

.pt-7 {
  padding-top: 52.5px; }

.pb-7 {
  padding-bottom: 52.5px; }

.pt-8 {
  padding-top: 60px; }

.pb-8 {
  padding-bottom: 60px; }

/*# sourceMappingURL=app.css.map */