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

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}

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

/* Element Adjustments */
main {
  display: block; /* IE! */
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select {
  color: #000000;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: tenon, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background: white;
  overflow-y: scroll;
}

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: nimbus-sans-extended, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 58px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 100px;
    line-height: 90px;
  }
}

h2,
.h2 {
  font-size: 52px;
  line-height: 48px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 80px;
    line-height: 1;
  }
}

h3, .h3, .primary-nav > ul > li > a {
  font-size: 42px;
  line-height: 44px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h3, .h3, .primary-nav > ul > li > a {
    font-size: 70px;
    line-height: 1;
  }
}

h4, .h4 {
  font-size: 34px;
  line-height: 30px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 60px;
    line-height: 1;
  }
}

h5, .h5 {
  font-size: 26px;
  line-height: 28px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h5, .h5 {
    font-size: 50px;
    line-height: 1;
  }
}

h6, .h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  h6, .h6 {
    font-size: 40px;
    line-height: 1;
  }
}

.h7 {
  font-size: 26px;
  line-height: 28px;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .h7 {
    font-size: 30px;
    line-height: 1;
  }
}

p {
  font-size: 18px;
  margin: 1em 0;
}

hr {
  border-top: 1px solid #000000;
  margin: 50px 0;
}

a {
  color: #2E3BBC;
}
a:focus {
  outline: none;
}

#customMouseCursor {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  border-radius: 100px;
  backface-visibility: hidden;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background-color: transparent;
  transition: width 0.23s ease-in-out 0s, height 0.23s ease-in-out 0s, margin 0.23s ease-in-out 0s, background-color 0.23s ease-in-out 0s;
  display: none;
}
@media screen and (min-width: 1024px) {
  #customMouseCursor {
    display: block;
  }
}
#customMouseCursor:before {
  content: "";
  display: block;
  background: linear-gradient(to right, #F84C4F, #FBC644);
}
#customMouseCursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  line-height: 1;
  color: #FFFFFF;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.46s ease-in-out 0s, transform 0.46s ease-in-out 0s;
}
#customMouseCursor .black-bg {
  position: relative;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #000000;
  border-radius: 50%;
}
#customMouseCursor.is-project-home {
  animation: animatedgradient 4s ease infinite;
  background: linear-gradient(to right, #F84C4F, #FBC644);
  background-size: 300% 300%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  transition: width 0.23s ease-in-out 0s, height 0.23s ease-in-out 0s, margin 0.23s ease-in-out 0s;
}
#customMouseCursor.is-project-home.show-view .view {
  opacity: 1;
  font-size: 16px;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.46s ease-in-out 0s, transform 0.46s ease-in-out 0s;
}
#customMouseCursor.is-project-home.show-play .play {
  opacity: 1;
  font-size: 16px;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.46s ease-in-out 0s, transform 0.46s ease-in-out 0s;
}

blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
blockquote footer {
  background: transparent;
  padding: 0;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.body-s,
.body-s * {
  font-size: 15px;
  line-height: 18px;
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.link, body.templates.our-work .filter-bar .filter-items .filter-menu ul li a {
  position: relative;
  display: inline-block;
}
.link:after, body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:after {
  width: 100%;
  height: 3px;
  left: 0;
  background: linear-gradient(to right, #F84C4F, #FBC644);
  background-size: 200% 100%;
  background-position: 0 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link:hover:after, body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:hover:after {
  width: calc(100% - 20px);
  left: 10px;
  background-position: 100% 0;
}
.link a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.preheader {
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 900;
  color: #2E3BBC;
}
@media screen and (min-width: 1024px) {
  .preheader {
    font-size: 22px;
  }
}

.intro-xl, body.templates.case-study .intro-text p.intro-l {
  font-size: 28px;
  line-height: 38px;
  font-family: tenon, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .intro-xl, body.templates.case-study .intro-text p.intro-l {
    font-size: 45px;
    line-height: 60px;
  }
}

.intro-l {
  font-size: 24px;
  line-height: 34px;
  font-family: tenon, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .intro-l {
    font-size: 30px;
    line-height: 40px;
  }
}

.label-s {
  font-family: tenon, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2E3BBC;
  font-weight: bold;
}

.body-xxl, body.single-team #member-bio .wrapper * {
  font-family: tenon, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-xxl, body.single-team #member-bio .wrapper * {
    font-size: 26px;
    line-height: 36px;
  }
}

.body-xl, .gform_wrapper.gravity-theme .gfield label, .gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield textarea {
  font-family: tenon, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-xl, .gform_wrapper.gravity-theme .gfield label, .gform_wrapper.gravity-theme .gfield input[type=text],
  .gform_wrapper.gravity-theme .gfield input[type=email],
  .gform_wrapper.gravity-theme .gfield input[type=tel],
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
}

.body-l, .our-process--items > li *, .capabilities--columns p {
  font-family: tenon, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .body-l, .our-process--items > li *, .capabilities--columns p {
    font-size: 22px;
    line-height: 26px;
  }
}
.body-l__bold {
  font-weight: bold;
}

.body-s {
  font-family: tenon, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.body-xs, .gform_wrapper.gravity-theme .gfield.input-active label {
  font-family: tenon, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.header-nav {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.bg-curve {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: left -3px top 0;
  transition: transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 0;
}
.bg-curve.grey-curve {
  background-image: url("../img/grey-curve.svg");
}
.bg-curve.white-curve {
  background-image: url("../img/white-curve.svg");
}
.bg-curve.blue-curve {
  background-image: url("../img/blue-curve.svg");
}
.bg-curve.animate-curve {
  transform: translateY(-70px) !important;
  height: 90px;
}
@media screen and (min-width: 1024px) {
  .bg-curve.animate-curve {
    transform: translateY(-140px) !important;
    height: 180px;
  }
}
@media screen and (min-width: 1920px) {
  .bg-curve.animate-curve {
    height: 7.5vw;
    transform: translateY(-7vw) !important;
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s, height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

/* Header Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
header {
  padding: 20px 20px 8.7px;
  width: 100%;
  z-index: 9999;
  transition: all 300ms ease;
  background: transparent;
  position: fixed;
  top: 0;
}
header:after {
  content: "";
  display: block;
  background: url(../img/header-wave.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 90px;
  top: -1px;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  header {
    width: 80px;
    height: 100vh;
    left: calc(100vw - 80px - 13pt);
    position: fixed;
    padding: 0 15px 0 15px;
    transition: none;
    mix-blend-mode: difference;
  }
  header:before {
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    content: "";
    display: block;
    transform: translateX(-16px);
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header:after {
    content: none;
  }
}
header.nav-active .bottom-header {
  top: 65px;
}
header.hide {
  transform: translateY(-90px);
}
header.hide .logo {
  transform: translateY(90px);
}
header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .top-header {
    padding-top: 15px;
  }
}
header .bottom-header {
  position: absolute;
  height: calc(100vh - 65px);
  width: 100%;
  top: -100vh;
  left: 0;
  background: #FFFFFF;
  display: block;
  z-index: 0;
  transition: 0.5s top ease;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header .bottom-header {
    position: static;
    background: transparent;
  }
}

.hamburger-menu {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu span {
  display: block;
  position: relative;
  width: 37px;
  height: 3px;
  margin: 8.667px 0;
  background-color: #000000;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hamburger-menu span.bun.top {
  margin-top: 0;
}
.hamburger-menu span.patty {
  width: 22px;
}
.hamburger-menu span.bun.bottom {
  margin-bottom: 0;
}
.hamburger-menu.open .bun.top {
  top: 7px;
  transform: rotate(-45deg);
}
.hamburger-menu.open .patty {
  background: none !important;
}
.hamburger-menu.open .bun.bottom {
  top: -15px;
  transform: rotate(45deg);
}

.logo {
  display: inline-block;
  position: relative;
  width: 60px !important;
  transition: transform 300ms ease;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: initial !important;
  }
}
.logo:hover #animated-logo {
  opacity: 1;
}
.logo:hover #main-logo, .logo:hover #seconrdary-logo {
  opacity: 0;
}
.logo img {
  width: 100%;
  height: auto;
  border: none;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.logo #main-logo {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .logo #main-logo {
    opacity: 0;
  }
}
.logo #secondary-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .logo #secondary-logo {
    opacity: 1;
  }
}
.logo #animated-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Main Nav
--------------------- */
.primary-nav {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 15vh;
}
@media screen and (min-width: 1024px) {
  .primary-nav {
    height: 100%;
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul > li {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    height: 65px;
  }
  .primary-nav > ul > li:last-child {
    margin-bottom: 0;
  }
}
.primary-nav > ul > li > a {
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  line-height: 82px;
}
@media screen and (min-width: 1024px) {
  .primary-nav > ul > li > a {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    font-family: tenon, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    transform: rotate(90deg) translateY(0) translateX(25px);
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

.play-reel {
  z-index: 10000;
  cursor: pointer;
  position: fixed;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) transform, 500ms cubic-bezier(0.25, 0.1, 0.25, 1) width, 500ms cubic-bezier(0.25, 0.1, 0.25, 1) height;
  bottom: 15px;
  right: 15px;
  transform: none;
  box-shadow: none;
  background: transparent;
}
.play-reel.animate-in {
  transform: translateX(-30px) translateY(-15px);
  width: 200px;
  height: 200px;
}
.play-reel.animate-in h6 {
  font-size: 40px;
}
.play-reel.animate-in .play-reel--close {
  opacity: 1;
}
.play-reel .play-reel--background {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
}
.play-reel .play-reel--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-reel .play-reel--close {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  top: 22px;
  right: 8px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  z-index: 100;
  transition: opacity 250ms 250ms ease;
}
.play-reel h6 {
  display: inline-block;
  z-index: 100;
  position: relative;
  text-align: center;
  font-size: 12px;
  transition: 500ms cubic-bezier(0.25, 0.1, 0.25, 1) font-size;
  color: #FFFFFF;
}

.header-bg-circle {
  position: fixed;
  width: 8px;
  height: 8px;
  background: black;
  right: -23px;
  bottom: -23px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.header-bg-circle.expand {
  width: 131vw;
  height: 131vw;
  right: -17vw;
  bottom: -50vh;
  transition: all 0.5s cubic-bezier(0.78, 0.05, 0.1, 0.99);
}
.header-bg-circle.hide {
  opacity: 0 !important;
  transition: opacity 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-bg-circle.show-circle {
  width: 443px;
  height: 443px;
  right: -288px;
  bottom: -259px;
}

/* Footer Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-widtH: 1024px) {
  footer {
    padding-left: 120px;
    padding-right: 120px;
  }
}
footer .mask {
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 200px;
  top: 40%;
  left: 40%;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 99999px rgb(0, 0, 0);
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .mask {
    display: block;
  }
}
footer .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .video-bg {
    display: block;
  }
}
footer .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.footer-curve-bg {
  background: url("../img/black-curve.svg");
  widtH: 100%;
  height: 0;
  background-size: cover;
  background-position: left -3.5px top 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  z-index: 5;
}
.footer-curve-bg.animate-curve {
  transform: translateY(-70px);
  height: 90px;
}
@media screen and (min-width: 1024px) {
  .footer-curve-bg.animate-curve {
    transform: translateY(-140px);
    height: 180px;
  }
}

.footer-cta {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .footer-cta {
    margin-top: 200px;
    margin-bottom: 250px;
  }
}
.footer-cta h4 {
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 700px;
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .footer-cta h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta h4 {
    font-size: 40px;
  }
}
.footer-cta h4 a {
  color: inherit;
  text-decoration: none;
}
.footer-cta .link a, .footer-cta body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .footer-cta a a {
  color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .footer-nav {
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav ul {
    display: flex;
    width: auto;
  }
}
.footer-nav li {
  margin: 8px 0;
}
.footer-nav li:first-child {
  margin-top: 0;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .footer-nav li {
    margin: 0 50px 0 0;
  }
  .footer-nav li:last-child {
    margin-right: 0;
  }
}
.footer-nav a {
  color: #FFFFFF;
  text-decoration: none;
}

.copyright {
  margin: 8px 0 0;
}
@media screen and (min-width: 1024px) {
  .copyright {
    order: 1;
    margin: 0 50px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-info {
    display: flex;
    align-items: center;
  }
}

/* Content Modules Skeleton
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.content-module {
  padding: 0 20px;
  margin: 100px 0;
}
@media screen and (min-width: 1024px) {
  .content-module {
    padding: 0 100px;
    margin: 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-module {
    padding: 0 120px;
  }
}
.content-module .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.content-module .wrapper-full {
  margin: 0 auto;
  max-width: 100%;
}

/* Module: Client Logos
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.client-logos {
  position: relative;
}
.client-logos .grey-curve,
.client-logos .white-curve {
  display: none;
}
.client-logos--header {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .client-logos--header {
    margin-bottom: 60px;
  }
}
.client-logos--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .client-logos--images .flickity-viewport {
    height: 156px !important;
  }
}
.client-logos--images figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n+4) {
    left: 0 !important;
    top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n+5) {
    left: 33.3333333333% !important;
    top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .client-logos--images figure:nth-child(6n+6) {
    left: 66.6666666667% !important;
    top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .client-logos--images figure {
    width: 25%;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .client-logos--images figure {
    width: 16.6666666667%;
  }
}
.client-logos--images figure a {
  text-align: center;
}
.client-logos--images figure img {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .client-logos--images figure img {
    min-width: 150px;
    max-width: 200px;
  }
}

/* Module: Intro Text
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.intro-text .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.intro-text .wrapper > * {
  opacity: 0;
  transform: translateY(160px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.intro-text .wrapper > *.animate-in {
  opacitY: 1;
  transform: translateY(0);
}
.intro-text--header {
  margin-bottom: 20px;
}
.intro-text--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Module: Capabilities
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.capabilities {
  position: relative;
}
.capabilities--header {
  margin-bottom: 50px;
  max-width: 650px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.capabilities--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .capabilities--header {
    margin-bottom: 100px;
  }
}
.capabilities--header h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.capabilities--header p {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .capabilities--columns {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .capabilities--columns > div {
    flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.capabilities--columns p {
  margin-top: 0;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.capabilities--columns p.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .capabilities--columns p:last-child {
    margin-bottom: 0;
  }
}

/* Module: Client Quote Slider
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.client-quote-slider {
  background: #2E3BBC;
  color: #FFFFFF;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.client-quote-slider .outer-wrapper {
  overflow: hidden;
  padding: 50px 20px 200px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider .outer-wrapper {
    padding: 100px 120px 300px;
  }
}
@media screen and (min-width: 1920px) {
  .client-quote-slider .outer-wrapper {
    padding-top: 7.5vw;
  }
}
.client-quote-slider--header {
  max-width: 650px;
  margin-bottom: 100px;
}
.client-quote-slider--header h2 {
  color: #B5BBF9;
  margin-top: 0;
  margin-bottom: 15px;
}
.client-quote-slider--header p {
  margin-top: 0;
  margin-bottom: 0;
}
.client-quote-slider--quotes .flickity-viewport {
  overflow: visible;
}
.client-quote-slider--quotes .client-quote-slider--quotes-quote {
  width: 100%;
  max-width: 910px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider--quotes .client-quote-slider--quotes-quote {
    margin-bottom: 0;
    padding-left: 135px;
    padding-right: 135px;
  }
  .client-quote-slider--quotes .client-quote-slider--quotes-quote:last-child {
    margin-right: 0;
  }
}
.client-quote-slider--quotes h3 {
  margin-bottom: 20px;
}
.client-quote-slider .flickity-prev-next-button {
  background-color: transparent;
  top: auto;
  bottom: -145px;
  padding: 0;
}
.client-quote-slider .flickity-prev-next-button.next {
  right: 0;
}
.client-quote-slider .flickity-prev-next-button.previous {
  right: 75px;
  left: auto;
}
.client-quote-slider .flickity-prev-next-button:disabled .flickity-button-icon {
  fill: #B5BBF9;
}
.client-quote-slider .flickity-prev-next-button .flickity-button-icon {
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
.client-quote-slider--controls {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1040px;
  height: 7px;
  bottom: 140px;
}
@media screen and (min-width: 1024px) {
  .client-quote-slider--controls {
    width: calc(100% - 240px);
    bottom: 194px;
  }
}
.client-quote-slider--controls .progress-bar-track {
  width: 1040px;
  height: 1px;
  background-color: #B5BBF9;
  position: relative;
  top: 3.5px;
}
.client-quote-slider--controls .progress-bar {
  width: 0;
  height: 100%;
  background: #FFFFFF;
  top: 0px;
  position: relative;
}

/* Module: Process
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.our-process {
  margin-top: 7px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .our-process {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .our-process .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-process .wrapper__left {
    flex: 0 1 490px;
  }
  .our-process .wrapper__right {
    flex: 0 1 580px;
  }
}
.our-process--header {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.our-process--header.animate-in {
  opacity: 1;
  transform: translateY(0);
  margin-right: 40px;
}
@media screen and (min-width: 1024px) {
  .our-process--header {
    margin-bottom: 200px;
  }
}
.our-process--items {
  list-style: none;
  counter-reset: process-counter;
  padding-left: 0;
}
.our-process--items > li {
  counter-increment: process-counter;
  position: relative;
  padding-left: 85px;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.our-process--items > li.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.our-process--items > li:before {
  content: counters(process-counter, ",", decimal-leading-zero);
  color: #2E3BBC;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-family: nimbus-sans-extended, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.our-process--items > li ul,
.our-process--items > li ol {
  list-style-type: disc;
}
.our-process--items > li ul li,
.our-process--items > li ol li {
  margin-bottom: 24px;
}
.our-process--images .images-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}
.our-process--images .images-row img {
  margin: 5px;
  padding: 150px 169px 149px 170px;
  background-color: #F4F4F4;
}

/* Module: Team Members
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.team-members {
  background: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .team-members {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .team-members {
    padding-top: 7.5vw;
  }
}
.team-members--header {
  margin-bottom: 75px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .team-members--header {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
  }
}
.team-members--header .header__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .team-members--header .header__left {
    margin-bottom: 0;
    flex: 0 1 650px;
  }
}
.team-members--header .header__left h2 {
  margin-bottom: 24px;
}
.team-members--header .header__left p {
  margin-top: 0;
  margin-bottom: 0;
}
.team-members--header .header__right p {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .team-members--header .header__right {
    flex: 0 1 380px;
  }
}
@media screen and (min-width: 1024px) {
  .team-members--members {
    display: flex;
    flex-wrap: wrap;
  }
}
.team-members--members .team-member {
  margin-bottom: 75px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--members .team-member.animate-in {
  opacity: 1;
}
.team-members--members .team-member:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .team-members--members .team-member {
    flex: 0 1 30%;
    max-width: 350px;
    margin-right: 5%;
    margin-bottom: 150px;
  }
  .team-members--members .team-member:nth-child(3n+2) {
    transition-delay: 0.25s;
  }
  .team-members--members .team-member:nth-child(3n+3) {
    transition-delay: 0.5s;
  }
  .team-members--members .team-member:nth-child(3n) {
    margin-right: 0;
  }
  .team-members--members .team-member:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.team-members--members .team-member figure {
  margin-bottom: 25px;
  overflow: hidden;
}
.team-members--members .team-member figure:hover img {
  transform: scale(1.1);
}
.team-members--members .team-member figure img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.team-members--members .team-member a {
  color: #000000;
  text-decoration: none;
}
.team-members--members .team-member h3 {
  margin-bottom: 2px;
}
.team-members--members .team-member p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Module Media Slider
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.media-slider {
  position: relative;
  padding: 0;
}
.media-slider .grey-curve,
.media-slider .white-curve {
  display: none;
}
.media-slider .outer-wrapper {
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .media-slider .outer-wrapper {
    padding: 0 120px 160px;
  }
}
.media-slider--header {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.media-slider--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .media-slider--header {
    margin-bottom: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.media-slider--header .header__left {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .media-slider--header .header__left {
    margin-bottom: 0;
    flex: 0 1 700px;
  }
}
@media screen and (min-width: 1024px) {
  .media-slider--header .header__right {
    flex: 0 1 380px;
  }
}
.media-slider--media {
  counter-reset: slider-counter;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 1040px;
}
.media-slider--media.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.media-slider--media .flickity-viewport {
  overflow: visible;
}
.media-slider--media .media-item {
  counter-increment: slider-counter;
  margin-right: 10px;
  width: calc(100vw - 40px);
}
.media-slider--media .media-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item {
    margin-bottom: 0;
    width: calc(100vw - 240px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider--media .media-item {
    width: 1040px;
    margin-right: 80px;
  }
}
.media-slider--media .media-item.is-selected .media-item--details {
  opacity: 1;
}
.media-slider--media .media-item--media {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--media {
    margin-bottom: 40px;
  }
}
.media-slider--media .media-item--media.has-video {
  cursor: pointer;
}
.media-slider--media .media-item--details {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.media-slider--media .media-item--details.animate-in {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.media-slider--media .media-item--details h3 {
  font-size: 30px;
  line-height: 30px;
}
.media-slider--media .media-item--details h3:before {
  content: counters(slider-counter, ",", decimal-leading-zero);
  color: #2E3BBC;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  font-family: nimbus-sans-extended, sans-serif;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details h3 {
    flex: 0 1 550px;
    position: relative;
    padding-left: 40px;
  }
  .media-slider--media .media-item--details h3:before {
    position: absolute;
    margin: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .media-slider--media .media-item--details p {
    flex: 0 1 300px;
    margin: 0;
  }
}
.media-slider .flickity-prev-next-button {
  background-color: transparent;
  top: auto;
  bottom: 145px;
  z-index: 5;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button {
    bottom: -100px;
  }
}
.media-slider .flickity-prev-next-button.next {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider .flickity-prev-next-button.next {
    right: -150px;
  }
}
.media-slider .flickity-prev-next-button.previous {
  right: 50px;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .media-slider .flickity-prev-next-button.previous {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider .flickity-prev-next-button.previous {
    right: -75px;
  }
}
.media-slider .flickity-prev-next-button:disabled g {
  stroke: #C7C7C7;
}
.media-slider .flickity-prev-next-button g {
  stroke: #2E3BBC;
  transition: stroke 0.3s ease;
}
.media-slider--controls {
  position: absolute;
  width: calc(100% - 40px);
  overflow: hidden;
  max-width: 1040px;
  height: 7px;
}
@media screen and (min-width: 1024px) {
  .media-slider--controls {
    bottom: 55px;
    width: calc(100% - 240px);
    max-width: 1040px;
  }
}
@media screen and (min-width: 1200px) {
  .media-slider--controls {
    max-width: 900px;
  }
}
.media-slider--controls .progress-bar-track {
  width: 100%;
  max-width: 1040px;
  height: 1px;
  background-color: #C7C7C7;
  position: relative;
  top: 3.5px;
}
.media-slider--controls .progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #0E38B1, #B94CF8);
  top: 0px;
  position: relative;
  transition: width 500ms ease;
}

/* Module: Callout Text
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.callout-text {
  background-color: #2E3BBC;
  color: #FFFFFF;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .callout-text {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .callout-text {
    overflow: hidden;
  }
}
.callout-text--image {
  transform: translateY(-50px);
  position: relative;
  z-index: 5;
}
.callout-text--items {
  counter-reset: callout-counter;
}
.callout-text--items > div {
  counter-increment: callout-counter;
}
.callout-text--items > div.show-text h3 {
  color: #FFFFFF;
  transform: translateX(80px);
  transition: 1s;
}
.callout-text--items > div.show-text p {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
  position: relative;
}
.callout-text--items > div.show-text p::before {
  content: "";
  width: 220px;
  height: 1px;
  top: 50%;
  left: -267px;
  background-color: #D3C300;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: text;
  }
}
.callout-text--items > div h3 {
  color: #B5BBF9;
  transition: color 0.3s ease;
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s ease;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .callout-text--items > div h3 {
    font-size: 17px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div h3 {
    flex: 0 1 400px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .callout-text--items > div p {
    flex: 0 1 450px;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    cursor: default;
  }
}

/* Hero: Agency
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .hero-agency .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.hero-agency--left {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero-agency--left.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .hero-agency--left {
    flex: 0 1 700px;
  }
}
.hero-agency--left p {
  margin-bottom: 0;
}
.hero-agency--left h2 {
  font-size: 36px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .hero-agency--left h2 {
    font-size: 80px;
  }
}
.hero-agency--right .button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
}
.hero-agency--right .button a {
  display: inline-block;
  position: relative;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  flex: 0 1 90px;
}
.hero-agency--right .button a canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Module: Text Block w/ Offset
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.text-block-offset.animate-in .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.text-block-offset .wrapper {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-block-offset--header {
  margin-bottom: 25px;
  max-width: 500px;
}
.text-block-offset--header h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.text-block-offset--content {
  max-width: 450px;
}
@media screen and (min-width: 1024px) {
  .text-block-offset--content {
    margin-left: 150px;
  }
}
.text-block-offset--content p.body-l, .text-block-offset--content .capabilities--columns p, .capabilities--columns .text-block-offset--content p, .text-block-offset--content .our-process--items > li p, .our-process--items > li .text-block-offset--content p {
  margin-bottom: 15px;
}

/* Module: Text Block w/ Offset
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.text-block .grey-curve {
  display: none;
}
.text-block .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.text-block .wrapper > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-block .wrapper > *.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.text-block--header {
  margin-bottom: 25px;
}
.text-block--header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.text-block--content > *:last-child {
  margin-bottom: 0;
}

/* Module: Large Image
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.large-image .white-curve {
  display: none;
}
.large-image.full-width {
  padding: 0;
  height: 150vh;
}
.large-image.full-width .wrapper {
  max-width: 100%;
  height: 100%;
}
.large-image.full-width figure {
  height: 100vh;
}
.large-image.full-width img {
  width: 100%;
}
.large-image.full-width video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.large-image.full-width .grow-borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.large-image.full-width .grow-border {
  background: #fff;
  display: block;
  position: absolute;
  transition: width 0.4s ease-out, height 0.4s ease-out, transform 0.2s ease-out;
}
.large-image.full-width .grow-border.border-top, .large-image.full-width .grow-border.border-bottom {
  height: 4.54545vw;
  width: 100%;
}
.large-image.full-width .grow-border.border-left, .large-image.full-width .grow-border.border-right {
  width: calc((100vw - 1200px) / 2);
  height: 100%;
}
.large-image.full-width .grow-border.border-top {
  top: 0;
  left: 0;
  transform-origin: center top;
}
.large-image.full-width .grow-border.border-right {
  top: 0;
  right: 0;
  transform-origin: right center;
}
.large-image.full-width .grow-border.border-bottom {
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}
.large-image.full-width .grow-border.border-left {
  top: 0;
  left: 0;
  transform-origin: left center;
}
.large-image.full-width .details-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.large-image.full-width figure {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
}
.large-image.full-width .large-image--details {
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-image:not(.full-width) {
  position: relative;
}
.large-image:not(.full-width) .large-image--details {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .large-image:not(.full-width) .large-image--details {
    align-items: initial;
    padding-bottom: 0;
  }
}
.large-image:not(.full-width) figure {
  transform: translateY(160px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-image:not(.full-width).animate-in .large-image--details {
  opacity: 1;
  transform: translateY(0);
}
.large-image:not(.full-width) figure.animate-in {
  transform: translateY(0);
  opacity: 1;
}
.large-image .wrapper {
  position: relative;
}
.large-image .wrapper:hover .large-image--video {
  opacity: 1;
}
.large-image figure {
  height: 550px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .large-image figure {
    height: auto;
  }
}
.large-image figure.show-video .large-image--video {
  opacity: 1;
}
.large-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large-image--video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #000000;
}
@media screen and (min-width: 1024px) {
  .large-image--video {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .large-image--video {
    display: block;
  }
}
.large-image--details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 0 20px;
}
.large-image--details .details-wrapper > * {
  width: calc(100% - 40px);
  max-width: 550px;
}
@media screen and (min-width: 1024px) {
  .large-image--details {
    padding: 0 70px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(50px);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.large-image--details.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.large-image--details p {
  margin-top: 0;
  margin-bottom: 10px;
}
.large-image--details h2 {
  font-size: 34px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .large-image--details h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.large-image .link, .large-image body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .large-image a {
  margin: 75px auto 0;
}
@media screen and (min-width: 1024px) {
  .large-image .link, .large-image body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .large-image a {
    margin-top: 100px;
  }
}
.large-image .wrapper:nth-child(2) .link, .large-image .wrapper:nth-child(2) body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .large-image .wrapper:nth-child(2) a {
  margin-top: 0;
}

/* Module: Side-by-side Images
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.side-by-side-images.animate-in .wrapper > div {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .side-by-side-images .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-images .wrapper > div {
    flex: 0 1 550px;
    opacity: 0;
    transform: translateY(160px);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.side-by-side-images--left {
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .side-by-side-images--left {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-images--right {
    margin-left: 50px;
  }
}
.side-by-side-images--image {
  margin-bottom: 20px;
}
.side-by-side-images--details {
  max-width: 450px;
}
.side-by-side-images--details h3 {
  margin-bottom: 15px;
}
.side-by-side-images--details p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Module: Side-by-side Images
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.side-by-side-posts.animate-in .side-by-side-posts--details,
.side-by-side-posts.animate-in .wrapper:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.side-by-side-posts .wrapper > a {
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper > a {
    flex: 0 1 560px;
  }
  .side-by-side-posts .wrapper > a:hover figure video,
  .side-by-side-posts .wrapper > a:hover figure div {
    opacity: 1;
  }
  .side-by-side-posts .wrapper > a:hover figure img {
    opacity: 0;
  }
}
.side-by-side-posts .wrapper > a figure {
  position: relative;
}
.side-by-side-posts .wrapper > a figure:hover {
  cursor: none;
}
.side-by-side-posts .wrapper > a figure video,
.side-by-side-posts .wrapper > a figure div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper > a figure video,
  .side-by-side-posts .wrapper > a figure div {
    display: block;
  }
}
.side-by-side-posts .wrapper > a figure img {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.side-by-side-posts .wrapper:nth-child(2) {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts .wrapper:nth-child(2) {
    margin-top: 80px;
  }
}
.side-by-side-posts .wrapper:nth-child(2) .link, .side-by-side-posts .wrapper:nth-child(2) body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .side-by-side-posts .wrapper:nth-child(2) a {
  margin: 0 auto;
}
.side-by-side-posts--left {
  margin-bottom: 100px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts--left {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .side-by-side-posts--right {
    margin-left: 40px;
  }
}
.side-by-side-posts--image {
  margin-bottom: 20px;
}
.side-by-side-posts--details {
  max-width: 520px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.side-by-side-posts--details h3 {
  margin-bottom: 15px;
}
.side-by-side-posts--details p {
  margin-top: 0;
  margin-bottom: 0;
}
.side-by-side-posts .post-media {
  position: relative;
  transform: translateY(160px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.side-by-side-posts .post-media.animate-in {
  transform: translateY(0);
  opacity: 1;
}
.side-by-side-posts .post-media:hover video {
  opacity: 1;
}
.side-by-side-posts .post-media video {
  position: absolute;
  widtH: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Module: Mosaic
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.mosaic .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .mosaic .wrapper > div {
    flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.mosaic figure {
  margin: 15px 7.5px;
  opacity: 0;
  transform: translateY(160px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  .mosaic figure {
    margin: 48px 24px;
  }
}
.mosaic figure:first-child {
  margin-top: 0;
}
.mosaic figure:last-child {
  margin-bottom: 0;
}
.mosaic figure img {
  width: 100%;
  height: auto;
}
.mosaic figure.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.mosaic--left--bottom-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mosaic--left--bottom-image {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic--left--mobile-image {
    display: none;
  }
}
.mosaic--middle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mosaic--middle {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic--right--mobile-image {
    display: none;
  }
}

/* Module: Audio Player
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.audio-player--header {
  max-width: 700px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.audio-player--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .audio-player--header {
    margin-bottom: 70px;
  }
}
.audio-player--header h2 span {
  color: #2E3BBC;
}
@media screen and (min-width: 1024px) {
  .audio-player--content {
    display: flex;
    justify-content: space-between;
  }
}
.audio-player--content p {
  margin-top: 0;
}
.audio-player--content p:first-child {
  margin-bottom: 15px;
}
.audio-player--content p:last-child {
  margin-bottom: 0;
}
.audio-player--description {
  margin-bottom: 65px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.audio-player--description.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .audio-player--description {
    flex: 0 1 550px;
  }
}
@media screen and (min-width: 1024px) {
  .audio-player--files {
    flex: 0 1 400px;
  }
}
.audio-player--file {
  margin-bottom: 30px;
}
.audio-player--file:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .audio-player--file {
    margin-bottom: 40px;
  }
}
.audio-player--file figcaption {
  margin-bottom: 10px;
}
.audio-player--file audio {
  width: 100%;
  border-radius: 20px;
}

/* Module: Related Articles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.related-articles {
  position: relative;
}
.related-articles .grey-curve {
  display: none;
}
.related-articles--header {
  opacity: 0;
  margin-bottom: 80px;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.related-articles--header.animate-in {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .related-articles--header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles--header .header-left {
    flex: 0 1 600px;
  }
}
@media screen and (min-width: 1024px) {
  .related-articles--header .header-right {
    flex: 0 1 380px;
  }
}
.related-articles--header h2 {
  margin-bottom: 20px;
}
.related-articles--header p {
  margin-top: 0;
  margin-bottom: 30px;
}
.related-articles--articles {
  position: relative;
}
.related-articles--articles .grey-curve {
  display: none;
}
.related-articles--articles.animate-in article {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .related-articles--articles {
    display: flex;
  }
}
.related-articles--articles article {
  margin-bottom: 80px;
}
.related-articles--articles article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .related-articles--articles article {
    flex: 0 1 352px;
    margin-right: 70px;
    margin-bottom: 0;
    transform: translateY(160px);
    transition: transform 1s ease;
  }
  .related-articles--articles article:nth-child(3n) {
    margin-right: 0;
  }
}
.related-articles--articles a {
  text-decoration: none;
  cursor: none;
}
.related-articles--articles figure {
  margin-bottom: 20px;
  overflow: hidden;
}
.related-articles--articles figure:hover img {
  transform: scale(1.1);
}
.related-articles--articles figure img {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.related-articles--articles span {
  display: inline-block;
  margin-bottom: 12px;
}
.related-articles--articles h3 {
  color: #000000;
}

/* Module: Hero
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.hero {
  position: relative;
  height: calc(100vh - 90px);
  width: 100%;
  margin: 0;
  margin-bottom: 90px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-bottom: 170px;
    height: 100vh;
  }
}
.hero .hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .hero-media img,
.hero .hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-details {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero .hero-details {
    padding: 0 120px;
  }
}
.hero .hero-details .hero-cta .link a, .hero .hero-details .hero-cta body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .hero .hero-details .hero-cta a a {
  color: #fff;
  margin-top: 20px;
  display: block;
}
.hero .hero-details .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .hero-details h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #4773C5;
  text-transform: lowercase;
}
.hero .hero-details p {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  max-width: 750px;
}
.hero .hero-scroll {
  position: absolute;
  left: -20px;
  bottom: 140px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .hero .hero-scroll {
    bottom: 94px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-scroll {
    bottom: 90px;
  }
}
.hero .hero-scroll .scroll-icon {
  margin-right: 10px;
  animation: 4s ease infinite both pulseArrow;
}
.hero .hero-scroll .scroll-icon svg {
  transform: rotate(90deg) translateX(-1.25px);
}
@media screen and (min-width: 1024px) {
  .hero .hero-scroll {
    left: 2px;
    bottom: 112px;
  }
}

@keyframes pulseArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* Module: Selected Works
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .selected-works {
    margin-top: 200px;
    margin-bottom: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .selected-works .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.selected-works article {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .selected-works article {
    flex: 0 1 calc(33.3333333333% - 10px);
    flex-basis: calc(33.3333333333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    opacity: 0;
  }
  .selected-works article:nth-child(3n) {
    margin-right: 0;
  }
}
.selected-works .wrapper.additional-link .link, .selected-works .wrapper.additional-link body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .selected-works .wrapper.additional-link a {
  margin: 75px auto 0;
}
@media screen and (min-width: 1024px) {
  .selected-works .wrapper.additional-link .link, .selected-works .wrapper.additional-link body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .selected-works .wrapper.additional-link a {
    margin-top: 100px;
  }
}

/* Module: Client Feedback
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.client-feedback {
  background: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
}
@media screen and (min-width: 1024px) {
  .client-feedback {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.client-feedback .feedback-header {
  max-width: 700px;
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-feedback .feedback-header.animate-in {
  opacitY: 1;
  transform: translateY(0);
}
.client-feedback .feedback-header h2 {
  margin-bottom: 15px;
}
.client-feedback .feedback-header p {
  margin-top: 0;
  margin-bottom: 0;
}
.client-feedback .feedback-quotes {
  display: flex;
  flex-direction: column;
}
.client-feedback .feedback-quotes .feedback-quote {
  margin-bottom: 70px;
  max-width: 650px;
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.client-feedback .feedback-quotes .feedback-quote.animate-in {
  opacitY: 1;
  transform: translateY(0);
}
.client-feedback .feedback-quotes .feedback-quote:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .client-feedback .feedback-quotes .feedback-quote {
    margin-bottom: 140px;
    align-self: flex-end;
  }
  .client-feedback .feedback-quotes .feedback-quote:nth-child(2n) {
    align-self: flex-start;
  }
}
.client-feedback .feedback-quotes .feedback-quote blockquote {
  margin: 0;
}
.client-feedback .feedback-quotes .feedback-quote p {
  margin: 0 0 15px;
}
.client-feedback .feedback-quotes .feedback-quote p span {
  color: #2E3BBC;
}
.client-feedback .client-logos {
  padding: 0;
  margin: 140px 0 0;
}
@media screen and (min-width: 1024px) {
  .client-feedback .client-logos {
    margin-top: 240px;
  }
}
.client-feedback .client-logos--header {
  max-width: 595px;
}

/* Module: Contact Form
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.contact-form {
  position: relative;
}
.contact-form .wrapper {
  max-width: 850px;
}
.contact-form .white-curve {
  display: none;
}
.contact-form .contact-form-title,
.contact-form .contact-form-contact {
  text-align: center;
}
.contact-form .contact-form-title {
  margin-bottom: 65px;
}
.contact-form .contact-form-contact {
  margin-bottom: 80px;
}
.contact-form .contact-form-contact figure {
  margin-bottom: 20px;
}
.contact-form .contact-form-contact figure img {
  border-radius: 50%;
  overflow: hidden;
}
.contact-form .contact-form-contact p.label-s {
  margin: 0 0 10px;
}
.contact-form .contact-form-contact p.body-l, .contact-form .contact-form-contact .capabilities--columns p, .capabilities--columns .contact-form .contact-form-contact p, .contact-form .contact-form-contact .our-process--items > li p, .our-process--items > li .contact-form .contact-form-contact p {
  margin: 0;
  font-size: 22px;
  line-height: 38px;
}
.contact-form .contact-form-contact .contact-info--phone,
.contact-form .contact-form-contact .contact-info--email {
  font-size: 22px;
  line-height: 38px;
  font-weight: lighter;
}
.contact-form .contact-form-contact .contact-info--phone .link, .contact-form .contact-form-contact .contact-info--phone body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li .contact-form .contact-form-contact .contact-info--phone a,
.contact-form .contact-form-contact .contact-info--email .link,
.contact-form .contact-form-contact .contact-info--email body.templates.our-work .filter-bar .filter-items .filter-menu ul li a,
body.templates.our-work .filter-bar .filter-items .filter-menu ul li .contact-form .contact-form-contact .contact-info--email a {
  line-height: 1;
}
.contact-form .contact-form-contact .contact-info--phone a,
.contact-form .contact-form-contact .contact-info--email a {
  font-size: inherit;
  font-weight: inherit;
}
.contact-form .contact-form-form {
  max-width: 650px;
  margin: 0 auto;
}

/* Module: Custom Text
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.custom-text .wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.custom-text .wrapper > * {
  opacity: 0;
  transform: translateY(160px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.custom-text .wrapper > *.animate-in {
  opacitY: 1;
  transform: translateY(0);
}
.custom-text--header {
  margin-bottom: 20px;
}
.custom-text--header h1, .custom-text--header h2, .custom-text--header h3, .custom-text--header h4, .custom-text--header h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.social-nav {
  margin-bottom: 50px;
}
.social-nav ul {
  display: flex;
}
.social-nav ul li {
  margin-right: 25px;
}
.social-nav ul li:last-child {
  margin-right: 0;
}
.social-nav ul li img {
  width: 22px;
  height: 22px;
}

/* Content Work Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  article.type-work {
    position: relative;
  }
}
article.type-work a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  article.type-work a {
    cursor: none;
  }
}
@media screen and (min-width: 1024px) {
  article.type-work.show-details .post-info,
  article.type-work.show-details .post-media video,
  article.type-work.show-details .post-media div {
    opacity: 1;
  }
  article.type-work.show-details .post-media figure {
    opacity: 0;
  }
}
article.type-work figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  article.type-work figure {
    margin-bottom: 0;
  }
}
article.type-work .post-media {
  position: relative;
}
article.type-work .post-media video,
article.type-work .post-media div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  article.type-work .post-media video,
  article.type-work .post-media div {
    display: block;
  }
}
article.type-work .post-media figure {
  position: relative;
  opacity: 1;
  z-index: 2;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1024px) {
  article.type-work .post-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.3s ease;
    z-index: 3;
  }
}
article.type-work h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  article.type-work h2 {
    color: #FFFFFF;
  }
}
article.type-work p {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  article.type-work p {
    color: #FFFFFF;
  }
}

.loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  widtH: 100%;
  height: 100%;
  z-index: 99999;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .loading-screen {
    padding: 0 120px;
  }
}
.loading-screen .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.loading-screen.animate-in p {
  opacity: 1;
  transform: translateY(0);
}
.loading-screen p {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 52px;
}
@media screen and (min-width: 1024px) {
  .loading-screen p {
    font-size: 100px;
  }
}

/* NS Gravity Form Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.gform_wrapper.gravity-theme {
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
  margin-bottom: 50px;
}
.gform_wrapper.gravity-theme .gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield.input-active label {
  top: -20px;
  color: #2E3BBC;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield textarea {
  border: 0;
  border-bottom: 1px solid #DBDBDB;
  padding: 4px 0 !important;
}
.gform_wrapper.gravity-theme .gfield label {
  position: absolute;
  margin-bottom: 0;
  top: 4px;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 60px 0 0 !important;
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_footer button {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0 0 5px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.gform_wrapper.gravity-theme .gform_footer button:after {
  width: 100%;
  height: 3px;
  left: 0;
  background: linear-gradient(to right, #F84C4F, #FBC644);
  background-size: 200% 100%;
  background-position: 0 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-position 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gform_wrapper.gravity-theme .gform_footer button:hover:after {
  width: calc(100% - 20px);
  left: 10px;
  background-position: 100% 0;
}

.validation_error {
  font-size: 18px;
  font-weight: 400;
  margin: 8px 0 0 0;
  color: red;
}

.validation_message {
  display: none;
  color: red;
}

.gform_heading {
  margin-bottom: 25px;
}

.gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gform_body li {
  margin-bottom: 20px;
}

.gfield_list {
  width: 100%;
}
.gfield_list .gfield_list_icons {
  width: 30px;
}

.gform_ajax_spinner {
  border: 4px solid #000000;
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 25px;
  height: 25px;
  animation: spin 1.5s linear infinite;
  margin-left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-video {
  background: #000000;
}

.modal-video-body {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .modal-video-body {
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .modal-video-body > div {
    padding: 50px;
  }
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: auto;
    right: -40px;
    bottom: -10px;
  }
}
body.page.default:not(.home) .page-header {
  padding: 0 20px;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) .page-header {
    margin-top: 200px;
    padding: 0 120px;
  }
}
body.page.default:not(.home) .page-header h1.h2 {
  font-size: 40px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) .page-header h1.h2 {
    font-size: 80px;
  }
}
body.page.default:not(.home) main .wrapper {
  max-width: 850px;
  margin: 0 auto;
}
body.page.default:not(.home) .page-content {
  padding: 0 20px;
}
body.page.default:not(.home) .page-content .wrapper p, body.page.default:not(.home) .page-content .wrapper li {
  font-weight: lighter;
}
body.page.default:not(.home) .page-content .wrapper a {
  text-decoration: none;
  font-weight: 500;
}
body.page.default:not(.home) main {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  body.page.default:not(.home) main {
    margin-bottom: 200px;
  }
}

/* 404 Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
body.error404 header {
  mix-blend-mode: normal;
}
body.error404 main {
  position: relative;
}
body.error404 .bg-video {
  width: 100%;
  height: 100vh;
}
body.error404 .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.error404 .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  padding: 0 20px;
}
body.error404 .text-wrapper .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  body.error404 .text-wrapper {
    padding: 0 120px;
  }
}
body.error404 .text-wrapper h1 {
  margin-bottom: 50px;
  max-width: 750px;
}
body.error404 .text-wrapper a {
  color: inherit;
}
body.error404 footer {
  margin-top: 0;
  background: #000000;
}
body.error404 footer .mask,
body.error404 footer .video-bg {
  display: none;
}

body.home.loading-js {
  overflow: hidden;
}
body.home .hero-home {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.home .hero-home:after {
  content: none;
}
body.home .hero-home--video {
  margin-bottom: 120px;
  position: relative;
}
body.home .hero-home--video .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.home .hero-home--video .flickity-viewport {
  height: 100% !important;
}
body.home .hero-home--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s ease;
}
body.home .hero-home--video .video-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  body.home .hero-home--video .video-text--wrapper {
    padding: 0 120px;
  }
}
body.home .hero-home--video .video-text--wrapper .video-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .video-text {
    display: flex;
  }
}
body.home .hero-home--video .video-text--wrapper p {
  margin: 0;
  line-height: 48px;
  font-size: 52px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper p {
    font-size: 100px;
    transition: color 0.3s ease;
    position: fixed;
    line-height: 120px;
  }
}
body.home .hero-home--video .video-text--wrapper .scroller {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 52px;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .scroller {
    font-size: 100px;
    padding-left: 209px;
    margin-left: 20px;
    height: 120px;
    line-height: 120px;
  }
}
body.home .hero-home--video .video-text--wrapper .scroller .inner {
  transition: margin-top 0.4s ease-out;
}
body.home .hero-home--video .video-text--wrapper .scroller span {
  display: block;
  clear: both;
  line-height: inherit;
  font-size: inherit;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--video .video-text--wrapper .scroller span {
    line-height: 120px;
  }
}
body.home .hero-home--text {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--text {
    padding: 0 120px;
  }
}
body.home .hero-home--text:before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.home .hero-home--text.animate-curve:before {
  top: -1070px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.home .hero-home--text.animate-curve {
    padding-top: 0;
  }
}
body.home .hero-home--text.animate-in .intro-xl, body.home .hero-home--text.animate-in body.templates.case-study .intro-text p.intro-l, body.templates.case-study .intro-text body.home .hero-home--text.animate-in p.intro-l, body.home .hero-home--text.animate-in .link, body.home .hero-home--text.animate-in body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li body.home .hero-home--text.animate-in a {
  opacity: 1;
  transform: translateY(0);
}
body.home .hero-home--text .intro-xl, body.home .hero-home--text body.templates.case-study .intro-text p.intro-l, body.templates.case-study .intro-text body.home .hero-home--text p.intro-l {
  max-width: 850px;
}
body.home .hero-home--text .intro-xl, body.home .hero-home--text body.templates.case-study .intro-text p.intro-l, body.templates.case-study .intro-text body.home .hero-home--text p.intro-l, body.home .hero-home--text .link, body.home .hero-home--text body.templates.our-work .filter-bar .filter-items .filter-menu ul li a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li body.home .hero-home--text a {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.home .hero-home--text .play-reel-link {
  margin-left: 40px;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
body.home .hero-home--text .play-reel-link:after {
  display: none;
}
body.home .hero-home--text .play-reel-link .icon-play {
  position: absolute;
  left: 0;
  top: -4px;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  display: block;
  background: linear-gradient(to right, #F84C4F, #FBC644);
  background-size: contain;
}
body.home .hero-home--text .play-reel-link .icon-play .bg-white {
  background-color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 9px;
  height: 31px;
  width: 31px;
  border-radius: 50%;
}
body.home .hero-home--text .play-reel-link .icon-play svg {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 10px;
  height: 31px;
  width: 31px;
}
@media screen and (max-width: 767px) {
  body.home .hero-home--text .play-reel-link {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
  }
}
body.home .hero-home--text h1 {
  visibility: hidden;
  height: 1px;
}
body.home .headline {
  position: relative;
  height: 108px;
  width: 100%;
  max-width: 670px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.home .headline {
    height: 86px;
  }
}
body.home .headline svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body.home .headline svg.light-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.light-text {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image, body.home .headline svg.light-text image {
    height: 90px;
  }
}
body.home .headline svg.dark-text image:first-of-type, body.home .headline svg.light-text image:first-of-type {
  width: 102px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:first-of-type, body.home .headline svg.light-text image:first-of-type {
    width: 195px;
  }
}
body.home .headline svg.dark-text image:nth-of-type(2), body.home .headline svg.light-text image:nth-of-type(2) {
  transform: translateX(120px);
  width: 119px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:nth-of-type(2), body.home .headline svg.light-text image:nth-of-type(2) {
    width: 230px;
    transform: translateX(230px);
  }
}
body.home .headline svg.dark-text image:last-of-type, body.home .headline svg.light-text image:last-of-type {
  transform: translateY(40px) translateX(2px);
  width: 93px;
}
@media screen and (min-width: 1024px) {
  body.home .headline svg.dark-text image:last-of-type, body.home .headline svg.light-text image:last-of-type {
    width: 172px;
    transform: translateX(497px);
  }
}
body.home .related-articles {
  background-color: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
  margin-bottom: 0;
}
body.home .related-articles .grey-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.home .related-articles {
    padding-top: 200px;
    padding-bottom: 200px;
    transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

/* Contact Styles
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
body.templates.contact #section-1 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
body.templates.contact #section-1.animate-in .wrapper > * {
  opacity: 1;
  transform: translateY(0);
}
body.templates.contact #section-1 .wrapper > * {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.contact #section-1 .contact-header {
  margin-bottom: 100px;
}
body.templates.contact #section-1 .contact-info .link a, body.templates.contact #section-1 .contact-info body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li body.templates.contact #section-1 .contact-info a a {
  font-size: 27px;
  line-height: 42px;
  font-weight: lighter;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 .contact-info .link a, body.templates.contact #section-1 .contact-info body.templates.our-work .filter-bar .filter-items .filter-menu ul li a a, body.templates.our-work .filter-bar .filter-items .filter-menu ul li body.templates.contact #section-1 .contact-info a a {
    font-size: 45px;
    line-height: 70px;
  }
}
body.templates.contact #section-1 .contact-info span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-1 .contact-info span {
    font-size: 18px;
    line-height: 20px;
    margin-left: 20px;
  }
}
body.templates.contact #section-2 {
  background-color: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 57px;
  position: relative;
}
body.templates.contact #section-2.animate-in .left-section,
body.templates.contact #section-2.animate-in .lat-long {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 {
    padding-top: 200px;
    padding-bottom: 320px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
body.templates.contact #section-2 .left-section {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .left-section {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .right-section {
    flex: 0 1 550px;
    max-width: 550px;
  }
}
body.templates.contact #section-2 .left-section--hours {
  margin-top: 84px;
  max-width: 300px;
}
body.templates.contact #section-2 .left-section--hours p.intro-l {
  margin-top: 0;
  margin-bottom: 15px;
}
body.templates.contact #section-2 .left-section--hours > div {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}
body.templates.contact #section-2 .left-section--hours > div:nth-child(2) {
  padding-top: 0;
}
body.templates.contact #section-2 .left-section--hours > div h3 {
  margin-bottom: 10px;
}
body.templates.contact #section-2 .left-section--hours > div p {
  margin: 0;
}
body.templates.contact #section-2 .acf-map {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-2 .acf-map {
    height: 550px;
  }
}
body.templates.contact #section-2 .acf-map img {
  max-width: inherit !important;
}
body.templates.contact #section-2 .lat-long {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  display: flex;
}
body.templates.contact #section-2 .lat-long svg {
  margin-right: 20px;
}
body.templates.contact #section-2 .lat-long p {
  font-size: 30px;
  line-height: 1;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  margin: 0;
}
body.templates.contact #section-3 {
  padding-top: 100px;
}
body.templates.contact #section-3.animate-in .wrapper {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 {
    padding-bottom: 0;
  }
}
body.templates.contact #section-3 .wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #FFFFFF;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 .wrapper {
    padding: 100px 125px 80px;
  }
}
body.templates.contact #section-3 .section-intro {
  text-align: center;
  margin-bottom: 40px;
}
body.templates.contact #section-3 .section-intro .h3, body.templates.contact #section-3 .section-intro .primary-nav > ul > li > a {
  margin-top: 0;
  margin-bottom: 40px;
}
body.templates.contact #section-3 .section-intro .body-xxl, body.templates.contact #section-3 .section-intro body.single-team #member-bio .wrapper *, body.single-team #member-bio .wrapper body.templates.contact #section-3 .section-intro * {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.templates.contact #section-3 .section-intro {
    margin-bottom: 80px;
  }
}
body.templates.contact #section-3 .contact-form {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.templates.contact .footer-cta__contact {
    display: flex;
    justify-content: space-between;
  }
}
body.templates.contact .footer-cta__contact > div {
  margin-bottom: 60px;
}
body.templates.contact .footer-cta__contact > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.templates.contact .footer-cta__contact > div {
    flex: 0 1 550px;
    margin-bottom: 0;
  }
  body.templates.contact .footer-cta__contact > div:first-child {
    margin-right: 50px;
  }
  body.templates.contact .footer-cta__contact > div:last-child {
    margin-left: 50px;
  }
}

body.single-team #member-header {
  padding: 200px 20px 75px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header {
    padding: 100px;
  }
}
body.single-team #member-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
body.single-team #member-header .header-left {
  max-width: 580px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
body.single-team #member-header .header-left.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .header-left {
    flex: 0 1 580px;
    padding-top: 176px;
  }
}
body.single-team #member-header .button {
  position: absolute;
  top: -110px;
  left: 0;
  width: 96px;
  height: 96px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(to right, #0E38B1, #B94CF8);
}
body.single-team #member-header .button:hover a {
  background: transparent;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header .button {
    top: 0;
  }
}
body.single-team #member-header .button a {
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  margin-top: 3px;
  margin-left: 3px;
  line-height: 90px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  font-family: nimbus-sans-extended, sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-team #member-header h1 {
  margin-bottom: 30px;
}
body.single-team #member-header p.preheader {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-header p.preheader {
    margin-bottom: 60px;
  }
}
body.single-team #member-header .fun-fact {
  max-width: 300px;
}
body.single-team #member-bio {
  background: #F4F4F4;
  padding: 85px 20px;
  position: relative;
  transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-bio {
    padding: 100px 120px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-team #member-bio {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}
body.single-team #member-bio .wrapper {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-team #member-bio .wrapper * {
    line-height: 40px;
  }
}
body.single-team #member-bio .wrapper *:first-child {
  margin-top: 0;
}
body.single-team #member-bio .wrapper *:last-child {
  margin-bottom: 0;
}
body.single-team .grey-curve {
  z-index: 0;
}
body.single-team .grey-curve.animate-curve {
  height: 360px;
  transform: translateY(-320px) !important;
}

body.single-work .hero-home {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.single-work .hero-home:after {
  content: none;
}
body.single-work .hero-home .video-button {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.single-work .hero-home .video-button {
    display: block;
  }
}
body.single-work .hero-home .video-button div {
  border-radius: 100px;
  display: inline-block;
  background: linear-gradient(to right, #F84C4F, #FBC644);
  padding: 40px 3px 37px 3px;
}
body.single-work .hero-home .video-button a {
  background-color: #000;
  border-radius: 100px;
  line-height: 1;
  color: #FFFFFF;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  padding: 38px 25px;
  cursor: pointer;
}
body.single-work .hero-home--video {
  margin-bottom: 120px;
  position: relative;
}
body.single-work .hero-home--video .video-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.single-work .hero-home--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-work .hero-home--video .video-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper {
    padding: 0 120px;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  opacity: 0;
  margin-bottom: 15px;
}
body.single-work .hero-home--video .video-text--wrapper p {
  margin: 0;
  transition: color 0.3s ease;
  z-index: 2;
  max-width: 700px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper p {
    position: fixed;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-link {
  display: inline-block;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--video .video-text--wrapper .video-link {
    display: none;
  }
}
body.single-work .hero-home--video .video-text--wrapper .video-link a {
  color: #FFFFFF;
  cursor: pointer;
}
body.single-work .hero-home--text {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text {
    padding: 0 120px;
  }
}
body.single-work .hero-home--text:before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-work .hero-home--text.animate-curve:before {
  top: -1070px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text.animate-curve {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--left {
    flex: 0 0 600px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .hero-home--text .work-details--left {
    flex: 0 0 700px;
  }
}
body.single-work .hero-home--text .work-details--left p {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.single-work .hero-home--text .work-details--left.animate-in p {
  opacity: 1;
  transform: TranslateY(0);
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--left h1 {
    visibility: hidden;
  }
}
body.single-work .hero-home--text .work-details--right {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.single-work .hero-home--text .work-details--right {
    flex: 0 1 250px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .hero-home--text .work-details--right {
    flex: 0 0 300px;
  }
}
body.single-work .hero-home--text .work-details--right.animate-in {
  opacity: 1;
  transform: TranslateY(0);
}
body.single-work .hero-home--text .work-details--right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body.single-work .hero-home--text .work-details--right li {
  border-top: 1px solid #DBDBDB;
  padding-top: 15px;
}
body.single-work .hero-home--text .work-details--right li:first-child {
  border-top: 0;
}
body.single-work .hero-home--text .work-details--right p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single-work .hero-home--text .work-details--right button {
  border: 0 none;
  background: transparent;
  padding: 5px;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.single-work .hero-home--text .work-details--right button .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  transform: translateY(2px);
}
body.single-work .hero-home--text .work-details--right button .icon-plus {
  background: url("../img/icon-plus.svg");
}
body.single-work .hero-home--text .work-details--right button .icon-minus {
  background: url("../img/icon-minus.svg");
  background-position: 50% 75%;
  transform: rotate(90deg) translateX(2.5px);
  margin-bottom: 0;
  margin-right: 10px;
}
body.single-work .blue-curve {
  top: auto;
}
body.single-work .related-work {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2E3BBC;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work {
    background: transparent;
  }
}
body.single-work .related-work .mask {
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 200px;
  top: 40%;
  left: 40%;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 99999px #2E3BBC;
  display: none;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work .mask {
    display: block;
  }
}
body.single-work .related-work .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #2E3BBC;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work .video-bg {
    display: flex;
  }
}
body.single-work .related-work .video-bg > div {
  flex: 0 1 50%;
  width: 50%;
  height: 100%;
}
body.single-work .related-work .video-bg > div.video-bg-right {
  position: relative;
}
body.single-work .related-work .video-bg > div.video-bg-right:before {
  content: "";
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #2E3BBC);
}
body.single-work .related-work .video-bg > div div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #000000;
}
body.single-work .related-work .video-bg > div iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.single-work .related-work--layer.layer-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0E38B1, #B94CF8);
}
body.single-work .related-work--layer.layer-2 {
  position: relative;
  z-index: 2;
}
body.single-work .related-work--header {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--header {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--works {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body.single-work .related-work--works > a {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}
body.single-work .related-work--works > a:first-child {
  margin-top: 0;
}
body.single-work .related-work--works > a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.single-work .related-work--works > a {
    flex: 0 1 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 450px;
    display: initial;
  }
}
body.single-work .media-slider {
  background: #F4F4F4;
  margin-bottom: 0;
}
body.single-work .media-slider .grey-curve {
  display: block;
}
body.single-work .media-slider .outer-wrapper {
  overflow: hidden;
  padding: 100px 20px;
  transition: padding-top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .outer-wrapper {
    padding: 200px 120px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-work .media-slider .outer-wrapper {
    padding-top: 7.5vw;
  }
}
body.single-work .media-slider--controls {
  bottom: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider--controls {
    bottom: 140px;
  }
}
body.single-work .media-slider .flickity-prev-next-button {
  bottom: -10px;
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  body.single-work .media-slider .flickity-prev-next-button {
    bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.single-work .media-slider .flickity-prev-next-button.previous {
    right: 60px;
  }
}
body.single-work .text-block-offset {
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  body.single-work .text-block-offset {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
body.single-work .large-image {
  position: relative;
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.single-work .large-image {
    padding-top: 200px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1920px) {
  body.single-work .large-image {
    padding-top: 7.5vw;
  }
}
@media (min-width: 1024px) {
  body.single-work .large-image.no-video {
    margin-bottom: 200px;
  }
}
body.single-work .white-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  body.single-work .side-by-side-images {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

body.single-post .hero-single {
  margin-bottom: 120px;
  margin-top: 0;
  padding: 0;
  height: auto;
}
body.single-post .hero-single:after {
  content: none;
}
body.single-post .hero-single--media {
  margin-bottom: 120px;
  position: relative;
}
body.single-post .hero-single--media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.single-post .hero-single--media .media-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.single-post .hero-single--media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-post .hero-single--media .media-text--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  body.single-post .hero-single--media .media-text--wrapper {
    padding: 0 120px;
  }
}
body.single-post .hero-single--media .media-text--wrapper .media-text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 15px;
}
body.single-post .hero-single--media .media-text--wrapper h1 {
  margin: 0;
  transition: color 0.3s ease;
  z-index: 2;
  max-width: 100%;
  width: calc(100% - 40px);
  font-size: 30px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  body.single-post .hero-single--media .media-text--wrapper h1 {
    font-size: 60px;
    line-height: 58px;
  }
}
body.single-post .text-block .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
body.single-post .white-curve {
  display: block;
  top: 100vh;
}
body.single-post article p {
  margin: 40px 0;
}
body.single-post article h1, body.single-post article h2, body.single-post article h3, body.single-post article h4, body.single-post article h5, body.single-post article h6 {
  margin: 0.25em 0;
}
body.single-post article .video {
  position: relative;
  padding-top: 60%;
  margin: 40px 0;
}
body.single-post article .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
body.single-post article figure {
  max-width: 100%;
}
body.single-post article figcaption {
  font-size: 14px;
  margin-top: 10px;
}
body.single-post article ul, body.single-post article ol {
  margin: 40px 0;
}
body.single-post article ul li, body.single-post article ol li {
  margin: 10px;
}

body.templates.our-work .filter-bar {
  display: none;
  margin-top: 140px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #FFFFFF;
  }
}
body.templates.our-work .filter-bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
body.templates.our-work .filter-bar .filter-items {
  flex: 0 1 78vw;
  min-width: 290px;
  margin-right: 25px;
}
body.templates.our-work .filter-bar .filter-items select {
  position: relative;
  background: #FFFFFF;
  border-radius: 25px;
  border: 0 none;
  width: 100%;
  height: 50px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/icon-carat.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 20px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-items select {
    display: none;
  }
}
body.templates.our-work .filter-bar .filter-items .filter-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-items .filter-menu {
    display: block;
  }
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul {
  display: flex;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li {
  margin-right: 80px;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li:last-child {
  margin-right: 0;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li.active a {
  color: #000000;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li.active a:after {
  opacity: 1;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a {
  color: #727272;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:hover {
  color: #000000;
}
body.templates.our-work .filter-bar .filter-items .filter-menu ul li a:after {
  opacity: 0;
}
body.templates.our-work .filter-bar .filter-icon {
  flex: 0 1 20px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-icon {
    cursor: pointer;
    flex: 0 1 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body.templates.our-work .filter-bar .filter-icon.filter-active span {
  color: #2E3BBC;
}
body.templates.our-work .filter-bar .filter-icon.filter-active svg path {
  fill: #2E3BBC;
}
body.templates.our-work .filter-bar .filter-icon span {
  display: none;
  color: #727272;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-bar .filter-icon span {
    display: inline-block;
  }
}
body.templates.our-work .filter-bar .filter-icon svg path {
  transition: fill 0.3s ease;
}
body.templates.our-work .filter-pullout {
  display: block;
  position: fixed;
  height: auto;
  width: 200px;
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transform: translateY(calc(-100% - 70px));
  opacity: 0;
  top: 219px;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0s ease 0.5s;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-pullout {
    top: 69px;
    transform: translateY(calc(-100% - 70px));
  }
}
body.templates.our-work .filter-pullout.active {
  transform: translateY(0) translateX(-60px);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .filter-pullout.active {
    transform: translateY(0);
  }
}
body.templates.our-work .filter-pullout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.templates.our-work .filter-pullout ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.templates.our-work .filter-pullout ul li.active a {
  color: #000000;
}
body.templates.our-work .filter-pullout ul li.active .checkbox .inner-bg {
  opacity: 1;
}
body.templates.our-work .filter-pullout ul li:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}
body.templates.our-work .filter-pullout ul li:last-child a {
  color: #2E3BBC;
}
body.templates.our-work .filter-pullout ul li .checkbox {
  display: block;
  margin-right: 7px;
  border: 1px solid #727272;
  padding: 2px;
  width: 0.9em;
  height: 0.9em;
  border-radius: 2px;
  background-color: transparent;
}
body.templates.our-work .filter-pullout ul li .checkbox .inner-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: opacity 0.3s ease;
  opacity: 0;
}
body.templates.our-work .filter-pullout ul .link:after, body.templates.our-work .filter-pullout .filter-bar .filter-items .filter-menu ul li a:after, body.templates.our-work .filter-bar .filter-items .filter-menu .filter-pullout ul li a:after {
  opacity: 0;
}
body.templates.our-work .filter-pullout ul a {
  color: #727272;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  transition: color 0.3s ease;
}
body.templates.our-work .filter-pullout ul a:hover {
  color: #000000;
}
body.templates.our-work .hero-work {
  margin-bottom: 10px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .hero-work {
    margin-top: 200px;
    margin-bottom: 70px;
  }
}
body.templates.our-work .hero-work--header {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.our-work .hero-work--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
body.templates.our-work .hero-work--header h2 {
  word-wrap: break-word;
}
body.templates.our-work .work-archive {
  margin-top: 0;
}
body.templates.our-work .work-archive .wrapper {
  max-width: 1215px;
}
body.templates.our-work article {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article {
    width: calc(33.3333333333% - 15px);
    margin: 7.5px;
    position: relative;
    height: 220px;
  }
}
body.templates.our-work article a {
  text-decoration: none;
  opacity: 0;
  display: inline-block;
  width: 100%;
}
body.templates.our-work article.show-details .article-info {
  opacity: 1;
}
body.templates.our-work article iframe {
  background: #000000;
}
body.templates.our-work article figure {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article figure {
    margin-bottom: 0;
  }
}
body.templates.our-work article figure img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article .article-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.3s ease;
  }
}
body.templates.our-work article h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article h2 {
    color: #FFFFFF;
  }
}
body.templates.our-work article p {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work article p {
    color: #FFFFFF;
  }
}
body.templates.our-work .client-logos {
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.our-work .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

body.templates.our-blog .hero-blog {
  margin-bottom: 10px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .hero-blog {
    margin-top: 200px;
    margin-bottom: 70px;
  }
}
body.templates.our-blog .hero-blog--header {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.our-blog .hero-blog--header.animate-in {
  opacity: 1;
  transform: translateY(0);
}
body.templates.our-blog .hero-blog--header h2 {
  word-wrap: break-word;
}
body.templates.our-blog .blog-archive {
  margin-top: 0;
}
body.templates.our-blog .blog-archive .wrapper {
  max-width: 1215px;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .blog-archive .wrapper {
    display: flex;
    justify-content: flex-start;
  }
}
body.templates.our-blog article {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article {
    flex-basis: calc(33.3333333333% - 15px);
    margin: 7.5px;
    position: relative;
    height: 220px;
  }
}
body.templates.our-blog article a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article a {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: none;
  }
}
body.templates.our-blog article figure {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article figure img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
}
body.templates.our-blog article.show-details .article-info {
  opacity: 1;
}
body.templates.our-blog article figure {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article figure {
    margin-bottom: 0;
  }
}
body.templates.our-blog article figure img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article .article-info {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity 0.3s ease;
  }
}
body.templates.our-blog article span {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article span {
    color: #FFFFFF;
  }
}
body.templates.our-blog article h3 {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog article h3 {
    color: #FFFFFF;
  }
}
body.templates.our-blog .client-logos {
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.templates.our-blog .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

/* Template: Case Study
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
body.templates.case-study .intro-text .wrapper {
  max-width: 900px;
}
body.templates.case-study main .hero-case-study {
  margin-bottom: 0;
}
body.templates.case-study main section:nth-child(2) {
  position: relative;
  margin-top: 0;
  padding-top: 80px;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.templates.case-study main section:nth-child(2):before {
  background: url("../img/white-curve.svg");
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 57px;
  background-size: cover;
  background-position: left -10px top 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main section:nth-child(2) {
    padding-top: 100px;
    margin-top: 0;
  }
}
body.templates.case-study main section:nth-child(2).animate-curve:before {
  top: -950px;
  height: 960px;
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main section:nth-child(2).animate-curve {
    padding-top: 0;
  }
}
body.templates.case-study main .client-feedback {
  margin-bottom: 0;
}
body.templates.case-study main .contact-form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  body.templates.case-study main .contact-form {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
body.templates.case-study main .contact-form .white-curve {
  display: block;
}

.page-agency .callout-text {
  margin-bottom: 0;
}
.page-agency .media-slider {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-agency .media-slider {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .media-slider {
    padding-top: 7.5vw;
  }
}
.page-agency .media-slider .white-curve {
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-agency .media-slider .flickity-prev-next-button {
    bottom: -145px;
  }
}
.page-agency .callout-text + div {
  margin-top: 0;
}
.page-agency .team-members,
.page-agency .client-quote-slider {
  margin-bottom: 0;
}
.page-agency .our-process,
.page-agency .capabilities {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-agency .our-process,
  .page-agency .capabilities {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .our-process,
  .page-agency .capabilities {
    padding-top: 7.5vw;
  }
}
.page-agency .our-process {
  position: relative;
}
.page-agency .our-process .white-curve {
  display: block;
}
.page-agency .text-block {
  position: relative;
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .page-agency .text-block {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .text-block {
    padding-top: 7.5vw;
  }
}
.page-agency .text-block .grey-curve {
  display: block;
}
.page-agency .client-logos {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .page-agency .client-logos {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .page-agency .client-logos {
    padding-top: 7.5vw;
  }
}
.page-agency .client-logos .white-curve {
  display: block;
}
