/* Base */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

@font-face {
  font-family: "SpaceGrotesk-Bold";
  src: url("fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk-Regular";
  src: url("fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Druk Text Wide Web";
  src: url("fonts/DrukTextWide-Bold-Web.woff2") format("woff2"), url("fonts/DrukTextWide-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.bounce {
  -webkit-animation: bounce 5s infinite;
  -moz-animation: bounce 5s infinite;
  -ms-animation: bounce 5s infinite;
  -o-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
@keyframes scaleLTR {
  0% {
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
html,
body {
  font-family: "SpaceGrotesk-Regular", "serif";
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width : 800px) {
  body {
    padding-top: 68px;
  }
}

.video_wrapper {
  width: 100%;
  height: auto;
  max-height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}
.video_wrapper .vidsound {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 100;
}
.video_wrapper .vidsound .icon {
  width: 32px;
  height: 32px;
  background-position: center;
}
.video_wrapper #nfVideo {
  width: 100%;
  min-height: 100%;
  display: inline-block;
  background-color: #000000;
  margin-bottom: -3px;
}
.video_wrapper .stats {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  max-width: 920px;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.video_wrapper .stats p {
  margin: 0px;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 34px;
}
.video_wrapper .stats small {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width : 980px) {
  .video_wrapper {
    height: auto;
    max-height: auto;
    padding-bottom: 0;
  }
  .video_wrapper .video_canvas {
    position: relative;
    padding-top: 56.25%;
  }
  .video_wrapper #nfVideo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1130px) {
  .video_wrapper .vidsound {
    bottom: 110px;
    right: 40px;
  }
}
@media only screen and (max-width : 800px) {
  .video_wrapper .vidsound {
    right: 20px;
  }
}

.col.align-center {
  text-align: center;
}
.col.align-left {
  text-align: left;
}
.col.align-right {
  text-align: right;
}

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

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

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

.noscroll {
  overflow: hidden;
}

p.caps::first-letter {
  font: bold 48px "Druk Text Wide Web", "serif";
  float: left;
  margin: -0.04em 0.25em -0.25em 0;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width : 800px) {
  .mobile-only {
    display: block;
  }
}

@media only screen and (max-width : 800px) {
  .hide-mobile {
    display: none;
  }
}
/* Components */
.person {
  width: 100%;
  height: auto;
  display: block;
}
.person a {
  text-decoration: none;
}
.person .cinemagraph {
  width: 100%;
  height: auto;
  display: block;
}
.person .name {
  width: 100%;
  margin: 16px 0px 4px;
  color: #000;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 700;
}
.person .name .icon {
  margin: 0px 0px 0px 8px;
}
.person .jobtitle {
  margin: 0px 0px 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width : 800px) {
  .person {
    padding: 0px 10px;
  }
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
}
.icon.arrow-down {
  width: 10px;
  height: 17px;
  background-image: url("../images/icons/arrow-down-white.svg");
}
.icon.arrow-right {
  width: 16px;
  height: 13px;
  background-image: url("../images/icons/arrow-right-black.svg");
}
.icon.arrow-left {
  width: 16px;
  height: 13px;
  background-image: url("../images/icons/people-arrow-left.svg");
}
.icon.arrow-left-big {
  width: 20px;
  height: 33px;
  background-image: url("../images/icons/arrow-left-black.svg");
}
.icon.arrow-right-red {
  width: 27px;
  height: 19px;
  background-image: url("../images/icons/arrow-right-red.svg");
}
.icon.arrow-right-big {
  width: 27px;
  height: 19px;
  background-image: url("../images/icons/arrow-right-black-big.svg");
}
.icon.arrow-right-white {
  width: 27px;
  height: 19px;
  background-image: url("../images/icons/arrow-right-white.svg");
}
.icon.instagram {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/social-instagram.svg");
}
.icon.instagram.light {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/social-instagram-light.svg");
}
.icon.facebook {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/social-facebook.svg");
}
.icon.linkedin {
  width: 15px;
  height: 13px;
  background-image: url("../images/icons/social-linkedin.svg");
}
.icon.youtube {
  width: 16px;
  height: 11px;
  background-image: url("../images/icons/social-youtube.svg");
}
.icon.muted {
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/sound-muted.svg");
}
.icon.unmuted {
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/sound-unmuted.svg");
}
.icon.close {
  width: 48px;
  height: 48px;
  background-image: url("../images/icons/close-icon.svg");
}
.icon.play {
  width: 100px;
  height: 100px;
  background-image: url("../images/icons/play.svg");
}
.icon.expand {
  width: 33px;
  height: 33px;
  background-image: url("../images/icons/expand.svg");
}

.goto {
  width: 48px;
  height: 48px;
  display: block;
  margin-left: -24px;
  background-color: #000000;
  position: absolute;
  bottom: 108px;
  left: 50%;
  z-index: 999;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.goto .icon {
  width: 100%;
  height: 100%;
  background-size: auto;
}
@media only screen and (max-width : 800px) {
  .goto {
    display: none;
  }
}

.cta_wrapper {
  width: 100%;
  padding: 56px 0px 61px;
  margin-top: 80px;
  background-color: #000000;
}
@media only screen and (max-width : 800px) {
  .cta_wrapper {
    margin-top: 0;
  }
}
.cta_wrapper .row {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width : 800px) {
  .cta_wrapper .row {
    display: block;
  }
}
.cta_wrapper small {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 15px;
  margin: 0px 0px 12px;
  text-transform: uppercase;
  color: #E84759;
}
.cta_wrapper .cta-title {
  font-family: "Druk Text Wide Web", "serif";
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 44px;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  margin: 15px 0px 23px;
}
.cta_wrapper .cta-title span {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width : 800px) {
  .cta_wrapper .cta-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.cta_wrapper p {
  margin: 0px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.cta_wrapper .cta-link {
  position: relative;
  text-align: right;
}
.cta_wrapper .cta-link a {
  font-family: "SpaceGrotesk-Bold", "serif";
  color: #E84759;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 78px;
  display: block;
}
.cta_wrapper .cta-link a span {
  padding-bottom: 3px;
  border-bottom: 2px solid #E84759;
}
.cta_wrapper .cta-link a .icon {
  margin: 0px 0px 0px 12px;
  position: relative;
  bottom: -7px;
}
@media only screen and (max-width : 800px) {
  .cta_wrapper .cta-link {
    text-align: left;
  }
  .cta_wrapper .cta-link a {
    margin-top: 24px;
    position: relative;
    right: inherit;
  }
}
@media only screen and (max-width : 980px) {
  .cta_wrapper {
    padding: 48px 32px;
  }
  .cta_wrapper .row .col {
    padding: 0px;
  }
}
@media only screen and (max-width : 800px) {
  .cta_wrapper .cta-title:after {
    right: -20px;
  }
}
.cta_wrapper .logo-wrapper {
  width: 100%;
  padding: 44px 0px 0px;
  margin-bottom: -4px;
  display: block;
}
.cta_wrapper .logo-wrapper .col {
  text-align: center;
  min-height: 80px;
  margin-bottom: 39px;
}
.cta_wrapper .logo-wrapper .col img {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: 80px;
  object-position: center;
}
@media only screen and (max-width : 800px) {
  .cta_wrapper .logo-wrapper .col {
    margin-bottom: 10px;
  }
  .cta_wrapper .logo-wrapper .col img {
    width: 80%;
  }
}

.form_wrapper {
  width: 100%;
  max-width: 610px;
  height: 100%;
  max-height: 560px;
  background: #E8E8E8; /* fallback */
  background-color: #E8E8E8; /* fallback */
  background: -o-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -o-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -o-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -o-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: -moz-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -moz-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -moz-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -moz-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: -webkit-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -webkit-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -webkit-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -webkit-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  padding: 24px 24px 20px 20px;
  display: none;
  align-content: stretch;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -6px 6px 0px rgba(0, 0, 0, 0.2);
}
.form_wrapper:before {
  content: "";
  width: 60px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../images/backgrounds/folded-corner-gray.svg");
  z-index: 10;
}
.form_wrapper .logo {
  width: 100%;
  max-width: 92px;
  height: 100%;
  max-height: 520px;
  border: 2px solid #000000;
  background: url("../images/backgrounds/logo-footer.svg") center no-repeat;
  background-size: 32px 233px;
}
.form_wrapper .form_inner {
  width: 100%;
  height: auto;
  border: 2px solid #000000;
  border-left: 0px;
  position: relative;
  padding-top: 32px;
}
.form_wrapper .form_inner .content {
  width: calc(100% - 32px);
  height: calc(100% - 72px);
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 32px 0px;
  position: relative;
}
.form_wrapper .form_inner .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #000;
  background: url("../images/backgrounds/scroll-path.jpg") center repeat-y;
}
.form_wrapper .form_inner .content::-webkit-scrollbar {
  width: 3px;
  background-color: #E8E8E8;
}
.form_wrapper .form_inner .content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.form_wrapper .form_inner .content .intro {
  border-bottom: 1px dashed #000000;
  margin-bottom: 20px;
}
.form_wrapper .form_inner .content .intro .step {
  width: 100%;
}
.form_wrapper .form_inner .content .intro .step-count {
  font-family: "SpaceGrotesk-Regular", "serif";
}
.form_wrapper .form_inner .content .intro p {
  font-size: 14px;
  letter-spacing: 0.17px;
  line-height: 22px;
  margin: 0px 0px 16px;
}
.form_wrapper .form_inner:before {
  width: 6px;
  height: 20px;
  background-color: #E8E8E8;
  position: absolute;
  bottom: 72px;
  right: 30px;
  content: "";
  z-index: 1;
  display: block;
}
@media only screen and (max-width : 800px) {
  .form_wrapper .form_inner:before {
    display: none;
  }
}
.form_wrapper .form_inner .form_footer {
  width: 100%;
  display: block;
  border-top: 2px solid #000000;
  position: relative;
  bottom: 0;
  background-color: #E8E8E8;
}
.form_wrapper .form_inner a {
  width: 50%;
  display: block;
  padding: 22px 24px 24px;
  text-align: right;
  position: absolute;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #000000;
  text-decoration: none;
}
.form_wrapper .form_inner a i {
  display: inline-block;
  margin-left: 8px;
}
.form_wrapper .form_inner a.prev {
  text-align: left;
  left: 0;
}
.form_wrapper .form_inner a.prev i {
  margin-left: 0px;
  margin-right: 8px;
}
.form_wrapper .form_inner a.next, .form_wrapper .form_inner a.submit {
  right: 0;
}
.form_wrapper .form_inner a.submit.blocked {
  opacity: 0.3;
  pointer-events: none;
}
.form_wrapper .form_inner a.inactive {
  display: none;
}
.form_wrapper .form_inner a:hover {
  cursor: pointer;
}
.form_wrapper .step {
  display: none;
}
.form_wrapper .step.active {
  display: block;
}
@media only screen and (max-width : 980px) {
  .form_wrapper {
    display: none !important;
  }
  .form_wrapper.showform {
    display: block !important;
  }
  .form_wrapper .logo {
    display: block;
    max-width: 100%;
    height: 70px;
    background: url("../images/no-fronts-media-logo-dark.svg") center no-repeat;
    border-bottom: 0px;
  }
  .form_wrapper .form_inner {
    border-left: 2px solid #000000;
    height: calc(100% - 72px);
  }
  .form_wrapper .form_inner .content {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width : 800px) {
  .form_wrapper {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    max-height: inherit;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .form_wrapper .form_inner {
    height: calc(100% - 70px);
    padding-top: 30px;
  }
  .form_wrapper .form_inner .content {
    width: 100%;
    padding: 0px 20px 20px;
  }
}

.close_popup {
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
}
@media only screen and (max-width : 800px) {
  .close_popup {
    top: 12px;
    right: 12px;
  }
}

.form_bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

form .error_message {
  display: none;
  font-family: "SpaceGrotesk-Bold", "serif";
  color: #E84759;
}
form .row {
  width: 100%;
  margin: 0px 0px 20px;
}
form .row.error label {
  color: #E84759;
}
form .row.error input, form .row.error textarea {
  border-color: #E84759;
}
form label {
  width: 100%;
  display: block;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 8px;
}
form input, form textarea {
  width: 100%;
  -webkit-appearance: none;
  display: block;
  border: 1px solid #000000;
  background-color: transparent;
  padding: 11px 16px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
form .range-wrapper .range-amount {
  width: 100%;
  padding: 4px 8px;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 14px;
}
form .range-wrapper .range-amount .label, form .range-wrapper .range-amount .amount {
  width: 50%;
}
form .range-wrapper .range-amount .amount {
  text-align: right;
  font-family: "SpaceGrotesk-Bold", "serif";
}
form .range-wrapper .range-slider {
  padding: 0px;
  appearance: none;
  -webkit-appearance: none;
  height: 1px;
  border: 0px;
  outline: none;
  margin: 36px 0px 16px;
  background-color: #000;
}
form .range-wrapper .range-slider::-webkit-slider-runnable-track {
  height: 17px;
  border-left: 1px solid;
  border-right: 1px solid;
}
form .range-wrapper .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 33px;
  height: 33px;
  background-image: url("/images/icons/arrow-right-white.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
form .range-wrapper .range-value {
  display: flex;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}
form .range-wrapper .range-value .min {
  width: 50%;
  text-align: left;
}
form .range-wrapper .range-value .max {
  width: 50%;
  text-align: right;
}
form textarea {
  min-height: 150px;
}
form .succeed {
  display: none;
  margin-top: 20px;
  font-family: "SpaceGrotesk-Bold", "serif";
}
form .checkbox {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
form .checkbox:last-of-type {
  margin-bottom: 0px;
}
form .checkbox input {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #000000;
  margin: 0px 10px -3px 0px;
  background: url("/images/icons/icon-unchecked.svg") center no-repeat;
  background-size: 16px;
}
form .checkbox label {
  display: inline-block;
  width: auto;
  font-family: "SpaceGrotesk-Regular", "serif";
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}
form .checkbox input[type=checkbox]:checked {
  background: url("/images/icons/icon-checked.svg") center no-repeat;
  background-size: 16px;
}
form select {
  -webkit-appearance: none;
  background: transparent;
  padding: 11px 44px 11px 16px;
  color: #000;
  font-size: 16px;
  width: 32.4438%;
  line-height: 22px;
  background: url("/images/icons/arrow-down-black.svg") center right 16px no-repeat;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
form select option {
  color: #000;
}
form select option:disabled {
  color: rgba(0, 0, 0, 0.2);
}
form select.full {
  width: 100%;
}
@media only screen and (max-width : 800px) {
  form select {
    width: 100%;
    margin-bottom: 20px;
  }
}

.showcase-wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
}
.showcase-wrapper .row > a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}
.showcase-wrapper .mobile-image {
  display: none;
}
.showcase-wrapper .background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left -10px;
  position: relative;
  display: inline-block;
}
.showcase-wrapper .background::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 65%;
  background-color: #fff;
}
.showcase-wrapper .col {
  z-index: 1;
  position: relative;
  text-align: right;
}
.showcase-wrapper .title {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 100px;
  line-height: 108px;
  color: #CCC;
  margin: 79px 0px 55px;
  text-align: left;
}
.showcase-wrapper .cta {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.showcase-wrapper .cta span {
  border-bottom: 2px solid;
}
.showcase-wrapper .cta .icon {
  margin: 0px 0px -6px 6px;
}
@media only screen and (max-width : 980px) {
  .showcase-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width : 800px) {
  .showcase-wrapper {
    margin-top: 0px;
  }
  .showcase-wrapper .col.text {
    padding: 0px 32px;
  }
  .showcase-wrapper .title {
    font-size: 48px;
    line-height: 52px;
    margin: 32px 0px 20px;
  }
  .showcase-wrapper .background {
    background-image: none !important;
  }
  .showcase-wrapper .col.case-image {
    padding: 0px;
  }
  .showcase-wrapper .mobile-image {
    display: block;
    width: 100%;
    height: auto;
  }
}
.showcase-wrapper.case.reverse .background {
  background-position: top right;
}
.showcase-wrapper.case.reverse .background::after {
  left: 0;
  right: 63%;
}
.showcase-wrapper.case.reverse .col {
  text-align: left;
}
@media only screen and (max-width : 800px) {
  .showcase-wrapper.case.reverse .background {
    display: flex;
    flex-wrap: wrap;
  }
  .showcase-wrapper.case.reverse .col {
    order: 2;
    text-align: right;
  }
  .showcase-wrapper.case.reverse .col.case-image {
    order: 1;
  }
}
@media only screen and (max-width : 800px) {
  .showcase-wrapper.case {
    margin-bottom: 80px;
  }
}

.blocks_wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.blocks_wrapper:before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: linear-gradient(#ffffff 50%, #E8E8E8 50%);
}
.blocks_wrapper:after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-image: -o-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
}
.blocks_wrapper .container {
  max-width: calc(920px + 160px);
}
.blocks_wrapper .container > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
}
@media only screen and (max-width : 800px) {
  .blocks_wrapper .container > .row {
    display: block;
  }
}
.blocks_wrapper .container > .row .intro {
  background: #000000;
  margin: 0px;
  padding: 157px 80px 154px;
}
.blocks_wrapper .container > .row .intro p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 16px;
}
.blocks_wrapper .container > .row .intro p span {
  position: relative;
  z-index: 1;
}
.blocks_wrapper .container > .row .intro p a {
  color: #fff;
  font-family: "SpaceGrotesk-Bold", "serif";
  position: relative;
  text-decoration: none;
}
.blocks_wrapper .container > .row .intro p a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  background-color: rgba(232, 71, 89, 0.8);
}
.blocks_wrapper .container > .row .intro p:last-of-type {
  margin-bottom: 0px;
}
@media only screen and (max-width : 980px) {
  .blocks_wrapper .container > .row .intro {
    padding: 100px 30px 80px;
  }
  .blocks_wrapper .container > .row .intro h2 {
    font-size: 36px;
  }
  .blocks_wrapper .container > .row .intro h2:after {
    width: 128px;
    height: 128px;
    top: -44px;
    background-size: 100%;
  }
}
.blocks_wrapper .container > .row .video_wrapper {
  padding: 80px 0px;
}
.blocks_wrapper .container > .row .video_wrapper video {
  width: auto;
  min-height: 375px;
  max-height: 375px;
  display: block;
  object-fit: cover;
  object-position: left;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media only screen and (max-width : 800px) {
  .blocks_wrapper .container > .row .video_wrapper video {
    width: 100%;
  }
}
@media only screen and (max-width : 800px) {
  .blocks_wrapper .container > .row .video_wrapper {
    padding: 0px;
  }
}

.image-slider-wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.image-slider-wrapper .slider-inner.slick-slider .slick-dots {
  bottom: 60px;
  position: absolute;
  max-width: 920px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.image-slider-wrapper .slider-inner.slick-slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.6);
  outline: none;
  height: 4px;
  width: 96px;
}
.image-slider-wrapper .slider-inner.slick-slider .slick-dots li button::before {
  height: 4px;
  background-color: #E84759;
}
@media only screen and (max-width : 800px) {
  .image-slider-wrapper .slider-inner.slick-slider .slick-dots {
    bottom: 30px;
    padding: 0px 20px;
  }
  .image-slider-wrapper .slider-inner.slick-slider .slick-dots li button {
    width: 46px;
  }
}
.image-slider-wrapper .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.image-slider-wrapper .slide .author_wrapper {
  max-width: 920px;
  text-align: right;
  margin: 0px auto -28px;
  position: absolute;
  bottom: 77px;
  right: 20%;
  z-index: 100;
}
.image-slider-wrapper .slide .author_wrapper a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.image-slider-wrapper .slide .author_wrapper a .icon {
  margin-right: 8px;
}
@media only screen and (max-width : 800px) {
  .image-slider-wrapper .slide .author_wrapper {
    bottom: 0px;
    left: 0px;
    margin: -28px 0px 0px;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .image-slider-wrapper .slide .author_wrapper a {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}

.case-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.heading {
  width: 100%;
  display: block;
  margin-bottom: 54px;
}
.heading.stripe h1, .heading.stripe h2, .heading.stripe h3, .heading.stripe h4, .heading.stripe h5 {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  width: 100%;
  position: relative;
}
.heading.stripe h1 span, .heading.stripe h2 span, .heading.stripe h3 span, .heading.stripe h4 span, .heading.stripe h5 span {
  width: 100%;
  display: inline-block;
}
.heading.stripe h1:after, .heading.stripe h2:after, .heading.stripe h3:after, .heading.stripe h4:after, .heading.stripe h5:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/backgrounds/paint-stroke-1.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.heading.small {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin: 0px 0px 8px;
}
.heading.huge {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 100px;
  line-height: 88px;
  font-weight: 700;
  color: #CCC;
  margin: 0px;
}
@media only screen and (max-width : 800px) {
  .heading {
    padding: 0px 20px;
  }
  .heading.small {
    padding: 0px;
  }
  .heading.huge {
    font-size: 80px;
  }
}

.contact-page {
  height: unset;
  padding-top: 126px !important;
}
.contact-page .contact_wrapper.form {
  background: #E8E8E8;
  /* fallback */
  background-color: #E8E8E8;
  /* fallback */
  background: -o-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -o-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -o-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -o-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: -moz-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -moz-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -moz-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -moz-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: -webkit-linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, -webkit-linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, -webkit-linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, -webkit-linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background: linear-gradient(135deg, #E8E8E8 0, #E8E8E8 0) top left, linear-gradient(214deg, transparent 34px, #E8E8E8 0) top right, linear-gradient(315deg, #E8E8E8 0, #E8E8E8 0) bottom right, linear-gradient(45deg, #E8E8E8 0, #E8E8E8 0) bottom left;
  background-size: 51% 50%;
  background-repeat: no-repeat;
  transform: unset;
  margin: 0 auto;
}
.contact-page .contact_wrapper.form::before {
  content: "";
  width: 60px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../images/backgrounds/folded-corner-gray.svg");
  z-index: 10;
}
.contact-page .contact_wrapper.form .success_message {
  display: none;
}
.contact-page .contact_wrapper.form .content-border .contact-info .info {
  margin: 0 40px 20px 40px;
  padding: 0;
  width: 100%;
  border-left: none;
  border-bottom: 1px dashed black;
}
.contact-page .contact_wrapper.form .content-border .contact-info .info p {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.18px;
  opacity: 0.8;
}
.contact-page .contact_wrapper.form .content-border .contact-info form {
  margin: 0px 40px 20px;
}
.contact-page .contact_wrapper.form .content-border .contact-info form input {
  margin-bottom: 20px;
}
.contact-page .contact_wrapper.form .content-border .contact-info .form_footer {
  border-top: 2px solid black;
  height: 70px;
}
.contact-page .contact_wrapper.form .content-border .contact-info .form_footer a {
  width: 100%;
  display: block;
  padding: 24px;
  text-align: right;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
}
.contact-page .contact_wrapper.form .contact-page-form.error .error_message {
  display: block;
}
.contact-page .contact_wrapper.form .contact-page-form.error label {
  color: #E84759;
}
.contact-page .contact_wrapper.form .contact-page-form.error input, .contact-page .contact_wrapper.form .contact-page-form.error textarea {
  border-color: #E84759;
}

/* Layout */
.container {
  margin: 0 auto;
  max-width: 920px;
}
.container.full {
  width: 100%;
  max-width: 100%;
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 801px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 981px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

#header_wrapper {
  width: 100%;
  padding: 36px 80px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
}
#header_wrapper .logo_wrapper .logo img {
  width: 100%;
  height: auto;
}
#header_wrapper .menu {
  text-align: center;
}
#header_wrapper .menu ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
#header_wrapper .menu ul li {
  display: inline-block;
  margin-left: 24px;
  text-transform: uppercase;
}
#header_wrapper .menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "SpaceGrotesk-Bold", "serif";
  letter-spacing: 1px;
  font-size: 14px;
}
#header_wrapper .menu ul li a.active span, #header_wrapper .menu ul li a:hover span {
  padding-bottom: 2px;
  border-bottom: 2px solid #FFFFFF;
}
@media only screen and (max-width : 980px) {
  #header_wrapper .menu {
    text-align: right;
  }
}
#header_wrapper.dark .menu li a {
  color: #000000;
}
#header_wrapper.dark .menu li a.active span, #header_wrapper.dark .menu li a:hover span {
  border-color: #000000;
}
#header_wrapper .campagne {
  text-align: right;
}
#header_wrapper .campagne a {
  text-decoration: none;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #E84759;
}
#header_wrapper .campagne a span {
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
#header_wrapper .campagne a .icon {
  margin-bottom: -7px;
  margin-left: 12px;
}
@media only screen and (max-width: 1235px) {
  #header_wrapper .campagne a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1160px) {
  #header_wrapper .campagne a .icon {
    display: none;
  }
}
#header_wrapper .campagne.light a {
  color: #FFF;
}
#header_wrapper .campagne.light .icon {
  background-image: url("/images/icons/arrow-right-white.svg");
}
@media only screen and (max-width : 980px) {
  #header_wrapper .campagne {
    display: none;
  }
}
#header_wrapper .mobilenav {
  display: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#header_wrapper .mobilenav i {
  background-color: #000000;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
#header_wrapper .mobilenav i:nth-child(2) {
  margin: 5px 0;
}
#header_wrapper .mobilenav.inactive i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  -moz-animation: outT 0.8s backwards;
  -ms-animation: outT 0.8s backwards;
  -o-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header_wrapper .mobilenav.inactive i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  -moz-animation: outM 0.8s backwards;
  -ms-animation: outM 0.8s backwards;
  -o-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header_wrapper .mobilenav.inactive i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  -moz-animation: outBtm 0.8s backwards;
  -ms-animation: outBtm 0.8s backwards;
  -o-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#header_wrapper .mobilenav.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  -moz-animation: inT 0.8s forwards;
  -ms-animation: inT 0.8s forwards;
  -o-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
#header_wrapper .mobilenav.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  -moz-animation: inM 0.8s forwards;
  -ms-animation: inM 0.8s forwards;
  -o-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
#header_wrapper .mobilenav.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  -moz-animation: inBtm 0.8s forwards;
  -ms-animation: inBtm 0.8s forwards;
  -o-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@media only screen and (max-width : 980px) {
  #header_wrapper {
    padding: 36px 40px;
  }
}
@media only screen and (max-width : 800px) {
  #header_wrapper {
    position: fixed;
    top: 0;
    padding: 24px 20px 21px;
    display: block;
    height: 68px;
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #header_wrapper .menu, #header_wrapper .logo_wrapper {
    display: none;
  }
  #header_wrapper .mobilenav {
    display: block;
  }
}

.mobile_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 100;
  display: none;
  padding-top: 68px;
}
.mobile_wrapper .mobile-inner {
  width: 100%;
  height: 100%;
  display: block;
  padding: 120px 0px;
}
.mobile_wrapper .mobile-inner .logo {
  width: 237px;
  height: 88px;
  background-color: #E84759;
  padding: 8px;
  margin: 0px auto;
}
.mobile_wrapper .mobile-inner .logo .logo-inner {
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  display: block;
  background: url("../images/no-fronts-media-logo-dark.svg") center no-repeat;
}
.mobile_wrapper .mobile-inner .mobile-menu {
  padding: 0px;
  margin: 0px auto;
  display: block;
  padding-top: 64px;
}
.mobile_wrapper .mobile-inner .mobile-menu li {
  width: 100%;
  display: block;
  text-align: center;
}
.mobile_wrapper .mobile-inner .mobile-menu li a {
  font-family: "SpaceGrotesk-Bold", "serif";
  letter-spacing: 1.2px;
  padding: 16px 0px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}
.mobile_wrapper .mobile-inner .mobile-menu li a.active span {
  border-bottom: 2px solid #000000;
}

footer.footer_wrapper {
  width: 100%;
  display: inline-block;
  padding-top: 80px;
}
footer.footer_wrapper .footer {
  width: 100%;
  display: block;
  background-color: #E84759;
  padding: 22px 20px;
}
footer.footer_wrapper .footer .content-border {
  border: 2px solid #000000;
  display: flex;
  align-items: stretch;
}
footer.footer_wrapper .footer .content-border .logo {
  width: 100%;
  max-width: 88px;
  min-height: 220px;
  border-right: 2px solid #000000;
  background: url("../images/backgrounds/logo-footer.svg") center no-repeat;
}
footer.footer_wrapper .footer .content-border .footer-info {
  width: 100%;
}
footer.footer_wrapper .footer .content-border .footer-info strong {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-weight: 700;
}
footer.footer_wrapper .footer .content-border .footer-info a {
  color: #000000;
  text-decoration: none;
}
footer.footer_wrapper .footer .content-border .footer-info .contact {
  padding: 40px 28px 46px;
}
footer.footer_wrapper .footer .content-border .footer-info .contact p {
  font-size: 16px;
  line-height: 22px;
}
footer.footer_wrapper .footer .content-border .footer-info .contact .col:nth-child(1) {
  padding-left: 0px;
}
footer.footer_wrapper .footer .content-border .footer-info .copyright {
  padding: 23px 32px;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  border-top: 2px solid #000000;
}
footer.footer_wrapper .footer .content-border .footer-info .copyright p {
  width: 50%;
  display: inline-block;
  font-size: 12px;
  margin: 0px;
}
footer.footer_wrapper .footer .content-border .footer-info .copyright .social {
  width: 50%;
  text-align: right;
}
footer.footer_wrapper .footer .content-border .footer-info .copyright .social a {
  margin-right: 16px;
  display: inline-block;
  position: relative;
}
footer.footer_wrapper .footer .content-border .footer-info .copyright .social a:last-of-type {
  top: -1px;
  margin-right: 0px;
}
@media only screen and (max-width : 800px) {
  footer.footer_wrapper .footer .content-border {
    display: block;
  }
  footer.footer_wrapper .footer .content-border .logo {
    max-width: 100%;
    min-height: 78px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid #000000;
    background-image: url("../images/no-fronts-media-logo-dark.svg");
  }
  footer.footer_wrapper .footer .content-border .contact .col {
    padding: 0px;
    margin: 0px;
  }
  footer.footer_wrapper .footer .content-border .contact .col p {
    margin-top: 0px;
  }
}
footer.footer_wrapper > p {
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  margin: 16px 0px;
}
footer.footer_wrapper > p a {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width : 800px) {
  footer.footer_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Pages */
.page_wrapper {
  display: block;
  width: 100%;
  padding: 75px 0px 88px;
}
.page_wrapper .intro {
  margin-bottom: 48px;
}
.page_wrapper .intro p {
  font-size: 18px;
  letter-spacing: 0.22px;
  line-height: 28px;
  margin: 0px 0px 16px;
}
.page_wrapper p {
  letter-spacing: 0.2px;
  line-height: 28px;
  margin: 0px 0px 16px;
}
.page_wrapper .subheading {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin: 0px 0px 20px;
}
@media only screen and (max-width : 800px) {
  .page_wrapper {
    padding: 40px 0px 40px;
  }
}

.page_wrapper#hometop {
  padding: 0px;
}
.page_wrapper#hometop .family {
  display: flex;
  align-items: stretch;
  align-content: center;
}
.page_wrapper#hometop .family .video {
  padding: 60px;
  background-image: -o-linear-gradient(#E8E8E8 50%, #FAFAFA 50%);
  background-image: -moz-linear-gradient(#E8E8E8 50%, #FAFAFA 50%);
  background-image: -webkit-linear-gradient(#E8E8E8 50%, #FAFAFA 50%);
  background-image: linear-gradient(#E8E8E8 50%, #FAFAFA 50%);
}
.page_wrapper#hometop .family .video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
}
@media only screen and (max-width : 980px) {
  .page_wrapper#hometop .family .video {
    padding: 60px 32px;
  }
}
.page_wrapper#hometop .family .content {
  padding: 100px 60px 69px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop .family .content {
    padding: 60px 24px;
  }
}
.page_wrapper#hometop .family .content p {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin: 0px;
  padding: 20px 0px 10px;
}
@media only screen and (max-width : 980px) {
  .page_wrapper#hometop .family .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop .family .content p {
    padding: 15px 0 5px;
  }
}
.page_wrapper#hometop .tinyheading {
  font-size: 12px;
  font-family: "SpaceGrotesk-Regular", "serif";
  letter-spacing: 1px;
  font-weight: normal;
  color: #ffffff;
  margin: 0px;
  text-transform: uppercase;
}
.page_wrapper#hometop a.cta {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  left: 60px;
  bottom: 69px;
  padding-right: 39px;
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop a.cta {
    left: auto;
    bottom: 60px;
  }
}
.page_wrapper#hometop a.cta span {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}
.page_wrapper#hometop a.cta .icon {
  top: 6px;
  right: 0px;
  position: absolute;
}
.page_wrapper#hometop .about-us {
  display: flex;
  align-content: center;
  align-items: stretch;
}
.page_wrapper#hometop .about-us .video {
  padding: 60px;
  background-image: -o-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
}
.page_wrapper#hometop .about-us .video .slide {
  width: 100%;
  height: auto;
}
.page_wrapper#hometop .about-us .video .slide video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
}
.page_wrapper#hometop .about-us .video .slider-inner > .slide {
  display: none;
}
.page_wrapper#hometop .about-us .video .slider-inner > .slide:nth-child(1) {
  display: block;
}
@media only screen and (max-width : 980px) {
  .page_wrapper#hometop .about-us .video {
    padding: 60px 32px;
  }
}
.page_wrapper#hometop .about-us .content {
  padding: 100px 60px 69px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop .about-us .content {
    padding: 60px 24px;
  }
}
.page_wrapper#hometop .about-us .content .slide {
  padding: 40px 0px 70px;
}
.page_wrapper#hometop .about-us .content .slide h3 {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0px 0px 24px;
}
.page_wrapper#hometop .about-us .content .slide p {
  font-family: "SpaceGrotesk-Regular", "serif";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin: 0px 0px 16px;
}
.page_wrapper#hometop .about-us .content .slider-inner > .slide {
  display: none;
}
.page_wrapper#hometop .about-us .content .slider-inner > .slide:nth-child(1) {
  display: block;
}
.page_wrapper#hometop .about-us .content a.cta {
  position: absolute;
  left: 60px;
  bottom: 69px;
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop .about-us .content a.cta {
    left: auto;
    bottom: 60px;
  }
}
@media only screen and (max-width : 800px) {
  .page_wrapper#hometop .family,
  .page_wrapper#hometop .about-us {
    flex-direction: column-reverse;
  }
  .page_wrapper#hometop .family .content,
  .page_wrapper#hometop .about-us .content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.service_wrapper {
  width: 100%;
  display: block;
  padding: 80px 0px 0px;
}
.service_wrapper .heading {
  margin: 0px 0px 40px;
  padding: 0px;
  font-family: "Druk Text Wide Web", "serif";
  font-size: 32px;
  letter-spacing: 0.2px;
  line-height: 40px;
}
.service_wrapper h3 {
  font-size: 20px;
  font-family: "SpaceGrotesk-Bold", "serif";
  letter-spacing: 0.8px;
  line-height: 24px;
}
.service_wrapper ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.service_wrapper ul li {
  display: block;
  margin: 0px 0px 12px;
  letter-spacing: 0.23px;
  line-height: 19px;
  font-size: 16px;
}
@media only screen and (max-width : 980px) {
  .service_wrapper {
    padding: 40px 32px 0px;
  }
}
@media only screen and (max-width : 800px) {
  .service_wrapper .row .col {
    padding: 0px;
  }
}

.about .content {
  padding: 60px 0px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
}
.about .content h1 {
  font-size: 100px;
  font-family: "Druk Text Wide Web", "serif";
  color: #CCC;
  line-height: 108px;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width : 980px) {
  .about .content h1 {
    font-size: 88px;
    line-height: 88px;
  }
}
@media only screen and (max-width : 800px) {
  .about .content {
    display: block;
    padding: 0px 24px 40px;
  }
  .about .content h1 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 40px;
  }
}
.about .quote_wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.about .quote_wrapper:before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#ffffff 50%, #E8E8E8 50%);
  background-image: linear-gradient(#ffffff 50%, #E8E8E8 50%);
}
.about .quote_wrapper:after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-image: -o-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
}
.about .quote_wrapper .container > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
}
@media only screen and (max-width : 800px) {
  .about .quote_wrapper .container > .row {
    display: block;
  }
}
.about .quote_wrapper .quote {
  padding: 180px 60px 95px;
  background: #000000;
}
.about .quote_wrapper .quote h2 {
  font-family: "Druk Text Wide Web", "serif";
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 52px;
  margin: 0px;
  color: #fff;
  position: relative;
}
.about .quote_wrapper .quote h2 span {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 980px) {
  .about .quote_wrapper .quote {
    padding: 100px 30px 80px;
  }
  .about .quote_wrapper .quote h2 {
    font-size: 36px;
  }
  .about .quote_wrapper .quote h2:after {
    width: 128px;
    height: 128px;
    top: -44px;
    background-size: 100%;
  }
}
.about .quote_wrapper .image {
  padding: 80px 0px;
}
.about .quote_wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width : 800px) {
  .about .quote_wrapper .image {
    padding: 0px;
  }
}
.about .detail {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width : 800px) {
  .about .detail {
    padding: 40px 24px 0px;
  }
  .about .detail .col:nth-child(1) {
    margin-bottom: 40px;
  }
}

.person-detail_wrapper {
  padding: 97px 0px 0px;
}
.person-detail_wrapper > .container .row {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width : 800px) {
  .person-detail_wrapper > .container .row {
    display: block;
  }
}
.person-detail_wrapper .video {
  padding: 60px;
  background-image: -o-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -moz-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: -webkit-linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
  background-image: linear-gradient(#FAFAFA 50%, #E8E8E8 50%);
}
.person-detail_wrapper .content {
  padding: 60px;
  background-color: #333333;
  color: #FFF;
}
.person-detail_wrapper .content .jobtitle {
  width: 100%;
  display: block;
  margin: 20px 0px 60px;
  font-size: 12px;
  font-weight: 400;
  font-family: "SpaceGrotesk-Regular", "serif";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.person-detail_wrapper .content h1 {
  margin: 0px 0px 24px;
  width: 100%;
  font-family: "Druk Text Wide Web", "serif";
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2px;
  line-height: 34px;
}
.person-detail_wrapper .content .description {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 400;
}
.person-detail_wrapper .content .social-stats_wrapper {
  width: 100%;
  display: block;
  margin-top: 105px;
}
.person-detail_wrapper .content .social-stats_wrapper .row {
  margin: 0;
}
@media only screen and (min-width : 601px) and (max-width : 800px) {
  .person-detail_wrapper .content .social-stats_wrapper .row {
    display: flex;
  }
}
.person-detail_wrapper .content .social-stats_wrapper .row .social-stats {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #FFF;
  line-height: 22px;
  margin-bottom: 16px;
}
.person-detail_wrapper .content .social-stats_wrapper .row .social-stats > span {
  width: 100%;
  display: block;
  font-size: 28px;
  font-family: "SpaceGrotesk-Bold", "serif";
  letter-spacing: 0.28px;
  line-height: 34px;
}
.person-detail_wrapper .content .social-stats_wrapper .row .social-stats > span ~ span {
  font-size: 14px;
  font-family: "SpaceGrotesk-Regular", "serif";
  font-weight: 400;
}
.person-detail_wrapper .content .social-stats_wrapper .row .social-stats > span ~ span::first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width : 800px) {
  .person-detail_wrapper {
    padding: 0px;
  }
}

.influencers_wrapper {
  padding-bottom: 0px;
}
.influencers_wrapper .content {
  padding: 60px 0px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
}
.influencers_wrapper .content h1 {
  font-size: 100px;
  font-family: "Druk Text Wide Web", "serif";
  color: #CCC;
  line-height: 108px;
  margin: 0 0 40px 0;
  padding: 0px;
}
.influencers_wrapper .content .caps {
  font-size: 18px;
}
.influencers_wrapper .content .link {
  margin-top: 32px;
}
.influencers_wrapper .content .link a {
  text-decoration: none;
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #E84759;
}
.influencers_wrapper .content .link a span {
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.influencers_wrapper .content .link a .icon {
  margin-bottom: -7px;
  margin-left: 12px;
}
@media only screen and (max-width: 1235px) {
  .influencers_wrapper .content .link a {
    font-size: 18px;
  }
}
@media only screen and (max-width : 800px) {
  .influencers_wrapper .content {
    display: flex;
    flex-direction: column;
    padding: 0px 24px 40px;
  }
  .influencers_wrapper .content h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
.influencers_wrapper .inner-line {
  width: 100%;
  display: block;
  background-image: -o-linear-gradient(90deg, #FFF 50%, #000000 50%);
  background-image: -moz-linear-gradient(90deg, #FFF 50%, #000000 50%);
  background-image: -webkit-linear-gradient(90deg, #FFF 50%, #000000 50%);
  background-image: linear-gradient(90deg, #FFF 50%, #000000 50%);
}
.influencers_wrapper .inner-line .inner-title .col:nth-child(2) {
  background-color: #000000;
  padding: 80px 60px 80px;
}
.influencers_wrapper .inner-line .inner-title h3 {
  font-family: "Druk Text Wide Web", "serif";
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.17px;
  line-height: 36px;
  color: #FFF;
  margin: 0px;
}
@media only screen and (max-width : 980px) {
  .influencers_wrapper .inner-line {
    background: #000000;
  }
}
.influencers_wrapper .people_wrapper {
  width: 100%;
  display: block;
}
.influencers_wrapper .people_wrapper .influencers {
  width: 100%;
  max-width: 920px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  align-items: stretch;
}
.influencers_wrapper .people_wrapper .influencers .col {
  padding: 0px;
}
.influencers_wrapper .people_wrapper .influencers .b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.influencers_wrapper .people_wrapper .influencers .b-lazy.b-loaded {
  opacity: 1;
}
@media only screen and (min-width : 801px) {
  .influencers_wrapper .people_wrapper .influencers:nth-child(1):after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #000000;
  }
  .influencers_wrapper .people_wrapper .influencers:nth-child(1) .names .person.first {
    background-color: #000000;
  }
  .influencers_wrapper .people_wrapper .influencers:nth-child(1) .names .person.first h2 {
    color: #FFF;
  }
  .influencers_wrapper .people_wrapper .influencers:nth-child(1) .names .person.first p {
    color: #E84759;
  }
}
.influencers_wrapper .people_wrapper .influencers .names {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: baseline;
}
.influencers_wrapper .people_wrapper .influencers .names .person {
  width: 100%;
  height: 100%;
  padding: 30px;
  align-self: center;
  position: relative;
  text-decoration: none;
}
.influencers_wrapper .people_wrapper .influencers .names .person > div {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px 30px;
  width: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.influencers_wrapper .people_wrapper .influencers .names .person h2 {
  font-family: "Druk Text Wide Web", "serif";
  font-size: 24px;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0px 0px 8px;
}
.influencers_wrapper .people_wrapper .influencers .names .person p {
  color: #E84759;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
}
.influencers_wrapper .people_wrapper .influencers .names .person.align-right > div, .influencers_wrapper .people_wrapper .influencers .names .person.align-left > div {
  top: 30px;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow {
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.left, .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.right {
  width: 28px;
  height: 21px;
  bottom: 30px;
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.top, .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.bottom {
  width: 21px;
  height: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.left {
  left: 30px;
  background-image: url("../images/icons/people-arrow-left.svg");
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.right {
  right: 30px;
  background-image: url("../images/icons/people-arrow-right.svg");
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.right.white {
  right: 30px;
  background-image: url("../images/icons/people-arrow-right-white.svg");
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.top {
  top: 20px;
  background-image: url("../images/icons/people-arrow-top.svg");
}
.influencers_wrapper .people_wrapper .influencers .names .person span.arrow.bottom {
  bottom: 20px;
  background-image: url("../images/icons/people-arrow-bottom.svg");
}
.influencers_wrapper .people_wrapper .influencers .video {
  text-decoration: none;
}
.influencers_wrapper .people_wrapper .influencers .video video {
  width: 100%;
  height: auto;
  display: block;
}
.influencers_wrapper .people_wrapper .influencers.text-left .person:nth-child(1) {
  background-color: #FAFAFA;
}
.influencers_wrapper .people_wrapper .influencers.text-left .person:nth-child(2) {
  background-color: #E8E8E8;
}
.influencers_wrapper .people_wrapper .influencers.text-right .person:nth-child(1) {
  background-color: #FAFAFA;
}
.influencers_wrapper .people_wrapper .influencers.text-right .person:nth-child(2) {
  background-color: #E8E8E8;
}
.influencers_wrapper .people_wrapper .influencers.text-center .person:nth-child(1) {
  background-color: #E8E8E8;
}
.influencers_wrapper .people_wrapper .influencers.text-center .person:nth-child(2) {
  background-color: #FAFAFA;
}
@media only screen and (max-width : 980px) {
  .influencers_wrapper .people_wrapper .influencers .names .person {
    padding: 20px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person > div {
    padding: 20px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.left {
    left: 10px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.right {
    right: 10px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.right.white {
    right: 10px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.top {
    top: 10px;
  }
  .influencers_wrapper .people_wrapper .influencers .names .person span.arrow.bottom {
    bottom: 10px;
  }
}
@media only screen and (max-width : 800px) {
  .influencers_wrapper .people_wrapper .influencers {
    display: block;
  }
  .influencers_wrapper .people_wrapper .influencers .names {
    display: none;
  }
  .influencers_wrapper .people_wrapper .influencers .video .detail {
    width: 100%;
    display: block;
    padding: 40px 30px;
    background-color: #FAFAFA;
  }
  .influencers_wrapper .people_wrapper .influencers .video .detail h2 {
    font-family: "Druk Text Wide Web", "serif";
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0px 0px 8px;
  }
  .influencers_wrapper .people_wrapper .influencers .video .detail p {
    color: #E84759;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
  }
  .influencers_wrapper .people_wrapper .influencers > .video ~ .video .detail {
    background-color: #E8E8E8;
  }
}
.influencers_wrapper .people_wrapper .more_wrapper {
  width: 100%;
  padding: 88px 0px;
}
.influencers_wrapper .people_wrapper .more_wrapper .container {
  text-align: center;
  padding: 80px 100px 0px;
  position: relative;
}
.influencers_wrapper .people_wrapper .more_wrapper .container:after {
  content: "Many more...";
  display: block;
  text-align: center;
  font-size: 100px;
  font-family: "Druk Text Wide Web", "serif";
  color: #E8E8E8;
  line-height: 108px;
  margin: 0px;
  padding: 0px;
  top: 0;
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media only screen and (max-width : 980px) {
  .influencers_wrapper .people_wrapper .more_wrapper .container:after {
    width: auto;
    font-size: 80px;
  }
}
.influencers_wrapper .people_wrapper .more_wrapper .container h2 {
  width: auto;
  display: inline;
}
.influencers_wrapper .people_wrapper .more_wrapper .container h2 a {
  font-family: "SpaceGrotesk-Bold", "serif";
  color: #000;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.28px;
}
@media only screen and (max-width : 980px) {
  .influencers_wrapper .people_wrapper .more_wrapper .container {
    padding: 0px 40px;
    overflow: hidden;
  }
}

.contact-page {
  position: relative;
  overflow: hidden;
}
.contact-page .contact_wrapper {
  width: 100%;
  max-width: 910px;
  min-height: 280px;
  padding: 24px;
  display: block;
  position: relative;
  margin: 80px auto 0;
  background: #E84759; /* fallback */
  background-color: #E84759; /* fallback */
  background: -o-linear-gradient(135deg, #E84759 0, #E84759 0) top left, -o-linear-gradient(214deg, transparent 34px, #E84759 0) top right, -o-linear-gradient(315deg, #E84759 0, #E84759 0) bottom right, -o-linear-gradient(45deg, #E84759 0, #E84759 0) bottom left;
  background: -moz-linear-gradient(135deg, #E84759 0, #E84759 0) top left, -moz-linear-gradient(214deg, transparent 34px, #E84759 0) top right, -moz-linear-gradient(315deg, #E84759 0, #E84759 0) bottom right, -moz-linear-gradient(45deg, #E84759 0, #E84759 0) bottom left;
  background: -webkit-linear-gradient(135deg, #E84759 0, #E84759 0) top left, -webkit-linear-gradient(214deg, transparent 34px, #E84759 0) top right, -webkit-linear-gradient(315deg, #E84759 0, #E84759 0) bottom right, -webkit-linear-gradient(45deg, #E84759 0, #E84759 0) bottom left;
  background: linear-gradient(135deg, #E84759 0, #E84759 0) top left, linear-gradient(214deg, transparent 34px, #E84759 0) top right, linear-gradient(315deg, #E84759 0, #E84759 0) bottom right, linear-gradient(45deg, #E84759 0, #E84759 0) bottom left;
  background-size: 51% 50%;
  background-repeat: no-repeat;
}
.contact-page .contact_wrapper:before {
  content: "";
  width: 60px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../images/backgrounds/folded-corner.svg");
}
.contact-page .contact_wrapper .content-border {
  border: 2px solid #000000;
  display: flex;
  align-items: stretch;
}
.contact-page .contact_wrapper .content-border .logo {
  width: 100%;
  max-width: 92px;
  border-right: 2px solid #000000;
  background: url("../images/backgrounds/logo-footer.svg") center no-repeat;
}
.contact-page .contact_wrapper .content-border .contact-info {
  width: 100%;
}
.contact-page .contact_wrapper .content-border .contact-info > .row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.contact-page .contact_wrapper .content-border .contact-info .info {
  width: 100%;
  display: block;
  padding: 48px 40px 44px;
}
.contact-page .contact_wrapper .content-border .contact-info .info h2 {
  font-family: "SpaceGrotesk-Bold", "serif";
  font-size: 16px;
  margin: 0px;
}
.contact-page .contact_wrapper .content-border .contact-info .info a {
  color: #000000;
  text-decoration: none;
}
.contact-page .contact_wrapper .content-border .contact-info .info a .icon {
  width: 16px;
  height: 13px;
  margin: 0px 0px -1px 2px;
}
.contact-page .contact_wrapper .content-border .contact-info .info p {
  line-height: 22px;
  margin-bottom: 30px;
  font-size: 16px;
}
.contact-page .contact_wrapper .content-border .contact-info .info .content {
  display: flex;
  justify-content: space-between;
}
.contact-page .contact_wrapper .content-border .copyright {
  width: 100%;
  padding: 24px 32px 22px;
  border-top: 2px solid #000000;
  display: flex;
}
.contact-page .contact_wrapper .content-border .copyright p {
  width: 50%;
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  line-height: 22px;
}
.contact-page .contact_wrapper .content-border .copyright .social {
  width: 50%;
  text-align: right;
}
.contact-page .contact_wrapper .content-border .copyright .social a {
  margin-right: 18px;
  display: inline-block;
  position: relative;
}
.contact-page .contact_wrapper .content-border .copyright .social a:last-of-type {
  top: -1px;
  margin-right: 0px;
}
@media only screen and (max-width : 800px) {
  .contact-page .contact_wrapper .content-border .copyright {
    display: block;
  }
  .contact-page .contact_wrapper .content-border .copyright p {
    margin-bottom: 12px;
  }
  .contact-page .contact_wrapper .content-border .copyright p, .contact-page .contact_wrapper .content-border .copyright .social {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width : 800px) {
  .contact-page .contact_wrapper .content-border {
    display: block;
  }
  .contact-page .contact_wrapper .content-border .logo {
    max-width: inherit;
    min-height: 78px;
    border: 0px;
    border-bottom: 2px solid #000000;
    background-image: url("../images/no-fronts-media-logo-dark.svg");
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row {
    display: block;
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row .map, .contact-page .contact_wrapper .content-border .contact-info > .row .info {
    width: 100%;
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row .map {
    max-height: 292px;
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row .info {
    border: 0px;
    border-top: 2px solid #000000;
  }
}
@media only screen and (max-width : 800px) {
  .contact-page {
    padding-top: 0px !important;
    overflow-y: auto;
  }
  .contact-page .contact_wrapper {
    top: 6%;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .contact-page .contact_wrapper.form {
    top: 65%;
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row .info {
    width: unset;
    border-top: none;
  }
  .contact-page .contact_wrapper .content-border .contact-info > .row .info .content {
    flex-direction: column;
  }
}

.page_wrapper.cases {
  padding-bottom: 0px;
}
.page_wrapper.cases .content {
  padding-top: 82px;
}
.page_wrapper.cases .showcase-wrapper .text {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.page_wrapper.cases .showcase-wrapper .text .client-logo-image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  object-fit: contain;
  width: 150px;
  height: 60px;
  object-position: top right;
}
.page_wrapper.cases .showcase-wrapper.reverse .text .client-logo-image {
  right: auto;
  left: 0;
  object-position: top left;
}
.page_wrapper.cases .showcase-wrapper .background {
  width: 100%;
}
@media only screen and (max-width : 800px) {
  .page_wrapper.cases {
    padding: 40px 0px 0px;
  }
  .page_wrapper.cases h1 {
    margin-bottom: 40px;
  }
  .page_wrapper.cases .content {
    padding: 0px 0px 54px;
  }
  .page_wrapper.cases .case:last-of-type {
    margin-bottom: 0px;
  }
  .page_wrapper.cases .showcase-wrapper .text {
    position: relative;
    padding: 0px 32px;
  }
  .page_wrapper.cases .showcase-wrapper .text .client-logo-image {
    position: static;
    top: auto;
    right: auto;
    margin-top: 32px;
    display: block;
    object-fit: contain;
    width: 150px;
    height: 60px;
    object-position: center left;
  }
  .page_wrapper.cases .showcase-wrapper.reverse .text .client-logo-image {
    right: auto;
    left: auto;
    object-position: center left;
  }
  .page_wrapper.cases .showcase-wrapper .background {
    width: 100%;
  }
}

.case-detail {
  padding-bottom: 0px;
}
.case-detail .title {
  padding: 90px 0px 80px;
}
.case-detail .content {
  padding: 92px 0px 82px;
}
.case-detail .showcase-wrapper .title {
  padding: 0px;
}
.case-detail .cta_wrapper .col:first-of-type {
  padding-left: 0px;
}
.case-detail .case_image {
  width: 100%;
}
@media only screen and (max-width : 800px) {
  .case-detail .case_image {
    display: block;
  }
  .case-detail .heading.huge {
    font-size: 48px;
    line-height: 52px;
  }
}
.case-detail .video_wrapper {
  position: relative;
}
.case-detail .video_wrapper .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case-detail .video_wrapper .play-video.active {
  opacity: 0.5;
}
.case-detail .video_wrapper .play-video:hover {
  opacity: 1;
}
.case-detail .video_wrapper #youtube-video {
  width: 100%;
  height: 375px;
  display: block;
}
.case-detail .video_wrapper .full-video {
  position: absolute;
  right: 20px;
  bottom: 100px;
}
@media only screen and (max-width : 800px) {
  .case-detail .video_wrapper .full-video {
    bottom: 20px;
  }
}
@media only screen and (max-width : 800px) {
  .case-detail .content {
    padding: 60px 20px;
  }
  .case-detail .cta_wrapper {
    margin-bottom: 40px;
  }
  .case-detail .title {
    padding: 20px 0px 40px;
  }
  .case-detail .title h1 {
    padding: 0px;
    font-size: 60px;
    line-height: 66px;
  }
  .case-detail .showcase-wrapper.case {
    margin-bottom: 0px;
  }
}

/* Vendor */
.slick-slider .slick-dots {
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  bottom: 40px;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 4px;
}
.slick-slider .slick-dots li:last-of-type {
  margin-right: 0px;
}
.slick-slider .slick-dots li.slick-active button:before {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  animation: scaleLTR 7s ease-in-out;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.slick-slider .slick-dots li button {
  white-space: nowrap;
  font-size: 0px;
  width: 48px;
  height: 2px;
  padding: 0px;
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: rgba(255, 255, 255, 0.2);
}
.slick-slider [data-animation-in] {
  opacity: 0;
}