@charset "UTF-8";
/**
 * CONTENTS
 *
 * (Pro tip: prefix your search with '#' to jump directly to titles)
 *
 * Bootstrap........Include Bootstrap pieces separately
 * Bourbon..........Mixin library
 * Custom...........Our code
 */
/**
 * #CUSTOM VENDOR
 *
 * All of our custom vendor code.
 */
/**
 * #BOOTSTRAP
 *
 * Because most projects do not require all of Bootstrap, we have already commented
 * out some rarely used components from the import.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .toolbox__item:before, .clearfix:after, .toolbox__item:after {
  content: " ";
  display: table; }

.clearfix:after, .toolbox__item:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.flickity-page-dots {
  bottom: 5% !important; }
  .flickity-page-dots .dot {
    background: #fff !important; }

/*!
  * Zoomove v1.3.0
  * http://thompsonemerson.github.io/zoomove
  *
  * Copyright (c) 2016 Emerson Thompson
  * Licensed under the MIT license
 */
.zoo-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.zoo-item .zoo-img {
  will-change: transform;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 500ms ease-out;
  -webkit-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out; }

/*# sourceMappingURL=zoomove.css.map */
/**
 * #BOURBON
 *
 * Include the Bourbon mixin library.
 */
/**
 * #CUSTOM
 *
 * All of our custom code.
 */
/*
	----------------------------------------

	VARIABLES
	--
	Go through this and try to get them as close to the design as possible.

	Once these are done check these:
		- base/typography.scss
		- base/scheme.scss

	----------------------------------------
*/
/**
 * Breakpoints and Container Defaults
 */
/**
 * Spacing variables. Currently misnamed as "padding" variables, but these vars
 * are used in other spacing contexts too.
 */
/**
 * Font sizes for <html> element, used as a base for the rem units in different
 * breakpoints. This should not be changed.
 */
/**
 * Brand color profiles. Find more at: http://brandcolors.net
 *
 * Use map with the "brand" helper function:
 *   ...
 *   color: brand(facebook);
 *   background-color: brand(instagram);
 */
/**
 * Mixins
 *
 */
/*
Description: Adjust alignment.
*/
/*----------------------------*/
/* #BTN / #BUTTON / #MIXIN
/*----------------------------*/
/**
 * Create an element that visually looks like a button.
 *
 * Allows adding an icon and an "icon container" through pseudoelements.
 *
 * VARIABLES:
 *
 * $background - Background color value for the button.
 * $text - Text color value for the button.
 * $padding-horizontal - Horizontal padding.
 * $padding-vertical - Vertical padding.
 * $icon - Include FontAwesome icon by unicode characters, or false for nothing.
 * $icon-side - Side of icon.
 * $icon-bg - Background color for the icon bg element, or false for nothing.
 * $icon-bg-text - Text color for the icon bg element.
 */
/**
 * The wysiwyg-html mixin is used to ensure that the contents of an element stay
 * well-formatted when the client has control over the content. Typically when
 * the client has the ability to add HTML.
 */
/*
This will add a delay to all children and animate them in one by one

Example:
--------
@include animation-sequence(0.10,10);

& > *{
	@include animation(bounceIn,2s);
}
--------

*/
/**
 * Functions
 *
 */
/**
 * Base
 *
 * include the base helpers, typography etc
 */
html {
  box-sizing: border-box;
  font-size: 8px; }
  @media (min-width: 0) {
    html {
      font-size: 8.5px; } }
  @media (min-width: 768px) {
    html {
      font-size: 9px; } }
  @media (min-width: 992px) {
    html {
      font-size: 9.5px;
      overflow-y: scroll; } }
  @media (min-width: 1200px) {
    html {
      font-size: 10px; } }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

body {
  font-size: 1.6rem;
  background-color: #e3e2e1;
  color: #262626;
  font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.62857em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  scroll-behavior: smooth; }

html,
button,
input,
select,
textarea {
  color: #262626;
  font-family: inherit;
  line-height: inherit; }

a {
  cursor: pointer; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

/* This stylesheet generated by Transfonter (http://transfonter.org) on December 8, 2016 8:03 AM */
@font-face {
  font-family: 'GT Walsheim';
  src: url(941f4d0957db39932a499442fde8efdd.eot);
  src: url(941f4d0957db39932a499442fde8efdd.eot) format("embedded-opentype"), url(014c6dcd5a6d5b41b46a0b01442c650b.woff2) format("woff2"), url(79a38c7f91cf1f31788c0a9ca5d06230.woff) format("woff"), url(79e2512a1a63d3e160991db8a64745f0.ttf) format("truetype"), url(b54730545f1fc1cdb27906abda99bee4.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url(ae5254a25c24121b9c7bf141a7c859ea.eot);
  src: url(ae5254a25c24121b9c7bf141a7c859ea.eot) format("embedded-opentype"), url(a43a5760c2e3c7427fbfeadb4f62e56f.woff2) format("woff2"), url(d2413da2962469e62bd16c7fc1a25329.woff) format("woff"), url(b06d858807e15447d0ca48433dadcabe.ttf) format("truetype"), url(7dc1f2c189c36c660db9d2f416b38eed.svg) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url(5962b8ee09182d13b2ece9a38a38049a.eot);
  src: url(5962b8ee09182d13b2ece9a38a38049a.eot) format("embedded-opentype"), url(b33c8f206345b1143666ffa8b83ad99c.woff2) format("woff2"), url(b72611fd5d5cb97ca427814b1ffe0033.woff) format("woff"), url(bfdd8f792d1f1f43a270deb344b0a97a.ttf) format("truetype"), url(58ddebd62c22cd19bb7e5af09b20b0fb.svg) format("svg");
  font-weight: 500;
  font-style: normal; }

.el {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

.clearfix::after, .toolbox__item::after {
  clear: both;
  content: "";
  display: table; }

.h-vertical-align {
  display: flex;
  align-items: center; }

.h-equal-height {
  display: flex;
  flex: 1 0 auto; }

.h-collapse + .h-collapse {
  padding-top: 0 !important;
  margin-top: -1rem; }

.h-email-address {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .b-footer .h-email-address {
    display: block; }

.h-load-background {
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }

.h-centered {
  text-align: center; }
  .h-centered > * {
    margin-left: auto !important;
    margin-right: auto !important; }

.clickable {
  position: relative;
  cursor: pointer;
  display: block; }
  .clickable__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(0, 0, 0, 0); }

.wysiwyg-html {
  position: relative;
  /* Editor image styles */ }
  .wysiwyg-html h1, .wysiwyg-html h2, .wysiwyg-html h3, .wysiwyg-html h4, .wysiwyg-html h5, .wysiwyg-html h6 {
    margin: 1.85em 0 1em 0; }
    .wysiwyg-html h1:first-child, .wysiwyg-html h2:first-child, .wysiwyg-html h3:first-child, .wysiwyg-html h4:first-child, .wysiwyg-html h5:first-child, .wysiwyg-html h6:first-child {
      margin-top: 0; }
    .wysiwyg-html h1:last-child, .wysiwyg-html h2:last-child, .wysiwyg-html h3:last-child, .wysiwyg-html h4:last-child, .wysiwyg-html h5:last-child, .wysiwyg-html h6:last-child {
      margin-bottom: 0; }
  .wysiwyg-html ul, .wysiwyg-html ol {
    margin-bottom: 1em; }
    .wysiwyg-html ul ul, .wysiwyg-html ul ol, .wysiwyg-html ol ul, .wysiwyg-html ol ol {
      margin-bottom: 0; }
  .wysiwyg-html p {
    margin-bottom: 2em; }
    .wysiwyg-html p::after {
      clear: both;
      content: "";
      display: table; }
    .wysiwyg-html p:last-child {
      margin-bottom: 0; }
      .wysiwyg-html p:last-child img {
        margin-bottom: 0 !important; }
  .wysiwyg-html hr {
    border: none;
    border-top: solid 1px #646464;
    height: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .wysiwyg-html dl, .wysiwyg-html dd, .wysiwyg-html blockquote {
    margin-bottom: 1em; }
    .wysiwyg-html dl + ol, .wysiwyg-html dl + ul, .wysiwyg-html dd + ol, .wysiwyg-html dd + ul, .wysiwyg-html blockquote + ol, .wysiwyg-html blockquote + ul {
      margin-bottom: 0; }
  .wysiwyg-html img {
    height: auto; }
  .wysiwyg-html pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 0;
    font-size: 0.9em;
    margin: 0 0 1em; }
  .wysiwyg-html .wp-caption {
    position: relative;
    margin-bottom: 11.5rem !important;
    max-width: 100%; }
    .wysiwyg-html .wp-caption::after {
      clear: both;
      content: "";
      display: table; }
    .wysiwyg-html .wp-caption img {
      margin-bottom: 0.3em;
      position: relative;
      z-index: 2; }
  .no-touch .wysiwyg-html p.wp-caption-text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(0%);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0; }
    .no-touch .wysiwyg-html p.wp-caption-text.is-active {
      transform: translateY(100%);
      opacity: 1; }
  .wysiwyg-html .alignnone {
    display: block;
    margin-bottom: 4rem; }
    .wysiwyg-html .alignnone img {
      max-width: 100%; }
  .wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem; }
  .wysiwyg-html .alignleft,
  .wysiwyg-html .alignright {
    margin-bottom: 2rem; }
  .wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%; }
  .wysiwyg-html .alignright {
    float: right;
    margin-left: 2%; }
  .wysiwyg-html a:not(.c-btn):not(.c-btn--read-more) {
    text-decoration: underline; }
    .no-touch .wysiwyg-html a:not(.c-btn):not(.c-btn--read-more):hover {
      text-decoration: none; }

.full-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none; }

/*------
#PADDING
------*/
.padding {
  padding: 40px; }
  .padding--xxl {
    padding: 150px; }
  .padding--xl {
    padding: 100px; }
  .padding--lg {
    padding: 60px; }
  .padding--md {
    padding: 40px; }
  .padding--sm {
    padding: 30px; }
  .padding--xs {
    padding: 20px; }
  .padding--xxs {
    padding: 10px; }

/*-----
#MARGIN
-----*/
.margin {
  margin: 40px; }
  .margin--xxl {
    margin: 150px; }
  .margin--xl {
    margin: 100px; }
  .margin--lg {
    margin: 60px; }
  .margin--md {
    margin: 40px; }
  .margin--sm {
    margin: 30px; }
  .margin--xs {
    margin: 20px; }
  .margin--xxs {
    margin: 10px; }

/*-----
#HIDE
-----*/
.h-hide {
  display: none !important; }
  @media (min-width: 1600px) {
    .h-hide--xl {
      display: none !important; } }
  @media (min-width: 1200px) {
    .h-hide--lg {
      display: none !important; } }
  @media (min-width: 992px) {
    .h-hide--md {
      display: none !important; } }
  @media (min-width: 768px) {
    .h-hide--sm {
      display: none !important; } }
  .h-hide--xs {
    display: none !important; }

.h-show {
  display: none !important; }
  @media (min-width: 1600px) {
    .h-show--xl {
      display: block !important; } }
  @media (min-width: 1200px) {
    .h-show--lg {
      display: block !important; } }
  @media (min-width: 992px) {
    .h-show--md {
      display: block !important; } }
  @media (min-width: 768px) {
    .h-show--sm {
      display: block !important; } }

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
	----------------------------------------

	SCHEMES
	--
	Create schemes that can be used to manipulate components and blocks.
	Try to define colors in components and blocks as little as possible.

	----------------------------------------
*/
.scheme--white h1, .scheme--white h2, .scheme--white h3, .scheme--white h4, .scheme--white h5, .scheme--white h6 {
  color: #262626; }

.scheme--white ul, .scheme--white li, .scheme--white p {
  color: #262626; }

.scheme--white.scheme--background {
  background: #fff; }

.scheme--white:not(.no-collapse) + .scheme--white:not(.no-collapse):not(.b-horizontal-slideshow) {
  padding-top: 0 !important;
  margin-top: -1rem; }

.scheme--white:not(.no-collapse) + .b-horizontal-slideshow {
  padding-top: 12.5rem !important;
  margin-top: auto; }

.scheme--white:not(.no-collapse) + .scheme--grey.b-horizontal-slideshow {
  margin-top: 12.5rem; }

.scheme--grey h1, .scheme--grey h2, .scheme--grey h3, .scheme--grey h4, .scheme--grey h5, .scheme--grey h6 {
  color: #262626; }

.scheme--grey ul, .scheme--grey li, .scheme--grey p {
  color: #262626; }

.scheme--grey.scheme--background {
  background: #f2f1f0; }

.scheme--grey:not(.no-collapse) + .scheme--grey:not(.no-collapse):not(.b-horizontal-slideshow) {
  padding-top: 0 !important;
  margin-top: -1rem; }

.scheme--grey:not(.no-collapse) + .b-horizontal-slideshow.hs--style__normal {
  padding-top: 12.5rem !important;
  margin-top: auto; }

.scheme--grey:not(.no-collapse) + .scheme--white.b-horizontal-slideshow {
  margin-top: 12.5rem; }

.scheme--dark h1, .scheme--dark h2, .scheme--dark h3, .scheme--dark h4, .scheme--dark h5, .scheme--dark h6 {
  color: #f2f1f0; }

.scheme--dark ul, .scheme--dark li, .scheme--dark p {
  color: #f2f1f0; }

.scheme--dark.scheme--background {
  background: #262626; }

.scheme--dark:not(.no-collapse) + .scheme--dark:not(.no-collapse):not(.b-horizontal-slideshow) {
  padding-top: 0 !important;
  margin-top: -1rem; }

.scheme--dark:not(.no-collapse) + .b-horizontal-slideshow {
  padding-top: 12.5rem !important;
  margin-top: auto; }

.scheme--dark:not(.no-collapse) + .scheme--white.b-horizontal-slideshow {
  margin-top: 12.5rem; }

/*
	----------------------------------------

	TYPOGRAPHY
	--
	Let's try to keep this clear from colors because
	these elements can be used in dark and light areas.

	----------------------------------------
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.27em;
  margin: 0;
  padding: 0; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
  .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
    font-weight: 500; }

h1, .h1 {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: -3px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 9.6rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 6rem; } }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 9.6rem; } }

h2, .h2 {
  font-size: 4.8rem;
  letter-spacing: -2px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 5.6rem; } }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 6.4rem; } }

h3, .h3 {
  font-size: 3.6rem;
  letter-spacing: -2px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 3.9rem; } }
  @media (min-width: 1600px) {
    h3, .h3 {
      font-size: 4.5rem; } }
  h3.h3-smaller, .h3.h3-smaller {
    font-size: 20px; }
    @media (min-width: 768px) {
      h3.h3-smaller, .h3.h3-smaller {
        font-size: 39px; } }
    @media (min-width: 1600px) {
      h3.h3-smaller, .h3.h3-smaller {
        font-size: 45px; } }

h4, .h4 {
  font-size: 2.8rem;
  letter-spacing: -1px;
  line-height: 1.3; }
  @media (min-width: 1600px) {
    h4, .h4 {
      font-size: 3.2rem; } }

h5, .h5 {
  font-size: 1.9rem;
  letter-spacing: -1px;
  line-height: 1.4; }
  @media (min-width: 1600px) {
    h5, .h5 {
      font-size: 2.2rem; } }

h6, .h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

.size-96 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1; }
  @media (min-width: 768px) {
    .size-96 {
      font-size: 9.6rem; } }
  .size-96 b, .size-96 strong {
    font-weight: 500; }

.text-xxs {
  font-size: 1.1rem !important; }

.text-xs {
  font-size: 1.6rem !important; }

.text-sm {
  font-size: 1.9rem !important; }
  @media (min-width: 1600px) {
    .text-sm {
      font-size: 2.2rem !important; } }

.text-md {
  font-size: 2.8rem !important; }
  @media (min-width: 1600px) {
    .text-md {
      font-size: 3.2rem !important; } }

.text-lg {
  font-size: 3.6rem !important; }
  @media (min-width: 768px) {
    .text-lg {
      font-size: 3.9rem !important; } }
  @media (min-width: 1600px) {
    .text-lg {
      font-size: 4.5rem !important; } }

.text-lg-mod {
  font-size: 2rem !important; }
  @media (min-width: 768px) {
    .text-lg-mod {
      font-size: 3.9rem !important; } }
  @media (min-width: 1600px) {
    .text-lg-mod {
      font-size: 4.5rem !important; } }

.text-xl {
  font-size: 4.8rem !important; }
  @media (min-width: 768px) {
    .text-xl {
      font-size: 5.6rem !important; } }
  @media (min-width: 1600px) {
    .text-xl {
      font-size: 6.4rem !important; } }

.text-xxl {
  font-size: 5.2rem !important; }
  @media (min-width: 768px) {
    .text-xxl {
      font-size: 9.6rem !important; } }
  @media (min-width: 992px) {
    .text-xxl {
      font-size: 6rem !important; } }
  @media (min-width: 1600px) {
    .text-xxl {
      font-size: 9.6rem !important; } }

.text-xxl2 {
  font-size: 5.2rem !important; }
  @media (min-width: 768px) {
    .text-xxl2 {
      font-size: 9.6rem !important; } }

.text-xxxl {
  font-size: 6rem !important; }
  @media (min-width: 768px) {
    .text-xxxl {
      font-size: 11.8rem !important; } }
  @media (min-width: 992px) {
    .text-xxxl {
      font-size: 9.6rem !important; } }
  @media (min-width: 1600px) {
    .text-xxxl {
      font-size: 11.8rem !important; } }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

p {
  margin: 0;
  padding: 0; }
  p:last-child {
    margin: 0; }
  p.accent {
    font-style: italic; }
  p.large {
    font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.17; }
  p.gray-med {
    font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.47;
    color: #9b9b9b; }

strong,
b {
  font-weight: 700; }

blockquote {
  padding: 0 0 0 2em;
  border-left: 0.5em solid #262626;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0 0 0 2em; }

hr {
  height: 1px;
  border: none;
  background: rgba(125, 125, 125, 0.5); }

a {
  color: inherit;
  text-decoration: none;
  transition: all, 0.1s; }
  a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: inherit; }

p a:hover {
  text-decoration: underline; }

/**
 * Layouts
 * A bunch of layouts
 */
.l-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .l-columns::after {
    clear: both;
    content: "";
    display: table; }
  .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .l-columns__item {
        float: left;
        width: 100%; } }
    [data-column-count="1"] .l-columns__item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        [data-column-count="1"] .l-columns__item {
          float: left;
          width: 100%; } }
    [data-column-count="2"] .l-columns__item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        [data-column-count="2"] .l-columns__item {
          float: left;
          width: 50%; } }
    [data-column-count="3"] .l-columns__item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        [data-column-count="3"] .l-columns__item {
          float: left;
          width: 33.33333%; } }
    [data-column-count="4"] .l-columns__item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        [data-column-count="4"] .l-columns__item {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        [data-column-count="4"] .l-columns__item {
          float: left;
          width: 25%; } }
    [data-column-count="4"] .l-columns__item:nth-child(2n + 3) {
      clear: left; }
      @media (min-width: 992px) {
        [data-column-count="4"] .l-columns__item:nth-child(2n + 3) {
          clear: none; } }
    .l-columns__item:not(:first-child) {
      margin-top: 11.5rem; }
      @media (min-width: 992px) {
        .l-columns__item:not(:first-child) {
          margin-top: 0; } }
    .l-columns__item--empty {
      display: none; }
      @media (min-width: 992px) {
        .l-columns__item--empty {
          display: block; } }
      .l-columns__item--empty + .l-columns__item:not(.l-columns__item--empty) {
        margin-top: 0; }
  .l-columns--small .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .l-columns--small .l-columns__item {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .l-columns--small .l-columns__item {
        float: left;
        width: 33.33333%; } }
    .l-columns--small .l-columns__item:not(:last-child) {
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .l-columns--small .l-columns__item:not(:last-child) {
          margin-bottom: 0; } }
  .single-small-column .l-columns .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .single-small-column .l-columns .l-columns__item {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .single-small-column .l-columns .l-columns__item {
        float: left;
        width: 33.33333%; } }
  .seventy-thirty .l-columns .l-columns__item:nth-child(odd) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .seventy-thirty .l-columns .l-columns__item:nth-child(odd) {
        float: left;
        width: 58.33333%; } }
  .seventy-thirty .l-columns .l-columns__item:nth-child(even) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .seventy-thirty .l-columns .l-columns__item:nth-child(even) {
        float: left;
        width: 41.66667%; } }
  .thirty-seventy .l-columns .l-columns__item:nth-child(odd) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .thirty-seventy .l-columns .l-columns__item:nth-child(odd) {
        float: left;
        width: 41.66667%; } }
  .thirty-seventy .l-columns .l-columns__item:nth-child(even) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .thirty-seventy .l-columns .l-columns__item:nth-child(even) {
        float: left;
        width: 58.33333%; } }
  .fifty-sixty .l-columns .l-columns__item {
    transition: 0.05s linear;
    will-change: transition; }
    .fifty-sixty .l-columns .l-columns__item p:not(:first-child) {
      max-width: 480px; }
      @media (max-width: 1199px) {
        .fifty-sixty .l-columns .l-columns__item p:not(:first-child) {
          max-width: 85%; } }
      @media (max-width: 991px) {
        .fifty-sixty .l-columns .l-columns__item p:not(:first-child) {
          max-width: 90%; } }
    .fifty-sixty .l-columns .l-columns__item img {
      width: 100%;
      height: auto; }
    .fifty-sixty .l-columns .l-columns__item:nth-child(odd) {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 1200px) {
        .fifty-sixty .l-columns .l-columns__item:nth-child(odd) {
          float: left;
          width: 50%; } }
      .fifty-sixty .l-columns .l-columns__item:nth-child(odd) .c-columns-item {
        padding-right: 0; }
    .fifty-sixty .l-columns .l-columns__item:nth-child(even) {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      padding-bottom: 90px;
      transform: translateY(90px) translateX(-90px); }
      @media (min-width: 1200px) {
        .fifty-sixty .l-columns .l-columns__item:nth-child(even) {
          float: left;
          width: 50%; } }
      .fifty-sixty .l-columns .l-columns__item:nth-child(even) .c-columns-item {
        width: calc(100% + 90px); }
      @media (max-width: 1199px) {
        .fifty-sixty .l-columns .l-columns__item:nth-child(even) {
          transform: translateY(45px) translateX(-45px); }
          .fifty-sixty .l-columns .l-columns__item:nth-child(even) .c-columns-item {
            width: calc(100% + 45px); } }
      @media (max-width: 991px) {
        .fifty-sixty .l-columns .l-columns__item:nth-child(even) {
          transform: none; }
          .fifty-sixty .l-columns .l-columns__item:nth-child(even) .c-columns-item {
            width: 100%; } }
  .sixty-fifty .l-columns .l-columns__item {
    transition: 0.1s linear; }
    .sixty-fifty .l-columns .l-columns__item p:not(:first-child) {
      max-width: 480px; }
      @media (max-width: 991px) {
        .sixty-fifty .l-columns .l-columns__item p:not(:first-child) {
          max-width: 90%; } }
    .sixty-fifty .l-columns .l-columns__item img {
      width: 100%;
      height: auto; }
    .sixty-fifty .l-columns .l-columns__item:nth-child(odd) {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      padding-bottom: 90px;
      transform: translateY(90px) translateX(90px); }
      @media (min-width: 1200px) {
        .sixty-fifty .l-columns .l-columns__item:nth-child(odd) {
          float: left;
          width: 50%; } }
      .sixty-fifty .l-columns .l-columns__item:nth-child(odd) .c-columns-item {
        width: calc(100% + 90px); }
      @media (max-width: 1199px) {
        .sixty-fifty .l-columns .l-columns__item:nth-child(odd) {
          transform: translateY(45px) translateX(45px); }
          .sixty-fifty .l-columns .l-columns__item:nth-child(odd) .c-columns-item {
            width: calc(100% + 45px);
            padding-right: 45px; } }
      @media (max-width: 991px) {
        .sixty-fifty .l-columns .l-columns__item:nth-child(odd) {
          transform: none; }
          .sixty-fifty .l-columns .l-columns__item:nth-child(odd) .c-columns-item {
            width: 100%;
            outline: 1px solid pink; } }
    .sixty-fifty .l-columns .l-columns__item:nth-child(even) {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0; }
      @media (min-width: 1200px) {
        .sixty-fifty .l-columns .l-columns__item:nth-child(even) {
          float: left;
          width: 50%; } }
      .sixty-fifty .l-columns .l-columns__item:nth-child(even) .c-columns-item :not(:first-child) {
        transform: translateY(90px) translateX(110px); }
        @media (max-width: 1199px) {
          .sixty-fifty .l-columns .l-columns__item:nth-child(even) .c-columns-item :not(:first-child) {
            transform: translateY(45px) translateX(65px); } }
        @media (max-width: 991px) {
          .sixty-fifty .l-columns .l-columns__item:nth-child(even) .c-columns-item :not(:first-child) {
            transform: none; } }
  @media (min-width: 768px) {
    .center-vertical .l-columns {
      display: flex;
      align-items: center; } }
  .collapse-top .l-columns .l-columns__item {
    padding-top: 11.5rem; }
    .collapse-top .l-columns .l-columns__item img:first-child,
    .collapse-top .l-columns .l-columns__item iframe:first-child {
      position: relative;
      margin-top: -11.5rem; }

.l-grid__row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .l-grid__row::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .l-grid__row {
      padding-bottom: 11.5rem; } }

.l-grid__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11.5rem; }
  @media (min-width: 768px) {
    .l-grid__item {
      padding-bottom: 0; } }
  .l-grid__item--xs {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--xs {
        float: left;
        width: 25%; } }
  .l-grid__item--sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--sm {
        float: left;
        width: 33.33333%; } }
  .l-grid__item--md {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--md {
        float: left;
        width: 50%; } }
  .l-grid__item--lg {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--lg {
        float: left;
        width: 66.66667%; } }
  .l-grid__item--xl {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--xl {
        float: left;
        width: 83.33333%; } }
  .l-grid__item--full {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-grid__item--full {
        float: left;
        width: 100%; } }

.l-grid.is-loading {
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0; }

.l-listing {
  margin-left: -15px;
  margin-right: -15px; }
  .l-listing::after {
    clear: both;
    content: "";
    display: table; }
  .l-listing__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .l-listing__item {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .l-listing__item {
        float: left;
        width: 33.33333%; } }
    .l-listing__item:nth-child(2n+1) {
      clear: both; }
      @media (min-width: 992px) {
        .l-listing__item:nth-child(2n+1) {
          clear: none; } }
    @media (min-width: 992px) {
      .l-listing__item:nth-child(3n+1) {
        clear: both; } }
    .l-listing__item.js-filter {
      clear: none; }
    .l-listing--dynamic .l-listing__item {
      /*//&-4 {
            &:nth-child(4) {
                @include make-md-column(8);
            }*/ }
      @media (max-width: 767px) {
        .l-listing--dynamic .l-listing__item {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px; } }

.l-listing-grid {
  display: grid;
  gap: 40px 20px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .l-listing-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .l-listing-grid {
      grid-template-columns: repeat(3, minmax(200px, 500px));
      gap: 60px 30px; } }
  .l-listing-grid__item.js-filter {
    clear: none; }
  @media (min-width: 992px) {
    .l-listing-grid__item--wide:not(.filtered) {
      grid-column-end: span 2; } }

/**
 * Blocks
 * Block contain of layouts and components, and those should styled individually with modifiers
 */
.b-case-list {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-case-list__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    overflow: visible; }
    @media (min-width: 768px) {
      .b-case-list__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .b-case-list__container {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
  .b-case-list__grid-container {
    column-gap: 2rem;
    column-count: 1; }
    @media (min-width: 768px) {
      .b-case-list__grid-container {
        column-count: 2; } }
    @media (min-width: 992px) {
      .b-case-list__grid-container {
        column-count: 3; } }
  .b-case-list__header {
    margin-bottom: 0px; }
  .b-case-list__grid-items {
    display: block; }
    .b-case-list__grid-items.grey {
      color: #707070; }
    .b-case-list__grid-items.active .b-case-list__project-image {
      margin-top: 5px;
      margin-bottom: 10px;
      height: 100%;
      display: block;
      position: fixed;
      margin-left: 15px;
      z-index: 2; }
      .b-case-list__grid-items.active .b-case-list__project-image img {
        overflow: visible; }
    .b-case-list__grid-items.active .b-case-list__project-url {
      text-decoration: underline; }
  .b-case-list__project-title {
    font-family: 'GT Walsheim';
    font-size: 24px;
    line-height: 1.6; }
  .b-case-list__project-image {
    max-width: 80%;
    transition: height 300ms ease-in-out;
    position: relative;
    display: none; }
    @media (min-width: 768px) {
      .b-case-list__project-image {
        overflow: visible;
        height: auto;
        max-width: 40%; }
        .b-case-list__project-image img {
          max-height: 450px; } }
    @media (min-width: 992px) {
      .b-case-list__project-image {
        max-width: 25%; }
        .b-case-list__project-image__inner-wrapper {
          transform: translateY(calc(-100% - 10px)); } }
    .b-case-list__project-image__text {
      position: absolute;
      background: #000;
      color: #fff;
      top: 18px;
      font-size: 12px;
      padding: 0px 8px;
      margin-left: -8px;
      letter-spacing: 1.4px;
      font-weight: 500; }
      @media (min-width: 992px) {
        .b-case-list__project-image__text {
          top: 24px; } }
    .b-case-list__project-image img {
      overflow: hidden; }
  .b-case-list__project-url {
    position: relative; }
    @media (min-width: 992px) {
      .b-case-list__project-url:hover .b-case-list__project-image, .b-case-list__project-url:active .b-case-list__project-image {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 100%;
        display: block;
        position: fixed;
        margin-left: 15px;
        z-index: 20; }
        .b-case-list__project-url:hover .b-case-list__project-image img, .b-case-list__project-url:active .b-case-list__project-image img {
          overflow: visible; }
      .b-case-list__project-url:hover .b-case-list__project-title, .b-case-list__project-url:active .b-case-list__project-title {
        text-decoration: underline; }
      .b-case-list__project-url:hover:before, .b-case-list__project-url:active:before {
        position: absolute;
        content: "• ";
        left: -1em;
        opacity: 1;
        font-size: 24px;
        line-height: 1.6; } }

.b-award-list {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-award-list__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-award-list__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .b-award-list__container {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
  .b-award-list__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-award-list__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-award-list__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.b-base {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-base__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-base__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-base__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-base__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-base__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-base__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /**
         * to create a centered column with specific width add [data-column-size="8"] to the content element
         */ }
    .b-base__content[data-column-size="1"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="1"] {
          left: 45.83333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="1"] {
          left: 45.83333%; } }
    .b-base__content[data-column-size="2"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="2"] {
          left: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="2"] {
          left: 41.66667%; } }
    .b-base__content[data-column-size="3"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="3"] {
          left: 37.5%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="3"] {
          left: 37.5%; } }
    .b-base__content[data-column-size="4"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="4"] {
          left: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="4"] {
          left: 33.33333%; } }
    .b-base__content[data-column-size="5"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="5"] {
          left: 29.16667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="5"] {
          left: 29.16667%; } }
    .b-base__content[data-column-size="6"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="6"] {
          left: 25%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="6"] {
          left: 25%; } }
    .b-base__content[data-column-size="7"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="7"] {
          left: 20.83333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="7"] {
          left: 20.83333%; } }
    .b-base__content[data-column-size="8"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="8"] {
          left: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="8"] {
          left: 16.66667%; } }
    .b-base__content[data-column-size="9"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="9"] {
          left: 12.5%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="9"] {
          left: 12.5%; } }
    .b-base__content[data-column-size="10"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="10"] {
          left: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="10"] {
          left: 8.33333%; } }
    .b-base__content[data-column-size="11"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="11"] {
          left: 4.16667%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="11"] {
          left: 4.16667%; } }
    .b-base__content[data-column-size="12"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 992px) {
        .b-base__content[data-column-size="12"] {
          left: 0%; } }
      @media (min-width: 1200px) {
        .b-base__content[data-column-size="12"] {
          left: 0%; } }
  .b-base__wrapper {
    position: relative; }
    .b-base__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-base__wrapper--padded {
          padding: 5rem; } }

.b-columns {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-columns__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-columns__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-columns__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-columns__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-columns__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-columns__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-columns__wrapper {
    position: relative; }
    .b-columns__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-columns__wrapper--padded {
          padding: 5rem; } }
  .b-columns.collapse-top {
    padding-top: 0; }
  .b-columns.collapse-bottom {
    padding-bottom: 0; }
  .b-columns.mobile-hidden {
    display: none; }
    @media (min-width: 768px) {
      .b-columns.mobile-hidden {
        display: block; } }
  @media (min-width: 768px) {
    .b-columns.mobile-only {
      display: none; } }

.b-feed {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  padding-bottom: 0; }
  .b-feed__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-feed__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-feed__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-feed__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-feed__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-feed__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-feed__wrapper {
    position: relative; }
  .b-feed__button {
    padding-bottom: 11.5rem;
    text-align: center; }
    @media (min-width: 992px) {
      .b-feed__button {
        padding-right: 11.5rem; } }

.b-fullscreen-image {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }
  .b-fullscreen-image__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
    height: 100vh; }
    @media (min-width: 768px) {
      .b-fullscreen-image__container {
        padding-right: 0;
        margin-left: 30px;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .b-fullscreen-image__container {
        padding-right: 0;
        margin-left: 11.5rem;
        padding-left: 0; } }

.b-hero {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  min-height: 400px;
  height: 400px;
  height: 80vh;
  height: calc(100vh - 11.5rem);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .b-hero {
      min-height: 600px; } }
  @media (min-width: 992px) {
    .b-hero {
      min-height: 600px;
      height: 600px;
      height: 80vh;
      height: calc(100vh - 11.5rem); } }
  @media (min-width: 1200px) {
    .b-hero {
      min-height: 700px; } }
  @media (min-width: 1600px) {
    .b-hero {
      min-height: 800px; } }
  .b-hero--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .b-hero__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .b-hero__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .b-hero__container {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
  .b-hero__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-hero__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-hero__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /**
         * to create a centered column with specific width add [data-column-size="8"] to the content element
         */ }
    .b-hero__content[data-column-size="1"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="1"] {
          left: 45.83333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="1"] {
          left: 45.83333%; } }
    .b-hero__content[data-column-size="2"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="2"] {
          left: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="2"] {
          left: 41.66667%; } }
    .b-hero__content[data-column-size="3"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="3"] {
          left: 37.5%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="3"] {
          left: 37.5%; } }
    .b-hero__content[data-column-size="4"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="4"] {
          left: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="4"] {
          left: 33.33333%; } }
    .b-hero__content[data-column-size="5"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="5"] {
          left: 29.16667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="5"] {
          left: 29.16667%; } }
    .b-hero__content[data-column-size="6"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="6"] {
          left: 25%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="6"] {
          left: 25%; } }
    .b-hero__content[data-column-size="7"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="7"] {
          left: 20.83333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="7"] {
          left: 20.83333%; } }
    .b-hero__content[data-column-size="8"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="8"] {
          left: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="8"] {
          left: 16.66667%; } }
    .b-hero__content[data-column-size="9"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="9"] {
          left: 12.5%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="9"] {
          left: 12.5%; } }
    .b-hero__content[data-column-size="10"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="10"] {
          left: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="10"] {
          left: 8.33333%; } }
    .b-hero__content[data-column-size="11"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="11"] {
          left: 4.16667%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="11"] {
          left: 4.16667%; } }
    .b-hero__content[data-column-size="12"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 992px) {
        .b-hero__content[data-column-size="12"] {
          left: 0%; } }
      @media (min-width: 1200px) {
        .b-hero__content[data-column-size="12"] {
          left: 0%; } }
  .b-hero__text {
    padding: 4rem 0; }
    @media (min-width: 768px) {
      .b-hero__text {
        padding: 4rem; } }
    @media (min-width: 992px) {
      .b-hero__text {
        padding: 8rem; } }
    @media (min-width: 1600px) {
      .b-hero__text {
        padding: 11.5rem; } }
    .b-hero__text h1, .b-hero__text h2, .b-hero__text h3, .b-hero__text h4, .b-hero__text h5, .b-hero__text h6 {
      font-weight: 500; }
    .b-hero__text h1 {
      font-size: 6rem;
      max-width: 950px; }
      @media (min-width: 768px) {
        .b-hero__text h1 {
          font-size: 11.8rem; } }
      @media (min-width: 992px) {
        .b-hero__text h1 {
          font-size: 9.6rem; } }
      @media (min-width: 1600px) {
        .b-hero__text h1 {
          font-size: 11.8rem; } }
    .b-hero__text h2, .b-hero__text h3 {
      max-width: 650px; }
    .b-hero__text h4, .b-hero__text h5, .b-hero__text h6, .b-hero__text p {
      max-width: 475px; }
    .b-hero__text.h-centered h1 {
      max-width: 1200px; }
    .b-hero__text.h-centered h2 {
      font-size: 5.2rem;
      line-height: 1.1;
      max-width: 1200px; }
      @media (min-width: 768px) {
        .b-hero__text.h-centered h2 {
          font-size: 9.6rem; } }
      @media (min-width: 992px) {
        .b-hero__text.h-centered h2 {
          font-size: 6rem; } }
      @media (min-width: 1600px) {
        .b-hero__text.h-centered h2 {
          font-size: 9.6rem; } }
    .b-hero__text.wysiwyg-html h1, .b-hero__text.wysiwyg-html h2, .b-hero__text.wysiwyg-html h3, .b-hero__text.wysiwyg-html h4, .b-hero__text.wysiwyg-html h5, .b-hero__text.wysiwyg-html h6 {
      margin-top: 0;
      margin-bottom: 2.5rem; }
      .b-hero__text.wysiwyg-html h1:last-child, .b-hero__text.wysiwyg-html h2:last-child, .b-hero__text.wysiwyg-html h3:last-child, .b-hero__text.wysiwyg-html h4:last-child, .b-hero__text.wysiwyg-html h5:last-child, .b-hero__text.wysiwyg-html h6:last-child {
        margin-bottom: 0; }
  .b-hero--tall {
    height: 100vh; }
  .b-hero--short {
    height: 70vh;
    height: calc(90vh - 11.5rem); }

.b-image-hero {
  position: relative;
  overflow: hidden; }
  .b-image-hero__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .b-image-hero__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-image-hero__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-image-hero__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-image-hero__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-image-hero__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /**
         * to create a centered column with specific width add [data-column-size="8"] to the content element
         */ }
    .b-image-hero__content[data-column-size="1"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="1"] {
          left: 45.83333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="1"] {
          left: 45.83333%; } }
    .b-image-hero__content[data-column-size="2"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="2"] {
          left: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="2"] {
          left: 41.66667%; } }
    .b-image-hero__content[data-column-size="3"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="3"] {
          left: 37.5%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="3"] {
          left: 37.5%; } }
    .b-image-hero__content[data-column-size="4"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="4"] {
          left: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="4"] {
          left: 33.33333%; } }
    .b-image-hero__content[data-column-size="5"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="5"] {
          left: 29.16667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="5"] {
          left: 29.16667%; } }
    .b-image-hero__content[data-column-size="6"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="6"] {
          left: 25%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="6"] {
          left: 25%; } }
    .b-image-hero__content[data-column-size="7"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="7"] {
          left: 20.83333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="7"] {
          left: 20.83333%; } }
    .b-image-hero__content[data-column-size="8"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="8"] {
          left: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="8"] {
          left: 16.66667%; } }
    .b-image-hero__content[data-column-size="9"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="9"] {
          left: 12.5%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="9"] {
          left: 12.5%; } }
    .b-image-hero__content[data-column-size="10"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="10"] {
          left: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="10"] {
          left: 8.33333%; } }
    .b-image-hero__content[data-column-size="11"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="11"] {
          left: 4.16667%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="11"] {
          left: 4.16667%; } }
    .b-image-hero__content[data-column-size="12"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 992px) {
        .b-image-hero__content[data-column-size="12"] {
          left: 0%; } }
      @media (min-width: 1200px) {
        .b-image-hero__content[data-column-size="12"] {
          left: 0%; } }
  .b-image-hero__image img {
    width: 100%; }

.b-meta-columns {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .b-meta-columns__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-meta-columns__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-meta-columns__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-meta-columns__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-meta-columns__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-meta-columns__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-meta-columns__wrapper {
    position: relative; }
    .b-meta-columns__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-meta-columns__wrapper--padded {
          padding: 5rem; } }

.b-fullscreen-image + .b-meta-columns {
  margin-top: -11.5rem; }

.b-numbered-highlight {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-numbered-highlight__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-numbered-highlight__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-numbered-highlight__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-numbered-highlight__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-numbered-highlight__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-numbered-highlight__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /**
         * to create a centered column with specific width add [data-column-size="8"] to the content element
         */ }
    .b-numbered-highlight__content[data-column-size="1"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="1"] {
          float: left;
          width: 8.33333%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="1"] {
          left: 45.83333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="1"] {
          left: 45.83333%; } }
    .b-numbered-highlight__content[data-column-size="2"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="2"] {
          float: left;
          width: 16.66667%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="2"] {
          left: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="2"] {
          left: 41.66667%; } }
    .b-numbered-highlight__content[data-column-size="3"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="3"] {
          float: left;
          width: 25%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="3"] {
          left: 37.5%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="3"] {
          left: 37.5%; } }
    .b-numbered-highlight__content[data-column-size="4"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="4"] {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="4"] {
          left: 33.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="4"] {
          left: 33.33333%; } }
    .b-numbered-highlight__content[data-column-size="5"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="5"] {
          float: left;
          width: 41.66667%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="5"] {
          left: 29.16667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="5"] {
          left: 29.16667%; } }
    .b-numbered-highlight__content[data-column-size="6"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="6"] {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="6"] {
          left: 25%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="6"] {
          left: 25%; } }
    .b-numbered-highlight__content[data-column-size="7"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="7"] {
          float: left;
          width: 58.33333%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="7"] {
          left: 20.83333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="7"] {
          left: 20.83333%; } }
    .b-numbered-highlight__content[data-column-size="8"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="8"] {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="8"] {
          left: 16.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="8"] {
          left: 16.66667%; } }
    .b-numbered-highlight__content[data-column-size="9"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="9"] {
          float: left;
          width: 75%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="9"] {
          left: 12.5%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="9"] {
          left: 12.5%; } }
    .b-numbered-highlight__content[data-column-size="10"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="10"] {
          float: left;
          width: 83.33333%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="10"] {
          left: 8.33333%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="10"] {
          left: 8.33333%; } }
    .b-numbered-highlight__content[data-column-size="11"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="11"] {
          float: left;
          width: 91.66667%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="11"] {
          left: 4.16667%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="11"] {
          left: 4.16667%; } }
    .b-numbered-highlight__content[data-column-size="12"] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="12"] {
          float: left;
          width: 100%; } }
      @media (min-width: 992px) {
        .b-numbered-highlight__content[data-column-size="12"] {
          left: 0%; } }
      @media (min-width: 1200px) {
        .b-numbered-highlight__content[data-column-size="12"] {
          left: 0%; } }
  .b-numbered-highlight__wrapper {
    position: relative; }
    .b-numbered-highlight__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-numbered-highlight__wrapper--padded {
          padding: 5rem; } }
  @media (min-width: 992px) {
    .b-numbered-highlight--left .b-numbered-highlight__image {
      left: 50%; } }
  @media (min-width: 1200px) {
    .b-numbered-highlight--left .b-numbered-highlight__image {
      left: 50%; } }
  @media (min-width: 992px) {
    .b-numbered-highlight--left .b-numbered-highlight__text {
      right: 50%; } }
  @media (min-width: 1200px) {
    .b-numbered-highlight--left .b-numbered-highlight__text {
      right: 50%; } }

.b-page-content {
  position: relative;
  z-index: 50;
  background: #fff; }
  @media (min-width: 992px) {
    .b-page-content {
      padding-top: 0; } }

.b-page-navigation {
  /*
	 * ------------------------------------
	 * Mobile
	 * ------------------------------------
	*/
  /*
	 * ------------------------------------
	 * Desktop
	 * ------------------------------------
	*/ }
  .b-page-navigation ul {
    margin: 0;
    padding: 0; }
  .b-page-navigation li {
    display: block; }
  @media (max-width: 991px) {
    .b-page-navigation {
      z-index: 100;
      transition: all, 0.6s, cubic-bezier(0.19, 1, 0.22, 1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .b-page-navigation:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background: rgba(255, 255, 255, 0);
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 100;
        -webkit-backdrop-filter: blur(0px);
                backdrop-filter: blur(0px); }
      .b-page-navigation--open .b-page-navigation:before {
        background: rgba(242, 241, 240, 0.8);
        height: 100%;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); }
      .b-page-navigation.b-page-navigation--scroll-hidden {
        transform: translate(0, -100%); }
        .b-page-navigation--open .b-page-navigation.b-page-navigation--scroll-hidden {
          transform: none; }
      .b-page-navigation__logo {
        position: fixed;
        z-index: 101;
        margin-left: -0.5rem;
        top: 0;
        left: 25px;
        height: 115px;
        line-height: 75px;
        color: #262626;
        font-size: 5rem;
        padding-bottom: 40px; }
      .b-page-navigation__stairs {
        position: fixed;
        top: 60px;
        left: 25px;
        font-size: 30px;
        z-index: 100;
        margin-left: 0; }
      .b-page-navigation__pages-wrapper {
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow-y: auto;
        width: 84%;
        margin-left: calc(10% + 5rem);
        transform: translate(110%, 0);
        transform-origin: 100% 100%;
        background: #fff;
        padding: 4rem; }
        .b-page-navigation--open .b-page-navigation__pages-wrapper {
          transform: translate(0, 0); }
      .b-page-navigation__pages {
        position: absolute;
        bottom: 4rem;
        left: 4rem;
        height: auto; }
        .b-page-navigation__pages li a {
          font-size: 2.8rem;
          display: block;
          white-space: nowrap;
          padding: 0.5em 0;
          font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
          font-weight: 500; } }
      @media (max-width: 991px) and (min-width: 1600px) {
        .b-page-navigation__pages li a {
          font-size: 3.2rem; } }
  @media (max-width: 991px) {
          .no-touch .b-page-navigation__pages li a:hover {
            text-decoration: underline; }
        .b-page-navigation__pages li.current_page_item {
          text-decoration: underline; }
      .b-page-navigation__top {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 7.5rem; }
        .b-page-navigation__top a {
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          display: block;
          margin-left: auto;
          margin-right: auto;
          display: block;
          width: 50px;
          height: 75px;
          opacity: 0;
          transform: translate(0%, 150%) rotate(-90deg);
          transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
          .b-page-navigation__top a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 25px;
            height: 25px;
            background-size: contain;
            background-image: url(3b06ef549a540df82bf9a62d76663b3b.png);
            background-position: 50% 50%;
            background-repeat: no-repeat; }
          .is-scrolled .b-page-navigation__top a {
            opacity: 1;
            transform: translate(0%, 0%) rotate(-90deg); } }
  @media (min-width: 992px) {
    .b-page-navigation {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 200;
      width: 11.5rem; }
      .b-page-navigation__logo {
        font-size: 6rem;
        position: absolute;
        top: 2rem;
        line-height: 6rem;
        z-index: 2;
        text-align: center;
        left: 0;
        width: 100%;
        padding-bottom: 5rem; } }
    @media (min-width: 992px) and (min-width: 1600px) {
      .b-page-navigation__logo {
        font-size: 7rem;
        line-height: 7rem;
        top: 3rem; } }
  @media (min-width: 992px) {
      .b-page-navigation__stairs {
        position: absolute;
        top: 8rem;
        font-size: 45px;
        text-align: center;
        left: 0;
        width: 100%;
        padding-left: 0.75rem; } }
    @media (min-width: 992px) and (min-width: 1600px) {
      .b-page-navigation__stairs {
        top: 10rem; } }
  @media (min-width: 992px) {
      .b-page-navigation__pages {
        position: absolute;
        top: 100%;
        left: -3px;
        transform: rotate(-90deg);
        width: 100vh;
        transform-origin: 0% 0%;
        text-align: center;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .b-page-navigation__pages li {
          display: inline-block; }
        .b-page-navigation__pages .current_page_item a {
          text-decoration: underline; }
        .b-page-navigation__pages a {
          font-size: 1.9rem;
          display: inline-block;
          line-height: 11.5rem;
          white-space: nowrap;
          padding: 0 0.5em;
          font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
          font-weight: 500; }
          .no-touch .b-page-navigation__pages a:hover {
            text-decoration: underline; }
      .b-page-navigation__top {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .b-page-navigation__top a {
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          display: block;
          margin-left: auto;
          margin-right: auto;
          display: block;
          width: 50px;
          height: 100px;
          opacity: 0;
          transform: translate(0%, 150%) rotate(-90deg);
          transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
          .b-page-navigation__top a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 25px;
            height: 25px;
            background-size: contain;
            background-image: url(3b06ef549a540df82bf9a62d76663b3b.png);
            background-position: 50% 50%;
            background-repeat: no-repeat; }
          .is-scrolled .b-page-navigation__top a {
            opacity: 1;
            transform: translate(0%, 0%) rotate(-90deg); } }

/*
 * ------------------------------------
 * AddSearch
 * ------------------------------------
*/
.b-page-navigation__addsearch {
  position: fixed;
  top: 1.25rem;
  right: 25px;
  z-index: 999;
  display: none; }
  @media (min-width: 992px) {
    .b-page-navigation__addsearch {
      display: block;
      top: 3rem;
      right: 3.5rem; } }
  .b-page-navigation__addsearch:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(bfed111b130829e38396717fd258c33c.svg);
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 992px) {
      .b-page-navigation__addsearch:after {
        width: 22px;
        height: 22px; } }
  .b-page-navigation__addsearch input.addsearch {
    position: relative;
    z-index: 2;
    border: none;
    background: transparent !important;
    height: 48px;
    width: 48px;
    text-indent: 48px;
    transition: width 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .b-page-navigation__addsearch.is-open input.addsearch {
    width: 200px;
    text-indent: 0;
    border-bottom: solid 2px #262626; }

@media (min-width: 992px) {
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(242, 241, 240, 0);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    transform: translateY(-100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 992px) {
  body.search-open:after {
    transform: translateY(0%);
    background: rgba(242, 241, 240, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); } }

/*
 * ------------------------------------
 * Mobile Toggle
 * ------------------------------------
*/
@media (max-width: 991px) {
  .b-page-navigation__mobile-toggle {
    position: fixed;
    cursor: pointer;
    z-index: 101;
    right: 25px;
    top: 12px;
    padding: 15px;
    transform: translate(15px, 0); }
    .b-page-navigation__mobile-toggle div {
      width: 22px;
      height: 3px;
      margin-top: 3px;
      position: relative;
      top: 0;
      transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      background: #262626; }
      .b-page-navigation__mobile-toggle div:first-child {
        margin-top: 0; }
      .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(1) {
        transform: rotate(45deg);
        top: 6px; }
      .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(2) {
        opacity: 0; }
      .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(3) {
        transform: rotate(135deg);
        top: -6px; } }

.b-people-listing {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative; }
  .b-people-listing__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-people-listing__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-people-listing__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-people-listing__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-people-listing__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-people-listing__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-people-listing__wrapper {
    position: relative; }
    .b-people-listing__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-people-listing__wrapper--padded {
          padding: 5rem; } }

.b-project-listing {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  padding-bottom: 0; }
  .b-project-listing .c-section-title {
    margin-bottom: 4rem; }
  .b-project-listing__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-project-listing__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-project-listing__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
    .b-project-listing-grid .b-project-listing__container {
      max-width: calc(1560px + 11.5rem); }
      @media (max-width: 991px) {
        .b-project-listing-grid .b-project-listing__container {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (min-width: 992px) {
        .b-project-listing-grid .b-project-listing__container {
          padding-right: 20px; } }
  .b-project-listing__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-project-listing__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-project-listing__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-project-listing__wrapper {
    position: relative; }

.b-related-content {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  padding-bottom: 0; }
  .b-related-content__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-related-content__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-related-content__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-related-content__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-related-content__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-related-content__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-related-content__wrapper {
    position: relative; }
    .b-related-content__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-related-content__wrapper--padded {
          padding: 5rem; } }
  .b-related-content__button {
    text-align: center;
    padding-bottom: 11.5rem; }
    @media (min-width: 992px) {
      .b-related-content__button {
        padding-right: 11.5rem; } }

.b-single-post {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 0;
  z-index: 2; }
  .b-single-post__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-single-post__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .b-single-post__container {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
    @media (min-width: 768px) {
      .b-single-post__container {
        overflow: visible; } }
  .b-single-post__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-single-post__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-single-post__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-single-post__wrapper {
    position: relative; }
    .b-single-post__wrapper--padded {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.04);
      padding: 2rem;
      background-color: #fff; }
      @media (min-width: 992px) {
        .b-single-post__wrapper--padded {
          padding: 5rem; } }

.b-footer {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  text-align: left;
  background: #e3e2e1;
  padding-bottom: 5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 25; }
  .b-footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .b-footer__container {
        padding-right: 0;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .b-footer__container {
        padding-right: 0;
        padding-left: 11.5rem; } }
  .b-footer__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-footer__row::after {
      clear: both;
      content: "";
      display: table; }
    .b-footer__row + .b-footer__row {
      margin-top: 5rem; }
    .b-footer__row--special .b-footer__item:nth-child(1), .b-footer__row--special .b-footer__item:nth-child(2) {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .b-footer__row--special .b-footer__item:nth-child(1), .b-footer__row--special .b-footer__item:nth-child(2) {
          float: left;
          width: 33.33333%; } }
      @media (max-width: 991px) {
        .b-footer__row--special .b-footer__item:nth-child(1), .b-footer__row--special .b-footer__item:nth-child(2) {
          font-size: 1.35rem;
          line-height: 1.3; }
          .b-footer__row--special .b-footer__item:nth-child(1) h4, .b-footer__row--special .b-footer__item:nth-child(2) h4 {
            font-size: 2.2rem; } }
  .b-footer__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .b-footer__item {
        float: left;
        width: 33.33333%; } }
    .b-footer__item:not(:last-child) {
      margin-bottom: 5.75rem; }
      @media (min-width: 768px) {
        .b-footer__item:not(:last-child) {
          margin-bottom: 0; } }
    .b-footer__item--single {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        .b-footer__item--single {
          float: left;
          width: 100%; } }
      @media (min-width: 992px) {
        .b-footer__item--single {
          padding-right: 11.5rem; } }
  .b-footer__navigation {
    text-align: center; }
    .b-footer__navigation li {
      display: inline-block; }
      .b-footer__navigation li.current_page_item {
        font-weight: 700; }
    .b-footer__navigation a {
      display: block;
      padding: 0.5em; }

.js-toolbox-open .body, .js-toolbox-open .main-header .nav-bar {
  padding-left: 400px; }

.js-toolbox-open .toolbox {
  padding-left: 0 !important; }

.js-toolbox-open .toolbox__navbar {
  height: 100%;
  height: calc(100% - 10px);
  width: 400px;
  overflow-y: auto; }
  .js-toolbox-open .toolbox__navbar .toolbox__navbar__nav-container {
    padding-left: 15px; }
  .js-toolbox-open .toolbox__navbar .toolbox__navbar__boxs-container {
    opacity: 1;
    visibility: visible; }

.toolbox {
  padding: 0 !important; }
  .toolbox__navbar {
    position: fixed;
    top: 5px;
    left: 0;
    height: 45px;
    width: 45px;
    z-index: 900;
    background: #262626;
    color: #fff;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .toolbox__navbar h2 {
      color: #fff;
      font-size: 3.6rem;
      text-transform: capitalize;
      padding-bottom: 2rem;
      margin: 3rem 0;
      border-bottom: 1px solid #eee; }
      @media (min-width: 768px) {
        .toolbox__navbar h2 {
          font-size: 3.9rem; } }
      @media (min-width: 1600px) {
        .toolbox__navbar h2 {
          font-size: 4.5rem; } }
    .toolbox__navbar__nav-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: none;
      margin-top: 1rem;
      cursor: pointer; }
    .toolbox__navbar__boxs-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: none;
      margin-bottom: 3rem;
      opacity: 0;
      visibility: hidden; }
  .toolbox__btn {
    display: none;
    font-size: 1.6rem;
    display: inline-block;
    text-decoration: none;
    padding: 1.5rem 3rem;
    color: #262626;
    cursor: pointer;
    border: none;
    background: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 1.62857em;
    /**
     * Create icon-bg element for the button.
     *
     * While it may seem counterintuitive to use :before for elements that can
     * appear both before and after the element, we will want to keep :after
     * available for other CSS tricks such as button hover effects.
     *
     * [1] - Create space between button content and icon-bg depending on the
     * default padding set for the button.
     * [2] - Use same values as the parent button element.
     */
    /**
     * Add an icon to the button. Default to FontAwesome icon font, but can be
     * swapped for anything.
     */
    /**
     * Adding an icon without an icon-bg element means that we will want to
     * position them next to the text instead of to the sides.
     */
    /**
	 * Print warnings to console upon wrong values. Assist developer to quickly
     * understand the issue rather than just producing wrong results.
	 */
    border: solid 1px #262626; }
    .toolbox__btn:hover, .toolbox__btn:active, .toolbox__btn:focus {
      outline: 0;
      color: #262626; }
    .toolbox__btn:hover {
      background: #f0f0f0;
      text-decoration: none;
      color: #262626; }
  .toolbox .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: none; }
  .toolbox__item {
    margin: 20rem auto; }
    .toolbox__item:first-child {
      margin-top: 0; }
  .toolbox__item__header {
    margin: 2rem 0; }
    .toolbox__item__header::after {
      clear: both;
      content: "";
      display: table; }
  .toolbox__item__title {
    float: left;
    letter-spacing: -1px;
    color: #262626; }
  .toolbox__item__meta {
    margin-bottom: 5rem;
    background: #eee;
    padding: 2rem; }
  .toolbox__item__code.js-show {
    display: block; }
  .toolbox__item__code .prettyprint {
    max-height: 500px;
    overflow: auto; }
  .toolbox__item__preview {
    position: relative;
    min-height: 300px; }
  .toolbox__item__tools {
    text-align: right;
    float: right; }
    .toolbox__item__tools .btn {
      font-size: 1.6rem;
      display: inline-block;
      text-decoration: none;
      padding: 1.5rem 3rem;
      color: #e3e2e1;
      cursor: pointer;
      border: none;
      background: #eee;
      font-weight: 400;
      text-transform: none;
      line-height: 1.62857em;
      /**
     * Create icon-bg element for the button.
     *
     * While it may seem counterintuitive to use :before for elements that can
     * appear both before and after the element, we will want to keep :after
     * available for other CSS tricks such as button hover effects.
     *
     * [1] - Create space between button content and icon-bg depending on the
     * default padding set for the button.
     * [2] - Use same values as the parent button element.
     */
      /**
     * Add an icon to the button. Default to FontAwesome icon font, but can be
     * swapped for anything.
     */
      /**
     * Adding an icon without an icon-bg element means that we will want to
     * position them next to the text instead of to the sides.
     */
      /**
	 * Print warnings to console upon wrong values. Assist developer to quickly
     * understand the issue rather than just producing wrong results.
	 */
      padding: 0.8rem 2rem; }
      .toolbox__item__tools .btn:hover, .toolbox__item__tools .btn:active, .toolbox__item__tools .btn:focus {
        outline: 0;
        color: #e3e2e1; }
      .toolbox__item__tools .btn:hover {
        background: #dfdfdf;
        text-decoration: none;
        color: #e3e2e1; }
      .toolbox__item__tools .btn:hover {
        background: #e3e2e1;
        color: #fff; }
  .toolbox__animations {
    position: relative;
    overflow: hidden; }
    .toolbox__animations__title h2 {
      margin-bottom: 1rem; }
    .toolbox__animations__title ul {
      margin-bottom: 2.5rem; }
    .toolbox__animations__table th {
      width: 50%;
      vertical-align: top;
      border-color: #f0f0f0;
      padding-top: 2rem;
      text-transform: uppercase; }
    .toolbox__animations__table td {
      width: 50%;
      padding: 0; }
    .toolbox__animations__item {
      width: 45%;
      height: 100px;
      float: left;
      border: solid 1px #f0f0f0;
      box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.075);
      background-color: #fff;
      color: #e3e2e1;
      margin: 0 5% 5% 0;
      text-align: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center; }
    .toolbox__animations__refresh {
      font-size: 2.4rem;
      background-color: #262626;
      width: 60px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      text-align: center;
      position: fixed;
      top: 50%;
      margin-top: -30px;
      right: 0;
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px;
      cursor: pointer;
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
      .toolbox__animations__refresh:hover {
        width: 80px;
        text-indent: -10px; }

.b-horizontal-slideshow {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .b-horizontal-slideshow {
      padding-left: 11.5rem; } }
  .b-horizontal-slideshow.hs--style__1big2small {
    padding-bottom: 20px;
    padding-top: 40px; }
    .b-horizontal-slideshow.hs--style__1big2small:first-child {
      padding-top: 40px; }
    @media (max-width: 991px) {
      .b-horizontal-slideshow.hs--style__1big2small {
        margin-bottom: 20px; } }
    .b-horizontal-slideshow.hs--style__1big2small .c-section-title {
      font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 2.8rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: normal;
      color: #262626;
      margin: 0;
      padding: 0;
      margin-bottom: 28px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 1600px) {
        .b-horizontal-slideshow.hs--style__1big2small .c-section-title {
          font-size: 3.2rem; } }
      @media (max-width: 991px) {
        .b-horizontal-slideshow.hs--style__1big2small .c-section-title {
          padding-left: 109px;
          color: #323333; } }
      @media (max-width: 640px) {
        .b-horizontal-slideshow.hs--style__1big2small .c-section-title {
          padding-left: 20px;
          flex-flow: column nowrap;
          line-height: 1.2; } }
    .b-horizontal-slideshow.hs--style__1big2small .arrow-controls {
      display: flex; }
      @media (max-width: 640px) {
        .b-horizontal-slideshow.hs--style__1big2small .arrow-controls {
          margin-top: 20px; } }
      .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button {
        background: transparent;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
                appearance: none;
        border: 0;
        margin-right: 30px;
        background: url(f8b5e0c3cd6f23d63ea299bb175c8f29.png) no-repeat center;
        background-size: contain;
        font-size: 0;
        width: 30px;
        height: 27px;
        transition: 0.3s ease; }
        .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button:hover, .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button:focus {
          opacity: 0.6; }
        .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button:last-child {
          margin-right: 37px; }
          @media (max-width: 640px) {
            .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button:last-child {
              margin-right: 0; } }
        .b-horizontal-slideshow.hs--style__1big2small .arrow-controls button.previous {
          transform: rotate(180deg); }
  .b-horizontal-slideshow__doublewrapper .c-slide-big {
    width: 349px;
    max-width: initial;
    height: 403px;
    margin: 0; }
  .b-horizontal-slideshow__doublewrapper .c-slide-big__primary {
    min-height: initial;
    height: 300px; }
  .b-horizontal-slideshow:first-child {
    padding-top: 0; }
  .b-horizontal-slideshow__wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
    opacity: 0; }
    .b-horizontal-slideshow__wrapper.flickity-enabled {
      height: auto;
      opacity: 1; }
    @media (min-width: 992px) {
      .b-horizontal-slideshow__wrapper *:nth-child(1) {
        animation-delay: 0.1s; }
      .b-horizontal-slideshow__wrapper *:nth-child(2) {
        animation-delay: 0.2s; }
      .b-horizontal-slideshow__wrapper *:nth-child(3) {
        animation-delay: 0.3s; }
      .b-horizontal-slideshow__wrapper *:nth-child(4) {
        animation-delay: 0.4s; }
      .b-horizontal-slideshow__wrapper *:nth-child(5) {
        animation-delay: 0.5s; }
      .b-horizontal-slideshow__wrapper *:nth-child(6) {
        animation-delay: 0.6s; }
      .b-horizontal-slideshow__wrapper *:nth-child(7) {
        animation-delay: 0.7s; }
      .b-horizontal-slideshow__wrapper *:nth-child(8) {
        animation-delay: 0.8s; }
      .b-horizontal-slideshow__wrapper *:nth-child(9) {
        animation-delay: 0.9s; }
      .b-horizontal-slideshow__wrapper *:nth-child(10) {
        animation-delay: 1s; } }
  .b-horizontal-slideshow__item {
    width: 100%;
    opacity: 0; }
    .b-horizontal-slideshow__item:nth-child(1) {
      z-index: 12; }
    .b-horizontal-slideshow__item:nth-child(2) {
      z-index: 11; }
    .b-horizontal-slideshow__item:nth-child(3) {
      z-index: 10; }
    .b-horizontal-slideshow__item:nth-child(4) {
      z-index: 9; }
    .b-horizontal-slideshow__item:nth-child(5) {
      z-index: 8; }
    .b-horizontal-slideshow__item:nth-child(6) {
      z-index: 7; }
    .b-horizontal-slideshow__item:nth-child(7) {
      z-index: 6; }
    .b-horizontal-slideshow__item:nth-child(8) {
      z-index: 5; }
    .b-horizontal-slideshow__item:nth-child(9) {
      z-index: 4; }
    .b-horizontal-slideshow__item:nth-child(10) {
      z-index: 3; }
    .b-horizontal-slideshow__item:nth-child(11) {
      z-index: 2; }
    .b-horizontal-slideshow__item:nth-child(12) {
      z-index: 1; }
    .flickity-enabled .b-horizontal-slideshow__item {
      animation-name: fadeInBigRight;
      animation-fill-mode: backwards;
      animation-duration: 0.6s;
      animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 1; }
    @media (min-width: 992px) {
      .b-horizontal-slideshow__item {
        min-width: 33.3%;
        width: auto; } }
    @media (min-width: 992px) {
      .b-horizontal-slideshow__item--text {
        width: 50%;
        width: calc(50% + 15px); } }
  .b-horizontal-slideshow__next {
    position: absolute;
    top: 80vh;
    top: calc(100vh - 11.5rem);
    right: 0;
    height: 11.5rem;
    width: 11.5rem;
    z-index: 999;
    cursor: pointer; }
    @media (min-width: 992px) {
      .b-horizontal-slideshow__next {
        top: 0 !important;
        height: 100%;
        height: calc(100vh - 11.5rem);
        width: 33.3%;
        cursor: url(3b06ef549a540df82bf9a62d76663b3b.png), pointer; }
        .no-touch .b-horizontal-slideshow__next:hover .b-horizontal-slideshow__next__icon {
          transform: translate(200%, -50%); } }
    .b-horizontal-slideshow__next__icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      font-style: normal;
      background-size: contain;
      background-image: url(3b06ef549a540df82bf9a62d76663b3b.png);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 2.5rem;
      width: 2.5rem;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      @media (min-width: 992px) {
        .b-horizontal-slideshow__next__icon {
          right: 30px;
          height: 30px;
          width: 30px; } }

.c-1big2small-slide {
  margin-right: 41px;
  position: relative; }
  @media (max-width: 640px) {
    .c-1big2small-slide {
      padding-left: 20px;
      margin-right: 0; } }
  .c-1big2small-slide__wrapper {
    height: 590px;
    display: flex;
    flex-flow: column nowrap; }
    @media (max-width: 991px) {
      .c-1big2small-slide__wrapper {
        height: 673px; } }
    @media (max-width: 640px) {
      .c-1big2small-slide__wrapper {
        height: 550px;
        height: 540px;
        height: 530px; } }
  .c-1big2small-slide__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999; }
  .c-1big2small-slide__image {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
    .c-1big2small-slide__image img {
      transition: 0.3s ease; }
  .c-1big2small-slide__text {
    height: 80px;
    display: block;
    font-family: "GT Walsheim", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #262626;
    overflow: hidden; }
    .c-1big2small-slide__text h2 {
      font-size: 19px;
      font-weight: 500;
      margin: 0;
      padding: 0;
      transition: 0.3s ease;
      letter-spacing: 0; }
  .c-1big2small-slide:hover h2, .c-1big2small-slide:active h2, .c-1big2small-slide:focus h2, .c-1big2small-slide:focus-within h2 {
    text-decoration: underline; }
  .c-1big2small-slide:hover img, .c-1big2small-slide:active img, .c-1big2small-slide:focus img, .c-1big2small-slide:focus-within img {
    opacity: 0.6 !important; }
  .c-1big2small-slide--big {
    height: 590px;
    width: 500px; }
    .c-1big2small-slide--big__image {
      height: 500px; }
    @media (max-width: 991px) {
      .c-1big2small-slide--big.mobipadding {
        padding-left: 109px; } }
    @media (max-width: 640px) {
      .c-1big2small-slide--big.mobipadding {
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .c-1big2small-slide--big {
        width: auto;
        height: auto; }
        .c-1big2small-slide--big__image {
          height: 596px;
          width: 511px; }
          .c-1big2small-slide--big__image img {
            height: 100%;
            width: auto; } }
    @media (max-width: 640px) {
      .c-1big2small-slide--big {
        width: 298px;
        height: auto;
        width: 90%;
        top: 0;
        bottom: 0; }
        .c-1big2small-slide--big__image {
          height: auto;
          width: 100%;
          height: calc(100% - 90px);
          height: calc(100% - 53px); }
          .c-1big2small-slide--big__image img {
            height: 100%;
            width: auto;
            -o-object-fit: cover;
               object-fit: cover; } }
  .c-1big2small-slide--small {
    width: 226px;
    width: 250px;
    height: 290px; }
    .c-1big2small-slide--small__image {
      height: 210px; }
      .c-1big2small-slide--small__image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
    @media (max-width: 991px) {
      .c-1big2small-slide--small {
        height: 340px;
        width: 298px; }
        .c-1big2small-slide--small__image {
          height: 255px;
          -o-object-fit: initial;
             object-fit: initial; } }
    @media (max-width: 640px) {
      .c-1big2small-slide--small {
        height: auto;
        width: 250px; }
        .c-1big2small-slide--small__image {
          height: auto; }
        .c-1big2small-slide--small .c-1big2small-slide__text {
          height: 40px; }
          .c-1big2small-slide--small .c-1big2small-slide__text p {
            display: none; } }

.b-tbd {
  padding-bottom: 60px;
  padding-top: 160px; }
  .b-tbd__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .b-tbd__title-container h1 {
      font-weight: 500;
      line-height: 0.93;
      letter-spacing: -2px;
      margin-bottom: 30px;
      max-width: 1200px; }
    .b-tbd__title-container .button {
      border: solid 1px #262626;
      padding: 14px 30px;
      background: transparent;
      font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 0.69;
      letter-spacing: normal;
      text-align: center;
      color: #262626;
      margin-right: 37px;
      display: inline-block;
      -webkit-appearance: none;
              appearance: none;
      transition: 0.3s ease; }
      .b-tbd__title-container .button:hover, .b-tbd__title-container .button:focus {
        background: #000;
        color: #fff; }
    @media (max-width: 1199px) {
      .b-tbd__title-container {
        flex-flow: column wrap; }
        .b-tbd__title-container .button {
          margin-right: 0; } }
  .b-tbd p {
    font-size: 24px;
    font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.27;
    letter-spacing: normal;
    max-width: 700px; }

.b-image_factbox {
  overflow: hidden; }
  .b-image_factbox .b-base__container {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
  .b-image_factbox__wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 1199px) {
      .b-image_factbox__wrapper {
        flex-flow: column nowrap;
        margin-right: 15px; } }
  .b-image_factbox__image {
    max-width: calc(100% - 459px - 11.5rem);
    flex-shrink: 0;
    align-self: center; }
    @media (max-width: 1199px) {
      .b-image_factbox__image {
        width: 100%;
        max-width: 100%; } }
    .b-image_factbox__image img {
      width: 100%;
      height: auto; }
    .b-image_factbox__image .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      width: 1190px;
      background-color: #e3e2e1; }
      @media (max-width: 1199px) {
        .b-image_factbox__image .embed-container {
          width: 100%; } }
      @media (max-width: 991px) {
        .b-image_factbox__image .embed-container {
          width: 100%; } }
      .b-image_factbox__image .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .b-image_factbox__right {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    position: relative; }
  .b-image_factbox__factbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 459px;
    background: #262626;
    color: #f2f1f0;
    padding: 34px;
    padding-right: 40px; }
    .b-image_factbox__factbox ul li {
      color: #f2f1f0;
      position: relative;
      padding-left: 20px; }
      .b-image_factbox__factbox ul li:before {
        content: '→';
        left: 0;
        position: absolute; }
  .b-image_factbox__factbox--pos-top {
    transform: translateX(-90px) translateY(-50px);
    margin-bottom: auto; }
    @media (max-width: 1199px) {
      .b-image_factbox__factbox--pos-top {
        transform: none; }
        .b-image_factbox__factbox--pos-top ul {
          width: 100%; } }
  .b-image_factbox__factbox--pos-bottom {
    transform: translateX(-90px) translateY(50px);
    margin-top: auto; }
    @media (max-width: 1199px) {
      .b-image_factbox__factbox--pos-bottom {
        transform: none; }
        .b-image_factbox__factbox--pos-bottom ul {
          width: 100%; } }
  .b-image_factbox__clocks {
    padding-left: 90px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1199px) {
      .b-image_factbox__clocks {
        padding-left: 0;
        transform: none;
        justify-content: space-around; } }
  .b-image_factbox__clock {
    text-align: center;
    color: #262626;
    padding: 50px 35px; }
    .b-image_factbox__clock--icon {
      margin-bottom: 28px;
      height: 47px;
      position: relative; }
      .b-image_factbox__clock--icon img {
        max-height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        position: absolute; }
    .b-image_factbox__clock--city {
      font-size: 1.1rem;
      font-weight: 500;
      letter-spacing: 3px;
      font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
      display: block;
      text-transform: uppercase; }
    .b-image_factbox__clock--time {
      display: block;
      font-weight: 500;
      font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 2.8rem;
      line-height: 0.71; }
      @media (min-width: 1600px) {
        .b-image_factbox__clock--time {
          font-size: 3.2rem; } }

.b-compact-award-list {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  text-align: left; }
  .b-compact-award-list .c-btn {
    margin: 0 auto;
    margin-top: 50px; }
  .b-compact-award-list__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    overflow: visible; }
    @media (min-width: 768px) {
      .b-compact-award-list__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .b-compact-award-list__container {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
  .b-compact-award-list__row {
    margin-left: -15px;
    margin-right: -15px; }
    .b-compact-award-list__row::after {
      clear: both;
      content: "";
      display: table; }
  .b-compact-award-list__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-compact-award-list__awards {
    font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: left; }
  .b-compact-award-list__award {
    font-size: 24px;
    line-height: 36px;
    position: relative;
    margin-right: 5px; }
    @media (max-width: 1199px) {
      .b-compact-award-list__award {
        display: block; } }
    .b-compact-award-list__award strong {
      font-weight: 500;
      color: #262626;
      display: inline-block; }
    .b-compact-award-list__award > strong > img {
      max-height: 30px;
      width: auto;
      transform: translateY(-2px);
      margin-right: 5px; }
  .b-compact-award-list__project {
    color: #9a9c99;
    position: relative;
    display: inline-block; }
    .b-compact-award-list__project--image {
      display: none;
      width: 311px;
      text-align: center;
      background-color: #262626;
      position: absolute;
      top: 45px;
      left: 100px;
      left: 20px;
      z-index: 9999; }
      .b-compact-award-list__project--image img {
        width: 100%;
        height: auto; }
    .b-compact-award-list__project:hover, .b-compact-award-list__project:focus {
      color: #262626;
      text-decoration: underline; }
      .b-compact-award-list__project:hover .b-compact-award-list__project--image, .b-compact-award-list__project:focus .b-compact-award-list__project--image {
        display: block; }

.scheme--white > section.b-dynamic-text-image:first-child {
  padding-top: 90px; }
  @media (min-width: 768px) {
    .scheme--white > section.b-dynamic-text-image:first-child {
      padding-top: 70px; } }
  @media (min-width: 992px) {
    .scheme--white > section.b-dynamic-text-image:first-child {
      padding-top: 90px; } }
  @media (min-width: 1200px) {
    .scheme--white > section.b-dynamic-text-image:first-child {
      padding-top: 0px;
      margin-top: -40px; } }

.scheme--white > section.b-dynamic-text-image:last-child {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .scheme--white > section.b-dynamic-text-image:last-child {
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .scheme--white > section.b-dynamic-text-image:last-child {
      padding-bottom: 120px; } }

h1.alphina, h2.alphina, h3.alphina, h4.alphina, h5.alphina, h6.alphina {
  letter-spacing: 0; }

.b-dynamic-text-image .zoo-img:hover {
  transform: scale(1.05); }

.b-dynamic-text-image__secondary-captions {
  display: none;
  letter-spacing: 0px; }
  @media (min-width: 992px) {
    .b-dynamic-text-image__secondary-captions {
      display: inline-block; } }

.b-dynamic-text-image figure.zoo-item {
  margin: 0; }

.b-dynamic-text-image__container--fullscreen {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .b-dynamic-text-image__container--fullscreen {
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .b-dynamic-text-image__container--fullscreen {
      padding-right: 0;
      padding-left: 30px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .b-dynamic-text-image__container--fullscreen {
      padding-right: 0;
      padding-left: 11.5rem; } }
  @media (min-width: 768px) {
    .b-dynamic-text-image__container--fullscreen {
      padding-top: 40px;
      padding-bottom: 40px; } }

.b-dynamic-text-image__container--side-side {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .b-dynamic-text-image__container--side-side {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .b-dynamic-text-image__container--side-side {
      padding-left: 11.5rem;
      padding-right: 11.5rem; } }
  @media (min-width: 768px) {
    .b-dynamic-text-image__container--side-side {
      padding-top: 40px;
      padding-bottom: 40px; } }

.b-dynamic-text-image__container--with-background {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .b-dynamic-text-image__container--with-background {
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      overflow: hidden; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .b-dynamic-text-image__container--with-background {
      padding-right: 0;
      padding-left: 30px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .b-dynamic-text-image__container--with-background {
      padding-right: 0;
      padding-left: 11.5rem; } }
  @media (min-width: 768px) {
    .b-dynamic-text-image__container--with-background {
      padding-top: 40px;
      padding-bottom: 40px; } }

.b-dynamic-text-image__fullscreen {
  display: block; }
  .b-dynamic-text-image__fullscreen__title {
    position: relative; }
    .b-dynamic-text-image__fullscreen__title p:before, .b-dynamic-text-image__fullscreen__title h1:before, .b-dynamic-text-image__fullscreen__title h2:before, .b-dynamic-text-image__fullscreen__title h3:before, .b-dynamic-text-image__fullscreen__title h4:before, .b-dynamic-text-image__fullscreen__title h5:before, .b-dynamic-text-image__fullscreen__title h6:before {
      position: absolute;
      content: "• ";
      /*opacity: 0;    
                    left: -1em;
                    transition: left 100ms ease-out;*/
      opacity: 0; }
    @media (max-width: 767px) {
      .b-dynamic-text-image__fullscreen__title {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .b-dynamic-text-image__fullscreen__captions {
    font-size: 1.4rem;
    padding: 1.5rem 0 0rem 0;
    opacity: 0.65;
    letter-spacing: 1.5px; }
    @media (min-width: 992px) {
      .b-dynamic-text-image__fullscreen__captions {
        padding: 2.4rem 0 1.2rem 0; } }
    @media (max-width: 767px) {
      .b-dynamic-text-image__fullscreen__captions {
        padding-left: 2rem; } }
    .b-dynamic-text-image__fullscreen__captions strong {
      font-weight: 500; }
  .b-dynamic-text-image__fullscreen__link:hover .b-dynamic-text-image__with-background__title > p, .b-dynamic-text-image__fullscreen__link:hover h1, .b-dynamic-text-image__fullscreen__link:hover h2, .b-dynamic-text-image__fullscreen__link:hover h3, .b-dynamic-text-image__fullscreen__link:hover h4, .b-dynamic-text-image__fullscreen__link:hover h5, .b-dynamic-text-image__fullscreen__link:hover h6 {
    background-image: linear-gradient(to bottom, currentcolor 50%, transparent 50%);
    background-position: 0px 100%;
    background-repeat: repeat-x;
    background-size: 1px .1em;
    display: inline;
    position: relative; }
    .b-dynamic-text-image__fullscreen__link:hover .b-dynamic-text-image__with-background__title > p:before, .b-dynamic-text-image__fullscreen__link:hover h1:before, .b-dynamic-text-image__fullscreen__link:hover h2:before, .b-dynamic-text-image__fullscreen__link:hover h3:before, .b-dynamic-text-image__fullscreen__link:hover h4:before, .b-dynamic-text-image__fullscreen__link:hover h5:before, .b-dynamic-text-image__fullscreen__link:hover h6:before {
      position: absolute;
      content: "• ";
      /*left: -.5em;
                        opacity: 1; */
      animation: slideDot 0.1s ease-in-out both; }

.b-dynamic-text-image__side-side {
  display: flex;
  flex-direction: row;
  box-sizing: border-box; }
  .b-dynamic-text-image__side-side__left-side {
    flex-basis: 50%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .b-dynamic-text-image__side-side__left-side {
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .b-dynamic-text-image__side-side__left-side {
        padding-right: 62.5px; } }
  .b-dynamic-text-image__side-side__right-side {
    flex-basis: 50%;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .b-dynamic-text-image__side-side__right-side {
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .b-dynamic-text-image__side-side__right-side {
        padding-left: 62.5px; } }
  .b-dynamic-text-image__side-side__captions {
    font-size: 1.4rem;
    padding: 1.5rem 0 0rem 0;
    opacity: 0.65;
    letter-spacing: 1.5px; }
    @media (min-width: 992px) {
      .b-dynamic-text-image__side-side__captions {
        padding: 2.4rem 0 1.2rem 0; } }
    .b-dynamic-text-image__side-side__captions strong {
      font-weight: 500; }
  .b-dynamic-text-image__side-side__images-wrapper {
    width: 100%;
    position: relative; }
  .b-dynamic-text-image__side-side__title {
    position: relative; }
    .b-dynamic-text-image__side-side__title p:before, .b-dynamic-text-image__side-side__title h1:before, .b-dynamic-text-image__side-side__title h2:before, .b-dynamic-text-image__side-side__title h3:before, .b-dynamic-text-image__side-side__title h4:before, .b-dynamic-text-image__side-side__title h5:before, .b-dynamic-text-image__side-side__title h6:before {
      position: absolute;
      content: "• ";
      left: -1em;
      opacity: 0;
      transition: left 100ms ease-out; }
  .b-dynamic-text-image__side-side__link:hover .b-dynamic-text-image__with-background__title > p, .b-dynamic-text-image__side-side__link:hover h1, .b-dynamic-text-image__side-side__link:hover h2, .b-dynamic-text-image__side-side__link:hover h3, .b-dynamic-text-image__side-side__link:hover h4, .b-dynamic-text-image__side-side__link:hover h5, .b-dynamic-text-image__side-side__link:hover h6 {
    background-image: linear-gradient(to bottom, currentcolor 50%, transparent 50%);
    background-position: 0px 100%;
    background-repeat: repeat-x;
    background-size: 1px .1em;
    display: inline;
    position: relative; }
    .b-dynamic-text-image__side-side__link:hover .b-dynamic-text-image__with-background__title > p:before, .b-dynamic-text-image__side-side__link:hover h1:before, .b-dynamic-text-image__side-side__link:hover h2:before, .b-dynamic-text-image__side-side__link:hover h3:before, .b-dynamic-text-image__side-side__link:hover h4:before, .b-dynamic-text-image__side-side__link:hover h5:before, .b-dynamic-text-image__side-side__link:hover h6:before {
      position: absolute;
      content: "• ";
      left: -.5em;
      opacity: 1; }

.b-dynamic-text-image__with-background__vimeo {
  height: 100%;
  flex-basis: 60%;
  padding: 0 20px 20px 0;
  margin-top: -10%;
  align-self: flex-end; }
  @media (min-width: 768px) {
    .b-dynamic-text-image__with-background__vimeo {
      margin-top: 0;
      flex-basis: 50%;
      padding: 50px 11.5rem 50px 0; } }

.b-dynamic-text-image__with-background__captions {
  font-size: 1.4rem;
  opacity: 0.65;
  letter-spacing: 1.5px;
  padding: 3rem 0 1.2rem 0;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .b-dynamic-text-image__with-background__captions {
      padding: 5rem 0 2.8rem 0; } }
  .b-dynamic-text-image__with-background__captions strong {
    font-weight: 500; }

.b-dynamic-text-image__with-background__title-and-image {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap; }
  @media (min-width: 992px) {
    .b-dynamic-text-image__with-background__title-and-image {
      min-height: 700px; } }

.b-dynamic-text-image__with-background__title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  flex-basis: 100%; }
  @media (min-width: 1200px) {
    .b-dynamic-text-image__with-background__title-wrapper {
      flex-basis: 55%;
      padding-left: 50px; } }

.b-dynamic-text-image__with-background__image {
  flex-basis: 60%;
  padding: 0 20px 20px 0;
  margin-top: -10%;
  align-self: flex-end; }
  @media (min-width: 768px) {
    .b-dynamic-text-image__with-background__image {
      flex-basis: 45%;
      display: flex;
      align-items: flex-end;
      padding: 50px 11.5rem 50px 0; } }
  @media (min-width: 992px) {
    .b-dynamic-text-image__with-background__image {
      margin-top: 0; } }
  .b-dynamic-text-image__with-background__image__images-wrapper {
    width: 100%;
    position: relative; }
  .b-dynamic-text-image__with-background__image figure {
    margin: 0 0; }

.b-dynamic-text-image__with-background__title {
  position: relative; }
  @media (min-width: 1200px) {
    .b-dynamic-text-image__with-background__title {
      margin-bottom: 30px;
      margin-right: -40%; } }

.b-dynamic-text-image__with-background__link:hover .b-dynamic-text-image__with-background__title > p, .b-dynamic-text-image__with-background__link:hover h1, .b-dynamic-text-image__with-background__link:hover h2, .b-dynamic-text-image__with-background__link:hover h3, .b-dynamic-text-image__with-background__link:hover h4, .b-dynamic-text-image__with-background__link:hover h5, .b-dynamic-text-image__with-background__link:hover h6 {
  background-image: linear-gradient(to bottom, currentcolor 50%, transparent 50%);
  background-position: 0px 100%;
  background-repeat: repeat-x;
  background-size: 1px .1em;
  display: inline;
  position: relative; }

/**
 * Components
 * Include the components core which can/would be amended to that project
 */
.c-award-header {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 0 0 1rem 0;
  font-weight: 500; }
  .c-award-header::after {
    clear: both;
    content: "";
    display: table; }
  .c-award-header__year {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .c-award-header__year {
        float: left;
        width: 25%; } }
  .c-award-header__award {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right; }
    @media (min-width: 768px) {
      .c-award-header__award {
        float: left;
        width: 25%; } }
    @media (min-width: 768px) {
      .c-award-header__award {
        text-align: left; } }
  .c-award-header__project {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none; }
    @media (min-width: 768px) {
      .c-award-header__project {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .c-award-header__project {
        display: block; } }
  .c-award-header__separator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: calc(100% - (15px * 2));
    background-color: #262626;
    margin-left: 15px;
    margin-right: 15px; }

.c-award-item {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 1.5rem 0 2rem 0; }
  .c-award-item::after {
    clear: both;
    content: "";
    display: table; }
  .c-award-item__year {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .c-award-item__year {
        float: left;
        width: 25%; } }
  .c-award-item__award {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: right; }
    @media (min-width: 768px) {
      .c-award-item__award {
        float: left;
        width: 25%; } }
    @media (min-width: 768px) {
      .c-award-item__award {
        text-align: left; } }
    .c-award-item__award p {
      margin-right: 26px; }
      @media (min-width: 768px) {
        .c-award-item__award p {
          margin-right: 0; } }
  .c-award-item__project {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .c-award-item__project {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .c-award-item__project {
        margin-top: 0; } }
  .c-award-item__title {
    font-weight: 500; }
  .c-award-item__icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 15px; }
    @media (min-width: 768px) {
      .c-award-item__icon {
        width: 32px;
        height: 32px;
        right: auto;
        top: -3px;
        left: -42px; } }
  .c-award-item__separator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: calc(100% - (15px * 2));
    background-color: #646464;
    margin-left: 15px;
    margin-right: 15px; }
  .no-touch .c-award-item__link:hover {
    text-decoration: underline; }
  .c-award-item:last-of-type .c-award-item__separator {
    height: 2px;
    background-color: #262626; }

.c-background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .c-background-image--fixed {
    background-attachment: fixed; }
  @media (min-width: 992px) {
    .c-background-image--offset {
      left: 11.5rem;
      width: calc(100% - 11.5rem); } }

.c-btn {
  background: transparent;
  color: #000;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 0;
  font-weight: 500;
  border: solid 1px #000;
  transition: none;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 992px) {
    .c-btn {
      min-width: 25rem; } }
  .no-touch .c-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff; }
  .c-btn.is-loading {
    opacity: 0.25; }
  .c-btn--full {
    width: 100%; }
  .c-btn--read-more {
    font-size: 1.1rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 3rem 1rem 0; }
    .c-btn--read-more__icon {
      position: absolute;
      right: 0;
      top: 20px;
      width: 22px;
      height: 1px;
      background-color: #000;
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
      @media (min-width: 992px) {
        .c-btn--read-more__icon {
          top: 21px; } }
      @media (min-width: 1200px) {
        .c-btn--read-more__icon {
          top: 23px; } }
      .c-btn--read-more__icon:after {
        content: '';
        position: absolute;
        right: -2px;
        top: -4px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #000; }
    .no-touch .c-btn--read-more:hover {
      padding-right: 4rem; }
    .c-btn--read-more--padded {
      margin-top: 2rem;
      padding-left: 7.25%; }
      @media (min-width: 1600px) {
        .c-btn--read-more--padded {
          margin-top: 3.5rem; } }

.c-chromeframe {
  font-size: 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #262626;
  color: #fff;
  z-index: 99998;
  padding: 10px 15px;
  text-align: center; }
  .c-chromeframe a {
    color: #fff;
    font-weight: bold; }

@media (min-width: 992px) {
  .c-columns-item {
    padding-right: 11.5rem; } }

@media (max-width: 991px) {
  .c-columns-item h1, .c-columns-item h2, .c-columns-item h3, .c-columns-item h4, .c-columns-item h5, .c-columns-item h6 {
    max-width: 600px; } }

@media (min-width: 992px) {
  .full-bleed .c-columns-item {
    padding-right: 0; } }

@media (min-width: 992px) {
  .c-feed-item {
    padding-right: 11.5rem; } }

.c-feed-item__link {
  display: block; }
  .no-touch .c-feed-item__link {
    text-decoration: none !important; }
  .no-touch .c-feed-item__link:hover {
    text-decoration: underline !important; }
  .c-feed-item__link--image {
    pointer-events: none; }
    @media (min-width: 992px) {
      .c-feed-item__link--image {
        pointer-events: auto; } }

.c-feed-item__image {
  position: relative; }
  .c-feed-item__image img {
    position: relative;
    z-index: 2; }

.c-feed-item__meta {
  font-weight: 500;
  margin-bottom: 2rem; }

.no-touch .c-feed-item__title a:hover {
  text-decoration: underline; }

.c-feed-item__caption, .c-related-content-item__caption {
  padding: 0.5em 0;
  line-height: 1.3;
  /*.no-touch & {
			position: absolute;
			z-index: 1;
			left: 0;
			bottom: 0;
			width: 100%;
			transform: translateY(0%);
			transition: all .25s $ease-out-expo;
			opacity: 0;

			&.is-active {
				transform: translateY(100%);
				opacity: 1;
			}
		}*/ }
  .c-feed-item__caption h1, .c-related-content-item__caption h1, .c-feed-item__caption h2, .c-related-content-item__caption h2, .c-feed-item__caption h3, .c-related-content-item__caption h3, .c-feed-item__caption h4, .c-related-content-item__caption h4, .c-feed-item__caption h5, .c-related-content-item__caption h5, .c-feed-item__caption h6, .c-related-content-item__caption h6 {
    font-size: 1.6rem;
    letter-spacing: 0; }

.c-feed-item__icon {
  position: absolute;
  top: -4rem;
  right: 0rem; }
  @media (min-width: 992px) {
    .c-feed-item__icon {
      display: block;
      top: 0;
      right: -5rem; } }
  .c-feed-item__icon i {
    font-size: 2.4rem; }

.c-feed-item__excerpt {
  margin-top: 2rem; }

.c-feed-item__text {
  position: relative; }
  .c-feed-item__text h1 {
    max-width: 950px; }
  .c-feed-item__text h2, .c-feed-item__text h3 {
    max-width: 650px; }
  .c-feed-item__text h4, .c-feed-item__text h5, .c-feed-item__text h6, .c-feed-item__text p {
    max-width: 475px; }
  .c-feed-item__text strong,
  .c-feed-item__text b {
    font-weight: 500; }
  .c-feed-item__text--social {
    max-width: 475px; }

.c-feed-item__more {
  margin-top: 1rem; }

@media (min-width: 992px) {
  .c-feed-item--news {
    padding-right: 3rem; } }

@media (min-width: 1200px) {
  .c-feed-item--news {
    padding-right: 4.5rem; } }

@media (min-width: 1600px) {
  .c-feed-item--news {
    padding-right: 11.5rem; } }

.c-filter-list {
  position: relative;
  text-align: center;
  margin-bottom: 4rem; }
  .c-filter-list--left {
    text-align: left; }
    .c-filter-list--left .c-filter-list__item:first-child {
      padding-left: 0; }
  @media (min-width: 992px) {
    .c-filter-list {
      margin-bottom: 11.5rem;
      padding-right: 11.5rem; }
      .b-project-listing-grid .c-filter-list {
        margin-bottom: 6rem; } }
  .c-filter-list__item {
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 500;
    padding: 0 0.5rem;
    text-transform: lowercase; }
    .c-filter-list__item.is-active,
    .no-touch .c-filter-list__item:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .c-filter-list--dynamic {
      align-self: flex-start; } }
  .c-filter-list--dynamic .c-filter-list__item {
    font-size: 1.8rem;
    opacity: 0.5;
    text-transform: none; }
    @media (max-width: 767px) {
      .c-filter-list--dynamic .c-filter-list__item {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0.5rem; } }
    .c-filter-list--dynamic .c-filter-list__item.is-active,
    .no-touch .c-filter-list--dynamic .c-filter-list__item:hover {
      opacity: 1;
      transition: 0.1s ease; }

.c-hero {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  color: #fff; }
  .c-hero__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 4rem;
    width: 100%;
    text-align: center;
    z-index: 4; }
    .c-hero__content--left {
      text-align: left; }
    .c-hero__content--right {
      text-align: right; }
    .c-hero__content--top {
      top: 0;
      bottom: auto;
      transform: translateY(0%); }
    .c-hero__content--bottom {
      top: auto;
      bottom: 0;
      transform: translateY(0%); }
  .c-hero--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-hero--square {
    padding-top: 100%;
    height: 0; }

@media (min-width: 992px) {
  .c-highlight-item {
    padding-right: 11.5rem; } }

.c-highlight-item__title {
  font-weight: 500;
  margin-bottom: 2.5rem; }

.c-highlight-item__subtitle {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 5rem; }
  @media (min-width: 1600px) {
    .c-highlight-item__subtitle {
      font-size: 2.2rem; } }

.c-highlight-item__description {
  max-width: 600px;
  margin-bottom: 5rem; }

.c-highlight-item__keywords {
  font-weight: 500;
  max-width: 600px;
  padding-top: 2.5rem;
  border-top: solid 1px #646464; }

.c-highlight-item__number {
  font-size: 6rem;
  font-weight: 500;
  position: absolute;
  top: -0.3rem;
  left: auto;
  right: -2rem;
  line-height: 1;
  width: 11.5rem;
  text-align: center;
  transform: translateX(0.5rem); }
  @media (min-width: 768px) {
    .c-highlight-item__number {
      font-size: 11.8rem; } }
  @media (min-width: 992px) {
    .c-highlight-item__number {
      font-size: 9.6rem; } }
  @media (min-width: 1600px) {
    .c-highlight-item__number {
      font-size: 11.8rem; } }
  @media (min-width: 992px) {
    .c-highlight-item__number {
      left: -11.5rem;
      right: auto; } }
  .c-highlight-item__number--left {
    left: auto;
    right: -2rem; }
    @media (min-width: 992px) {
      .c-highlight-item__number--left {
        right: 0; } }

.c-highlight-item--single {
  padding-right: 0 !important; }

.c-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  background: rgba(0, 0, 0, 0.7); }

.page-numbers {
  clear: both;
  margin: 11.5rem 0 0 0;
  padding: 0;
  text-align: center; }
  .page-numbers li {
    display: inline-block; }
  .page-numbers a, .page-numbers span {
    padding: 0.5em 2em;
    background: #fff;
    color: #000;
    display: block;
    border-radius: 0;
    font-weight: 500; }
  .page-numbers .current {
    background: #262626;
    color: #fff; }

.c-people-listing-item {
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .c-people-listing-item {
      padding-left: 5.75rem; } }
  @media (min-width: 992px) {
    .c-people-listing-item {
      padding-right: 11.5rem; } }
  .c-people-listing-item__content {
    position: relative; }
  .c-people-listing-item__image {
    margin-bottom: 2.5rem; }
  .c-people-listing-item__email {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .c-people-listing-item__email a {
      text-decoration: underline; }
      .no-touch .c-people-listing-item__email a:hover {
        text-decoration: none; }
  .c-people-listing-item__social {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -5.75rem; }
    @media (min-width: 768px) {
      .c-people-listing-item__social {
        display: block; } }
    .c-people-listing-item__social li {
      font-size: 2rem; }
      .c-people-listing-item__social li a {
        display: block;
        padding: 0.25rem 0;
        transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1); }
        .no-touch .c-people-listing-item__social li a:hover {
          color: #646464; }
      .c-people-listing-item__social li:first-child a {
        padding-top: 0; }

.c-post-small {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 1rem; }
  .c-post-small__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 4rem;
    width: 100%;
    text-align: center;
    z-index: 4; }
    .c-post-small__content--left {
      text-align: left; }
    .c-post-small__content--right {
      text-align: right; }
    .c-post-small__content--top {
      top: 0;
      bottom: auto;
      transform: translateY(0%); }
    .c-post-small__content--bottom {
      top: auto;
      bottom: 0;
      transform: translateY(0%); }
  .c-post-small--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-post-small--square {
    padding-top: 100%;
    height: 0; }

.c-project-item {
  margin-bottom: 5rem;
  /*img {
        transition: 0.3s ease;
    }*/ }
  @media (min-width: 768px) {
    .c-project-item {
      margin-bottom: 11.5rem; } }
  @media (min-width: 992px) {
    .c-project-item {
      padding-right: 11.5rem; } }
  .l-listing-grid .c-project-item {
    padding: 0;
    margin: 0; }
  .c-project-item figure {
    margin: 0; }
  .c-project-item__project-image {
    margin-bottom: 2.5rem;
    max-width: 100%;
    aspect-ratio: 4/5; }
    @media (min-width: 992px) {
      .c-project-item__project-image {
        max-width: 500px;
        width: 100%; } }
    @media (min-width: 992px) {
      .l-listing-grid__item--wide:not(.filtered) .c-project-item__project-image {
        aspect-ratio: 8.3/5;
        max-width: none; } }
    .c-project-item__project-image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 992px) {
        .l-listing-grid__item--wide:not(.filtered) .c-project-item__project-image--wide .c-project-item__project-image img {
          display: none; } }
    @media (max-width: 1199px) {
      .l-listing-grid__item--wide .c-project-item__project-image .c-project-item__project-image--wide {
        display: none; } }
    @media (min-width: 992px) {
      .l-listing-grid__item--wide .c-project-item__project-image .c-project-item__project-image--single {
        display: none; }
      .l-listing-grid__item--wide .c-project-item__project-image .c-project-item__project-image--wide {
        display: inline-block; } }
    .l-listing-grid__item--wide.filtered .c-project-item__project-image .c-project-item__project-image--wide {
      display: none; }
    .l-listing-grid__item--wide.filtered .c-project-item__project-image .c-project-item__project-image--single {
      display: inline-block; }
  .c-project-item__image {
    margin-bottom: 2.5rem; }
    .c-project-item__image img {
      transition: 0.3s ease;
      max-height: 250px; }
      @media (min-width: 768px) {
        .c-project-item__image img {
          max-height: 350px; } }
      @media (min-width: 992px) {
        .c-project-item__image img {
          max-height: 250px; } }
      @media (min-width: 1200px) {
        .c-project-item__image img {
          max-height: 300px; } }
      @media (min-width: 1600px) {
        .c-project-item__image img {
          max-height: 415px; } }
  .c-project-item h1, .c-project-item h2, .c-project-item h3, .c-project-item h4, .c-project-item h5, .c-project-item h6, .c-project-item p {
    max-width: 400px; }
  .c-project-item .h5 {
    font-size: 19px; }
  .c-project-item__title {
    font-family: 'GT-Alpina' !important;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3rem;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000 !important; }
    @media (min-width: 992px) {
      .c-project-item__title:before {
        position: absolute;
        content: "• ";
        opacity: 0; } }
  .c-project-item__description {
    font-family: "GT Walsheim", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 0;
    color: #000 !important; }
  .c-project-item__tags {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%; }
  .c-project-item__vimeo-embed {
    aspect-ratio: 4/5; }
    @media (min-width: 992px) {
      .c-project-item__vimeo-embed {
        max-width: 500px;
        width: 100%; } }
  .c-project-item__link {
    display: block; }
    .c-project-item__link:hover h2, .c-project-item__link:focus h2, .c-project-item__link:active h2 {
      text-decoration: underline; }
    .c-project-item__link:hover .c-project-item__title, .c-project-item__link:focus .c-project-item__title, .c-project-item__link:active .c-project-item__title {
      background-image: linear-gradient(to bottom, currentcolor 50%, transparent 50%);
      background-position: 0px 100%;
      background-repeat: repeat-x;
      background-size: 1px .1em;
      display: inline-block;
      position: relative; }
      @media (min-width: 992px) {
        .c-project-item__link:hover .c-project-item__title:before, .c-project-item__link:focus .c-project-item__title:before, .c-project-item__link:active .c-project-item__title:before {
          position: absolute;
          content: "• ";
          animation: slideDot 0.1s ease-in-out both; } }
    .c-project-item__link:hover img.zoo-img, .c-project-item__link:focus img.zoo-img, .c-project-item__link:active img.zoo-img {
      transform: scale(1.05); }

.c-related-content-item {
  margin-bottom: 11.5rem; }
  @media (min-width: 992px) {
    .c-related-content-item {
      padding-right: 11.5rem; } }
  .c-related-content-item__meta {
    font-weight: 500; }
  .c-related-content-item__title {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .no-touch .c-related-content-item__title a:hover {
      text-decoration: underline; }
  .c-related-content-item__excerpt {
    margin-top: 2rem; }
  .c-related-content-item__image {
    margin-bottom: 2.5rem; }
    .c-related-content-item__image img {
      max-height: 250px; }
      @media (min-width: 768px) {
        .c-related-content-item__image img {
          max-height: 350px; } }
      @media (min-width: 992px) {
        .c-related-content-item__image img {
          max-height: 250px; } }
      @media (min-width: 1200px) {
        .c-related-content-item__image img {
          max-height: 300px; } }
      @media (min-width: 1600px) {
        .c-related-content-item__image img {
          max-height: 415px; } }
  .c-related-content-item h1, .c-related-content-item h2, .c-related-content-item h3, .c-related-content-item h4, .c-related-content-item h5, .c-related-content-item h6, .c-related-content-item p {
    max-width: 300px; }
  .c-related-content-item__link {
    display: block; }
    .no-touch .c-related-content-item__link:hover h2 {
      text-decoration: underline; }
  @media (min-width: 992px) {
    .c-related-content-item--news {
      padding-right: 3rem; } }
  @media (min-width: 1200px) {
    .c-related-content-item--news {
      padding-right: 4.5rem; } }

@inlude bp(xl) {
  .c-related-content-item--news {
    padding-right: 11.5rem; } }

.c-section-title {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.5rem;
  letter-spacing: -1px; }
  @media (min-width: 1600px) {
    .c-section-title {
      font-size: 3.2rem; } }
  @media (min-width: 1200px) {
    .c-section-title {
      margin-bottom: 5rem; } }
  .c-section-title--project-listing {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    max-width: 1060px; }
    @media (min-width: 768px) {
      .c-section-title--project-listing {
        margin-bottom: 8rem;
        font-size: 3.6rem; } }
    @media (min-width: 992px) {
      .c-section-title--project-listing {
        font-size: 4.8rem; } }

.c-single-post {
  margin-left: -15px;
  margin-right: -15px; }
  .c-single-post::after {
    clear: both;
    content: "";
    display: table; }
  .c-single-post__content, .c-single-post__meta {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .c-single-post__content, .c-single-post__meta {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .c-single-post__content, .c-single-post__meta {
        padding-right: 5rem; } }
    @media (min-width: 992px) {
      .c-single-post__content, .c-single-post__meta {
        padding-left: 5rem; } }
    @media (min-width: 1600px) {
      .c-single-post__content, .c-single-post__meta {
        padding-left: 11.5rem;
        padding-right: 11.5rem; } }
  .c-single-post__wrapper {
    position: relative;
    clear: both; }
  .c-single-post__meta {
    margin-bottom: 3rem; }
  .c-single-post__content {
    clear: both; }
    @media (min-width: 768px) {
      .c-single-post__content {
        padding-bottom: 25rem; } }
  .c-single-post__images {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 11.5rem;
    padding-bottom: 11.5rem; }
    @media (min-width: 768px) {
      .c-single-post__images {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .c-single-post__images {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 50%;
        padding-bottom: 25rem; } }
  .c-single-post__image {
    margin-bottom: 11.5rem;
    transition: none;
    transform: translate3d(0, 0, 0); }
    .c-single-post__image:last-child {
      margin-bottom: 0; }
  .c-single-post__title {
    font-weight: 500;
    margin-bottom: 1rem; }
  .c-single-post__date {
    font-weight: 500; }

.c-social-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .c-social-list a {
    text-decoration: none !important; }
  .c-social-list li {
    margin-bottom: 1rem; }
    .c-social-list li i {
      width: 25px;
      margin-right: 10px; }
  @media (max-width: 991px) {
    .b-footer .c-social-list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; }
      .b-footer .c-social-list li {
        display: inline-block;
        visibility: hidden;
        overflow: hidden;
        width: 15%;
        text-align: center;
        position: relative;
        margin-bottom: 0; }
        .b-footer .c-social-list li i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          visibility: visible;
          margin-right: 0;
          width: 100%;
          font-size: 2.6rem; } }

.c-table {
  width: 100%; }
  .c-table th, .c-table td {
    text-align: left;
    padding: 0.5rem; }
  .c-table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.c-wysiwyg-html {
  position: relative;
  /* Editor image styles */ }
  .c-wysiwyg-html h1, .c-wysiwyg-html h2, .c-wysiwyg-html h3, .c-wysiwyg-html h4, .c-wysiwyg-html h5, .c-wysiwyg-html h6 {
    margin: 1.85em 0 1em 0; }
    .c-wysiwyg-html h1:first-child, .c-wysiwyg-html h2:first-child, .c-wysiwyg-html h3:first-child, .c-wysiwyg-html h4:first-child, .c-wysiwyg-html h5:first-child, .c-wysiwyg-html h6:first-child {
      margin-top: 0; }
    .c-wysiwyg-html h1:last-child, .c-wysiwyg-html h2:last-child, .c-wysiwyg-html h3:last-child, .c-wysiwyg-html h4:last-child, .c-wysiwyg-html h5:last-child, .c-wysiwyg-html h6:last-child {
      margin-bottom: 0; }
  .c-wysiwyg-html ul, .c-wysiwyg-html ol {
    margin-bottom: 1em; }
    .c-wysiwyg-html ul ul, .c-wysiwyg-html ul ol, .c-wysiwyg-html ol ul, .c-wysiwyg-html ol ol {
      margin-bottom: 0; }
  .c-wysiwyg-html p {
    margin-bottom: 2em; }
    .c-wysiwyg-html p::after {
      clear: both;
      content: "";
      display: table; }
    .c-wysiwyg-html p:last-child {
      margin-bottom: 0; }
      .c-wysiwyg-html p:last-child img {
        margin-bottom: 0 !important; }
  .c-wysiwyg-html hr {
    border: none;
    border-top: solid 1px #646464;
    height: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .c-wysiwyg-html dl, .c-wysiwyg-html dd, .c-wysiwyg-html blockquote {
    margin-bottom: 1em; }
    .c-wysiwyg-html dl + ol, .c-wysiwyg-html dl + ul, .c-wysiwyg-html dd + ol, .c-wysiwyg-html dd + ul, .c-wysiwyg-html blockquote + ol, .c-wysiwyg-html blockquote + ul {
      margin-bottom: 0; }
  .c-wysiwyg-html img {
    height: auto; }
  .c-wysiwyg-html pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 0;
    font-size: 0.9em;
    margin: 0 0 1em; }
  .c-wysiwyg-html .wp-caption {
    position: relative;
    margin-bottom: 11.5rem !important;
    max-width: 100%; }
    .c-wysiwyg-html .wp-caption::after {
      clear: both;
      content: "";
      display: table; }
    .c-wysiwyg-html .wp-caption img {
      margin-bottom: 0.3em;
      position: relative;
      z-index: 2; }
  .no-touch .c-wysiwyg-html p.wp-caption-text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(0%);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0; }
    .no-touch .c-wysiwyg-html p.wp-caption-text.is-active {
      transform: translateY(100%);
      opacity: 1; }
  .c-wysiwyg-html .alignnone {
    display: block;
    margin-bottom: 4rem; }
    .c-wysiwyg-html .alignnone img {
      max-width: 100%; }
  .c-wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem; }
  .c-wysiwyg-html .alignleft,
  .c-wysiwyg-html .alignright {
    margin-bottom: 2rem; }
  .c-wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%; }
  .c-wysiwyg-html .alignright {
    float: right;
    margin-left: 2%; }
  .c-wysiwyg-html a:not(.c-btn):not(.c-btn--read-more) {
    text-decoration: underline; }
    .no-touch .c-wysiwyg-html a:not(.c-btn):not(.c-btn--read-more):hover {
      text-decoration: none; }

.c-stairs {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg); }
  .c-stairs *:nth-child(1) {
    animation-delay: 0.1s; }
  .c-stairs *:nth-child(2) {
    animation-delay: 0.2s; }
  .c-stairs *:nth-child(3) {
    animation-delay: 0.3s; }
  .c-stairs *:nth-child(4) {
    animation-delay: 0.4s; }
  .c-stairs *:nth-child(5) {
    animation-delay: 0.5s; }
  .c-stairs *:nth-child(6) {
    animation-delay: 0.6s; }
  .c-stairs *:nth-child(7) {
    animation-delay: 0.7s; }
  .c-stairs *:nth-child(8) {
    animation-delay: 0.8s; }
  .c-stairs *:nth-child(9) {
    animation-delay: 0.9s; }
  .c-stairs *:nth-child(10) {
    animation-delay: 1s; }
  .c-stairs__stair {
    background: #262626;
    float: left; }
    .c-stairs__stair:nth-child(odd) {
      animation-name: stairsRight;
      animation-fill-mode: backwards;
      animation-duration: 0.25s;
      animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      width: 0.2em;
      height: 0.1em;
      clear: both;
      transform-origin: 0 0; }
    .c-stairs__stair:nth-child(even) {
      animation-name: stairsDown;
      animation-fill-mode: backwards;
      animation-duration: 0.25s;
      animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      height: 0.2em;
      width: 0.1em;
      transform-origin: 0 0; }
    .c-stairs__stair:nth-child(3) {
      margin-left: 0.2em; }
    .c-stairs__stair:nth-child(5) {
      margin-left: 0.4em; }
    .c-stairs__stair:nth-child(7) {
      margin-left: 0.6em; }
    .c-stairs__stair:nth-child(8) {
      height: 0.3em; }
  .hover .c-stairs .c-stairs__stair:nth-child(odd) {
    animation-name: stairsLeft;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transform-origin: 100% 100%; }
  .hover .c-stairs .c-stairs__stair:nth-child(even) {
    animation-name: stairsUp;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transform-origin: 100% 100%; }

.c-slide-big {
  position: relative;
  background-color: #fff; }
  .b-horizontal-slideshow .c-slide-big {
    background-color: inherit; }
  @media (min-width: 992px) {
    .c-slide-big {
      margin-right: 11.5rem; } }
  .c-slide-big__primary {
    min-height: 400px;
    height: 400px;
    height: 80vh;
    height: calc(100vh - 11.5rem);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-position: left bottom;
    display: flex;
    align-items: center;
    flex-flow: row wrap; }
    @media (min-width: 768px) {
      .c-slide-big__primary {
        min-height: 600px; } }
    @media (min-width: 992px) {
      .c-slide-big__primary {
        min-height: 600px;
        height: 600px;
        height: 80vh;
        height: calc(100vh - 11.5rem); } }
    @media (min-width: 1200px) {
      .c-slide-big__primary {
        min-height: 700px; } }
    @media (min-width: 1600px) {
      .c-slide-big__primary {
        min-height: 800px; } }
  .c-slide-big__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .c-slide-big__image {
        max-height: 100%;
        max-width: none; } }
  .c-slide-big__secondary {
    font-size: 1.6rem;
    position: relative;
    padding: 2rem 11.5rem 0 6.5rem;
    font-weight: 500;
    min-height: 11.5rem; }
    @media (min-width: 992px) {
      .c-slide-big__secondary {
        padding: 3rem 5rem 0 0; } }
  .c-slide-big__title {
    font-weight: 500; }
    .c-slide-big__title--small {
      max-width: 450px; }
    .c-slide-big__title--big {
      min-width: 50%;
      max-width: 750px;
      padding-left: 6.25%;
      padding-right: 6.25%;
      padding-top: 75px; }
      @media (min-width: 992px) {
        .c-slide-big__title--big {
          max-width: 400px;
          padding-top: 0; } }
      @media (min-width: 1200px) {
        .c-slide-big__title--big {
          max-width: 500px; } }
      @media (min-width: 1600px) {
        .c-slide-big__title--big {
          max-width: 750px; } }
  .c-slide-big__count {
    font-size: 1.9rem;
    position: absolute;
    top: 2rem;
    left: 30px;
    font-weight: 400; }
    @media (min-width: 1600px) {
      .c-slide-big__count {
        font-size: 2.2rem; } }
    @media (min-width: 992px) {
      .c-slide-big__count {
        top: 0;
        left: auto;
        right: -5.75rem;
        transform: translate(50%, -100%); } }
    .c-slide-big__count hr {
      border-color: #000;
      background: #000;
      height: 2px;
      margin: 1rem 0; }
  @media (min-width: 1600px) {
    .c-slide-big__more {
      margin-top: 0.25rem; } }
  .c-slide-big__more--padded {
    margin-top: 2rem;
    padding-left: 7.25%; }
    @media (min-width: 1600px) {
      .c-slide-big__more--padded {
        margin-top: 3.5rem; } }
  .c-slide-big__wrapper {
    margin-top: 10%; }

/**
 * Animations
 * New animations should go under /animations/
 */
/*
	----------------------------------------
	ANIMATIONS
	----------------------------------------
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss


						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	exampleAnim, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------
	Examples
    ----------------------------------------

    SCSS
    ------
    @include animation(	fadeInUp, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInUp );

    HTML
    ------
    <div data-animate="animated fadeInUp"></div>
    <div class="fadeInUp"></div>
    <div class="animated duration--slow fadeInUp"></div>
    <div class="animated duration--slow delay--3 fadeInUp"></div>

    HTML Squence
    ------
    <div class="animated--sequence">
        <div class="animated fadeInUp"></div>
        <div class="animated fadeInUp"></div>
    </div>

*/
/**
 * Animation visibility by default
 */
@media only screen and (min-width: 1025px) {
  *[data-animate] {
    opacity: 0; }
    *[data-animate].animated {
      opacity: 1; } }

/**
 * Animation Speeds
 *
 * <div class="animated duration--slow fadeInUp"></div>
 */
.animated {
  -webkit-animation-fill-mode: backwards;
  animation-duration: 0.6s; }

.duration--slow {
  animation-duration: 1.6s; }

.duration--superslow {
  animation-duration: 3.2s; }

/**
 * Animation Delay
 *
 * <div class="animated delay--3 fadeInUp"></div>
 */
.delay--1 {
  animation-delay: 0.1s; }

.delay--2 {
  animation-delay: 0.2s; }

.delay--3 {
  animation-delay: 0.3s; }

.delay--4 {
  animation-delay: 0.4s; }

.delay--5 {
  animation-delay: 0.5s; }

.delay--6 {
  animation-delay: 0.6s; }

.delay--7 {
  animation-delay: 0.7s; }

.delay--8 {
  animation-delay: 0.8s; }

.delay--9 {
  animation-delay: 0.9s; }

.delay--10 {
  animation-delay: 1s; }

.delay--11 {
  animation-delay: 1.1s; }

.delay--12 {
  animation-delay: 1.2s; }

.delay--13 {
  animation-delay: 1.3s; }

.delay--14 {
  animation-delay: 1.4s; }

.delay--15 {
  animation-delay: 1.5s; }

.delay--16 {
  animation-delay: 1.6s; }

.delay--17 {
  animation-delay: 1.7s; }

.delay--18 {
  animation-delay: 1.8s; }

.delay--19 {
  animation-delay: 1.9s; }

.delay--20 {
  animation-delay: 2s; }

/**
 * Animation Sequence for Child Elements
 *
 * <div class="animated--sequence">
 *     <div class="animated fadeInUp"></div>
 * </div>
 */
.animated--sequence *:nth-child(1) {
  animation-delay: 0.2s; }

.animated--sequence *:nth-child(2) {
  animation-delay: 0.4s; }

.animated--sequence *:nth-child(3) {
  animation-delay: 0.6s; }

.animated--sequence *:nth-child(4) {
  animation-delay: 0.8s; }

.animated--sequence *:nth-child(5) {
  animation-delay: 1s; }

.animated--sequence *:nth-child(6) {
  animation-delay: 1.2s; }

.animated--sequence *:nth-child(7) {
  animation-delay: 1.4s; }

.animated--sequence *:nth-child(8) {
  animation-delay: 1.6s; }

.animated--sequence *:nth-child(9) {
  animation-delay: 1.8s; }

.animated--sequence *:nth-child(10) {
  animation-delay: 2s; }

.animated--sequence *:nth-child(11) {
  animation-delay: 2.2s; }

.animated--sequence *:nth-child(12) {
  animation-delay: 2.4s; }

.animated--sequence *:nth-child(13) {
  animation-delay: 2.6s; }

.animated--sequence *:nth-child(14) {
  animation-delay: 2.8s; }

.animated--sequence *:nth-child(15) {
  animation-delay: 3s; }

.animated--sequence *:nth-child(16) {
  animation-delay: 3.2s; }

.animated--sequence *:nth-child(17) {
  animation-delay: 3.4s; }

.animated--sequence *:nth-child(18) {
  animation-delay: 3.6s; }

.animated--sequence *:nth-child(19) {
  animation-delay: 3.8s; }

.animated--sequence *:nth-child(20) {
  animation-delay: 4s; }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	zoomIn, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	zoomIn, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( zoomIn );
    <div data-animate="animated zoomIn"></div>
    <div class="zoomIn"></div>

*/
.zoomIn {
  animation-name: zoomIn;
  animation-fill-mode: backwards; }

@keyframes zoomIn {
  0%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeIn, 	    0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeIn, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeIn );
    <div data-animate="animated fadeIn"></div>
    <div class="fadeIn"></div>

*/
.fadeIn {
  animation-name: fadeIn;
  animation-fill-mode: backwards; }

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

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeInUp, 	    0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeInUp, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInUp );
    <div data-animate="animated fadeInUp"></div>
    <div class="fadeInUp"></div>

*/
.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: backwards; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeInLeft, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeInLeft, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInLeft );
    <div data-animate="animated fadeInLeft"></div>
    <div class="fadeInLeft"></div>

*/
.fadeInLeft {
  animation-name: fadeInLeft;
  animation-fill-mode: backwards; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeInRight, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeInRight, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInRight );
    <div data-animate="animated fadeInRight"></div>
    <div class="fadeInRight"></div>

*/
.fadeInRight {
  animation-name: fadeInRight;
  animation-fill-mode: backwards; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInBigRight {
  animation-name: fadeInBigRight;
  animation-fill-mode: backwards; }

@keyframes fadeInBigRight {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeInUp, 	    0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeInUp, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInUp );
    <div data-animate="animated fadeInUp"></div>
    <div class="fadeInUp"></div>

*/
.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: backwards; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	fadeInDown, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	fadeInDown, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( fadeInDown );
    <div data-animate="animated fadeInDown"></div>
    <div class="fadeInDown"></div>

*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-fill-mode: backwards; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	flipInX, 	    0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	flipInX, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( flipInX );
    <div data-animate="animated flipInX"></div>
    <div class="flipInX"></div>

*/
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  transform-origin: top;
  animation-name: flipInX;
  animation-fill-mode: backwards; }

@keyframes flipInX {
  0% {
    transform: perspective(1000px) rotate3d(1, 0, 0, -80deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  100% {
    transform: perspective(1000px); } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	flipInY, 	    0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	flipInY, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( flipInY );
    <div data-animate="animated flipInY"></div>
    <div class="flipInY"></div>

*/
.flipInY {
  transform-origin: left;
  animation-name: flipInY;
  animation-fill-mode: backwards; }

@keyframes flipInY {
  0% {
    transform: perspective(1000px) rotate3d(0, 1, 0, 80deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  100% {
    transform: perspective(1000px); } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	shake, 	        0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	shake, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( shake );
    <div data-animate="animated shake"></div>
    <div class="shake"></div>

*/
.shake {
  animation-name: shake;
  animation-fill-mode: backwards; }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	stairsDown, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	Examples:
    @include animation(	stairsDown, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( stairsDown );
    <div data-animate="animated stairsDown"></div>
    <div class="stairsDown"></div>

*/
.stairsDown {
  animation-name: stairsDown;
  animation-fill-mode: backwards; }

@keyframes stairsDown {
  0% {
    transform: scale3d(1, 0, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

.stairsUp {
  animation-name: stairsUp;
  animation-fill-mode: backwards; }

@keyframes stairsUp {
  0% {
    transform: scale3d(1, 1, 1); }
  100% {
    transform: scale3d(1, 0, 1); } }

/*
	----------------------------------------

	ANIMATIONS
	--
	Add animations here so you can reference them from other SCSS files
	Uses mixin/_animation.scss
	Uses mixin/_keyframes.scss

	Remember to add your newly made animation to _main.scss

	----------------------------------------

						anim		    animtime	fill		easing			delay
						--			    --			--			--				--
	@include animation(	stairsRightAnim, 	0.6s, 		backwards, 	$ease-out-expo, 0.3s);

    ----------------------------------------

	stairsRights:
    @include animation(	stairsRightAnim, 0.6s, backwards, $ease-out-expo, 0.3s);
	@include animation( stairsRightAnim );
    <div data-animate="animated stairsRightAnim"></div>
    <div class="stairsRightAnim"></div>

*/
.stairsRightAnim {
  animation-name: stairsRight;
  animation-fill-mode: backwards; }

@keyframes stairsRight {
  0% {
    transform: scale3d(0, 1, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

.stairsLeftAnim {
  animation-name: stairsLeft;
  animation-fill-mode: backwards; }

@keyframes stairsLeft {
  0% {
    transform: scale3d(1, 1, 1); }
  100% {
    transform: scale3d(0, 1, 1); } }

.slideDot {
  animation-name: slideDot;
  animation-fill-mode: backwards; }

@keyframes slideDot {
  0% {
    transform: translateX(-1em);
    opacity: 0; }
  100% {
    transform: translateX(-0.5em);
    opacity: 1; } }


/*# sourceMappingURL=frontend.css.map?v=e4b01d95b0d3b0dab7be*/