.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*! 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;
}
@font-face {
  font-family: 'Graphik Web Regular';
  src: url('../../assets/fonts/Graphik-Regular-Web.eot');
  src: url('../../assets/fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../../assets/fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web Semibold';
  src: url('../../assets/fonts/Graphik-Semibold-Web.eot');
  src: url('../../assets/fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Graphik-Semibold-Web.woff2') format('woff2'), url('../../assets/fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
.baseline-grid {
  position: absolute;
  width: 100%;
  height: 8000px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background-size: auto 1.6rem;
  box-shadow: -1px 0 0 pink, 1px 0 0 pink;
  z-index: -1;
  background-image: linear-gradient(to bottom, pink 1px, transparent 1px);
}
/*! 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: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.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;
}
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
img {
  opacity: 1;
  transition: 0.333s opacity ease;
}
img[data-src] {
  opacity: 0;
}
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;
}
a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .mq-sm-down-only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 768px) {
  .mq-md-up-only {
    display: none!important;
  }
}
@media (max-width: 540px) {
  .mq-sm-up-only {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
body[data-preload],
body[data-preload] * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}
body,
#barba-wrapper,
.barba-container,
.page-body {
  height: 100%;
  position: relative;
}
.page-body {
  opacity: 1;
  transition: 5s opacity linear;
}
.page-body.fade-out {
  opacity: 0;
}
.page-body.fade-in {
  opacity: 1;
}
.fade-out {
  animation: fade-out 5000ms ease forwards !important;
}
.fade-in {
  animation: fade-in 5000ms ease forwards;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  /* no comma here */
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  /* no comma here */
  to {
    opacity: 1;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive .pace-progress {
  background: rgba(180, 180, 180, 0) !important;
  pointer-events: none;
}
main,
footer,
.mobile-menu-prompt,
.case-study-title-mobile {
  opacity: 0!important;
  transition: 0.25s opacity ease;
  transition-delay: 0.25s;
}
.pace-done main,
.pace-done footer,
.pace-done .mobile-menu-prompt,
.pace-done .case-study-title-mobile {
  opacity: 1!important;
  transition: 0.25s opacity ease;
  transition-delay: 0.25s;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pace-inactive .pace-progress {
  opacity: 0;
}
.pace-inactive .pace-progress {
  opacity: 1;
}
.pace .pace-progress {
  background: #b4b4b4;
  position: fixed;
  z-index: 2000;
  top: 2.33345rem;
  right: 40px;
  width: 0.75rem;
  height: 0.75rem;
  transition: all 0.333s ease;
  transform: none!important;
  -webkit-animation: blink 999ms ease infinite;
  -moz-animation: blink 999ms ease infinite;
  -o-animation: blink 999ms ease infinite;
  animation: blink 999ms ease infinite;
}
@media (min-width: 1281px) {
  .pace .pace-progress {
    right: 60px;
  }
}
@media (max-width: 540px) {
  .pace .pace-progress {
    right: 20px;
  }
}
body {
  background-color: #ffffff;
  color: #191919;
}
.bg-dark {
  background: #191919;
  color: #b4b4b4;
}
.bg-dark.bg-black {
  background: #000000;
}
.bg-dark.bg-light-overlay {
  background: #ffffff;
  color: #b4b4b4;
}
.bg-dark.bg-light-overlay a,
.bg-dark.bg-light-overlay button,
.bg-dark.bg-light-overlay em,
.bg-dark.bg-light-overlay .page-title::after {
  transition: 0.25s all ease;
  transition-delay: 0s!important;
}
.bg-dark.bg-light-overlay strong,
.bg-dark.bg-light-overlay em,
.bg-dark.bg-light-overlay h2,
.bg-dark.bg-light-overlay a:hover,
.bg-dark.bg-light-overlay button:hover {
  color: #191919;
}
.bg-dark strong,
.bg-dark em,
.bg-dark h2,
.bg-dark a:hover,
.bg-dark button:hover {
  color: #ffffff;
}
.bg-dark ::selection {
  background: rgba(180, 180, 180, 0.25);
}
.bg-light {
  background: #ffffff;
  color: #b4b4b4;
}
.bg-light.bg-transparent {
  background: rgba(255, 255, 255, 0);
}
.bg-light a,
.bg-light button,
.bg-light em,
.bg-light .page-title::after {
  transition: 0.25s all ease;
  transition-delay: 0s!important;
}
.bg-light strong,
.bg-light em,
.bg-light h2,
.bg-light a:hover,
.bg-light button:hover {
  color: #191919;
}
.bg-light strong.page-title em,
.bg-light em.page-title em,
.bg-light h2.page-title em,
.bg-light a:hover.page-title em,
.bg-light button:hover.page-title em,
.bg-light strong.page-title::after,
.bg-light em.page-title::after,
.bg-light h2.page-title::after,
.bg-light a:hover.page-title::after,
.bg-light button:hover.page-title::after {
  color: #b4b4b4;
  border-left-color: #b4b4b4;
}
.bg-light ::selection {
  background: rgba(180, 180, 180, 0.25);
}
.page-body.bg-dark + .bgfill {
  content: '';
  position: fixed;
  z-index: -1000000000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 10000px;
  background: #191919;
}
.page-body.bg-dark.bg-black + .bgfill {
  background: #000000;
}
.page-body.bg-dark + .site-footer h2,
.page-body.bg-dark + .site-footer a:hover,
.page-body.bg-dark + .site-footer button:hover {
  color: #ffffff;
}
.page-body.bg-light + .bgfill {
  content: '';
  position: fixed;
  z-index: -1000000000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 10000px;
  background: #ffffff;
}
.page-body.bg-light + .site-footer h2,
.page-body.bg-light + .site-footer a:hover,
.page-body.bg-light + .site-footer button:hover {
  color: #191919;
}
.about {
  margin-top: 8.0004rem;
}
.about inner:before,
.about inner:after {
  display: table;
  content: "";
}
.about inner:after {
  clear: both;
}
.about-flip .bgfill {
  background: #ffffff !important;
}
.three-col-text .col {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .three-col-text .col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.three-col-text .col:first-child {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: right;
}
@media (max-width: 768px) {
  .three-col-text .col:first-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.two-col-text .col:last-child {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .two-col-text .col:last-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.two-col-text .col:first-child {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: right;
}
@media (max-width: 768px) {
  .two-col-text .col:first-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.two-col-text.-standard-cols .col {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .two-col-text.-standard-cols .col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
}
.two-col-overview:before,
.two-col-overview:after {
  display: table;
  content: "";
}
.two-col-overview:after {
  clear: both;
}
@media (max-height: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .two-col-overview {
    margin-left: 0%;
  }
}
.two-col-overview .col:last-child {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-height: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .two-col-overview .col:last-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .two-col-overview .col:last-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .two-col-overview .col:last-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.two-col-overview .col:first-child {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: right;
}
@media (max-height: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .two-col-overview .col:first-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    font-size: 1rem !important;
    line-height: 1.3334 !important;
  }
}
@media (max-height: 1023px) and (min-width: 1024px) and (max-width: 1440px) {
  .two-col-overview .col:first-child p {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .two-col-overview .col:first-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .two-col-overview .col:first-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .two-col-detail {
    margin-left: 25%;
  }
}
.two-col-detail .col:first-child {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 1024px) {
  .two-col-detail .col:first-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .two-col-detail .col:first-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.two-col-detail .col:last-child {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 1024px) {
  .two-col-detail .col:last-child {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .two-col-detail .col:last-child {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.four-col-detail .col {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 1024px) {
  .four-col-detail .col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .four-col-detail .col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.four-col-detail .col.wider {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
}
@media (max-width: 768px) {
  .four-col-detail .col.wider {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.four-col-detail .col.wider.gridded-cols {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1024px) {
  .four-col-detail .col.wider.gridded-cols {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
}
.four-col-detail .col.wider.gridded-cols.three-inner-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .four-col-detail .col.wider.gridded-cols.three-inner-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .four-col-detail {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  .four-col-detail {
    width: 100%;
  }
}
.media-large {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .media-large {
    margin-left: 25%;
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .media-large.-flush-right {
    margin-left: 25%;
    width: calc( 75% +  20px );
  }
}
@media (min-width: 1281px) {
  .media-large.-flush-right {
    margin-left: 25%;
    width: calc( 75% +  40px );
  }
}
.media-medium {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .media-medium.-to-right {
    width: 58.33333333%;
    width: calc( 58.33333333%  -  20px );
    margin-right: 20px;
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1025px) {
  .media-medium.-to-left {
    width: 58.33333333%;
    width: calc( 58.33333333%  -  20px );
    margin-right: 20px;
  }
}
.media-half {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .media-half.-to-right {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    margin-left: 50%;
  }
}
@media (min-width: 1025px) {
  .media-half.-to-left {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.media-small {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .media-small.-to-right {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1025px) {
  .media-small.-to-left {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
.media-inline-left {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .media-inline-left {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.media-full-width {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.lined-list {
  width: 75%;
  margin-right: 0;
  margin-left: 25%;
  position: relative;
}
@media (max-width: 1024px) {
  .lined-list {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
}
.lined-list .employee {
  position: relative;
  padding: 1rem 0;
  display: block;
  width: 100%;
}
.lined-list .employee .employee-inner:before,
.lined-list .employee .employee-inner:after {
  display: table;
  content: "";
}
.lined-list .employee .employee-inner:after {
  clear: both;
}
.lined-list .employee:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  height: 1px;
  background: #ffffff;
}
.lined-list .employee:last-of-type:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: 20px;
  height: 1px;
  background: #ffffff;
}
.lined-list .employee .employee-name {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 1024px) {
  .lined-list .employee .employee-name {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.lined-list .employee .employee-role {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 1024px) {
  .lined-list .employee .employee-role {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.about-light-area {
  position: relative;
  padding-top: 4.0002rem;
}
.about-light-area .site-header {
  position: sticky!important;
  background: #ffffff !important;
  color: #b4b4b4 !important;
  pointer-events: none;
}
[data-show-about-header="true"] .about-light-area .site-header {
  background: #ffffff;
}
[data-menu-open="true"] .about-light-area .site-header {
  background: transparent!important;
  transition: 0s ease all;
  transition-delay: 0s;
}
.about-light-area .site-header inner {
  opacity: 0;
  pointer-events: none;
}
[data-show-about-header="true"] .about-light-area .site-header inner {
  opacity: 1;
  pointer-events: all;
}
.about-light-area .site-header em {
  color: #191919 !important;
}
@media (max-width: 768px) {
  .overview {
    display: block!important;
    position: static!important;
    height: auto!important;
  }
}
@media (max-width: 1024px) {
  .mq-md-down-project-text {
    display: none;
  }
}
[data-overview-open="true"] .mq-md-down-project-text {
  display: block;
}
@media (max-width: 768px) {
  .mq-sm-down-project-text {
    display: none;
  }
}
[data-overview-open="true"] .mq-sm-down-project-text {
  display: block;
}
[data-overview-open="true"] .case-study-title-mobile.disclosure {
  transition: all 0.3s ease;
}
[data-overview-open="true"] .case-study-title-mobile.disclosure:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case-study-title-mobile {
  pointer-events: all;
  cursor: pointer;
}
#project-flow {
  opacity: 1;
  transition: 0.3s all ease;
}
#project-flow[data-template="project-news"] {
  margin-top: 0;
}
@media (max-width: 1024px) {
  #project-flow.no-description {
    margin-top: 7.3337rem;
  }
}
#project-flow[data-hidden] {
  opacity: 0;
}
[data-template="project-news"] .case-study-overview {
  margin-bottom: 1.333rem;
}
.imagery-page {
  width: 100%;
  overflow-x: hidden;
}
.imagery-page .big-page-title {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  20px );
  margin-right: 20px;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .imagery-page .big-page-title {
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
.imagery-page .text-area {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
}
@media (max-width: 768px) {
  .imagery-page .text-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.imagery-page .category-links {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .imagery-page .category-links {
    margin-bottom: 2.6668rem;
  }
}
.imagery-page .card.-small {
  margin-right: calc(12.5% + 20px) !important;
  margin-bottom: 140px!important;
}
@media (max-width: 768px) {
  .imagery-page .card.-small {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 60px!important;
  }
}
.imagery-page .card.-small[data-row-count="12"].portrait,
.imagery-page .card.-small[data-row-count="9"].landscape,
.imagery-page .card.-small[data-row-count="10.5"].portrait {
  margin-right: 20px!important;
}
@media (max-width: 768px) {
  .imagery-page .card.-small[data-row-count="12"].portrait,
  .imagery-page .card.-small[data-row-count="9"].landscape,
  .imagery-page .card.-small[data-row-count="10.5"].portrait {
    margin-right: 0!important;
  }
}
.imagery-page .card.-small.landscape {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  margin-right: 12.5%;
}
@media (max-width: 768px) {
  .imagery-page .card.-small.landscape {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.imagery-page .card.-small.portrait {
  width: 12.5%;
  width: calc( 12.5%  -  20px );
  margin-right: 20px;
  margin-right: 12.5%;
}
@media (max-width: 768px) {
  .imagery-page .card.-small.portrait {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.imagery-page .card-image {
  position: relative;
}
@media (max-width: 768px) {
  .imagery-page .card-image {
    height: auto !important;
  }
}
.imagery-page .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .imagery-page .card-image img {
    position: relative!important;
    height: auto!important;
    min-height: 0!important;
    top: auto!important;
    transform: none!important;
  }
}
.imagery-page .carousel-cell {
  width: 100%;
  height: calc(100vh - 200px);
}
.imagery-page .carousel-cell img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.imagery-page .imagery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  padding-top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  transition-property: opacity, background;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .imagery-page .imagery-lightbox {
    display: none;
  }
}
@media (min-width: 541px) {
  .imagery-page .imagery-lightbox > * {
    opacity: 0;
    transition: 0.3s all ease;
    transition-delay: 0s;
  }
}
.imagery-page .imagery-lightbox.-open {
  pointer-events: all;
  background: #ffffff;
  opacity: 1;
  transition: 0.3s all ease;
  transition-delay: 0s;
  transition-property: opacity, background;
}
.imagery-page .imagery-lightbox.-open > * {
  opacity: 1;
  transition: 0.3s all ease !important;
  transition-property: opacity!important;
  transition-delay: 0.3s!important;
}
.imagery-page .imagery-lightbox .main-carousel {
  padding-top: 120px;
  padding-bottom: 80px;
}
.imagery-page .flickity-prev-next-button.previous {
  width: 33.33%;
}
.imagery-page .flickity-prev-next-button.next {
  width: 66.66%;
}
.imagery-page .carousel-area {
  position: relative;
}
.imagery-page .carousel-area .carousel-button {
  position: absolute;
  top: 50%;
  padding: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1281px) {
  .imagery-page .carousel-area .carousel-button {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .imagery-page .carousel-area .carousel-button {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .imagery-page .carousel-area .carousel-button {
    z-index: 100;
    top: 47.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.imagery-page .carousel-area .carousel-button .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.imagery-page .carousel-area .carousel-button .arrow:before,
.imagery-page .carousel-area .carousel-button .arrow:after {
  content: '';
  display: block;
}
.imagery-page .carousel-area .carousel-button .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #b4b4b4;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .imagery-page .carousel-area .carousel-button .arrow {
    display: block;
    width: 1.5rem;
    height: 0.77rem;
  }
  .imagery-page .carousel-area .carousel-button .arrow:before,
  .imagery-page .carousel-area .carousel-button .arrow:after {
    content: '';
    display: block;
  }
  .imagery-page .carousel-area .carousel-button .arrow:after {
    position: absolute;
    box-sizing: border-box;
    width: 0.275rem;
    height: 0.55rem;
    border-left: solid 0.55rem #ffffff;
    border-bottom: solid 0.55rem transparent;
    border-top: solid 0.55rem transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    transition: all 0.3s ease;
  }
}
.imagery-page .carousel-area .carousel-button .arrow:after {
  right: 40px !important;
}
@media (min-width: 1281px) {
  .imagery-page .carousel-area .carousel-button .arrow:after {
    right: 60px !important;
  }
}
@media (max-width: 540px) {
  .imagery-page .carousel-area .carousel-button .arrow:after {
    right: 20px !important;
  }
}
.imagery-page .carousel-area .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.imagery-page .carousel-area .carousel-button:hover .arrow:before,
.imagery-page .carousel-area .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.imagery-page .carousel-area .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #191919;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
.bg-dark .imagery-page .carousel-area .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.bg-dark .imagery-page .carousel-area .carousel-button:hover .arrow:before,
.bg-dark .imagery-page .carousel-area .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.bg-dark .imagery-page .carousel-area .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #ffffff;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .imagery-page .carousel-area .carousel-button:hover .arrow {
    display: block;
    width: 1.5rem;
    height: 0.77rem;
  }
  .imagery-page .carousel-area .carousel-button:hover .arrow:before,
  .imagery-page .carousel-area .carousel-button:hover .arrow:after {
    content: '';
    display: block;
  }
  .imagery-page .carousel-area .carousel-button:hover .arrow:after {
    position: absolute;
    box-sizing: border-box;
    width: 0.275rem;
    height: 0.55rem;
    border-left: solid 0.55rem #ffffff;
    border-bottom: solid 0.55rem transparent;
    border-top: solid 0.55rem transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    transition: all 0.3s ease;
  }
}
.imagery-page .carousel-area .carousel-button.-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
@media (max-width: 768px) {
  .imagery-page .carousel-area .carousel-button.-prev {
    left: 1.3334rem;
  }
}
.imagery-page .carousel-area .carousel-button.-next {
  right: 0;
}
@media (max-width: 768px) {
  .imagery-page .carousel-area .carousel-button.-next {
    right: 1.3334rem;
  }
}
.imagery-page .lightbox-trigger {
  cursor: pointer;
}
@media (max-width: 768px) {
  .imagery-page .lightbox-trigger {
    cursor: none;
  }
}
@media (max-width: 768px) {
  #project-flow {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  #project-flow {
    margin-top: 0;
  }
}
.block {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .block {
    position: relative!important;
    height: auto!important;
    background: transparent!important;
  }
}
@media (max-width: 768px) {
  .block[data-opening-background] img,
  .block[data-opening-background] video {
    margin-top: 40px;
  }
}
@media (max-width: 540px) {
  .block[data-opening-background] img,
  .block[data-opening-background] video {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .bg-dark .block img.-shadow,
  .bg-dark .block video.-shadow {
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 769px) {
  .bg-light .block img.-shadow,
  .bg-light .block video.-shadow {
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .block img,
  .block video {
    margin-bottom: 40px;
    -webkit-transform: none!important;
    transform: none!important;
  }
}
@media (max-width: 540px) {
  .block img,
  .block video {
    margin-bottom: 20px;
  }
}
.block.-fullscreen {
  padding-top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.block.-fullscreen img,
.block.-fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 768px) {
  .block.-fullscreen img,
  .block.-fullscreen video {
    width: 100%!important;
    height: auto!important;
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .block.-fullscreen img,
  .block.-fullscreen video {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.block.-absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.block.-information {
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 768px) {
  .block.-video {
    display: none;
  }
}
.block.-video inner {
  position: relative;
}
@media (min-width: 769px) {
  .block.-video inner {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .block.-video inner .video-positioning {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    top: calc(50% +  2.6668rem );
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (max-width: 768px) {
  .block.-video inner .video-positioning {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    position: relative;
  }
}
.block.-video inner .video-positioning.-vertical-video {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block.-video inner .video-positioning.-vertical-video {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .block.-video inner .video-positioning.-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}
.block.-video inner .video-wrapper {
  position: relative;
  padding-bottom: 53.616%;
  /* 16:9 */
  height: 0;
  pointer-events: none;
  overflow: hidden;
}
.block.-video inner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(2px - 4px);
  left: calc(2px - 4px);
  right: calc(2px - 4px);
  bottom: calc(2px - 4px);
  width: 100%;
  height: 100%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.block.-article inner {
  position: relative;
  height: 100vh;
}
.block.-article inner .headline {
  display: none;
}
@media (min-width: 1025px) {
  .block.-article inner .headline {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 40px;
    -webkit-transform: translate3d(-10px, 25px, 0);
    transform: translate3d(-10px, 25px, 0);
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 1281px) {
  .block.-article inner .headline {
    left: 60px;
    bottom: 60px;
  }
}
.block.-pagination .card {
  margin-bottom: 0;
  display: block;
  float: right;
}
[data-preload] .block.-pagination .card {
  opacity: 0;
}
@media (min-width: 769px) {
  .block.-pagination nav {
    text-align: right;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    right: calc( 40px  -  20px );
  }
}
@media (min-width: 1281px) {
  .block.-pagination nav {
    bottom: 60px;
    left: 60px;
    right: 60px;
    right: calc( 60px  -  20px );
  }
}
.block.-pagination nav .card {
  text-align: left;
}
@media (max-width: 768px) {
  .block.-pagination nav .card {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
.block.-centered-image {
  position: relative;
}
@media (min-width: 769px) {
  .block.-centered-image inner {
    position: absolute;
    top: 50%;
    top: calc(50% +  2.6668rem );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .block.-centered-image.-landscape .project-image {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 16.66666667%;
  }
}
@media (max-width: 768px) {
  .block.-centered-image.-landscape .project-image {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .block.-centered-image.-potrait .project-image {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
    margin-left: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .block.-centered-image.-potrait .project-image {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.block.-carousel.-potrait .gallery-counter,
.block.-carousel.-potrait .main-carousel {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block.-carousel.-potrait .gallery-counter,
  .block.-carousel.-potrait .main-carousel {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .block.-carousel inner {
    position: absolute;
    top: 50%;
    top: calc(50% +  2.6668rem );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block.-carousel inner .carousel-button {
  position: absolute;
  top: 50%;
  padding: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1281px) {
  .block.-carousel inner .carousel-button {
    padding: 60px;
  }
}
@media (max-width: 540px) {
  .block.-carousel inner .carousel-button {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .block.-carousel inner .carousel-button {
    z-index: 100;
    top: 47.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block.-carousel inner .carousel-button .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.block.-carousel inner .carousel-button .arrow:before,
.block.-carousel inner .carousel-button .arrow:after {
  content: '';
  display: block;
}
.block.-carousel inner .carousel-button .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #b4b4b4;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .block.-carousel inner .carousel-button .arrow {
    display: block;
    width: 1.5rem;
    height: 0.77rem;
  }
  .block.-carousel inner .carousel-button .arrow:before,
  .block.-carousel inner .carousel-button .arrow:after {
    content: '';
    display: block;
  }
  .block.-carousel inner .carousel-button .arrow:after {
    position: absolute;
    box-sizing: border-box;
    width: 0.275rem;
    height: 0.55rem;
    border-left: solid 0.55rem #ffffff;
    border-bottom: solid 0.55rem transparent;
    border-top: solid 0.55rem transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    transition: all 0.3s ease;
  }
}
.block.-carousel inner .carousel-button .arrow:after {
  right: 40px !important;
}
@media (min-width: 1281px) {
  .block.-carousel inner .carousel-button .arrow:after {
    right: 60px !important;
  }
}
@media (max-width: 540px) {
  .block.-carousel inner .carousel-button .arrow:after {
    right: 20px !important;
  }
}
.block.-carousel inner .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.block.-carousel inner .carousel-button:hover .arrow:before,
.block.-carousel inner .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.block.-carousel inner .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #191919;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
.bg-dark .block.-carousel inner .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.bg-dark .block.-carousel inner .carousel-button:hover .arrow:before,
.bg-dark .block.-carousel inner .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.bg-dark .block.-carousel inner .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #ffffff;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .block.-carousel inner .carousel-button:hover .arrow {
    display: block;
    width: 1.5rem;
    height: 0.77rem;
  }
  .block.-carousel inner .carousel-button:hover .arrow:before,
  .block.-carousel inner .carousel-button:hover .arrow:after {
    content: '';
    display: block;
  }
  .block.-carousel inner .carousel-button:hover .arrow:after {
    position: absolute;
    box-sizing: border-box;
    width: 0.275rem;
    height: 0.55rem;
    border-left: solid 0.55rem #ffffff;
    border-bottom: solid 0.55rem transparent;
    border-top: solid 0.55rem transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
    transition: all 0.3s ease;
  }
}
.block.-carousel inner .carousel-button.-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
@media (max-width: 768px) {
  .block.-carousel inner .carousel-button.-prev {
    left: 1.3334rem;
  }
}
.block.-carousel inner .carousel-button.-next {
  right: 0;
}
@media (max-width: 768px) {
  .block.-carousel inner .carousel-button.-next {
    right: 1.3334rem;
  }
}
.block.-carousel .gallery-counter {
  margin: 0;
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
  float: left;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
.potrait .block.-carousel .gallery-counter {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block.-carousel .gallery-counter {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}
.block.-carousel .main-carousel {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .block.-carousel .main-carousel {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.block.-pinned-images {
  position: relative;
}
@media (max-width: 768px) {
  .block.-pinned-images .project-image {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .block.-pinned-images .project-image {
    position: absolute;
  }
}
@media (min-width: 769px) {
  .block.-pinned-images .project-image.-xsmall {
    width: auto;
    max-width: 25%;
    max-width: calc( 25%  -  20px );
    margin-right: 0;
    max-height: calc(100vh -  7.3337rem );
  }
}
@media (min-width: 769px) {
  .block.-pinned-images .project-image.-small {
    width: auto;
    max-width: 33.33333333%;
    max-width: calc( 33.33333333%  -  20px );
    margin-right: 0;
    max-height: calc(100vh -  7.3337rem );
  }
}
@media (min-width: 769px) {
  .block.-pinned-images .project-image.-medium {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .block.-pinned-images .project-image.-wide {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 0;
  }
}
.block.-pinned-images .project-image.-pin-bottom-left {
  left: 0;
  bottom: 0;
}
.block.-pinned-images .project-image.-pin-bottom-right {
  margin-right: 0;
  right: 0;
  bottom: 0;
}
.block.-pinned-images .project-image.-pin-top-left {
  left: 0;
  top: 0;
}
.block.-pinned-images .project-image.-pin-top-right {
  margin-right: 0;
  right: 0;
  top: 0;
}
.block.-pinned-images .project-image.-pin-center-left {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-pin-center-right {
  margin-right: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-vertical-grid-top {
  top: 0;
  top: 7.3337rem;
}
.block.-pinned-images .project-image.-vertical-window-top {
  top: 0;
}
.block.-pinned-images .project-image.-vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-vertical-window-bottom {
  bottom: 0;
}
.block.-pinned-images .project-image.-vertical-grid-bottom {
  bottom: 40px;
}
@media (min-width: 1281px) {
  .block.-pinned-images .project-image.-vertical-grid-bottom {
    bottom: 60px;
  }
}
.block.-pinned-images .project-image.-horizontal-window-left {
  left: 0;
}
.block.-pinned-images .project-image.-horizontal-grid-left {
  left: 40px;
}
@media (min-width: 1281px) {
  .block.-pinned-images .project-image.-horizontal-grid-left {
    left: 60px;
  }
}
.block.-pinned-images .project-image.-horizontal-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block.-pinned-images .project-image.-horizontal-window-right {
  right: 0;
}
.block.-pinned-images .project-image.-horizontal-grid-right {
  right: 40px;
}
@media (min-width: 1281px) {
  .block.-pinned-images .project-image.-horizontal-grid-right {
    right: 60px;
  }
}
.block.-intro-text {
  padding-top: 6.0003rem;
}
@media (max-width: 768px) {
  .block.-intro-text {
    padding-top: 0;
  }
}
.block.-intro-text .project-introduction-headline,
.block.-intro-text .project-introduction-description {
  color: #191919;
}
@media (min-width: 1281px) {
  .block.-intro-text .project-introduction-headline {
    padding-top: 3.6rem;
  }
}
@media (min-width: 769px) {
  .block.-intro-text.bg-dark .project-introduction-headline,
  .block.-intro-text.bg-dark .project-introduction-description,
  .block.-intro-text.bg-dark .project-introduction-detail h2,
  .block.-intro-text.bg-dark .project-introduction-detail a:hover {
    color: #ffffff;
  }
}
@media (min-width: 769px) {
  .block.-intro-text.bg-dark a:hover {
    color: #b4b4b4;
  }
}
@media (max-width: 768px) {
  .block.-text {
    background: transparent!important;
  }
}
@media (min-width: 769px) {
  .block.-text .block-text-container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
.block.-text .block-text {
  color: #191919;
}
@media (min-width: 769px) {
  .block.-text .block-text {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 16.66666667%;
  }
}
.bg-dark .block.-text .block-text {
  color: #ffffff !important;
}
@media (min-width: 769px) {
  .bg-dark .block.-text .block-text {
    color: #ffffff !important;
  }
}
@media (max-width: 768px) {
  .block.-text .block-text {
    color: #191919 !important;
    background: transparent!important;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .block.-text .block-text.-smaller {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    margin-left: 25%;
  }
}
@media (max-width: 768px) {
  .block.-text .block-text.-smaller {
    color: #191919 !important;
    background: transparent!important;
  }
}
.pinned-text {
  color: #191919;
}
.pinned-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pinned-text {
    color: #191919 !important;
    background: transparent!important;
    margin-bottom: 20px;
  }
}
.bg-dark .pinned-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  .bg-dark .pinned-text {
    color: #ffffff !important;
  }
}
@media (min-width: 769px) {
}
.carousel-cell {
  width: 100%;
  margin-right: 50%;
}
@media (min-width: 769px) {
}
.carousel-cell.is-selected {
  opacity: 1;
}
.carousel-cell img {
  width: 100%;
}
.flickity-prev-next-button {
  background-color: transparent;
  opacity: 0;
  background: none;
}
.flickity-prev-next-button:hover {
  background-color: transparent;
  opacity: 0;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
  height: 100%;
  border-radius: 0;
}
.flickity-prev-next-button.next {
  right: 0;
  width: 100%;
  cursor: pointer;
}
.flickity-prev-next-button.previous {
  left: 0;
  width: 0%;
}
.inline-carousel {
  position: relative;
}
.inline-carousel[data-count="1"] .carousel-button,
.inline-carousel[data-count="1"] .flickity-prev-next-button {
  opacity: 0!important;
  cursor: default;
}
.inline-carousel .flickity-prev-next-button.previous {
  width: 33.33%;
}
.inline-carousel .flickity-prev-next-button.next {
  width: 66.66%;
}
.inline-carousel .carousel-button {
  position: absolute;
  top: 50%;
  padding: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inline-carousel .carousel-button .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.inline-carousel .carousel-button .arrow:before,
.inline-carousel .carousel-button .arrow:after {
  content: '';
  display: block;
}
.inline-carousel .carousel-button .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #ffffff;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
.inline-carousel .carousel-button .arrow:after {
  right: 0!important;
}
.inline-carousel .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.inline-carousel .carousel-button:hover .arrow:before,
.inline-carousel .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.inline-carousel .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #191919;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
.bg-dark .inline-carousel .carousel-button:hover .arrow {
  display: block;
  width: 1.5rem;
  height: 0.77rem;
}
.bg-dark .inline-carousel .carousel-button:hover .arrow:before,
.bg-dark .inline-carousel .carousel-button:hover .arrow:after {
  content: '';
  display: block;
}
.bg-dark .inline-carousel .carousel-button:hover .arrow:after {
  position: absolute;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.55rem #b4b4b4;
  border-bottom: solid 0.55rem transparent;
  border-top: solid 0.55rem transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  transition: all 0.3s ease;
}
.inline-carousel .carousel-button.-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 1.3334rem;
}
.inline-carousel .carousel-button.-next {
  right: 1.3334rem;
}
.waterfall {
  font-size: 0;
}
.waterfall .card {
  font-size: 1rem;
}
.card {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  margin-bottom: 2.6668rem;
  display: inline-block;
  vertical-align: top;
  transition: 0.25s all ease;
}
.card figcaption {
  opacity: 0;
}
@media (max-width: 768px) {
  .card figcaption {
    opacity: 1;
  }
}
.card:hover figcaption {
  opacity: 1;
}
@media (max-width: 1024px) {
  .card {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .card {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 1.3334rem;
  }
}
@media (max-width: 540px) {
  .card {
    margin-bottom: 1.3334rem;
  }
}
.card.-small {
  margin-bottom: 1.3334rem;
}
.card.-small.portrait {
  width: 8.33333333%;
  width: calc( 8.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .card.-small.portrait {
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.card.-small.landscape {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .card.-small.landscape {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.card.-small.landscape .card-image {
  position: relative;
  overflow: hidden;
}
.card.-small.landscape .card-image img,
.card.-small.landscape .card-image video {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card.-wide {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
}
.card.-wide figcaption .tile-text {
  display: inline-block;
  width: 58.33333333%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .card.-wide figcaption .tile-text {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .card.-wide .card-image {
    position: relative;
    height: 32.5vw;
    overflow: hidden;
  }
  .card.-wide .card-image img,
  .card.-wide .card-image video {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .card.-wide .card-image {
    height: auto!important;
  }
}
@media (max-width: 768px) {
  .card.-wide {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.card.-project {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  margin-bottom: 2.6668rem;
}
@media (max-width: 768px) {
  .card.-project {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 1.3334rem;
  }
}
.card figcaption {
  margin-bottom: 0.6667rem;
  overflow-x: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.bg-dark .card figcaption {
  color: #ffffff;
}
@media (max-width: 768px) {
  .bg-dark .card figcaption {
    color: #ffffff;
  }
}
.bg-light .card figcaption {
  color: #ffffff;
}
@media (max-width: 768px) {
  .bg-light .card figcaption {
    color: #191919;
  }
}
@media (max-width: 768px) {
  .card figcaption {
    opacity: 1;
    padding: 0.6667rem 0;
  }
}
.card figcaption a {
  color: #ffffff;
}
@media (min-width: 769px) {
  .card figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 4;
    padding: 0.6667rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1281px) {
  .card figcaption {
    padding: 1.3334rem;
    padding-left: 1.5rem;
  }
}
.content-section {
  margin-bottom: 6.667rem;
  display: block;
  clear: both;
}
.content-section:before,
.content-section:after {
  display: table;
  content: "";
}
.content-section:after {
  clear: both;
}
@media (max-width: 768px) {
  .content-section {
    margin-bottom: 1.3334rem;
  }
}
@media (max-width: 768px) {
  .content-section.spaced-mobile {
    margin-bottom: 6.667rem;
  }
}
@media (max-width: 768px) {
  .content-section.half-spaced-mobile {
    margin-bottom: 4.0002rem;
  }
}
.disclosure:after {
  content: '';
  display: inline-block;
  margin-left: 0.35rem;
  position: relative;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-left: solid 0.275rem;
  border-bottom: solid 0.275rem transparent;
  border-top: solid 0.275rem transparent;
  transition: 0.25s transform ease;
}
.disclosure.-back:before {
  content: '';
  display: inline-block;
  margin-right: 0.35rem;
  position: relative;
  box-sizing: border-box;
  width: 0.275rem;
  height: 0.55rem;
  border-right: solid 0.275rem;
  border-bottom: solid 0.275rem transparent;
  border-top: solid 0.275rem transparent;
  transition: 0.25s transform ease;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.disclosure.-back:after {
  display: none;
  content: none;
}
.disclosure.-absolute-back {
  position: absolute;
  top: 7.3337rem;
  left: 40px;
  display: none;
}
@media (min-width: 1281px) {
  .disclosure.-absolute-back {
    left: 60px;
  }
}
@media (max-width: 768px) {
  .disclosure.-absolute-back {
    display: none;
    left: 60px;
  }
}
.disclosure.-em:after {
  border-left-color: #191919;
}
.disclosure.-disclosure-open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.disclosure.-disclosure-up::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-menu-open='true'] .disclosure.menu-prompt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[data-overview-open='true'] .page-title em {
  color: #b4b4b4 !important;
}
[data-overview-open='true'] .disclosure.page-title::after {
  color: #b4b4b4;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left-color: #b4b4b4;
}
.site-footer {
  padding: 2.0001rem 0;
  margin-top: 2.0001rem;
  color: #b4b4b4;
}
[data-is-splash="true"] .site-footer {
  background: #ffffff !important;
  color: #191919 !important;
}
.site-footer.-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .site-footer.-mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .site-footer.-mobile + .-back-to-top {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }
}
.site-footer.-mobile .back-to-top {
  text-align: right;
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.js-menu .site-footer.-mobile {
  display: none;
}
.site-footer.-back-to-top {
  text-align: right;
}
.site-footer.-back-to-top .full-width {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.site-footer inner:before,
.site-footer inner:after {
  display: table;
  content: "";
}
.site-footer inner:after {
  clear: both;
}
.site-footer .contact-detail {
  display: block;
  float: left;
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .site-footer .contact-detail {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.site-header {
  padding: 2.0001rem 0;
  z-index: 20;
  background: inherit;
  transition: 0s background ease;
  transition-delay: 0.5s;
}
.about-page[data-menu-open="false"] .site-header {
  transition: 0ms all ease !important;
  transition-delay: 0s!important;
}
.about-page[data-menu-open="false"] .site-header > * {
  transition: 0ms all ease !important;
  transition-delay: 0s!important;
}
.site-header.bg-about-flip {
  transition: 0ms all ease !important;
  transition-delay: 0s!important;
  background: rgba(0, 0, 0, 0);
  background: #ffffff !important;
  color: #b4b4b4 !important;
}
.site-header.bg-about-flip > * {
  transition: 0ms all ease !important;
  transition-delay: 0s!important;
}
.site-header.bg-about-flip a:hover,
.site-header.bg-about-flip button:hover {
  color: #191919 !important;
}
@media (min-width: 769px) {
  .site-header.bg-about-flip em {
    color: #191919;
  }
}
@media (min-width: 769px) {
  [data-overview-open="true"] .site-header.bg-about-flip em,
  [data-menu-open="true"] .site-header.bg-about-flip em {
    color: #b4b4b4 !important;
  }
}
.site-header.bg-transparent {
  transition: 0s background ease;
  transition-delay: 0s;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .site-header.bg-transparent {
    background: inherit;
  }
}
@media (min-width: 769px) {
  .site-header.bg-transparent.-reverse-nav .page-title em {
    color: white;
  }
}
@media (min-width: 769px) {
  [data-overview-open="true"] .site-header.bg-transparent.-reverse-nav .page-title em,
  [data-menu-open="true"] .site-header.bg-transparent.-reverse-nav .page-title em {
    color: #b4b4b4 !important;
  }
}
@media (min-width: 769px) {
  .site-header.bg-transparent.-reverse-nav .page-title:after {
    border-left-color: white;
  }
}
@media (min-width: 769px) {
  [data-overview-open="true"] .site-header.bg-transparent.-reverse-nav .page-title:after,
  [data-menu-open="true"] .site-header.bg-transparent.-reverse-nav .page-title:after {
    border-left-color: #b4b4b4 !important;
  }
}
.site-header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-header inner:before,
.site-header inner:after {
  display: table;
  content: "";
}
.site-header inner:after {
  clear: both;
}
.site-header .header-col {
  display: block;
  float: left;
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .site-header .header-col {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
.site-header .header-col.align-right {
  text-align: right;
}
@media (max-width: 1024px) {
  .site-header .menu-prompt {
    display: none;
  }
}
.site-header .mobile-menu-prompt {
  display: block;
  width: 1.3334rem;
  height: 1.3334rem;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 2.0001rem;
}
.site-header .mobile-menu-prompt:before,
.site-header .mobile-menu-prompt:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.3334rem;
  height: 1px;
  top: 50%;
  background: #b4b4b4;
  transition: all 0.15s ease;
}
.site-header .mobile-menu-prompt:before {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.site-header .mobile-menu-prompt:after {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
[data-menu-open="true"] .site-header .mobile-menu-prompt:before {
  -webkit-transform: rotate(45deg) translateY(0) !important;
  transform: rotate(45deg) translateY(0) !important;
}
[data-menu-open="true"] .site-header .mobile-menu-prompt:after {
  -webkit-transform: rotate(-45deg) translateY(0) !important;
  transform: rotate(-45deg) translateY(0) !important;
}
@media (max-width: 540px) {
  .site-header .mobile-menu-prompt {
    right: 20px;
  }
}
.bg-light .site-header .mobile-menu-prompt:hover,
.bg-light-overlay .site-header .mobile-menu-prompt:hover {
  display: block;
  width: 1.3334rem;
  height: 1.3334rem;
  cursor: pointer;
}
.bg-light .site-header .mobile-menu-prompt:hover:before,
.bg-light-overlay .site-header .mobile-menu-prompt:hover:before,
.bg-light .site-header .mobile-menu-prompt:hover:after,
.bg-light-overlay .site-header .mobile-menu-prompt:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.3334rem;
  height: 1px;
  top: 50%;
  background: #191919;
  transition: all 0.15s ease;
}
.bg-light .site-header .mobile-menu-prompt:hover:before,
.bg-light-overlay .site-header .mobile-menu-prompt:hover:before {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.bg-light .site-header .mobile-menu-prompt:hover:after,
.bg-light-overlay .site-header .mobile-menu-prompt:hover:after {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
[data-menu-open="true"] .bg-light .site-header .mobile-menu-prompt:hover:before,
[data-menu-open="true"] .bg-light-overlay .site-header .mobile-menu-prompt:hover:before {
  -webkit-transform: rotate(45deg) translateY(0) !important;
  transform: rotate(45deg) translateY(0) !important;
}
[data-menu-open="true"] .bg-light .site-header .mobile-menu-prompt:hover:after,
[data-menu-open="true"] .bg-light-overlay .site-header .mobile-menu-prompt:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0) !important;
  transform: rotate(-45deg) translateY(0) !important;
}
@media (min-width: 1025px) {
  .site-header .mobile-menu-prompt {
    display: none!important;
  }
}
.site-header .mobile-menu-prompt.-reverse {
  display: block;
  width: 1.3334rem;
  height: 1.3334rem;
  cursor: pointer;
}
.site-header .mobile-menu-prompt.-reverse:before,
.site-header .mobile-menu-prompt.-reverse:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.3334rem;
  height: 1px;
  top: 50%;
  background: #b4b4b4;
  transition: all 0.15s ease;
}
.site-header .mobile-menu-prompt.-reverse:before {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.site-header .mobile-menu-prompt.-reverse:after {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
[data-menu-open="true"] .site-header .mobile-menu-prompt.-reverse:before {
  -webkit-transform: rotate(45deg) translateY(0) !important;
  transform: rotate(45deg) translateY(0) !important;
}
[data-menu-open="true"] .site-header .mobile-menu-prompt.-reverse:after {
  -webkit-transform: rotate(-45deg) translateY(0) !important;
  transform: rotate(-45deg) translateY(0) !important;
}
.site-header .mobile-menu-prompt.-reverse:hover {
  display: block;
  width: 1.3334rem;
  height: 1.3334rem;
  cursor: pointer;
}
.site-header .mobile-menu-prompt.-reverse:hover:before,
.site-header .mobile-menu-prompt.-reverse:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.3334rem;
  height: 1px;
  top: 50%;
  background: #ffffff;
  transition: all 0.15s ease;
}
.site-header .mobile-menu-prompt.-reverse:hover:before {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.site-header .mobile-menu-prompt.-reverse:hover:after {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
[data-menu-open="true"] .site-header .mobile-menu-prompt.-reverse:hover:before {
  -webkit-transform: rotate(45deg) translateY(0) !important;
  transform: rotate(45deg) translateY(0) !important;
}
[data-menu-open="true"] .site-header .mobile-menu-prompt.-reverse:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0) !important;
  transform: rotate(-45deg) translateY(0) !important;
}
@media (min-width: 1025px) {
  .site-header .mobile-menu-prompt.-reverse {
    display: none;
  }
}
inner {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (min-width: 1281px) {
  inner {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 540px) {
  inner {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.main-content {
  padding-top: 7.3337rem;
}
@media (max-width: 768px) {
  .main-content {
    padding-top: 5.3336rem;
  }
}
.main-content.-vertical-spaced {
  padding-top: 14.6674rem;
}
@media (max-width: 768px) {
  .main-content.-vertical-spaced {
    padding-top: 5.3336rem;
  }
}
.main-content.waterfall {
  padding-top: 14.6674rem;
}
@media (max-width: 768px) {
  .main-content.waterfall {
    padding-top: 6.667rem;
  }
}
#map {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  height: 50vw;
}
#map *,
#map div *,
#map svg {
  font-family: 'Graphik Web Regular', -apple-system, sans-serif !important;
}
#map .gmnoprint a,
#map .gmnoprint span,
#map .gm-style-cc,
#map .gmnoprint div,
#map .gmnoprint:not(.gm-bundled-control),
#map [title="Report errors in the road map or imagery to Google"],
#map [title="Click to see this area on Google Maps"],
#map .gm-style-cc > *,
#map .gm-style-cc > * > * {
  background: none !important;
  color: #ffffff !important;
  font-family: 'Graphik Web Regular', -apple-system, sans-serif !important;
  margin-bottom: 2px;
  display: none!important;
}
.page-body.bg-dark {
  transition: 0.3s all ease;
  transition-delay: 0.3s;
}
.page-body.bg-dark.bg-black .site-header {
  background: #000000;
}
.page-body.bg-dark.bg-black .site-header.bg-transparent {
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .page-body.bg-dark.bg-black .site-header.bg-transparent {
    background: #000000;
  }
}
.page-body.bg-dark .site-header {
  transition: 0.3s all ease;
  transition-delay: 0.3s;
  background: #191919;
}
.page-body.bg-dark .site-header.bg-transparent {
  background: rgba(25, 25, 25, 0);
}
@media (max-width: 768px) {
  .page-body.bg-dark .site-header.bg-transparent {
    background: #191919;
  }
}
.page-body.bg-dark.bg-light-overlay {
  transition: 0.3s all ease;
  transition-delay: 0s;
}
.page-body.bg-dark.bg-light-overlay .site-header {
  transition: 0.3s all ease;
  transition-delay: 0s;
  background: #ffffff;
}
.page-body.bg-dark.bg-light-overlay .site-header.bg-transparent {
  background: rgba(255, 255, 255, 0);
}
.page-body.bg-light .site-header.bg-transparent {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .page-body.bg-light .site-header.bg-transparent {
    background: #ffffff;
  }
}
.overlay-panel {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  background: #191919;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  transition-property: opacity, background;
  transition-delay: 0.3s;
}
.bg-black .overlay-panel {
  background: #000000;
}
@media (max-width: 768px) {
  .overlay-panel.overview {
    transition: 0s all ease;
    opacity: 1;
  }
}
.bg-light .overlay-panel {
  background: #ffffff;
}
.about-flip .overlay-panel {
  background: #ffffff !important;
}
@media (min-width: 769px) {
  .overlay-panel > * {
    opacity: 0;
    transition: 0.3s all ease;
    transition-delay: 0s;
  }
}
.overlay-panel.-open {
  pointer-events: all;
  background: #ffffff;
  opacity: 1;
  transition: 0.3s all ease;
  transition-delay: 0s;
  transition-property: opacity, background;
}
.overlay-panel.-open > * {
  opacity: 1;
  transition: 0.3s all ease !important;
  transition-property: opacity!important;
  transition-delay: 0.3s!important;
}
.overlay-panel .nav-links {
  margin-left: 25%;
}
.overlay-panel .nav-links p {
  margin: 0;
}
@media (max-width: 1024px) {
  .overlay-panel .nav-links {
    margin-left: 50%;
  }
}
@media (max-width: 1024px) {
  .overlay-panel .nav-links br {
    display: none;
  }
}
@media (max-width: 768px) {
  .overlay-panel .nav-links {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .overlay-panel .nav-links .menu-item {
    margin-top: 0.5rem;
    display: block;
  }
}
.overlay-panel .nav-links a:hover {
  color: #7b7b7b;
}
.overlay-panel .copyright {
  position: absolute;
  left: 40px;
  bottom: 0;
  padding: 2.0001rem 0;
}
.overlay-panel .copyright .copyright-symbol:hover {
  cursor: pointer;
}
.overlay-panel .copyright .copyright-symbol:hover + .copyright-copy {
  opacity: 1;
}
.overlay-panel .copyright .copyright-copy {
  opacity: 0;
  transition: 0.25s all ease;
}
.overlay-panel .copyright .copyright-symbol {
  opacity: 1;
}
@media (min-width: 1281px) {
  .overlay-panel .copyright {
    left: 60px;
  }
}
@media (max-width: 1024px) {
  .overlay-panel footer {
    display: none;
  }
}
.pattern-library {
  padding: 24px;
}
.pattern-library > * {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  margin-bottom: 40px;
}
.pattern-library > *:before {
  content: attr(style);
  font-size: 12px;
  font-family: monospace;
}
html {
  font-size: 15px;
}
body,
input,
textarea,
button {
  font-family: 'Graphik Web Regular', -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.3334;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1025px) {
  .headline {
    font-family: 'Graphik Web Semibold', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.125;
    letter-spacing: -0.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.text {
  font-size: 1rem;
  line-height: 1.3334;
}
.text p {
  margin-top: 0;
  margin-bottom: 1.3334rem;
}
.text.-detail {
  color: #7b7b7b;
}
.text.-align-cap-height {
  line-height: 0.8;
}
.text h2 {
  font-size: 1rem;
  margin-top: 1.3334rem;
  margin-bottom: 0.6667rem;
}
.text h2:first-of-type {
  margin-top: 0;
}
.text h1 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.text h1:first-of-type {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .text h1 {
    font-size: 1rem;
    line-height: 1.3334;
  }
}
.text-large.-darken {
  color: #191919;
}
@media (max-width: 1024px) {
  .text-large.-reg-mob {
    font-size: 1rem;
    margin-top: 1.3334rem;
    margin-bottom: 1.3334rem;
  }
}
.text-large h2 {
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .text-large h2 {
    font-size: 1rem;
    margin-top: 2.6668rem;
    margin-bottom: 1.3334rem;
  }
}
.text-large h2:first-of-type {
  margin-top: 0!important;
}
.text-large ul {
  list-style-type: none;
  position: relative;
  padding-left: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .text-large ul {
    padding-left: 1rem;
    margin-bottom: 1.3334rem;
  }
}
.text-large ul li {
  margin-bottom: 0;
}
.text-large ul li:before {
  content: '– ';
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .text-large {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.text-large p {
  margin-top: 0;
}
.text-large p:last-of-type {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .text-large p {
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .text-large p {
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
}
.text-large p:first-of-type {
  text-indent: 0;
}
em,
strong {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
}
.tabular-figures {
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
.text-headline {
  font-size: 3.2rem;
  line-height: 1.125;
  margin-top: 0;
  padding-bottom: 0rem;
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  max-width: 18em;
}
.bg-light .text-headline.-darken {
  color: #191919;
}
.text-headline p {
  margin: 0 0 3.6rem;
}
@media (max-width: 768px) {
  .text-headline {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    max-width: 999em;
    font-size: 1rem;
    line-height: 1.3334;
    letter-spacing: 0;
  }
}
.text-headline.block-text {
  max-width: none;
}
.template-home .text-headline {
  color: #ffffff;
  padding-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .template-home .text-headline {
    padding-bottom: 1.3334rem;
  }
}
@media (min-width: 1025px) {
  .text-headline {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: -0.02em;
  }
}
.template-home .text-headline p {
  margin: 0 0 3.6rem;
}
@media (max-width: 1024px) {
  .template-home .text-headline p {
    margin: 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .template-home .text-headline p {
    margin: 0 0 1.3334rem;
  }
}
@media (max-width: 1024px) {
  .text-headline {
    width: 83.33333333%;
    width: calc( 83.33333333%  -  20px );
    margin-right: 20px;
    font-size: 1.6rem;
    font-size: 1.25;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .text-headline {
    font-size: 1rem;
    font-size: 1.3334;
    padding-bottom: 1.3334rem;
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.bg-dark .secondary {
  color: #7b7b7b;
}
.bg-light .secondary {
  color: #b4b4b4;
}
.-reverse-nav button:hover,
.-reverse-nav a:hover {
  color: #ffffff;
}
[data-menu-open="true"] .-reverse-nav button:hover,
[data-menu-open="true"] .-reverse-nav a:hover {
  color: #191919;
}
@media (max-width: 768px) {
  .project-introduction-headline {
    padding-bottom: 0;
  }
}
.bg-light .menu-item.is-active {
  color: #191919;
}
.big-page-title {
  font-size: 3.2rem;
  line-height: 1.125;
  margin: 0 0;
  margin-bottom: 7.2rem;
  color: #ffffff;
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .big-page-title {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1024px) {
  .big-page-title {
    width: 83.33333333%;
    width: calc( 83.33333333%  -  20px );
    margin-right: 20px;
    font-size: 1.6rem;
    font-size: 1.25;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .big-page-title {
    margin-bottom: 1.3334rem;
    max-width: 999em;
    line-height: 1.3334;
    letter-spacing: 0;
    font-size: 1rem;
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.bg-light .big-page-title {
  color: #191919;
}
.big-page-title p {
  margin: 0 0;
}
.text-xl {
  font-size: 3.2rem;
  line-height: 1.125;
}
@media (max-width: 1024px) {
  .text-xl {
    font-size: 1rem;
    line-height: 1.3334;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 1.3334rem;
  }
}
.bg-dark .contrast {
  color: #ffffff;
}
.bg-light .contrast {
  color: #191919;
}
@media (min-width: 1025px) {
  .bg-dark .contrast-mob-only {
    color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .bg-light .contrast-mob-only {
    color: #191919;
  }
}
.purple-links a {
  color: #645CFF !important;
}
.purple-links a:hover {
  color: #645CFF !important;
}
.card .card-image {
  position: relative;
  transition: 0.1s all ease;
}
.card .card-image:after {
  content: '';
  background: rgba(25, 25, 25, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.bg-light .card .card-image:after {
  background: rgba(255, 255, 255, 0);
}
.card:hover .card-image:after {
  background: rgba(25, 25, 25, 0.1);
}
.bg-light .card:hover .card-image:after {
  background: rgba(255, 255, 255, 0.1);
}
.waterfall {
  min-height: 120vh;
}
body[data-show-banner="true"] {
  padding-bottom: calc( 1.3334rem  +  40px );
}
@media (max-width: 1024px) {
  body[data-show-banner="true"] {
    padding-bottom: calc( 1.3334rem  +  40px );
  }
}
[data-show-banner="true"].template-index #livechat-compact-container,
[data-show-banner="true"].template-collection #livechat-compact-container {
  bottom: calc( 1.3334rem  +  40px ) !important;
}
.marquee {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc( 1.3334rem  +  40px );
  font-size: 1rem;
  line-height: calc( 1.3334rem  +  40px );
  z-index: 5;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition: 0.666s all ease;
}
.marquee.-hide {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.marquee .marquee-move {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-animation: 60s marqueeslide linear infinite;
  animation: 60s marqueeslide linear infinite;
}
.marquee .marquee-text {
  white-space: nowrap;
  pointer-events: none;
}
.marquee .marquee-text .single-copy {
  margin-left: 2rem;
}
.marquee .marquee-text .emoji {
  margin-left: 2rem;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner-container {
  height: calc( 2.6668rem  +  80px );
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--banner-bg);
  color: var(--banner-text);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 5;
}
.banner-container .email-form {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  margin-left: 25%;
}
@media (max-width: 1024px) {
  .banner-container .email-form {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.banner-container.-raise {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.banner-container.-hide {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.banner-container .marquee {
  position: relative;
  border-top: none;
}
@keyframes marqueeslide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: scale(1.25) rotate(0);
    transform: scale(1.25) rotate(0);
  }
  33% {
    -webkit-transform: scale(1.5) rotate(20deg);
    transform: scale(1.5) rotate(20deg);
  }
  66% {
    -webkit-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1.25) rotate(0);
    transform: scale(1.25) rotate(0);
  }
}
.marquee-contain {
  overflow: hidden;
  height: calc( 1.3334rem  +  40px );
  position: relative;
}
.close-marquee {
  width: calc( 1.3334rem  +  32px );
  height: calc( 1.3334rem  +  32px );
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 110;
}
.close-marquee:hover .close-symbol {
  color: currentColor;
}
.close-marquee .close-symbol {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(x-icon.svg);
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home-reel-section {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #ffffff;
}
.home-reel-section .home-reel {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  cursor: pointer;
}
.reel-section {
  margin-top: 3.2rem;
  margin-bottom: 90px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .reel-section {
    margin-bottom: 2.6668rem;
  }
}
.reel-section figcaption p {
  margin-top: 0.5rem;
}
.reel-section .reel {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  cursor: pointer;
}
.debug-item {
  display: none;
}
[debug-enabled='true'] .debug-item {
  display: inline;
  color: #ff327d;
}
[debug-enabled='true'] .index .card::before {
  content: attr(data-color);
  display: block;
  background-color: currentColor;
}
[debug-enabled='true'] .card {
  position: relative;
}
[debug-enabled='true'] .index .card::after {
  content: 'Hex: ' attr(data-color);
  position: absolute;
  color: #7d7d7d;
  left: 0;
  top: -1.3334rem;
}
[debug-enabled='true'] .index .card[data-hue]::after {
  content: 'Hue: ' attr(data-hue) !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
[debug-outline='true'] * {
  outline: 1px solid red;
}
