/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in 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"],
[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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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,
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;
}
.grid-1 {
  width: 8.33333333%;
  width: calc( 8.33333333%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-1 {
    width: calc( 8.33333333%  -  20px );
    margin-right: 20px;
  }
}
.grid-2 {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-2 {
    width: calc( 16.66666667%  -  20px );
    margin-right: 20px;
  }
}
.grid-3 {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-3 {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.grid-4 {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-4 {
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
.grid-5 {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-5 {
    width: calc( 41.66666667%  -  20px );
    margin-right: 20px;
  }
}
.grid-6 {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-6 {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.grid-7 {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-7 {
    width: calc( 58.33333333%  -  20px );
    margin-right: 20px;
  }
}
.grid-8 {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-8 {
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
.grid-9 {
  width: 75%;
  width: calc( 75%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-9 {
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
.grid-10 {
  width: 83.33333333%;
  width: calc( 83.33333333%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-10 {
    width: calc( 83.33333333%  -  20px );
    margin-right: 20px;
  }
}
.grid-11 {
  width: 91.66666667%;
  width: calc( 91.66666667%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-11 {
    width: calc( 91.66666667%  -  20px );
    margin-right: 20px;
  }
}
.grid-12 {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .grid-12 {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.push-1 {
  margin-left: 8.33333333%;
}
.push-2 {
  margin-left: 16.66666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.33333333%;
}
.push-5 {
  margin-left: 41.66666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.33333333%;
}
.push-8 {
  margin-left: 66.66666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.33333333%;
}
.push-11 {
  margin-left: 91.66666667%;
}
.push-12 {
  margin-left: 100%;
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none!important;
  }
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none!important;
  }
}
@font-face {
  font-family: "Post Grotesk Book";
  src: url("../fonts/PostGrotesk-Book.woff2") format("woff2"), url("../fonts/PostGrotesk-Book.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Post Grotesk Book";
  src: url("../fonts/PostGrotesk-BookItalic.woff2") format("woff2"), url("../fonts/PostGrotesk-BookItalic.woff") format("woff");
  font-style: italic;
}
.form-row {
  margin-bottom: 1rem;
}
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0.25rem;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0!important;
}
/* Remove the stupid outer glow in Webkit */
input:focus,
textarea:focus {
  outline: 0!important;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* These elements are usually rendered a certain way by the browser */
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  border: 0 solid currentColor;
  border-bottom: 2px solid currentColor;
}
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  color: inherit;
  border: 1px solid currentColor;
  width: 100%;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: black;
  color: white;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  border: 1px solid currentColor;
  resize: vertical;
}
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
[data-debug-layout="true"] .debug-size-helper {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0.5em;
  font-size: 14px;
  z-index: 100;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
@media (min-width: 1441px) {
  [data-debug-layout="true"] .debug-size-helper {
    color: #00c8a9;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  [data-debug-layout="true"] .debug-size-helper {
    color: #00a7a5;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  [data-debug-layout="true"] .debug-size-helper {
    color: #0086a1;
  }
}
@media (max-width: 720px) {
  [data-debug-layout="true"] .debug-size-helper {
    color: #00659d;
  }
}
@media (max-width: 375px) {
  [data-debug-layout="true"] .debug-size-helper {
    color: #004499;
  }
}
[data-debug-layout="true"]:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.5em;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  z-index: 100;
}
@media (min-width: 1441px) {
  [data-debug-layout="true"]:after {
    content: 'xl – 1441px +';
    color: #00c8a9;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  [data-debug-layout="true"]:after {
    content: 'lg – 1025px - 1440px';
    color: #00a7a5;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  [data-debug-layout="true"]:after {
    content: 'md – 721px - 1024px';
    color: #0086a1;
  }
}
@media (max-width: 720px) {
  [data-debug-layout="true"]:after {
    content: 'sm – 375px - 720px';
    color: #00659d;
  }
}
@media (max-width: 375px) {
  [data-debug-layout="true"]:after {
    content: 'xs – 0 - 375px';
    color: #004499;
  }
}
[data-debug-outline="true"] > * {
  outline: 1px solid hsla(0, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * {
  outline: 1px solid hsla(30, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * {
  outline: 1px solid hsla(60, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * {
  outline: 1px solid hsla(90, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * {
  outline: 1px solid hsla(120, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * {
  outline: 1px solid hsla(150, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * {
  outline: 1px solid hsla(180, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(210, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(240, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(270, 100%, 45%, 0.333);
}
[data-debug-baseline="true"] {
  background: linear-gradient(to bottom, #e10000, #e10000 1px, transparent 1px, transparent);
  background-size: 100% 1.21428571rem;
}
[data-debug-layout="true"]:before {
  content: '';
  position: fixed;
  width: auto;
  margin: 0 auto;
  top: 0;
  left: 40px;
  right: 10px;
  bottom: 0;
  z-index: 1;
  opacity: 0.05;
  background-size: 8.33333333% auto;
  background-image: linear-gradient(to right, currentColor calc(100% -  30px ), transparent 1px);
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media (min-width: 1441px) {
  [data-debug-layout="true"]:before {
    color: #00c8a9;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  [data-debug-layout="true"]:before {
    color: #00a7a5;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  [data-debug-layout="true"]:before {
    color: #0086a1;
  }
}
@media (max-width: 720px) {
  [data-debug-layout="true"]:before {
    color: #00659d;
  }
}
@media (max-width: 375px) {
  [data-debug-layout="true"]:before {
    color: #004499;
  }
}
@media (max-width: 720px) {
  [data-debug-layout="true"]:before {
    background-size: 16.66666667% auto;
  }
}
/*! Flickity v2.0.6
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border: none;
  background: transparent!important;
  cursor: pointer;
}
[data-has-touch="true"] .flickity-prev-next-button {
  display: none;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.previous {
  cursor: url(../media/ui/arrow-left-carousel.svg), auto;
  cursor: w-resize;
  left: 0;
  width: 0%;
}
.flickity-prev-next-button.next {
  cursor: url(../media/ui/arrow-right-carousel.svg), auto;
  cursor: pointer;
  right: 0;
  width: 100%;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:active {
  opacity: 0;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
button:focus {
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 1024px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .mq-md-up-only {
    display: none!important;
  }
}
@media (min-width: 721px) {
  .mq-sm-down-only {
    display: none!important;
  }
}
.image-sizer {
  width: 100%;
  height: 0;
  position: relative;
  background: rgba(245, 244, 243, 0.1);
  overflow: hidden;
}
.image-sizer > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-sizer.-cover > * {
  object-fit: cover;
}
.image-sizer img,
.image-sizer video {
  opacity: 1;
  transition: 166ms all ease-in-out;
  transition-property: opacity;
}
.image-sizer img[data-src],
.image-sizer video[data-src] {
  opacity: 0;
}
body {
  background-color: #fcfcfb;
  color: #232323;
  max-width: 100%;
  overflow-x: hidden;
}
body[data-color-theme="slate"] {
  background: #dad7d4;
  color: #232323;
}
body[data-color-theme="tan"] {
  background-color: #f5f4f3;
  color: #232323;
}
body[data-color-theme="dark"] {
  background-color: #232323;
  color: #dad7d4;
}
.site-header {
  position: absolute;
}
.main-content {
  margin-top: 230px;
}
@media (max-width: 1024px) {
  .main-content {
    margin-top: 180px;
  }
}
@media (max-width: 720px) {
  .main-content {
    margin-top: 100px;
  }
}
::selection {
  background: rgba(218, 215, 212, 0.5);
}
.looper img {
  display: none;
}
.looper img.active {
  display: block;
}
.article-sidebar {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .article-sidebar {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.article-mainbar {
  width: 75%;
  margin-right: 0;
  float: left;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .article-mainbar {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .article-mainbar {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.article-mainbar .text {
  width: 77.77777778%;
  width: calc( 77.77777778%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .article-mainbar .text {
    width: calc( 77.77777778%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .article-mainbar .text {
    width: 100%;
  }
}
.article-mainbar img {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
  margin-top: 2.42857143rem;
  margin-bottom: 2.42857143rem;
}
@media (max-width: 720px) {
  .article-mainbar img {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .article-mainbar img {
    width: 100%;
  }
}
.video-width {
  width: 100%;
}
.video-width[data-aspect="1"] {
  width: 66.66666667%;
}
@media (max-width: 1024px) {
  .video-width[data-aspect="1"] {
    width: 100%;
  }
}
.video-container {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
  margin-top: 0rem;
  margin-bottom: 2.42857143rem;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 720px) {
  .video-container {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .video-container {
    width: 100%;
  }
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.feed-list {
  margin-bottom: 2.42857143rem;
}
.feed-preview {
  display: block;
  border-bottom: 2px solid #dad7d4;
  padding-bottom: 1.21428571rem;
  margin-bottom: 1.21428571rem;
}
.feed-preview .feed-meta {
  margin-top: 21.375px;
  margin-bottom: 8px;
}
.feed-preview .feed-meta p {
  margin-bottom: 0!important;
}
.feed-preview .feed-meta .feed-title {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  margin: 0;
}
.feed-preview:hover .feed-title {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}
.feed-preview.-inactive {
  display: none;
}
.site-footer {
  margin-top: 4.85714286rem;
  margin-bottom: 2.42857143rem;
}
@media (max-width: 1024px) {
  .site-footer {
    margin-bottom: 2.42857143rem;
  }
}
.site-footer .footer-col {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .site-footer .footer-col {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .site-footer .footer-col {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .site-footer .footer-col {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
[data-template='project'] .site-footer {
  display: block;
  margin-top: 2.42857143rem;
}
@media (min-width: 1025px) {
  [data-template='project'] .site-footer {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  [data-template='project'] .site-footer {
    display: none;
  }
}
.back-to-top {
  display: none;
  width: 50px;
  height: 25px;
  display: block;
  float: right;
  background-image: url(../media/ui/back-to-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none!important;
}
@media (max-width: 1024px) {
  .back-to-top {
    width: 34px;
    height: 17px;
    background-image: url(../media/ui/back-to-top-md.svg);
  }
}
.form-section {
  margin-bottom: 6.07142857rem;
}
.enquiry-form,
.enquiry-toggle {
  width: 66.66666667%;
  margin-right: 0;
  margin-left: 25%;
}
@media (max-width: 1024px) {
  .enquiry-form,
  .enquiry-toggle {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
}
.enquiry-toggle .enquiry-toggle-button {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .enquiry-toggle .enquiry-toggle-button {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.enquiry-toggle .enquiry-toggle-button .button-label {
  display: inline-block;
  position: relative;
  float: left;
}
.enquiry-toggle .enquiry-toggle-button:hover {
  color: #949290;
}
.enquiry-toggle .toggle-plus {
  display: block;
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  position: relative;
  float: left;
  transition: 333ms all ease-in-out;
  transition-duration: 167ms;
  transition-property: transform;
  top: 0.2rem;
  margin-left: 0.5rem;
}
.enquiry-toggle .toggle-plus:before,
.enquiry-toggle .toggle-plus:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.75em;
  height: 2px;
  top: 50%;
  left: 50%;
  background: currentColor;
}
.enquiry-toggle .toggle-plus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.enquiry-toggle .toggle-plus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
[data-enquiry-form-open="true"] .enquiry-toggle .toggle-plus {
  -ms-transform: rotate(45deg) translateY(3px);
  -moz-transform: rotate(45deg) translateY(3px);
  -webkit-transform: rotate(45deg) translateY(3px);
  transform: rotate(45deg) translateY(3px);
}
@media (max-width: 720px) {
  .enquiry-toggle .toggle-plus {
    float: right;
  }
}
.enquiry-form-feedback {
  color: #949290;
  margin-bottom: 1.21428571rem;
}
.enquiry-form-feedback.-error {
  color: #f00;
}
form .input {
  border: none;
  color: #232323;
  border-bottom: 2px solid;
  margin-bottom: 1.21428571rem;
  padding-left: 0;
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  form .input {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
form .input::-webkit-input-placeholder {
  color: #232323;
}
form .input:-moz-placeholder {
  color: #232323;
}
form .input::-moz-placeholder {
  color: #232323;
}
form .input:-ms-input-placeholder {
  color: #232323;
}
form .input:hover::-webkit-input-placeholder {
  color: #949290;
}
form .input:hover:-moz-placeholder {
  color: #949290;
}
form .input:hover::-moz-placeholder {
  color: #949290;
}
form .input:hover:-ms-input-placeholder {
  color: #949290;
}
form .input:focus::-webkit-input-placeholder {
  color: transparent;
}
form .input:focus:-moz-placeholder {
  color: transparent;
}
form .input:focus::-moz-placeholder {
  color: transparent;
}
form .input:focus:-ms-input-placeholder {
  color: transparent;
}
form .input.-half {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  form .input.-half {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  form .input.-half {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  form .input.-half {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
form .submit {
  border: 0;
  display: inline-block;
  text-align: right;
  float: right;
  width: auto;
  color: #949290;
  margin: 0;
  margin-right: 30px;
  margin-bottom: 1.21428571rem;
  line-height: 1.21428571;
}
form .submit:hover {
  background: none!important;
}
[data-valid-to-send="true"] form .submit:hover {
  color: #949290;
}
[data-valid-to-send="true"] form .submit:hover:after {
  background-image: url(../media/ui/arrow-right-grey-hover.svg);
}
[data-valid-to-send="true"] form .submit {
  background: none!important;
  color: #232323;
}
[data-valid-to-send="true"] form .submit:after {
  background-image: url(../media/ui/arrow-right-grey-hover.svg);
}
form .submit:after {
  content: '';
  padding-left: 1rem/2;
  display: inline-block;
  height: 1.21428571rem;
  width: 1rem/2;
  background-image: url(../media/ui/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -ms-transform: translateY(0.1em);
  -moz-transform: translateY(0.1em);
  -webkit-transform: translateY(0.1em);
  transform: translateY(0.1em);
}
textarea::-webkit-resizer {
  background-image: url(../media/ui/resizer-background.svg);
  background-size: 6px 6px;
  background-position: right 60%;
  background-repeat: no-repeat;
  cursor: ns-resize, auto !important;
}
.site-header {
  padding: 40px 0;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 720px) {
  .site-header {
    padding: 20px 0;
    position: absolute;
    z-index: 5;
  }
}
[data-color-theme="light"] .site-header {
  background: #fcfcfb;
  color: #232323;
}
.site-header .site-title img {
  height: 1rem;
  width: auto;
  display: inline-block;
}
.menu-trigger {
  display: block;
  width: 68px;
  height: 68px;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  transition-property: transform;
  position: fixed;
  right: 40px;
  top: 57px;
  z-index: 20;
}
.menu-trigger:before,
.menu-trigger:after {
  content: '';
  display: block;
  position: absolute;
  width: 68px;
  height: 2px;
  top: 50%;
  background: currentColor;
  transition: all 333ms ease;
}
.menu-trigger:before {
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.menu-trigger:after {
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.menu-trigger:hover:before,
.menu-trigger:hover:after {
  transition-duration: 166ms;
}
[data-has-touch="false"] .menu-trigger:hover:before {
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
[data-has-touch="false"] .menu-trigger:hover:after {
  -ms-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
[data-menu-open="true"] .menu-trigger:before,
[data-menu-open="true"] .menu-trigger:after {
  transition-duration: 333ms;
}
[data-menu-open="true"] .menu-trigger:before {
  -ms-transform: translateY(0) rotate(-45deg) !important;
  -moz-transform: translateY(0) rotate(-45deg) !important;
  -webkit-transform: translateY(0) rotate(-45deg) !important;
  transform: translateY(0) rotate(-45deg) !important;
}
[data-menu-open="true"] .menu-trigger:after {
  -ms-transform: translateY(0) rotate(45deg) !important;
  -moz-transform: translateY(0) rotate(45deg) !important;
  -webkit-transform: translateY(0) rotate(45deg) !important;
  transform: translateY(0) rotate(45deg) !important;
}
[data-menu-open="true"] .menu-trigger {
  color: #232323;
  position: fixed;
}
@media (max-width: 1024px) {
  .menu-trigger {
    display: block;
    width: 47px;
    height: 47px;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    transition-property: transform;
    position: fixed;
    right: 40px;
    top: 54.57142857px;
  }
  .menu-trigger:before,
  .menu-trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 47px;
    height: 2px;
    top: 50%;
    background: currentColor;
    transition: all 333ms ease;
  }
  .menu-trigger:before {
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .menu-trigger:after {
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .menu-trigger:hover:before,
  .menu-trigger:hover:after {
    transition-duration: 166ms;
  }
  [data-has-touch="false"] .menu-trigger:hover:before {
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  [data-has-touch="false"] .menu-trigger:hover:after {
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  [data-menu-open="true"] .menu-trigger:before,
  [data-menu-open="true"] .menu-trigger:after {
    transition-duration: 333ms;
  }
  [data-menu-open="true"] .menu-trigger:before {
    -ms-transform: translateY(0) rotate(-45deg) !important;
    -moz-transform: translateY(0) rotate(-45deg) !important;
    -webkit-transform: translateY(0) rotate(-45deg) !important;
    transform: translateY(0) rotate(-45deg) !important;
  }
  [data-menu-open="true"] .menu-trigger:after {
    -ms-transform: translateY(0) rotate(45deg) !important;
    -moz-transform: translateY(0) rotate(45deg) !important;
    -webkit-transform: translateY(0) rotate(45deg) !important;
    transform: translateY(0) rotate(45deg) !important;
  }
}
@media (max-width: 720px) {
  .menu-trigger {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    transition-property: transform;
    right: 20px;
    top: 33.35714286px;
    position: fixed;
  }
  .menu-trigger:before,
  .menu-trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 50%;
    background: currentColor;
    transition: all 333ms ease;
  }
  .menu-trigger:before {
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .menu-trigger:after {
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .menu-trigger:hover:before,
  .menu-trigger:hover:after {
    transition-duration: 166ms;
  }
  [data-has-touch="false"] .menu-trigger:hover:before {
    -ms-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  [data-has-touch="false"] .menu-trigger:hover:after {
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  [data-menu-open="true"] .menu-trigger:before,
  [data-menu-open="true"] .menu-trigger:after {
    transition-duration: 333ms;
  }
  [data-menu-open="true"] .menu-trigger:before {
    -ms-transform: translateY(0) rotate(-45deg) !important;
    -moz-transform: translateY(0) rotate(-45deg) !important;
    -webkit-transform: translateY(0) rotate(-45deg) !important;
    transform: translateY(0) rotate(-45deg) !important;
  }
  [data-menu-open="true"] .menu-trigger:after {
    -ms-transform: translateY(0) rotate(45deg) !important;
    -moz-transform: translateY(0) rotate(45deg) !important;
    -webkit-transform: translateY(0) rotate(45deg) !important;
    transform: translateY(0) rotate(45deg) !important;
  }
}
.home-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 114px;
  height: auto;
}
.home-section .home-carousel {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
}
.home-section .home-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 720px) {
  .home-section .home-carousel {
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 130vw;
    max-height: 80vh;
    top: auto;
  }
}
.flickity-viewport {
  height: 100% !important;
}
.home-carousel-cell {
  width: 100%;
  height: 100%;
}
.hero-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-container:hover .vimeo-nav {
  opacity: 1;
}
.hero-video-container .vimeo-nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  background: transparent;
  opacity: 0;
  transition: 333ms linear 444ms;
}
[data-playing="false"] .hero-video-container .vimeo-nav {
  opacity: 1;
}
.hero-video-container .vimeo-nav .btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  bottom: 0.5rem;
  right: 0.25rem;
  background: contain;
  background-size: 1.21428571rem 1.21428571rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.hero-video-container .vimeo-nav .btn:hover {
  opacity: 0.75;
}
.hero-video-container .vimeo-nav .btn:active {
  opacity: 0.5;
}
.hero-video-container .vimeo-nav .btn.mute-unmuted {
  right: 0.25rem;
}
.hero-video-container .vimeo-nav .btn.play-pause {
  left: 0.5rem;
}
[data-muted="true"] .mute-unmuted {
  background: url('/assets/media/ui/muted.svg');
}
[data-muted="false"] .mute-unmuted {
  background: url('/assets/media/ui/unmuted.svg');
}
[data-playing="true"] .play-pause {
  background: url('/assets/media/ui/pause.svg');
}
[data-playing="false"] .play-pause {
  background: url('/assets/media/ui/play.svg');
}
.main-content[data-start-with-video="1"] {
  margin-top: 4.85714286rem;
}
.main-content.has-hero-carousel {
  margin-top: 104px;
}
@media (max-width: 720px) {
  .main-content.has-hero-carousel {
    margin-top: 60px;
  }
}
.hero-carousel {
  width: 100%;
  height: calc(100vh - 104px);
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 720px) {
  .hero-carousel {
    height: calc(100vh - 60px);
  }
}
.hero-carousel .hero-carousel-cell {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 666ms;
  z-index: 1;
}
.hero-carousel .hero-carousel-cell.is-active {
  opacity: 1;
  z-index: 2;
}
.hero-carousel .hero-carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.category-li {
  display: block;
  width: 100%;
}
.category-li span {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-size: 100% 5px;
  background-position: 0 1.15em;
}
.category-li:hover {
  color: #fff;
}
.category-li:hover span {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}
.featured-projects-label {
  margin-bottom: 1.21428571rem;
}
.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: currentColor;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.category-overlay.is-visible {
  opacity: 1;
}
.category-overlay .category-description {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  30px );
  margin-right: 30px;
  margin-left: 83.33333333%;
}
@media (max-width: 720px) {
  .category-overlay .category-description {
    width: calc( 16.66666667%  -  20px );
    margin-right: 20px;
  }
}
.category-overlay .category-description {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  margin-left: 75%;
  position: absolute;
  right: 40px;
  top: 40px;
  top: 0;
  text-align: left;
  max-width: 450px;
  z-index: 5;
}
@media (max-width: 720px) {
  .category-overlay .category-description {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.category-overlay .category-figure-looper {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  30px );
  margin-right: 30px;
  margin-left: 66.66666667%;
  max-width: 600px;
  position: absolute;
  bottom: 40px;
  bottom: 0;
  right: 40px;
}
@media (max-width: 720px) {
  .category-overlay .category-figure-looper {
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
.category-overlay .category-figure-looper img.single-image.-landscape {
  width: 100%;
  margin-right: 0;
}
.category-overlay .category-figure-looper img.single-image.-portrait {
  width: calc(75% + (40px / 2));
  width: 75%;
  margin-left: calc(25% - (40px / 2));
  margin-left: 25%;
  max-height: 50vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.category-overlay .category-figure-looper img {
  display: none;
}
.category-overlay .category-figure-looper img.is-active {
  display: block;
}
.hero-text {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
  margin: 60px 0;
}
@media (max-width: 720px) {
  .hero-text {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.category-info-mobile {
  display: none;
}
.index-col.-categories {
  margin-bottom: 88px;
}
.category-accordian {
  margin-bottom: 2.42857143rem;
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
  position: relative;
}
@media (max-width: 720px) {
  .category-accordian {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.about-tile-contianer:before,
.home-projects-first-block-container:before,
.about-tile-contianer:after,
.home-projects-first-block-container:after {
  display: table;
  content: "";
}
.about-tile-contianer:after,
.home-projects-first-block-container:after {
  clear: both;
}
.category-accordian-item summary {
  list-style: none;
}
.category-accordian-item summary::-webkit-details-marker {
  display: none;
}
.category-accordian-item .category-accordian-header {
  position: relative;
  width: 100%;
  font-size: 48px!important;
  cursor: pointer;
}
.category-accordian-item .category-accordian-header::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
}
.category-accordian-item[open] .category-accordian-header::after {
  content: '–';
}
.category-accordian-figure-looper {
  width: 100%;
  height: 96vw;
  position: relative;
}
.category-accordian-figure-looper img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
}
.category-accordian-figure-looper img.is-active {
  opacity: 1;
}
.category-accordian-description {
  padding: 1.21428571rem 0;
}
.category-accordian-figure-looper {
  margin-bottom: 1.21428571rem;
}
.categories-list-desktop-container {
  position: relative;
}
.image-section {
  margin-bottom: 4.85714286rem;
}
.image-section:before,
.image-section:after {
  display: table;
  content: "";
}
.image-section:after {
  clear: both;
}
@media (max-width: 1024px) {
  .image-section {
    margin-bottom: 2.42857143rem;
  }
}
.image-section .figure {
  width: 75%;
  width: calc( 75%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .image-section .figure {
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .image-section .figure {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .image-section .figure {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.image-section .figure.push-left {
  margin-left: 0%;
}
@media (min-width: 1025px) {
  .image-section .figure.push-right {
    margin-left: 25%;
  }
}
@media (min-width: 1025px) {
  .image-section .figure.push-right-small {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  30px );
    margin-right: 30px;
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1025px) and (max-width: 720px) {
  .image-section .figure.push-right-small {
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
.index {
  margin-bottom: 3.64285714rem;
}
.index:before,
.index:after {
  display: table;
  content: "";
}
.index:after {
  clear: both;
}
.index header {
  margin-bottom: 1.21428571rem;
}
.index header:before,
.index header:after {
  display: table;
  content: "";
}
.index header:after {
  clear: both;
}
@media (max-width: 720px) {
  .index header {
    margin-bottom: 0;
  }
}
.index header p {
  margin-bottom: 0;
}
.index.-light header {
  color: #232323;
}
.index.-dark header {
  color: currentColor;
}
.index .index-col {
  float: left;
}
.index .index-col.-title {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  margin-bottom: 1.21428571rem;
  float: left;
}
@media (max-width: 720px) {
  .index .index-col.-title {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .index .index-col.-title {
    display: none;
  }
}
.index .index-col.-filter,
.index .index-col.-sort {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  margin-bottom: 1.21428571rem;
  float: left;
}
@media (max-width: 720px) {
  .index .index-col.-filter,
  .index .index-col.-sort {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .index .index-col.-filter,
  .index .index-col.-sort {
    width: 50%;
    margin-right: 0;
  }
}
.index .index-col.-projects {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .index .index-col.-projects {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.index .index-col.-feed {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .index .index-col.-feed {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .index .index-col.-feed {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .index .index-col.-feed {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.index .index-col.-feed header {
  display: none;
}
.index .index-col.-image {
  width: calc(50% -  40px );
  right: 40px;
  top: 0;
  z-index: -1;
  position: fixed;
}
@media (max-width: 1024px) {
  .index .index-col.-image {
    display: none;
  }
}
.index.-dark .filter-by,
.index.-dark .sort-by {
  color: currentColor;
}
.index.-dark .filter-by:hover,
.index.-dark .sort-by:hover,
.index.-dark .filter-by.-active,
.index.-dark .sort-by.-active {
  color: currentColor;
}
.index.-light .filter-by,
.index.-light .sort-by {
  color: #232323;
}
.index.-light .filter-by:hover,
.index.-light .sort-by:hover,
.index.-light .filter-by.-active,
.index.-light .sort-by.-active {
  color: #232323;
}
@media (min-width: 1025px) {
  .project-list {
    margin-bottom: 210px;
  }
}
.project-list .project.-inactive {
  display: none;
}
.index-figure {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  padding-bottom: 66.66666667%;
  height: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-figure.-visible {
  opacity: 1;
}
.index-figure .single-image {
  width: 100%;
  position: absolute;
  height: auto;
  top: 0;
}
.index-figure .single-image.-landscape {
  width: 100%;
}
.index-figure .single-image.-portrait {
  width: 50%;
  right: 0;
}
.index [data-count="0"] {
  display: none;
}
.index-col.-filter p {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .index-col.-filter p {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.sort-toggle {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
  float: right;
  text-align: right;
}
@media (max-width: 720px) {
  .sort-toggle {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.sort-toggle .sort-by {
  display: none;
}
.sort-toggle .sort-by.-active {
  display: block;
  width: 100%;
  text-align: right;
}
.filter-label,
.sort-label {
  position: relative;
}
.filter-label:after,
.sort-label:after {
  content: '';
  display: inline-block;
  margin-left: 0;
  width: 16px;
  height: 8px;
  position: relative;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.index.-light .filter-label:after,
.index.-light .sort-label:after {
  background-image: url(/assets/media/ui/black-chevron.svg);
}
.index.-dark .filter-label:after,
.index.-dark .sort-label:after {
  background-image: url(/assets/media/ui/white-chevron.svg);
}
[data-filter-panel-open="true"] .filter-label,
[data-filter-panel-open="true"] .sort-label {
  cursor: auto;
}
@media (max-width: 720px) {
  [data-filter-panel-open="true"] .filter-label,
  [data-filter-panel-open="true"] .sort-label {
    cursor: pointer;
  }
}
.index.-light [data-filter-panel-open="true"] .filter-label:after,
.index.-light [data-filter-panel-open="true"] .sort-label:after {
  background-image: url(/assets/media/ui/navy-chevron.svg);
}
.index.-dark [data-filter-panel-open="true"] .filter-label:after,
.index.-dark [data-filter-panel-open="true"] .sort-label:after {
  background-image: url(/assets/media/ui/white-chevron.svg);
}
.index .filter-nav {
  display: none;
}
[data-filter-panel-open="true"] .index .filter-nav {
  display: block;
  margin-top: 1.21428571rem;
}
@media (min-width: 1025px) {
  .index .sort-nav {
    display: none;
  }
}
@media (min-width: 1025px) {
  [data-sort-panel-open="true"] .index .sort-nav {
    display: block;
    margin-top: 1.21428571rem;
  }
}
[data-filter-panel-open="true"] .index .filter-label:after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-sort-panel-open="true"] .index .sort-label:after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-label,
.sort-label {
  white-space: nowrap;
}
.sort-nav-toggle {
  white-space: nowrap;
}
.sort-nav-toggle .sort-by.-active,
.sort-nav-toggle .sort-by:hover {
  border-bottom: 2px solid;
}
inner {
  width: 100%;
  padding-left: 40px;
  padding-right: 10px;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (max-width: 720px) {
  inner {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background: #dad7d4;
  z-index: 10;
  color: #232323;
  opacity: 0;
  transition: 333ms all ease-in-out;
  transition-property: opacity;
  pointer-events: none;
}
.menu > * {
  opacity: 0;
  transition: 333ms all ease-in-out;
  transition-delay: 333ms;
  transition-property: opacity;
}
@media (max-width: 1024px) {
  .menu a {
    border-width: 0px!important;
  }
}
@media (max-width: 720px) {
  .menu {
    padding: 20px;
  }
}
.menu.-open {
  opacity: 1;
  pointer-events: all;
}
.menu.-open > * {
  opacity: 1;
}
.menu .menu-footer {
  position: absolute;
  left: 40px;
  right: 10px;
  bottom: 40px;
}
.menu .menu-footer .footer-col {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .menu .menu-footer .footer-col {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .menu .menu-footer .footer-col {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
    margin-top: 21.375px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .menu .menu-footer .footer-col {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .menu .menu-footer {
    left: 20px;
    bottom: 20px;
  }
}
.menu .menu-footer p:last-child {
  margin-bottom: 0;
}
.project-viewer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  top: 114px;
  opacity: 1;
  transition: 333ms all ease-in-out;
  transition-property: opacity;
}
@media (max-width: 1024px) {
  .project-viewer {
    top: 180px;
    max-height: none;
  }
}
@media (max-width: 1024px) {
  .project-viewer {
    position: static;
    top: 0;
    margin-top: 180px;
  }
}
@media (max-width: 720px) {
  .project-viewer {
    position: static;
    top: 0;
    margin-top: 100px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-viewer {
    position: absolute;
    margin-top: 0;
    top: 180px;
    max-height: calc(100vh -  180px );
  }
}
.project-viewer.-hidden {
  opacity: 0;
}
.project-viewer inner {
  height: 100%;
}
.project-viewer .sidebar {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 720px) {
  .project-viewer .sidebar {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-viewer .sidebar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .project-viewer .sidebar {
    display: none;
  }
}
.project-viewer .sidebar .address {
  opacity: 0;
  transition: 166ms all ease-in-out;
}
[data-show-project-info="true"] .project-viewer .sidebar .address {
  opacity: 1;
  transition-delay: 166ms;
}
.project-viewer .mainbar {
  width: 100%;
  margin-right: 0;
  float: right;
  height: 100%;
  position: relative;
}
.project-viewer .sidebar,
.project-viewer .mainbar {
  padding-bottom: 40px;
}
.project-viewer header {
  height: 1.21428571rem;
  transform: translateY(-200%);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .project-viewer header {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-viewer header {
    height: 1.21428571rem;
    transform: translateY(-200%);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
  }
}
.information-toggle {
  position: relative;
  float: left;
  cursor: pointer;
  transition: 166ms all ease-in-out;
}
@media (max-width: 1024px) {
  .information-toggle {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .information-toggle {
    display: block;
  }
}
[data-show-project-info="true"] .information-toggle .info-toggle-info {
  display: none;
}
[data-show-project-info="false"] .information-toggle .info-toggle-close {
  display: none;
}
.carousel-control {
  float: right;
  width: 68px;
  position: relative;
  transition: 166ms all ease-in-out;
  opacity: 1;
}
[data-show-project-info="true"] .carousel-control {
  opacity: 0;
}
@media (max-width: 1024px) {
  .carousel-control {
    display: none;
  }
}
.carousel-control.-disable-next .arrow.-right {
  background-image: url(../media/ui/arrow-right-inactive.svg);
}
.carousel-control.-disable-prev .arrow.-left {
  background-image: url(../media/ui/arrow-left-inactive.svg);
}
.arrow {
  width: 1.21428571rem;
  height: 1.21428571rem;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 11px 20px;
  cursor: pointer;
}
.arrow.-left {
  left: 0;
  background-image: url(../media/ui/arrow-left.svg);
  background-position: center left;
}
.arrow.-left:hover {
  background-image: url(../media/ui/arrow-left-grey.svg);
}
.arrow.-right {
  right: 0;
  background-image: url(../media/ui/arrow-right.svg);
  background-position: center right;
}
.arrow.-right:hover {
  background-image: url(../media/ui/arrow-right-grey.svg);
}
.carousel-image-area {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 1024px) {
  .carousel-image-area {
    position: static;
    width: 100%;
    width: calc( 100%  -  30px ) !important;
    margin-right: 30px;
    width: auto!important;
    height: auto!important;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .carousel-image-area {
    width: calc( 100%  -  20px ) !important;
    margin-right: 20px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel-image-area {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
    bottom: 3.64285714rem;
  }
}
.carousel-ratio {
  height: 0;
  padding-bottom: 66.66666667%;
}
@media (max-width: 1024px) {
  .carousel-ratio {
    height: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel-ratio {
    height: 0;
    padding-bottom: 66.66666667%;
  }
}
.carousel-size,
.project-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carousel-size,
  .project-caption {
    position: static;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel-size,
  .project-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
  }
}
.project-caption {
  background: #fcfcfb;
  opacity: 0;
  pointer-events: none;
  transition: 166ms all ease-in-out;
}
.project-caption p {
  transition: 166ms all ease-in-out;
  transition-delay: 333ms;
  opacity: 0;
}
[data-show-project-info="true"] .project-caption {
  opacity: 1;
  pointer-events: auto;
}
[data-show-project-info="true"] .project-caption p {
  opacity: 1;
}
@media (max-width: 1024px) {
  [data-show-project-info="true"] .project-caption {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  [data-show-project-info="true"] .project-caption {
    display: block;
  }
}
.project-caption p {
  width: 77.77777778%;
  width: calc( 77.77777778%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .project-caption p {
    width: calc( 77.77777778%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .project-caption p {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 720px) {
  .project-caption p {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .project-caption p {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 720px) {
  .project-caption p {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 1024px) {
  .carousel {
    height: auto;
    position: relative;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.carousel-cell {
  width: 100%;
  height: 100%;
  margin-right: 30px;
}
.carousel-cell .project-figure,
.carousel-cell video {
  height: 100%;
}
.carousel-cell video {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .carousel-cell {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel-cell {
    width: 100%;
    height: 100%;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .single-image {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .single-image {
    margin-bottom: 0;
  }
}
.contextual-info {
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: 166ms all ease-in-out;
}
[data-show-project-info="true"] .contextual-info {
  opacity: 0;
  transition-delay: 166ms;
}
.contextual-info .slide-count {
  display: block;
}
.contextual-info .next-project {
  display: none;
}
.contextual-info.-next-project .slide-count {
  display: none;
}
.contextual-info.-next-project .next-project {
  display: block;
}
.split-figure {
  width: calc(50% -  30px / 2 );
  position: absolute;
}
.split-figure.-left {
  left: 0;
  right: auto;
}
.split-figure.-right {
  right: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .split-figure {
    width: 100%;
    position: static;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .split-figure {
    width: calc(50% -  30px / 2 );
    position: absolute;
  }
}
.contextual-info-md-down {
  position: absolute;
  left: 40px;
  bottom: 1.21428571rem;
}
@media (min-width: 1025px) {
  .contextual-info-md-down {
    display: none;
  }
}
@media (max-width: 1024px) {
  .contextual-info-md-down {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .contextual-info-md-down {
    display: block;
  }
}
.carousel:after {
  content: 'flickity';
  display: none;
}
@media (max-width: 1024px) {
  .carousel:after {
    content: 'disabled';
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .carousel:after {
    content: 'flickity';
  }
}
.project-title-md-down {
  margin-bottom: 2rem;
}
.project-info-md-down {
  position: relative;
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
  margin-bottom: 2rem;
}
@media (max-width: 720px) {
  .project-info-md-down {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.project-info-md-down .information-toggle {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
  left: auto;
  display: block;
}
@media (max-width: 1024px) {
  .project-info-md-down .information-toggle {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-info-md-down .information-toggle {
    display: block;
  }
}
@media (min-width: 1025px) {
  .project-info-md-down .information-toggle {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-info-md-down .information-toggle {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .project-detail-md-down {
    display: none;
  }
}
.address-vertical-tablet {
  display: none;
}
@media (min-width: 721px) and (max-width: 1024px) and (max-aspect-ratio: 5/6) {
  .address-vertical-tablet {
    display: block;
  }
}
[data-template="showreel"] .site-footer {
  margin-top: 0;
}
.splash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dad7d4;
  z-index: 20;
  transition: 666ms all ease-in-out;
  transition-delay: 666ms;
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}
.splash-overlay .splash-logo {
  width: 29.16666667%;
  width: calc( 29.16666667%  -  30px );
  margin-right: 30px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 1;
  transition: 666ms all ease-in-out;
  pointer-events: none;
}
@media (max-width: 720px) {
  .splash-overlay .splash-logo {
    width: calc( 29.16666667%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .splash-overlay .splash-logo {
    top: 20px;
    left: 20px;
  }
}
.splash-overlay.-visible {
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: auto;
  transition-duration: 0;
  transition-property: none;
}
.splash-overlay.-visible .splash-logo {
  opacity: 1;
  transition: 666ms all ease-in-out;
}
[data-has-touch="true"] .splash-overlay {
  display: none;
}
.home-wrapper {
  transition: 666ms all ease-in-out;
  transition-delay: 666ms;
  transition-property: transform;
}
.home-wrapper:before,
.home-wrapper:after {
  display: table;
  content: "";
}
.home-wrapper:after {
  clear: both;
}
[data-is-splash='true'] .home-wrapper {
  -ms-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}
[data-is-splash='false'] .home-wrapper {
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.grid-section .grid-section-container {
  width: 75%;
  margin-right: 0;
  margin-left: 25%;
}
@media (max-width: 1024px) {
  .grid-section .grid-section-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
}
.grid-section .grid-block {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .grid-section .grid-block {
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
.grid-section .grid-block figcaption {
  height: 3.64285714rem;
}
.grid-section .grid-block > img,
.grid-section .grid-block > .image-sizer {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .grid-section .grid-block {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .grid-section .grid-block {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .grid-section .grid-block {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .grid-section .grid-block {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .grid-section .grid-block {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 375px) and (max-width: 720px) {
  .grid-section .grid-block {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.person-section {
  padding-bottom: 9.71428571rem;
}
@media (max-width: 1024px) {
  .person-section {
    font-size: 16px;
    padding-bottom: 2.42857143rem;
  }
}
.person-row {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .person-row {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.person-row:before,
.person-row:after {
  display: table;
  content: "";
}
.person-row:after {
  clear: both;
}
.person-row:hover .person-image-container {
  opacity: 1;
}
.person-row .person-image-container {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
  position: relative;
  opacity: 0;
}
@media (max-width: 720px) {
  .person-row .person-image-container {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.person-row .person-image-container .person-image {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .person-row .person-image-container {
    display: none;
  }
}
.person-row .person-name {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .person-row .person-name {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .person-row .person-name {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .person-row .person-name {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.person-row .person-role {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .person-row .person-role {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .person-row .person-role {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .person-row .person-role {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.person-row[data-count="1"] .person-image {
  top: 0rem;
}
.person-row[data-count="2"] .person-image {
  top: -1.21428571rem;
}
.person-row[data-count="3"] .person-image {
  top: -2.42857143rem;
}
.person-row[data-count="4"] .person-image {
  top: -3.64285714rem;
}
.person-row[data-count="5"] .person-image {
  top: -4.85714286rem;
}
.person-row[data-count="6"] .person-image {
  top: -6.07142857rem;
}
.person-row[data-count="7"] .person-image {
  top: -7.28571429rem;
}
.person-row[data-count="8"] .person-image {
  top: -8.5rem;
}
.person-row[data-count="9"] .person-image {
  top: -9.71428571rem;
}
.person-row[data-count="10"] .person-image {
  top: -10.92857143rem;
}
.person-row[data-count="11"] .person-image {
  top: -12.14285714rem;
}
.person-row[data-count="12"] .person-image {
  top: -13.35714286rem;
}
.person-row[data-count="13"] .person-image {
  top: -14.57142857rem;
}
.person-row[data-count="14"] .person-image {
  top: -15.78571429rem;
}
.person-row[data-count="15"] .person-image {
  top: -17rem;
}
.text-section {
  margin-bottom: 4.85714286rem;
}
.text-section.-tighter-below {
  margin-bottom: 2.42857143rem;
}
@media (max-width: 1024px) {
  .text-section {
    margin-bottom: 2.42857143rem;
  }
}
.text-section:before,
.text-section:after {
  display: table;
  content: "";
}
.text-section:after {
  clear: both;
}
.text-section .title {
  float: left;
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
  padding-bottom: 1.21428571rem;
}
@media (max-width: 720px) {
  .text-section .title {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .text-section .title {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .text-section .title {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-section .text {
  float: left;
  width: 58.33333333%;
  width: calc( 58.33333333%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .text-section .text {
    width: calc( 58.33333333%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .text-section .text {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .text-section .text {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-section .lined-list {
  float: left;
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .text-section .lined-list {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .text-section .lined-list {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .text-section .lined-list {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.detail-columns {
  margin-left: 25%;
  width: 75%;
  margin-right: 0;
}
.detail-columns .col {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  30px );
  margin-right: 30px;
  float: left;
}
@media (max-width: 720px) {
  .detail-columns .col {
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .detail-columns .col:first-child {
    margin-bottom: 42.75px;
  }
}
@media (max-width: 1024px) {
  .detail-columns .col {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .detail-columns .col {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .detail-columns .col {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .detail-columns .col {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .detail-columns {
    margin-left: 0%;
    width: 100%;
    margin-right: 0;
  }
}
html {
  font-size: 28px;
}
@media (max-width: 1440px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 22px;
  }
}
body,
input,
textarea,
button {
  font-family: 'Post Grotesk Book', sans-serif;
  font-size: 1rem;
  line-height: 1.21428571;
  letter-spacing: 0.02em;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0 0 1.21428571rem;
}
p:last-child {
  margin-bottom: 0;
}
a,
.feed-title,
.filter-by {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.text-detail a,
.text-detail .feed-title,
.text-detail .filter-by {
  background-size: 100% 1px;
}
@media (min-width: 1025px) {
  .text-large a,
  .text-large .feed-title,
  .text-large .filter-by {
    background-size: 100% 5px;
    background-position: 0 1.15em;
  }
}
a:hover,
.feed-title:hover,
.filter-by:hover {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}
button span {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
button:hover span {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}
h1 {
  font-size: 1rem;
  line-height: 1.21428571;
  margin: 0 0 1.21428571rem;
}
.text-detail {
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0;
}
@media (max-width: 1440px) {
  .text-detail {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .text-detail {
    font-size: 16px;
  }
}
.text-detail p {
  margin: 0 0 21.375px;
}
@media (max-width: 720px) {
  .text-detail-sm {
    font-size: 18px;
    line-height: 1.1875;
    letter-spacing: 0;
  }
  .text-detail-sm p {
    margin: 0 0 21.375px;
  }
}
@media (max-width: 720px) and (max-width: 1440px) {
  .text-detail-sm {
    font-size: 16px;
  }
}
@media (max-width: 720px) and (max-width: 1440px) {
  .text-detail-sm {
    font-size: 16px;
  }
}
.text-large {
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  .text-large {
    font-size: 1rem;
    line-height: 1.21428571;
  }
}
.text-medium {
  font-size: 54px;
  line-height: 1.11111111;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  .text-medium {
    font-size: 1rem;
    line-height: 1.21428571;
  }
}
.secondary {
  color: #949290;
}
.lined-list li {
  display: block;
  border-top: 2px solid;
  padding: 0.5rem 0;
}
.page-headline {
  width: 91.66666667%;
  width: calc( 91.66666667%  -  30px );
  margin-right: 30px;
  margin: 0 0 88px;
}
@media (max-width: 720px) {
  .page-headline {
    width: calc( 91.66666667%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .page-headline {
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .page-headline {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
    margin: 0 0 2.42857143rem;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .page-headline {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.home-tile {
  display: block;
  float: left;
  cursor: pointer!important;
  margin-bottom: 2.42857143rem;
  background: none!important;
}
@media (min-width: 1025px) {
  .home-tile .text-container {
    padding-right: 8.33333333%;
  }
}
.home-tile:hover {
  cursor: pointer;
}
.home-tile:hover .text-prompt,
.home-tile:hover .text-prompt-detail {
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}
.home-tile img,
.home-tile video,
.home-tile .hero-video-container,
.home-tile .image-sizer {
  display: block;
  margin-bottom: 0.60714286rem;
}
.home-tile p {
  margin-top: 18px !important;
}
.home-tile .text-prompt-detail {
  display: inline;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.home-tile .text-prompt {
  display: inline;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.home-tile.-full {
  width: 100%;
  width: calc( 100%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .home-tile.-full {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.home-tile.-project {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .home-tile.-project {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .home-tile.-project {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .home-tile.-project {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.home-tile.-feed {
  width: 25%;
  width: calc( 25%  -  30px );
  margin-right: 30px;
}
@media (max-width: 720px) {
  .home-tile.-feed {
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .home-tile.-feed {
    width: 50%;
    width: calc( 50%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .home-tile.-feed {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .home-tile.-feed {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .home-tile.-feed {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.home-tile.-page {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.home-tile.-page p {
  margin-top: 0!important;
}
.home-tile.-page .image-container,
.home-tile.-page .text-container {
  width: 50%;
  width: calc( 50%  -  30px );
  margin-right: 30px;
  float: left;
  margin-bottom: 2.42857143rem;
}
@media (max-width: 720px) {
  .home-tile.-page .image-container,
  .home-tile.-page .text-container {
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .home-tile.-page .image-container,
  .home-tile.-page .text-container {
    width: 100%;
    width: calc( 100%  -  30px );
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .home-tile.-page .image-container,
  .home-tile.-page .text-container {
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
