/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 1px;
  background-color: #000000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1600px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

video[data-do-autoplay] {
  pointer-events: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

video[data-do-autoplay]::-webkit-media-controls {
  display: none !important;
}

video[data-do-autoplay]::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
}

.site-global-wrapper {
  position: relative;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1488px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 57px;
    padding-right: 57px;
  }
}

.site-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.site-header .padded, .site-header .padded-wrapper {
  -webkit-transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
  transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
}

.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-header.headroom--not-top .site-header-logo {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.site-header.headroom--not-top .site-header-logo-eye {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease 0.2s;
  transition: opacity 0.15s ease 0.2s;
}

html[data-nav-state="closed"] .site-header.headroom--not-top {
  background-color: #ffffff;
}

.site-header-logo {
  display: block;
  background-image: url("../images/logo_black_new.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 120;
  -webkit-transition: opacity 0.15s ease 0.2s;
  transition: opacity 0.15s ease 0.2s;
}

.site-header-logo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 28.66242038%;
}

.site-header-logo-eye {
  display: block;
  background-image: url("../images/eye.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 120;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.site-header-logo-eye:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63.49206349%;
}

.site-menu-toggle {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/nav.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 120;
  cursor: pointer;
}

html[data-nav-state="open"] .site-menu-toggle {
  background-image: url("../images/close.png");
}

.site-menu-toggle:focus {
  outline: 0;
}

@media (max-width: 599px) {
  .site-header .padded, .site-header .padded-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .site-header.headroom--not-top .padded, .site-header.headroom--not-top .padded-wrapper {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .site-header-logo {
    width: 157px;
  }
  .site-header-logo-eye {
    width: 63px;
  }
  .site-menu-toggle {
    width: 38px;
    height: 25px;
  }
  html[data-nav-state="open"] .site-menu-toggle {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 600px) {
  .site-header .padded, .site-header .padded-wrapper {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .site-header.headroom--not-top .padded, .site-header.headroom--not-top .padded-wrapper {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .site-header-logo {
    width: 157px;
  }
  .site-header-logo-eye {
    width: 63px;
  }
  .site-menu-toggle {
    width: 44px;
    height: 29px;
  }
  html[data-nav-state="open"] .site-menu-toggle {
    width: 34px;
    height: 34px;
  }
}

body.page-template-template-blocks .site-header-logo,
body.page-template-template-blocks .site-menu-toggle,
body.page-template-template-who-we-are .site-header-logo,
body.page-template-template-who-we-are .site-menu-toggle,
body.single-project .site-header-logo,
body.single-project .site-menu-toggle {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}

html[data-nav-state="open"] body.page-template-template-blocks .site-header-logo, html[data-nav-state="open"]
body.page-template-template-blocks .site-menu-toggle, html[data-nav-state="open"]
body.page-template-template-who-we-are .site-header-logo, html[data-nav-state="open"]
body.page-template-template-who-we-are .site-menu-toggle, html[data-nav-state="open"]
body.single-project .site-header-logo, html[data-nav-state="open"]
body.single-project .site-menu-toggle {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.site-header.headroom--not-top .site-header-logo,
.site-header.headroom--not-top .site-menu-toggle {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.site-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
  transition: opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
  transition: transform 0.01s ease 0.41s, opacity 0.4s ease;
  transition: transform 0.01s ease 0.41s, opacity 0.4s ease, -webkit-transform 0.01s ease 0.41s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: auto;
}

.site-header-nav {
  padding-top: 130px;
}

@media screen and (min-width: 400px) {
  .site-header-nav {
    padding-top: calc(130px + 57 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .site-header-nav {
    padding-top: 187px;
  }
}

.site-header-nav {
  padding-bottom: 130px;
}

@media screen and (min-width: 400px) {
  .site-header-nav {
    padding-bottom: calc(130px + 57 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .site-header-nav {
    padding-bottom: 187px;
  }
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 110;
  width: 100%;
  max-width: 750px;
}

.site-header-nav li:nth-child(n+2) {
  margin-top: 26px;
}

@media screen and (min-width: 400px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: calc(26px + 16 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .site-header-nav li:nth-child(n+2) {
    margin-top: 42px;
  }
}

.site-header-nav li a {
  display: block;
  line-height: 1.4;
  position: relative;
}

.site-header-nav li a {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  .site-header-nav li a {
    font-size: calc(26px + 20 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .site-header-nav li a {
    font-size: 46px;
  }
}

.site-header-nav li a span {
  display: block;
  -webkit-transition: opacity 0.15s ease, color 0.15s ease;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.site-header-nav li a img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

@media (max-width: 399px) {
  .site-header-nav li a img {
    -webkit-transform: translateY(-50%) scale(0.45);
            transform: translateY(-50%) scale(0.45);
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .site-header-nav li a img {
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  .site-header-nav li a img {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  .site-header-nav li a img {
    -webkit-transform: translateY(-50%) scale(0.85);
            transform: translateY(-50%) scale(0.85);
  }
}

@media (min-width: 700px) {
  .site-header-nav li a img {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.site-header-nav li a:hover .nav-text-no-image {
  color: #FF2C71;
}

.site-header-nav li a:hover .nav-text-for-image {
  opacity: 0;
}

.site-header-nav li a:hover img {
  opacity: 1;
}

html[data-nav-state="open"] .site-header-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
  transition: opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
  transition: transform 0.01s ease, opacity 0.4s ease 0.02s;
  transition: transform 0.01s ease, opacity 0.4s ease 0.02s, -webkit-transform 0.01s ease;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
}

.site-footer .wrapper, .site-footer .padded-wrapper {
  max-width: 1158px;
}

.site-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer-nav img {
  display: none;
}

.site-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.site-footer-social svg {
  fill: #ffffff;
}

.site-footer-social svg[data-icon="instagram"] {
  width: 42px;
  height: 42px;
}

.site-footer-social svg[data-icon="twitter"] {
  height: 51px;
  height: 42px;
}

.site-footer-social svg[data-icon="facebook"] {
  width: 42px;
  height: 42px;
}

.site-footer-social svg[data-icon="youtube"] {
  width: 42px;
  height: 42px;
}

.site-footer-social svg[data-icon="medium"] {
  width: 52px;
  height: 40px;
}

.site-footer-logo {
  width: 294px;
  display: block;
  background-image: url("../images/logo_white_new.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-footer-logo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 28.66242038%;
}

.site-footer-copyright {
  display: block;
  margin-top: 25px;
}

@media (max-width: 499px) {
  .site-footer-social {
    margin-top: 35px;
  }
  .site-footer-social li:nth-child(n+2) {
    margin-left: 20px;
  }
}

@media (min-width: 500px) {
  .site-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .site-footer-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 500px) {
  .site-footer-social {
    margin-top: 35px;
  }
  .site-footer-social li:nth-child(n+2) {
    margin-left: 32px;
  }
}

@media (max-width: 899px) {
  .site-footer {
    margin-top: -145px;
    padding-top: 187px;
    padding-bottom: 70px;
  }
  .site-footer-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer-bottom {
    padding-top: 70px;
  }
  .site-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .small-mono.site-footer-copyright {
    text-align: center;
  }
  .site-footer-nav {
    display: none;
  }
}

@media (min-width: 900px) {
  .site-footer {
    margin-top: -145px;
    padding-top: 187px;
    padding-bottom: 180px;
  }
  .site-footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer-bottom {
    padding-top: 130px;
  }
  .site-footer-nav li:nth-child(n+2) {
    margin-left: 20px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .site-footer-nav li:nth-child(n+2) {
    margin-left: calc(20px + 8 * ((100vw - 900px) / 400));
  }
}

@media screen and (min-width: 900px) and (min-width: 1300px) {
  .site-footer-nav li:nth-child(n+2) {
    margin-left: 28px;
  }
}

@media (min-width: 900px) {
  .site-footer-nav a {
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .site-footer-nav a {
    font-size: calc(20px + 6 * ((100vw - 900px) / 400));
  }
}

@media screen and (min-width: 900px) and (min-width: 1300px) {
  .site-footer-nav a {
    font-size: 26px;
  }
}

.footer-form {
  position: relative;
}

.footer-form {
  margin-top: 120px;
}

@media screen and (min-width: 400px) {
  .footer-form {
    margin-top: calc(120px + 80 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .footer-form {
    margin-top: 200px;
  }
}

.footer-form .wrapper, .footer-form .padded-wrapper {
  width: 100%;
  max-width: 1158px;
}

.footer-form-wrapper {
  background-color: #FF2C71;
}

.footer-form-wrapper .inner {
  position: relative;
}

.footer-form-wrapper .gform_wrapper form {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-form-wrapper .gform_wrapper .gform_description {
  display: block;
}

.footer-form-wrapper .gform_wrapper .gform_body {
  padding-top: 4px;
}

.footer-form-wrapper .gform_wrapper .gform_footer {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
  margin-left: auto;
  position: relative;
  z-index: 20;
}

.footer-form-wrapper .validation_error {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-form-wrapper .validation_error + .gform_body {
  width: 100%;
}

.footer-form-wrapper .validation_message {
  font-size: 16px;
  margin-top: 5px;
}

.form-privacy-link-inner a {
  font-family: 'Roboto Mono', monospace;
  font-size: 15px;
  text-decoration: underline;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

@media (max-width: 499px) {
  .footer-form-wrapper {
    padding: 30px 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .footer-form-wrapper .gform_wrapper .gform_description {
    font-size: 22px;
    line-height: 29px;
    margin-top: 24px;
  }
  .fancybox-content .footer-form-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 500px) {
  .footer-form-wrapper {
    padding: 43px 49px 42px 47px;
  }
  .footer-form-wrapper .gform_wrapper .gform_description {
    font-size: 22px;
    line-height: 29px;
    margin-top: 24px;
  }
}

@media (max-width: 699px) {
  .footer-form-wrapper .gform_wrapper .gform_heading {
    width: 100%;
  }
  .footer-form-wrapper .gform_wrapper .gform_body {
    width: 100%;
  }
  .footer-form-wrapper .gform_wrapper .gform_footer {
    width: 100%;
    margin-top: 24px;
  }
  .footer-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
  }
  .form-privacy-link {
    width: 100%;
    margin-left: auto;
    text-align: right;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .footer-form-wrapper .gform_wrapper .gform_heading {
    width: calc(40% - 25px);
  }
  .footer-form-wrapper .gform_wrapper .gform_body {
    width: calc(60% - 25px);
  }
  .footer-form-wrapper .gform_wrapper .gform_footer {
    width: calc(60% - 25px);
    margin-top: 24px;
  }
  .form-privacy-link {
    width: calc(60% - 25px);
    margin-left: auto;
    text-align: right;
  }
}

@media (min-width: 900px) {
  .footer-form-wrapper .gform_wrapper .gform_heading {
    width: calc(30% - 20px);
  }
  .footer-form-wrapper .gform_wrapper .gform_body {
    width: calc(70% - 46px);
  }
  .footer-form-wrapper .gform_wrapper .gform_footer {
    width: calc(70% - 46px);
    margin-top: 36px;
  }
  .footer-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
    width: calc(50% - 15px) !important;
  }
  .form-privacy-link {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: calc(70% - 46px);
  }
  .form-privacy-link-inner {
    width: calc(50% - 15px);
  }
}

.blockquote {
  margin: 0;
  padding: 0;
}

[data-accordion-item] {
  border-bottom: 1px solid red;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}

[data-accordion-item-toggle] h3 {
  position: relative;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}

[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: '';
  display: block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

[data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-accordion-item="open"] [data-accordion-item-toggle-icon]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

[data-accordion-item-content] {
  display: none;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 1000px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-bottom: 17px;
  }
  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 34px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

.ajax-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  left: 100vw;
  -webkit-transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s, -webkit-transform 0.5s ease;
  z-index: 500;
  opacity: 0;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.ajax-window.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease, -webkit-transform 0.5s ease 0.1s;
}

.ajax-window .ajax-window-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.ajax-window.temp-hide .ajax-window-content {
  opacity: 0;
}

.ajax-window-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-ajax-close] {
  cursor: pointer;
  width: 23px;
  height: 23px;
  fill: #000000;
}

[data-ajax-close]:hover {
  fill: #000000;
}

.ajax-window-top-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  position: absolute;
  top: 32px;
  right: 31px;
  z-index: 520;
}

.ajax-window-bottom-close-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .ajax-window-inner {
    padding: 50px 0 40px;
  }
  .ajax-window-bottom-close {
    margin-top: 50px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 40px;
  }
}

@media (min-width: 700px) {
  .ajax-window-inner {
    padding: 80px 0;
  }
  .ajax-window-bottom-close {
    margin-top: 71px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 63px;
  }
}

body .fancybox-bg {
  background: #ffffff;
}

body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

body .fancybox-button {
  background: transparent;
  outline: 0;
}

body .fancybox-button svg {
  fill: #000000;
}

body .fancybox-button.fancybox-button--close {
  margin-top: 18px;
  margin-right: 12px;
  width: 34px;
  height: 34px;
  background-image: url("../images/close.png");
  background-size: 34px 34px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .fancybox-button.fancybox-button--close:hover {
  opacity: 0.3;
}

body .fancybox-toolbar {
  top: 1.2vw;
  right: 1.2vw;
}

@media (max-width: 599px) {
  body .fancybox-slide {
    padding: 5vh 53px 50vh;
  }
  body .fancybox-slide.fancybox-slide--html {
    padding-left: 25px;
    padding-right: 25px;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 5vh 53px 5vh;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  body .fancybox-slide {
    padding: 10vh 12vw 10vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 100px 12vw 100px;
  }
}

@media (min-width: 1000px) {
  body .fancybox-slide {
    padding: 100px 120px 100px;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 120px 140px 120px;
  }
}

.fancybox-is-open.fancybox-container .page-header {
  opacity: 1;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  display: none;
}

.lightbox-custom-caption {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 1em;
}

.lightbox-custom-caption p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lightbox-custom-caption p.lightbox-download {
  margin-top: 1em;
}

.lightbox-custom-caption > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

body .fancybox-slide--html .fancybox-content {
  padding: 0;
}

body .fancybox-slide--html .fancybox-button.fancybox-close-small {
  width: 34px;
  height: 34px;
  top: 10px;
  right: 10px;
  background-image: url("../images/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}

body .fancybox-slide--html .fancybox-button.fancybox-close-small svg {
  display: none;
}

.page-header {
  position: relative;
  overflow: hidden;
}

@media (max-width: 699px) {
  .page-header {
    margin: 12.5px 12.5px 0 12.5px;
  }
}

@media (min-width: 700px) {
  .page-header {
    margin: 19px 19px 0 19px;
  }
}

.page-header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header-image:before {
  content: '';
  display: block;
  width: 100%;
}

.page-header-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: #ffffff;
}

.page-header-wrapper.wrapper, .page-header-wrapper.padded-wrapper {
  position: relative;
  z-index: 30;
}

.page-header-title {
  line-height: 1;
  width: 100%;
}

.page-header-subtitle:before {
  content: '';
  display: block;
  width: 32px;
  height: 8px;
  background-image: url("../images/tilde.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 8px;
}

@media (max-width: 699px) {
  .page-header-image:before {
    padding-bottom: 75%;
  }
  .page-header-wrapper {
    padding: 15px 12.5px 0;
  }
  .page-header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #ffffff;
    z-index: -1;
  }
  .page-header-subtitle {
    margin-top: 22px;
  }
  .page-header-subtitle:before {
    margin-bottom: 17px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .page-header {
    padding-bottom: 40px;
  }
  .page-header-image:before {
    padding-bottom: 49.25%;
  }
  .page-header-wrapper {
    max-width: 600px;
    margin: -50px auto 0;
    padding: 32px 42px 0 42px;
    min-height: 134px;
  }
  .page-header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #ffffff;
    z-index: -1;
  }
  .page-header-subtitle {
    margin-top: 22px;
  }
  .page-header-subtitle:before {
    margin-bottom: 17px;
  }
}

@media (min-width: 1000px) {
  .page-header {
    padding-bottom: 40px;
  }
  .page-header-image:before {
    padding-bottom: 49.25%;
  }
  .page-header-wrapper {
    max-width: 724px;
    margin: -134px auto 0;
    padding: 42px 72px 0 62px;
    min-height: 134px;
  }
  .page-header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #ffffff;
    z-index: -1;
  }
  .page-header-subtitle {
    margin-top: 22px;
  }
  .page-header-subtitle:before {
    margin-bottom: 17px;
  }
}

.page-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.page-title-header {
  padding-top: 120px;
}

@media screen and (min-width: 400px) {
  .page-title-header {
    padding-top: calc(120px + 58 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .page-title-header {
    padding-top: 178px;
  }
}

.page-title-header {
  padding-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .page-title-header {
    padding-bottom: calc(60px + 40 * ((100vw - 400px) / 300));
  }
}

@media screen and (min-width: 700px) {
  .page-title-header {
    padding-bottom: 100px;
  }
}

@media (max-width: 1399px) {
  .page-title-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1400px) {
  .page-title-header {
    padding-left: 57px;
    padding-right: 57px;
  }
}

.page-title-header-text:after {
  content: '';
  display: block;
  width: 32px;
  height: 8px;
  background-image: url("../images/tilde.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 8px;
  margin: 15px auto 0;
}

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

@media (max-width: 599px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  body {
    font-size: 20px;
  }
}

@media (min-width: 1000px) {
  body {
    font-size: 25px;
  }
}

b,
strong {
  font-weight: 600;
}


h1, .h1,
h2,
.footer-form-wrapper .gform_wrapper .gform_title, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}


h1 .bold,
h1 b,
h1 strong, .h1 .bold,
.h1 b,
.h1 strong,
h2 .bold,
.footer-form-wrapper .gform_wrapper .gform_title .bold,
h2 b,
.footer-form-wrapper .gform_wrapper .gform_title b,
h2 strong,
.footer-form-wrapper .gform_wrapper .gform_title strong, .h2 .bold,
.h2 b,
.h2 strong,
h3 .bold,
h3 b,
h3 strong, .h3 .bold,
.h3 b,
.h3 strong,
h4 .bold,
h4 b,
h4 strong, .h4 .bold,
.h4 b,
.h4 strong,
h5 .bold,
h5 b,
h5 strong, .h5 .bold,
.h5 b,
.h5 strong,
h6 .bold,
h6 b,
h6 strong, .h6 .bold,
.h6 b,
.h6 strong {
  font-weight: 600;
}

h1, .h1 {
  letter-spacing: -0.028em;
  line-height: 1.13;
}

@media (max-width: 599px) {
  h1, .h1 {
    font-size: 34px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  h1, .h1 {
    font-size: 45px;
  }
}

@media (min-width: 1000px) {
  h1, .h1 {
    font-size: 56px;
  }
}


h2,
.footer-form-wrapper .gform_wrapper .gform_title, .h2 {
  line-height: 1.15;
}

@media (max-width: 599px) {
  
  h2,
  .footer-form-wrapper .gform_wrapper .gform_title, .h2 {
    font-size: 30px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  
  h2,
  .footer-form-wrapper .gform_wrapper .gform_title, .h2 {
    font-size: 36px;
  }
}

@media (min-width: 1000px) {
  
  h2,
  .footer-form-wrapper .gform_wrapper .gform_title, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  line-height: 1.2;
}

@media (max-width: 599px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  h3, .h3 {
    font-size: 36px;
  }
}

h4, .h4 {
  line-height: 1.13;
}

@media (max-width: 599px) {
  h4, .h4 {
    font-size: 22px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (min-width: 1000px) {
  h4, .h4 {
    font-size: 30px;
  }
}

h5, .h5 {
  line-height: 1.25;
}

@media (max-width: 599px) {
  h5, .h5 {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  h5, .h5 {
    font-size: 20px;
  }
}

.nice-type h1, .nice-type h2, .nice-type .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .nice-type .gform_title, .nice-type h3, .nice-type h4, .nice-type h5, .nice-type h6 {
  margin-top: 1.2em;
}

.nice-type h1 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h2 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type .footer-form-wrapper .gform_wrapper .gform_title + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-form-wrapper .gform_wrapper .nice-type .gform_title + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h3 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h4 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h5 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h6 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 1.2em;
}

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type h1 a, .nice-type h2 a, .nice-type .footer-form-wrapper .gform_wrapper .gform_title a, .footer-form-wrapper .gform_wrapper .nice-type .gform_title a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  color: #1b8be0;
  text-decoration: underline;
}

.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type .footer-form-wrapper .gform_wrapper .gform_title a:hover, .footer-form-wrapper .gform_wrapper .nice-type .gform_title a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: none;
}

.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 600;
}

.nice-type pre {
  overflow: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}

.nice-type pre code {
  font-size: 90%;
}

.nice-type details {
  padding: 1em 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}

.nice-type [class*="wp-image"] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nice-type blockquote {
  font-style: italic;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

table {
  border: 1px solid #E8E8E8;
  border-collapse: collapse;
  font-size: 90%;
  line-height: 1.4;
  width: 100%;
}

table th {
  text-align: left;
  font-weight: 600;
  background: #F5F5F5;
}

table th,
table td {
  border: 1px solid #E8E8E8;
  padding: 8px 20px 8px 11px;
  vertical-align: top;
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a {
  text-decoration: underline;
}

article p a:hover {
  text-decoration: none;
}

.small-mono {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: normal;
}

.small-mono-caps {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

::-moz-selection {
  background-color: #FF2C71;
  color: #ffffff;
}

::selection {
  background-color: #FF2C71;
  color: #ffffff;
}

.button,
.button-pink, .button-purple, .button-mint, .button-white, .footer-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
  width: auto;
  font-family: 'Roboto Mono', monospace;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  padding: 15px 27px 18px 27px;
  border: 0;
  margin: 0;
  cursor: pointer;
  background-size: 210% 100%;
  background-position: right center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button:hover,
.button-pink:hover, .button-purple:hover, .button-mint:hover, .button-white:hover, .footer-form-wrapper .gform_wrapper .gform_footer input:hover[type="submit"] {
  background-position: right 98% center;
}

.button,
.button-pink {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #FF2C71), to(#FF2C71));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #FF2C71 50%, #FF2C71 100%);
  color: #ffffff;
}

.button-purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #9F5BFF), to(#9F5BFF));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #9F5BFF 50%, #9F5BFF 100%);
  color: #ffffff;
}

.button-mint {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #00D7CC), to(#00D7CC));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #00D7CC 50%, #00D7CC 100%);
  color: #ffffff;
}

.button-white, .footer-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
  color: #FF2C71;
}

.button-long-arrow {
  display: block;
  width: 56px;
  height: 25px;
  background-image: url("../images/right_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.button-long-arrow:hover {
  opacity: 0.5;
}

.button-small-arrow {
  display: block;
  width: 38px;
  height: 28px;
  background-image: url("../images/right_small_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.button-small-arrow:hover {
  opacity: 0.5;
}

.ginput_container input[type="text"],
.ginput_container input[type="email"], .ginput_container select {
  font-family: 'Roboto Mono', monospace;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  font-weight: normal;
  width: 100%;
  padding: 7px 0 7px 0;
}

@media (max-width: 499px) {
  .ginput_container input[type="text"],
  .ginput_container input[type="email"], .ginput_container select {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 500px) {
  .ginput_container input[type="text"],
  .ginput_container input[type="email"], .ginput_container select {
    font-size: 18px;
    line-height: 23px;
  }
}

.ginput_container input:hover[type="text"],
.ginput_container input:hover[type="email"], .ginput_container select:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.ginput_container input:focus[type="text"],
.ginput_container input:focus[type="email"], .ginput_container select:focus {
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  outline: none;
}

.ginput_container input[type="text"]::-webkit-input-placeholder, .ginput_container input[type="email"]::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder {
  color: #ffffff;
}

.ginput_container input[type="text"]::-moz-placeholder, .ginput_container input[type="email"]::-moz-placeholder, .ginput_container select::-moz-placeholder {
  color: #ffffff;
}

.ginput_container input[type="text"]:-ms-input-placeholder, .ginput_container input[type="email"]:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder {
  color: #ffffff;
}

.ginput_container input[type="text"]::-ms-input-placeholder, .ginput_container input[type="email"]::-ms-input-placeholder, .ginput_container select::-ms-input-placeholder {
  color: #ffffff;
}

.ginput_container input[type="text"]::placeholder,
.ginput_container input[type="email"]::placeholder, .ginput_container select::placeholder {
  color: #ffffff;
}

.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ginput_container label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gf_clear {
  width: 100%;
}

.ginput_container select {
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 8px;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9.5 10L18 1' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px 9px;
}

.ginput_container select::-ms-expand {
  display: none;
}

.ginput_container select option {
  font-weight: normal;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 899px) {
  .gfield:nth-child(n+2) {
    margin-top: 24px;
  }
  .gf_name_has_2 > span,
  .ginput_container_address > span {
    display: block;
  }
  .gf_name_has_2 > span:nth-child(n+2),
  .ginput_container_address > span:nth-child(n+2) {
    margin-top: 24px;
  }
}

@media (min-width: 900px) {
  .gf_name_has_2,
  .ginput_container_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gf_name_has_2 > span,
  .ginput_container_address > span {
    width: calc(50% - 15px);
  }
  .gfield:nth-child(n+2) {
    margin-top: 32px;
  }
}

.text-pink {
  color: #FF2C71;
}

.text-purple {
  color: #9F5BFF;
}

.text-mint {
  color: #00D7CC;
}

.arrow-down {
  display: block;
  width: 27px;
  height: 47px;
  background-color: transparent;
  background-image: url("../images/down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*****
  Larger groups of styles for larger parts
*****/
.home-wrapper {
  overflow: hidden;
}

.home-header {
  padding-top: 120px;
}

.home-header .wrapper, .home-header .padded-wrapper {
  position: relative;
}

.home-header-text {
  width: 60vw;
  max-width: 700px;
  position: relative;
}

.home-header-text {
  padding-top: 332px;
}

@media screen and (min-width: 400px) {
  .home-header-text {
    padding-top: calc(332px + 159 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-header-text {
    padding-top: 491px;
  }
}

.home-top-statements {
  overflow: hidden;
  min-height: 3em;
}

.home-header-video {
  position: absolute;
  z-index: -1;
}

.home-header-video {
  top: 33px;
}

@media screen and (min-width: 400px) {
  .home-header-video {
    top: calc(33px + -164 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-header-video {
    top: -131px;
  }
}

.home-header-video {
  right: -241px;
}

@media screen and (min-width: 400px) {
  .home-header-video {
    right: calc(-241px + 198 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-header-video {
    right: -43px;
  }
}

.home-header-video {
  width: 780px;
}

@media screen and (min-width: 400px) {
  .home-header-video {
    width: calc(780px + 822 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-header-video {
    width: 1602px;
  }
}

.home-header-down {
  border: 0;
  margin: 13px 0 0 0;
  padding: 0;
  cursor: pointer;
}

.home-header-down:focus {
  outline: 0;
}

.home-page-links {
  margin-top: 52px;
}

@media screen and (min-width: 400px) {
  .home-page-links {
    margin-top: calc(52px + 214 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-page-links {
    margin-top: 266px;
  }
}

.home-page-links .wrapper, .home-page-links .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-page-links-item img {
  display: block;
  width: 100%;
}

@media (max-width: 699px) {
  .home-page-links-item {
    width: 100%;
  }
  .home-page-links-item:nth-child(n+2) {
    margin-top: 90px;
  }
  .home-page-links-item h2, .home-page-links-item .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .home-page-links-item .gform_title {
    max-width: 450px;
  }
  .home-page-links-item a[class*="button"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 700px) and (max-width: 1399px) {
  .home-page-links-item {
    width: calc(50% - 30px);
  }
  .home-page-links-item:nth-child(2n+1) {
    margin-right: 60px;
  }
  .home-page-links-item:nth-child(n+2) {
    margin-top: 300px;
  }
  .home-page-links-item h2, .home-page-links-item .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .home-page-links-item .gform_title {
    width: 80%;
    max-width: 450px;
  }
  .home-page-links-item a[class*="button"] {
    margin-top: 32px;
    margin-bottom: 46px;
  }
}

@media (min-width: 1400px) {
  .home-page-links-item {
    width: calc(50% - 119px);
  }
  .home-page-links-item:nth-child(2n+1) {
    margin-right: 133px;
  }
  .home-page-links-item:nth-child(n+2) {
    margin-top: 490px;
  }
  .home-page-links-item h2, .home-page-links-item .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .home-page-links-item .gform_title {
    width: 80%;
    max-width: 450px;
  }
  .home-page-links-item a[class*="button"] {
    margin-top: 32px;
    margin-bottom: 46px;
  }
}

.home-middle-video {
  display: block;
  position: relative;
  z-index: -1;
}

.home-middle-video {
  width: 494px;
}

@media screen and (min-width: 400px) {
  .home-middle-video {
    width: calc(494px + 606 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-middle-video {
    width: 1100px;
  }
}

.home-middle-video {
  margin-top: 81px;
}

@media screen and (min-width: 400px) {
  .home-middle-video {
    margin-top: calc(81px + -349 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-middle-video {
    margin-top: -268px;
  }
}

.home-middle-video {
  margin-left: -20px;
}

@media screen and (min-width: 400px) {
  .home-middle-video {
    margin-left: calc(-20px + 20 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-middle-video {
    margin-left: 0px;
  }
}

.home-middle-quote .project-block-quote {
  padding-top: 0;
}

.home-projects .wrapper, .home-projects .padded-wrapper {
  max-width: 1430px;
}

.home-projects-title p {
  margin: 0;
  text-align: center;
}

.home-projects-more {
  text-align: center;
}

.home-projects-item:nth-child(3n+1) .project-small-item {
  border-color: #9F5BFF;
}

.home-projects-item:nth-child(3n+1) .project-small-item-image:after {
  background-color: rgba(159, 91, 255, 0.5);
}

.home-projects-item:nth-child(3n+1) .button-small-arrow {
  background-image: url("../images/right_small_purple.png");
}

.home-projects-item:nth-child(3n+2) .project-small-item {
  border-color: #FF2C71;
}

.home-projects-item:nth-child(3n+2) .project-small-item-image:after {
  background-color: rgba(255, 44, 113, 0.5);
}

.home-projects-item:nth-child(3n+2) .button-small-arrow {
  background-image: url("../images/right_small_pink.png");
}

.home-projects-item:nth-child(3n+3) .project-small-item {
  border-color: #00D7CC;
}

.home-projects-item:nth-child(3n+3) .project-small-item-image:after {
  background-color: rgba(0, 215, 204, 0.5);
}

.home-projects-item:nth-child(3n+3) .button-small-arrow {
  background-image: url("../images/right_small_mint.png");
}

@media (max-width: 699px) {
  .home-projects-more {
    margin-top: 40px;
  }
  .home-projects-items {
    margin-top: 30px;
  }
  .home-projects-item {
    width: 100%;
  }
  .home-projects-item:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .home-projects-more {
    margin-top: 32px;
  }
  .home-projects-items {
    margin-top: 50px;
  }
  .home-projects-item {
    width: 80%;
  }
  .home-projects-item:nth-child(n+2) {
    margin-top: 48px;
  }
  .home-projects-item:nth-child(3n+1) {
    margin-left: auto;
  }
  .home-projects-item:nth-child(3n+3) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1000px) {
  .home-projects-more {
    margin-top: 32px;
  }
  .home-projects-items {
    margin-top: 50px;
  }
  .home-projects-item {
    width: 48.5%;
  }
  .home-projects-item:nth-child(n+2) {
    margin-top: 48px;
  }
  .home-projects-item:nth-child(3n+1) {
    margin-left: auto;
  }
  .home-projects-item:nth-child(3n+3) {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-medium .wrapper, .home-medium .padded-wrapper {
  max-width: 1024px;
}

.home-medium .home-medium-title {
  text-align: center;
}

.home-medium .home-medium-title p {
  margin: 0;
}

.home-medium .home-medium-more {
  text-align: center;
}

@media (max-width: 699px) {
  .home-medium {
    margin-top: 100px;
  }
  .home-medium .project-small-item {
    margin-top: 40px;
    display: block;
  }
  .home-medium .project-small-item .project-small-item-image {
    width: 100%;
  }
  .home-medium .project-small-item .project-small-item-content {
    width: 100%;
    padding-top: 15px;
  }
  .home-medium .home-medium-more {
    margin-top: 58px;
  }
}

@media (min-width: 700px) {
  .home-medium {
    margin-top: 240px;
  }
  .home-medium .project-small-item {
    margin-top: 40px;
  }
  .home-medium .project-small-item .project-small-item-image {
    width: calc(50% - 13px);
  }
  .home-medium .project-small-item .project-small-item-content {
    width: calc(50% - 13px);
  }
  .home-medium .home-medium-more {
    margin-top: 58px;
  }
}

.home-bottom-quote {
  padding-top: 100px;
}

@media screen and (min-width: 400px) {
  .home-bottom-quote {
    padding-top: calc(100px + -100 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .home-bottom-quote {
    padding-top: 0px;
  }
}

.home-bottom-quote .project-single-blocks-item {
  margin-top: 0;
  margin-bottom: 0;
}

.home-bottom-quote .project-block-quote {
  padding-bottom: 0;
}

.how-header-images {
  margin-top: -15px;
}

.how-header-images {
  padding-top: 30px;
}

@media screen and (min-width: 400px) {
  .how-header-images {
    padding-top: calc(30px + -30 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .how-header-images {
    padding-top: 0px;
  }
}

.how-header-images {
  padding-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .how-header-images {
    padding-bottom: calc(30px + -30 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .how-header-images {
    padding-bottom: 0px;
  }
}

.how-header-images .wrapper, .how-header-images .padded-wrapper {
  max-width: 1030px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-header-images-item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.how-header-images-item img {
  width: 100%;
}

.how-header-images-item:nth-child(1) img {
  max-width: 210px;
}

.how-header-images-item:nth-child(2) img {
  max-width: 200px;
}

.how-header-images-item:nth-child(3) img {
  max-width: 170px;
}

.how-header-description {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .how-header-description {
    padding-top: calc(50px + 60 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .how-header-description {
    padding-top: 110px;
  }
}

.how-header-description {
  padding-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .how-header-description {
    padding-bottom: calc(20px + 80 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .how-header-description {
    padding-bottom: 100px;
  }
}

.how-header-description .project-block-text {
  padding-bottom: 0;
}

body.page-template-template-philosophy .page-title-header {
  padding-bottom: 0;
}

body.page-template-template-philosophy .project-block-quote {
  padding-bottom: 0;
}

.philosophy-header {
  text-align: center;
}

.philosophy-header .nice-type {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy-large-animation-media {
  display: block;
  width: 100%;
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy-row .wrapper, .philosophy-row .padded-wrapper {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.philosophy-row-text {
  border-top-width: 1px;
  border-top-style: solid;
}

.philosophy-row-animation-media {
  display: block;
  width: 100%;
}

.philosophy-row-top .wrapper, .philosophy-row-top .padded-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.philosophy-row-top .philosophy-row-text {
  border-color: #9F5BFF;
}

.philosophy-row-top .philosophy-row-animation-media {
  max-width: 600px;
  margin-left: -2%;
  margin-top: 2%;
}

.philosophy-row-middle .philosophy-row-text {
  border-color: #FF2C71;
}

.philosophy-row-middle .philosophy-row-animation-media {
  max-width: 643px;
}

.philosophy-row-bottom .wrapper, .philosophy-row-bottom .padded-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.philosophy-row-bottom .philosophy-row-text {
  border-color: #00D7CC;
}

.philosophy-row-bottom .philosophy-row-animation-media {
  max-width: 486px;
}

@media (max-width: 699px) {
  .philosophy-header {
    padding-top: 29px;
  }
  .philosophy-header .nice-type {
    margin-top: 28px;
  }
  .philosophy-large-animation {
    margin-top: 80px;
  }
  .philosophy-row .wrapper, .philosophy-row .padded-wrapper {
    display: block;
  }
  .philosophy-row-text {
    padding-top: 13px;
  }
  .philosophy-row-text .nice-type {
    margin-top: 24px;
  }
  .philosophy-row-animation {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .philosophy-row-top,
  .philosophy-row-middle,
  .philosophy-row-bottom {
    margin-top: 100px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .philosophy-row-top,
  .philosophy-row-middle,
  .philosophy-row-bottom {
    margin-top: calc(100px + 65 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .philosophy-row-top,
  .philosophy-row-middle,
  .philosophy-row-bottom {
    margin-top: 165px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .philosophy-header {
    padding-top: 29px;
  }
  .philosophy-header .nice-type {
    margin-top: 28px;
  }
  .philosophy-large-animation {
    margin-top: 80px;
  }
  .philosophy-row-text {
    padding-top: 13px;
    max-width: 550px;
  }
  .philosophy-row-text .nice-type {
    margin-top: 30px;
  }
  .philosophy-row-top {
    margin-top: 165px;
  }
  .philosophy-row-top .philosophy-row-text {
    margin-left: 60px;
  }
  .philosophy-row-middle {
    margin-top: 165px;
  }
  .philosophy-row-middle .philosophy-row-text {
    margin-right: 60px;
  }
  .philosophy-row-bottom {
    margin-top: 165px;
  }
  .philosophy-row-bottom .philosophy-row-text {
    margin-left: 60px;
  }
}

@media (min-width: 1000px) {
  .philosophy-header {
    padding-top: 29px;
  }
  .philosophy-header .nice-type {
    margin-top: 28px;
  }
  .philosophy-large-animation {
    margin-top: 80px;
  }
  .philosophy-row .wrapper, .philosophy-row .padded-wrapper {
    width: 79vw;
  }
  .philosophy-row-text {
    max-width: 470px;
    padding-top: 13px;
  }
  .philosophy-row-text .nice-type {
    margin-top: 30px;
  }
  .philosophy-row-top {
    margin-top: 224px;
  }
  .philosophy-row-top .philosophy-row-text {
    margin-left: 60px;
  }
  .philosophy-row-middle {
    margin-top: 225px;
  }
  .philosophy-row-middle .philosophy-row-text {
    margin-right: 60px;
  }
  .philosophy-row-bottom {
    margin-top: 250px;
  }
  .philosophy-row-bottom .philosophy-row-text {
    margin-left: 60px;
  }
}

body.page-template-template-who-we-are .page-header {
  margin-bottom: 23px;
}

.who-we-are-people {
  padding-top: 60px;
}

.default-page-wrapper .wrapper, .default-page-wrapper .padded-wrapper {
  max-width: 800px;
}

.error404-outer {
  text-align: center;
}

.error404-outer .page-title-header {
  padding-bottom: 0;
}

/*****
  Post type & section styles
*****/
.people-items {
  max-width: 1408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 599px) {
  .people-items .person-item {
    width: 100%;
  }
  .people-items .person-item:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .people-items .person-item {
    width: calc(50% - 10px);
  }
  .people-items .person-item:nth-child(2n+1) {
    margin-right: 20px;
  }
  .people-items .person-item:nth-child(n+3) {
    margin-top: 70px;
  }
}

@media (min-width: 900px) and (max-width: 1399px) {
  .people-items .person-item {
    width: calc(33.33% - 14px);
  }
  .people-items .person-item:nth-child(3n+1), .people-items .person-item:nth-child(3n+2) {
    margin-right: 21px;
  }
  .people-items .person-item:nth-child(n+4) {
    margin-top: 90px;
  }
}

@media (min-width: 1400px) {
  .people-items .person-item {
    width: calc(33.33% - 42px);
  }
  .people-items .person-item:nth-child(3n+1), .people-items .person-item:nth-child(3n+2) {
    margin-right: 63px;
  }
  .people-items .person-item:nth-child(n+4) {
    margin-top: 90px;
  }
}

.person-item-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.person-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 120%;
}

.person-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.person-item-content {
  position: relative;
  background: #ffffff;
  padding: 17px 10px 0 0;
  margin-top: -68px;
  width: 86%;
}

.person-item-content .nice-type {
  margin-top: 19px;
}

.project-featured-items {
  padding-bottom: 100px;
}

@media screen and (min-width: 400px) {
  .project-featured-items {
    padding-bottom: calc(100px + -100 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .project-featured-items {
    padding-bottom: 0px;
  }
}

.project-featured-items .project-feature-item:nth-child(n+2) {
  margin-top: 133px;
}

.project-items-outer {
  margin-top: 100px;
}

@media screen and (min-width: 400px) {
  .project-items-outer {
    margin-top: calc(100px + -60 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .project-items-outer {
    margin-top: 40px;
  }
}

.project-items-title {
  text-align: center;
}

.project-items {
  max-width: 1408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-items {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .project-items {
    margin-top: calc(40px + 20 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .project-items {
    margin-top: 60px;
  }
}

@media (max-width: 599px) {
  .project-items .project-item {
    width: 100%;
  }
  .project-items .project-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .project-items .project-item {
    width: calc(50% - 10px);
  }
  .project-items .project-item:nth-child(2n+1) {
    margin-right: 20px;
  }
  .project-items .project-item:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .project-items .project-item {
    width: calc(33.33% - 14px);
  }
  .project-items .project-item:nth-child(3n+1), .project-items .project-item:nth-child(3n+2) {
    margin-right: 21px;
  }
  .project-items .project-item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media (min-width: 1400px) {
  .project-items .project-item {
    width: calc(33.33% - 42px);
  }
  .project-items .project-item:nth-child(3n+1), .project-items .project-item:nth-child(3n+2) {
    margin-right: 63px;
  }
  .project-items .project-item:nth-child(n+4) {
    margin-top: 50px;
  }
}

.project-item-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 71%;
}

.project-item-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 44, 113, 0.5);
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.project-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-item-content {
  border-bottom: 2px solid #FF2C71;
}

.project-item-content-inner {
  position: relative;
}

.project-item-button {
  position: absolute;
}

.project-item:hover .project-item-image:after {
  opacity: 1;
}

.project-item:hover .button-long-arrow {
  background-position: right 98% center;
}

@media (max-width: 799px) {
  .project-item-content {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .project-item-title {
    padding-right: 55px;
  }
  .project-item-button {
    top: 0;
    right: 7px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@media (min-width: 800px) {
  .project-item-content {
    padding-top: 27px;
    padding-bottom: 28px;
  }
  .project-item-title {
    padding-right: 65px;
  }
  .project-item-button {
    top: 0;
    right: 7px;
  }
}

.project-small-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-small-item-image {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.project-small-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

.project-small-item-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 44, 113, 0.5);
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.project-small-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-small-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-small-item-content-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.project-small-item-content-bottom .small-mono-caps {
  margin-right: 15px;
}

.project-small-item-title {
  letter-spacing: 0;
}

.project-small-item:hover .project-small-item-image:after {
  opacity: 1;
}

.project-small-item:hover .button-small-arrow {
  opacity: 0.5;
}

@media (max-width: 699px) {
  .project-small-item {
    border-top: 2px solid #FF2C71;
    padding-top: 8px;
  }
  .project-small-item-image {
    width: 50%;
  }
  .project-small-item-content {
    width: 50%;
    padding-left: 10px;
  }
  .project-small-item-content .project-small-item-title.h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-small-item-content .project-small-item-title.h4 {
    font-size: calc(15px + 11 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .project-small-item-content .project-small-item-title.h4 {
    font-size: 26px;
  }
}

@media (max-width: 699px) {
  .project-small-item-content .project-small-item-content-bottom .small-mono-caps {
    font-size: 8px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-small-item-content .project-small-item-content-bottom .small-mono-caps {
    font-size: calc(8px + 8 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .project-small-item-content .project-small-item-content-bottom .small-mono-caps {
    font-size: 16px;
  }
}

@media (max-width: 699px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    width: 19px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    width: calc(19px + 19 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    width: 38px;
  }
}

@media (max-width: 699px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    height: 14px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    height: calc(14px + 14 * ((100vw - 400px) / 300));
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .project-small-item-content .project-small-item-content-bottom .project-small-item-button.button-small-arrow {
    height: 28px;
  }
}

@media (min-width: 700px) {
  .project-small-item {
    border-top: 3px solid #FF2C71;
    padding-top: 16px;
  }
  .project-small-item-image {
    width: calc(58.8% - 9px);
  }
  .project-small-item-content {
    width: calc(41.2% - 9px);
  }
}

.project-feature-item-image {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.project-feature-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 67%;
}

.project-feature-item-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 44, 113, 0.5);
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.project-feature-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-feature-item-content-inner h2, .project-feature-item-content-inner .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .project-feature-item-content-inner .gform_title {
  margin-top: 10px;
  margin-bottom: 24px;
}

.project-feature-item:hover .project-feature-item-image:after {
  opacity: 1;
}

.project-feature-item:hover .button-pink {
  background-position: right 98% center;
}

@media (max-width: 799px) {
  .project-feature-item-image {
    width: 100%;
  }
  .project-feature-item-content {
    width: 100%;
    padding: 25px 25px 0 25px;
  }
}

@media (min-width: 800px) and (max-width: 1299px) {
  .project-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-feature-item-image {
    width: calc(50% - 15px);
  }
  .project-feature-item-content {
    width: calc(50% - 15px);
  }
  .project-feature-item:nth-child(odd) .project-feature-item-content-inner {
    max-width: calc(85% + 20px);
    padding-left: 20px;
  }
  .project-feature-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .project-feature-item:nth-child(even) .project-feature-item-content-inner {
    max-width: calc(85% + 20px);
    padding-right: 20px;
    margin-left: auto;
  }
}

@media (min-width: 1300px) {
  .project-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-feature-item-image {
    width: calc(50% - 34px);
  }
  .project-feature-item-content {
    width: calc(50% - 34px);
  }
  .project-feature-item:nth-child(odd) .project-feature-item-content-inner {
    max-width: calc(60% + 50px);
    padding-left: 50px;
  }
  .project-feature-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .project-feature-item:nth-child(even) .project-feature-item-content-inner {
    max-width: calc(60% + 50px);
    padding-right: 50px;
    margin-left: auto;
  }
}

.project-single-blocks-item {
  margin-top: 50px;
}

@media screen and (min-width: 400px) {
  .project-single-blocks-item {
    margin-top: calc(50px + 50 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-single-blocks-item {
    margin-top: 100px;
  }
}

.project-single-blocks-item {
  margin-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .project-single-blocks-item {
    margin-bottom: calc(50px + 50 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-single-blocks-item {
    margin-bottom: 100px;
  }
}

.project-block-section-break .wrapper, .project-block-section-break .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-block-section-break img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.project-block-section-break img.project-block-section-break-img-challenge {
  width: 110px;
}

.project-block-section-break img.project-block-section-break-img-glimpse {
  width: 110px;
}

.project-block-section-break img.project-block-section-break-img-impact {
  width: 84px;
}

.project-block-section-break-title {
  margin-top: 19px;
  margin-bottom: 37px;
}

.project-block-section-break-line {
  width: 100%;
  max-width: 270px;
  height: 1px;
  background-color: #000000;
}

.project-block-content-text .nice-type {
  width: 100%;
}

.project-block-content-text .nice-type .small-mono-caps,
.project-block-content-text .nice-type .small-mono {
  margin-bottom: 0;
}

.project-block-content-text .nice-type .small-mono-caps + h3,
.project-block-content-text .nice-type .small-mono + h3 {
  margin-top: 0;
}

.project-block-content-media img {
  display: block;
  width: 100%;
}

.project-block-content.direction-text_left .project-block-content-text {
  padding-left: 25px;
}

.project-block-content.direction-text_left .project-block-content-text .nice-type {
  margin-left: auto;
}

.project-block-content.direction-text_left .project-block-content-text .nice-type {
  padding-right: 20px;
}

@media screen and (min-width: 600px) {
  .project-block-content.direction-text_left .project-block-content-text .nice-type {
    padding-right: calc(20px + 120 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .project-block-content.direction-text_left .project-block-content-text .nice-type {
    padding-right: 140px;
  }
}

.project-block-content.direction-text_right .project-block-content-text {
  padding-right: 25px;
}

.project-block-content.direction-text_right .project-block-content-text .nice-type {
  margin-right: auto;
}

.project-block-content.direction-text_right .project-block-content-text .nice-type {
  padding-left: 20px;
}

@media screen and (min-width: 600px) {
  .project-block-content.direction-text_right .project-block-content-text .nice-type {
    padding-left: calc(20px + 120 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .project-block-content.direction-text_right .project-block-content-text .nice-type {
    padding-left: 140px;
  }
}

@media (max-width: 599px) {
  .project-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project-block-content-text {
    width: 100%;
    margin-top: 30px;
  }
  .project-block-content-text .nice-type {
    max-width: 620px;
  }
  .project-block-content-media {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .project-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-block-content.direction-text_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .project-block-content-text {
    width: 50%;
  }
  .project-block-content-text .nice-type {
    max-width: 620px;
  }
  .project-block-content-media {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 50%;
  }
}

.project-block-image-break {
  margin-left: 19px;
  margin-right: 19px;
}

.project-block-image-break {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-image-break {
    padding-top: calc(50px + 50 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-break {
    padding-top: 50px;
  }
}

.project-block-image-break {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-image-break {
    padding-bottom: calc(50px + 0 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-break {
    padding-bottom: 50px;
  }
}

.project-block-image-break img {
  display: block;
  width: 100%;
}

.project-block-imagine-text {
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .project-block-imagine-text {
    padding-bottom: calc(30px + 40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .project-block-imagine-text {
    padding-bottom: 70px;
  }
}

.project-block-imagine-text .wrapper, .project-block-imagine-text .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-block-imagine-text .wrapper h2, .project-block-imagine-text .padded-wrapper h2, .project-block-imagine-text .wrapper .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .project-block-imagine-text .wrapper .gform_title, .project-block-imagine-text .padded-wrapper .footer-form-wrapper .gform_wrapper .gform_title, .footer-form-wrapper .gform_wrapper .project-block-imagine-text .padded-wrapper .gform_title {
  width: 100%;
  max-width: 600px;
}

.project-block-feature-image-video {
  padding-top: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video {
    padding-top: calc(0px + 90 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video {
    padding-top: 90px;
  }
}

.project-block-feature-image-video {
  padding-bottom: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video {
    padding-bottom: calc(0px + 60 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video {
    padding-bottom: 60px;
  }
}

@media (min-width: 900px) {
  .project-block-feature-image-video .wrapper, .project-block-feature-image-video .padded-wrapper {
    width: 81vw;
  }
}

.project-block-feature-image-video img {
  display: block;
  width: 100%;
}

.project-block-feature-image-video-link {
  display: block;
  position: relative;
}

.project-block-feature-image-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
}

.project-block-feature-image-video-button {
  width: 60px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video-button {
    width: calc(60px + 90 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video-button {
    width: 150px;
  }
}

.project-block-feature-image-video-button {
  height: 60px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video-button {
    height: calc(60px + 90 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video-button {
    height: 150px;
  }
}

.project-block-feature-image-video-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-46%, -50%);
          transform: translate(-46%, -50%);
  background-image: url("../images/play.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-block-feature-image-video-button:before {
  width: 27px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video-button:before {
    width: calc(27px + 39 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video-button:before {
    width: 66px;
  }
}

.project-block-feature-image-video-button:before {
  height: 30px;
}

@media screen and (min-width: 400px) {
  .project-block-feature-image-video-button:before {
    height: calc(30px + 45 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-feature-image-video-button:before {
    height: 75px;
  }
}

.project-block-text {
  padding-bottom: 10px;
}

@media screen and (min-width: 400px) {
  .project-block-text {
    padding-bottom: calc(10px + 70 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-text {
    padding-bottom: 80px;
  }
}

.project-block-text .wrapper, .project-block-text .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-block-text .wrapper .nice-type, .project-block-text .padded-wrapper .nice-type {
  width: 100%;
  max-width: 600px;
}

.project-block-image-carousel {
  padding-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .project-block-image-carousel {
    padding-bottom: calc(60px + 130 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-carousel {
    padding-bottom: 190px;
  }
}

@media (max-width: 899px) {
  .project-block-image-carousel {
    overflow: hidden;
  }
}

@media (min-width: 900px) {
  .project-block-image-carousel .wrapper, .project-block-image-carousel .padded-wrapper {
    width: 81vw;
  }
}

.project-block-image-carousel-items {
  position: relative;
}

.project-block-image-carousel-items:focus {
  outline: none;
}

@media (min-width: 900px) {
  .project-block-image-carousel-items .flickity-viewport {
    overflow: hidden;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  padding: 0;
  background-color: #000000;
  cursor: pointer;
}

.project-block-image-carousel-items .flickity-prev-next-button {
  width: 44px;
}

@media screen and (min-width: 400px) {
  .project-block-image-carousel-items .flickity-prev-next-button {
    width: calc(44px + 44 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button {
    width: 88px;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button {
  height: 44px;
}

@media screen and (min-width: 400px) {
  .project-block-image-carousel-items .flickity-prev-next-button {
    height: calc(44px + 44 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button {
    height: 88px;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button:focus {
  outline: 0;
}

.project-block-image-carousel-items .flickity-prev-next-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-block-image-carousel-items .flickity-prev-next-button:before {
  width: 18px;
}

@media screen and (min-width: 400px) {
  .project-block-image-carousel-items .flickity-prev-next-button:before {
    width: calc(18px + 17 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button:before {
    width: 35px;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button:before {
  height: 13px;
}

@media screen and (min-width: 400px) {
  .project-block-image-carousel-items .flickity-prev-next-button:before {
    height: calc(13px + 13 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button:before {
    height: 26px;
  }
}

@media (max-width: 899px) {
  .project-block-image-carousel-items .flickity-prev-next-button.previous {
    left: 0;
  }
}

@media (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button.previous {
    left: -62px;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button.previous:before {
  background-image: url("../images/left_white.png");
}

@media (max-width: 899px) {
  .project-block-image-carousel-items .flickity-prev-next-button.next {
    right: 0;
  }
}

@media (min-width: 900px) {
  .project-block-image-carousel-items .flickity-prev-next-button.next {
    right: -62px;
  }
}

.project-block-image-carousel-items .flickity-prev-next-button.next:before {
  background-image: url("../images/right_white.png");
}

.project-block-image-carousel-items .flickity-prev-next-button svg {
  display: none;
}

.project-block-image-carousel-item {
  width: 100%;
  margin: 0;
  position: relative;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.project-block-image-carousel-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-block-image-carousel-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 57.5%;
}

.project-block-image-carousel-item-caption {
  position: absolute;
  margin-bottom: 5px;
  left: 0;
  background-color: #ffffff;
  max-width: 488px;
  width: 75%;
  letter-spacing: 0.01em;
}

@media (max-width: 899px) {
  .project-block-image-carousel-item-caption {
    padding: 8px 30px 0 10px;
    top: 100%;
  }
}

@media (min-width: 900px) {
  .project-block-image-carousel-item-caption {
    padding: 16px 30px 0 0;
    bottom: -0.25em;
  }
}

.project-block-quote .wrapper, .project-block-quote .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 800px;
}

.project-block-quote .project-block-quote-logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.project-block-quote .project-block-quote-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.project-block-quote blockquote {
  margin: 0;
  padding: 0;
}

.project-block-quote blockquote p {
  margin: 0;
  margin-top: 0.25em;
}

.project-block-quote blockquote p span {
  position: relative;
}

.project-block-quote blockquote p span:before, .project-block-quote blockquote p span:after {
  content: '';
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-block-quote blockquote p span:before {
  background-image: url("../images/q_left.png");
}

.project-block-quote blockquote p span:after {
  background-image: url("../images/q_right.png");
}

.project-block-quote blockquote cite {
  display: block;
}

.project-block-quote blockquote cite a {
  color: #FF2C71;
}

@media (max-width: 699px) {
  .project-block-quote {
    padding-top: 40px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-block-quote {
    padding-top: calc(40px + 80 * ((100vw - 400px) / 500));
  }
}

@media screen and (max-width: 699px) and (min-width: 900px) {
  .project-block-quote {
    padding-top: 120px;
  }
}

@media (max-width: 699px) {
  .project-block-quote {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 699px) and (min-width: 400px) {
  .project-block-quote {
    padding-bottom: calc(20px + 80 * ((100vw - 400px) / 500));
  }
}

@media screen and (max-width: 699px) and (min-width: 900px) {
  .project-block-quote {
    padding-bottom: 100px;
  }
}

@media (max-width: 699px) {
  .project-block-quote .wrapper, .project-block-quote .padded-wrapper {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-block-quote .project-block-quote-logo {
    max-width: 126px;
    max-height: 126px;
    margin-bottom: 30px;
    margin-left: -7px;
  }
  .project-block-quote .project-block-quote-icon {
    max-width: 120px;
    max-height: 100px;
    margin-bottom: 30px;
    margin-left: -7px;
  }
  .project-block-quote blockquote p span:before {
    top: -14px;
    left: -14px;
    width: 22px;
    height: 17px;
  }
  .project-block-quote blockquote p span:after {
    bottom: -9px;
    right: -5px;
    width: 22px;
    height: 17px;
    position: relative;
    display: inline-block;
  }
  .project-block-quote blockquote cite {
    margin-top: 22px;
    font-size: 10px;
  }
}

@media (min-width: 700px) {
  .project-block-quote {
    padding-top: 220px;
    padding-bottom: 145px;
  }
  .project-block-quote .project-block-quote-logo {
    max-width: 126px;
    max-height: 126px;
    margin-right: 66px;
  }
  .project-block-quote .project-block-quote-icon {
    max-width: 222px;
    max-height: 180px;
    margin-right: 66px;
  }
  .project-block-quote blockquote p span:before {
    top: -22px;
    left: -25px;
    width: 36px;
    height: 27px;
  }
  .project-block-quote blockquote p span:after {
    bottom: -12px;
    right: -7px;
    width: 36px;
    height: 26px;
    position: relative;
    display: inline-block;
  }
  .project-block-quote blockquote cite {
    margin-top: 22px;
  }
}

.project-block-stats {
  padding-top: 20px;
  padding-bottom: 40px;
}

.project-block-stats {
  padding-top: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-stats {
    padding-top: calc(0px + 20 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-stats {
    padding-top: 20px;
  }
}

.project-block-stats {
  padding-bottom: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-stats {
    padding-bottom: calc(0px + 40 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-stats {
    padding-bottom: 40px;
  }
}

.project-block-stats .wrapper, .project-block-stats .padded-wrapper {
  max-width: 1240px;
}

.project-block-stats-item {
  text-align: center;
}

.project-block-stats-item h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 0;
}

.project-block-stats-item p {
  margin-top: 10px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.project-block-stats-item:nth-child(1) h3 {
  color: #FF2C71;
}

.project-block-stats-item:nth-child(2) h3 {
  color: #9F5BFF;
}

.project-block-stats-item:nth-child(3) h3 {
  color: #00D7CC;
}

.project-block-stats.stats-count-1 h3 {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-stats.stats-count-1 h3 {
    font-size: calc(50px + 90 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-stats.stats-count-1 h3 {
    font-size: 140px;
  }
}

.project-block-stats.stats-count-2 h3 {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-stats.stats-count-2 h3 {
    font-size: calc(50px + 70 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-stats.stats-count-2 h3 {
    font-size: 120px;
  }
}

.project-block-stats.stats-count-3 h3 {
  font-size: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-stats.stats-count-3 h3 {
    font-size: calc(50px + 40 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-stats.stats-count-3 h3 {
    font-size: 90px;
  }
}

@media (max-width: 799px) {
  .project-block-stats-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-block-stats-item {
    width: 100%;
    max-width: 400px;
  }
  .project-block-stats-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (min-width: 800px) {
  .project-block-stats-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-block-stats-item {
    width: 33.33%;
  }
}

.project-block-image-grid {
  padding-top: 20px;
}

@media screen and (min-width: 400px) {
  .project-block-image-grid {
    padding-top: calc(20px + 45 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-grid {
    padding-top: 65px;
  }
}

.project-block-image-grid {
  padding-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .project-block-image-grid {
    padding-bottom: calc(20px + 80 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-image-grid {
    padding-bottom: 100px;
  }
}

.project-block-image-grid .wrapper, .project-block-image-grid .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 900px) {
  .project-block-image-grid .wrapper, .project-block-image-grid .padded-wrapper {
    width: 81vw;
  }
}

.project-block-image-grid-item {
  position: relative;
}

.project-block-image-grid-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 67.5%;
}

@media (max-width: 899px) {
  .project-block-image-grid-item {
    width: calc(50% - 5px);
  }
  .project-block-image-grid-item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media (min-width: 900px) {
  .project-block-image-grid-item {
    width: calc(50% - 13px);
  }
  .project-block-image-grid-item:nth-child(n+3) {
    margin-top: 26px;
  }
}

.project-block-image-grid-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-block-logo-grid {
  padding-bototm: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-logo-grid {
    padding-bototm: calc(0px + 40 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-logo-grid {
    padding-bototm: 40px;
  }
}

.project-block-logo-grid .wrapper, .project-block-logo-grid .padded-wrapper {
  max-width: 1240px;
}

.project-block-logo-grid-title {
  width: 100%;
  text-align: center;
}

.project-block-logo-grid-title {
  margin-top: 0px;
}

@media screen and (min-width: 400px) {
  .project-block-logo-grid-title {
    margin-top: calc(0px + -35 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-logo-grid-title {
    margin-top: -35px;
  }
}

.project-block-logo-grid-title {
  margin-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .project-block-logo-grid-title {
    margin-bottom: calc(50px + 45 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-logo-grid-title {
    margin-bottom: 95px;
  }
}

.project-block-logo-grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.project-block-logo-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.project-block-logo-grid-item img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 599px) {
  .project-block-logo-grid-item {
    width: 100%;
  }
  .project-block-logo-grid-item img {
    max-width: 260px;
  }
  .project-block-logo-grid-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .project-block-logo-grid-item {
    width: 50%;
  }
  .project-block-logo-grid-item img {
    max-width: 300px;
  }
  .project-block-logo-grid-item:nth-child(n+3) {
    margin-top: 100px;
  }
}

@media (min-width: 800px) {
  .project-block-logo-grid-item {
    width: 33.33%;
  }
  .project-block-logo-grid-item img {
    max-width: 308px;
  }
  .project-block-logo-grid-item:nth-child(n+4) {
    margin-top: 100px;
  }
}

.project-block-people {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .project-block-people {
    padding-bottom: calc(40px + 60 * ((100vw - 400px) / 500));
  }
}

@media screen and (min-width: 900px) {
  .project-block-people {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=app.css.map */
