@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - -

YESSIAN

Designed + developed by Mike at shots Reels
https://shots.net/reels

// - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b, mark {
  font-weight: 700;
  font-style: inherit;
}

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

ins {
  border-bottom: 1px solid;
}

a, u, ins {
  text-decoration: none;
}

del, s {
  text-decoration: line-through;
}

pre, code, samp, kbd {
  font-family: monospace;
}

small {
  font-size: 0.75em;
}

img {
  border: 0;
  font-style: italic;
}

input, select, option, optgroup, textarea {
  font: inherit;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

input {
  -webkit-appearance: none;
}

.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 800ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "geomanistregular";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531024894/geomanist-regular-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531016249/geomanist-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanistmedium";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531043425/geomanist-medium-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531035743/geomanist-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanistbold";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531061718/geomanist-bold-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531053854/geomanist-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geomanistblack";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531077556/geomanist-black-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/yessian/production/templating/1596531070505/geomanist-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "geomanistregular", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #4B4755;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "geomanistblack", sans-serif;
  color: #1A1B27;
  text-transform: uppercase;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 480px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 80px;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

h4, .h4 {
  letter-spacing: -0.01em;
}

p, ul, ol {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  p, ul, ol {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  p, ul, ol {
    font-size: 22px;
  }
}
p strong, ul strong, ol strong {
  font-family: "geomanistmedium", sans-serif;
}
p:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}

ul, ol {
  list-style-position: inside;
}

blockquote {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    font-size: 26px;
  }
}
blockquote strong {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #1A1B27;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
a:hover {
  color: #FF5A00;
}

hr {
  margin: 32px 0;
  border: 0;
  height: 3px;
  background: #FFF1E8;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 1280px) {
  hr {
    margin: 52px 0;
  }
}

::selection {
  background: #FF5A00;
  color: #fff;
}

::-moz-selection {
  background: #FF5A00;
  color: #fff;
}

.button {
  position: relative;
  display: inline-block;
  padding: 20px 40px 21px;
  background: #FF5A00;
  border: none;
  border-radius: 4px;
  font-family: "geomanistblack", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1280px) {
  .button {
    padding: 24px 60px;
    font-size: 22px;
  }
}
.button svg {
  vertical-align: bottom;
  height: 16px;
  fill: #fff;
}
.button svg:first-child {
  margin-right: 12px;
}
.button svg:last-child {
  margin-left: 12px;
}
.button:hover {
  background: #1A1B27;
  color: #fff;
}
.button:focus {
  outline: none;
}
.button--small {
  padding: 9px 10px 8px;
  font-size: 13px;
}

body {
  background: #fff;
}

html {
  overflow-x: hidden;
}

body, header, footer, section, .page {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.page {
  overflow: hidden;
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrap {
    max-width: 1580px;
  }
}
.wrap:after {
  content: "";
  clear: both;
  display: table;
}

.wrap--row {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wrap--row {
    padding: 0 15px;
  }
}

.column {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .column--2 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .column--3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .column--3 {
    width: 33.33%;
  }
}
.column--4 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .column--4 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .column--4 {
    width: 25%;
  }
}

.header {
  z-index: 20;
}
.header .wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .header .wrap {
    padding-right: 15px;
  }
}

.header-ghost {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .header-ghost {
    top: 100px;
  }
}

.logo {
  position: fixed;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 30px;
  }
}
.logo:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(26, 27, 39, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .logo:before {
    top: -15px;
    left: -15px;
    width: 75px;
    height: 75px;
    box-shadow: 0 10px 30px rgba(26, 27, 39, 0.2);
  }
}

.logo__full {
  position: relative;
  height: 32px;
  margin-left: 1px;
  fill: #FF5A00;
}
@media only screen and (min-width: 768px) {
  .logo__full {
    height: 47px;
  }
}

.logo__y {
  position: absolute;
  top: 0;
  left: 1px;
  height: 32px;
  fill: #FF5A00;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .logo__y {
    height: 47px;
  }
}

.logo__tagline {
  position: relative;
  display: block;
  margin-top: 4px;
  font-family: "geomanistbold", sans-serif;
  font-size: 0.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5A00;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .logo__tagline {
    font-size: 0.58rem;
  }
}

.menu-toggle {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .menu-toggle {
    top: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle__bars {
  height: 24px;
  fill: #FF5A00;
}
@media only screen and (min-width: 768px) {
  .menu-toggle__bars {
    height: 30px;
  }
}

.menu-toggle__times {
  height: 28px;
  display: none;
  fill: #FF5A00;
}
@media only screen and (min-width: 768px) {
  .menu-toggle__times {
    height: 34px;
  }
}

.menu {
  display: none;
  list-style: none;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .menu {
    display: flex;
    align-self: flex-end;
    position: fixed;
    top: 15px;
    border-radius: 4px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.menu li a {
  display: block;
  padding: 30px 12px;
  font-family: "geomanistbold", sans-serif;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4B4755;
  -webkit-font-smoothing: antialiased;
}
.menu li a:hover {
  color: #FF5A00;
}
.menu li a.active {
  color: #1A1B27;
}
.menu li:first-child a {
  padding-left: 40px;
}
.menu li:last-child a {
  padding-right: 40px;
}

.mobile-menu-wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1B27;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .mobile-menu-wrap {
    display: none;
  }
}

.mobile-menu {
  list-style: none;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 12px);
  -o-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.mobile-menu li a {
  display: block;
  padding: 5px 0;
  font-family: "geomanistblack", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #D4D1DD;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .mobile-menu li a {
    font-size: 60px;
  }
}

.body--header-over .menu li a {
  color: rgba(255, 255, 255, 0.7);
}
.body--header-over .menu li a.active {
  color: #fff;
  pointer-events: none;
}
.body--header-over .menu li a:hover {
  color: #FF5A00;
}

.state--header-stuck .logo__full {
  visibility: hidden;
  opacity: 0;
}
.state--header-stuck .logo__y {
  visibility: visible;
}
.state--header-stuck .logo__tagline {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
.state--header-stuck .logo {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .state--header-stuck .logo {
    width: 60px;
    height: 60px;
  }
}
.state--header-stuck .logo:before {
  opacity: 1;
  visibility: visible;
}
.state--header-stuck .menu-toggle {
  background: #fff;
  box-shadow: 0 5px 20px rgba(26, 27, 39, 0.2);
}
@media only screen and (min-width: 768px) {
  .state--header-stuck .menu-toggle {
    box-shadow: 0 10px 30px rgba(26, 27, 39, 0.2);
  }
}
@media only screen and (min-width: 1024px) {
  .state--header-stuck .menu {
    background: #fff;
    box-shadow: 0 10px 30px rgba(26, 27, 39, 0.2);
  }
}
.state--header-stuck .menu li a {
  color: #4B4755;
}
.state--header-stuck .menu li a.active {
  color: #FF5A00;
}
.state--header-stuck .menu li a:hover {
  color: #FF5A00;
}
@media only screen and (max-width: 1023px) {
  .state--header-stuck.state--menu-open .logo:before {
    opacity: 0;
    visibility: hidden;
  }
  .state--header-stuck.state--menu-open .menu-toggle {
    background: transparent;
    box-shadow: none;
  }
}

.state--menu-open .menu-toggle__bars {
  display: none;
}
.state--menu-open .menu-toggle__times {
  display: block;
}
.state--menu-open .mobile-menu-wrap {
  opacity: 1;
  visibility: visible;
}
.state--menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}

.header--vm .logo {
  position: absolute;
}
.header--vm .logo:before {
  display: none;
}
.header--vm .logo svg {
  position: relative;
  height: 32px;
  margin-left: 1px;
  fill: #1A1B27;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header--vm .logo svg .logo-accent {
  fill: #FF5A00;
}
@media only screen and (min-width: 768px) {
  .header--vm .logo svg {
    height: 68px;
  }
}

.body--header-over .header--vm .logo svg,
.state--menu-open .header--vm .logo svg {
  fill: #fff;
}

.footer {
  background: #1A1B27;
  padding-bottom: 30px;
}
.footer .wrap {
  padding: 0 30px;
}

.footer__wave {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.footer__wave svg {
  display: block;
}

.footer__top {
  display: grid;
  row-gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .footer__top {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    align-items: center;
  }
}

.footer__brand {
  text-align: center;
}
.footer__brand .logo__y {
  position: relative;
  margin: 0 auto;
  height: 47px;
}
.footer__brand .logo_vm {
  position: relative;
  margin: 0 auto;
  height: 47px;
  fill: #fff;
}
.footer__brand .logo_vm .logo-accent {
  fill: #FF5A00;
}
.footer__brand .footer__title {
  display: block;
  margin-top: 15px;
  font-family: "geomanistblack", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.footer__brand .footer__tagline {
  display: block;
  margin-top: 16px;
  font-family: "geomanistbold", sans-serif;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5A00;
}

.footer__contact {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__contact {
    text-align: left;
    padding-bottom: 3px;
  }
}
.footer__contact__label {
  font-family: "geomanistbold", sans-serif;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5A00;
  padding-bottom: 6px;
}
.footer__contact > a {
  font-family: "geomanistbold", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .footer__contact > a {
    font-size: 32px;
  }
}
.footer__contact > a:hover {
  color: #FF5A00;
}

.social {
  list-style: none;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .social {
    justify-content: start;
  }
}
.social li a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgba(212, 209, 221, 0.1);
  -webkit-transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.social li a svg {
  height: 18px;
  fill: #A5A4AB;
  -webkit-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.social li a:hover {
  background: rgba(212, 209, 221, 0.3);
}
.social li a:hover svg {
  fill: #fff;
}

.footer__bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    margin-top: 100px;
  }
}

.footer__copyright {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #A5A4AB;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: left;
  }
}
.footer__copyright span {
  display: block;
}
.footer__copyright a {
  color: #A5A4AB;
}
.footer__copyright a:hover {
  color: #fff;
}

.marketing__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.marketing__link:hover {
  opacity: 1;
  color: #fff;
}
.marketing__link svg {
  height: 32px;
}
.marketing__link svg path {
  fill: currentColor;
}

.wwd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1A1B27;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.wwd__list {
  list-style: none;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 12px);
  -o-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .wwd__list {
    width: 80%;
  }
}
.wwd__list li a {
  display: block;
  white-space: pre-line;
  padding: 10px 0;
  font-family: "geomanistblack", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .wwd__list li a {
    padding: 15px 0;
    font-size: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .wwd__list li a {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .wwd__list li a {
    font-size: 80px;
  }
}
.wwd__list li a:hover {
  color: #FF5A00;
}

.wwd__videos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wwd__videos:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(26, 27, 39, 0.25);
}

.wwd__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wwd__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwd > .wrap {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .wwd > .wrap {
    bottom: 26px;
  }
}

.wwd__tagline {
  font-family: "geomanistblack", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wwd__tagline {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .wwd__tagline {
    float: left;
  }
}

.wwd__offices {
  list-style: none;
  line-height: 1;
  margin: 6px 0 0;
}
@media only screen and (min-width: 768px) {
  .wwd__offices {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .wwd__offices {
    float: right;
    margin: 42px 10px 0 0;
  }
}
.wwd__offices li {
  display: inline-block;
  font-family: "geomanistbold", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5A00;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .wwd__offices li {
    font-size: 15px;
  }
}
.wwd__offices li:before {
  content: "•";
  display: inline-block;
  margin: 0 8px;
}
.wwd__offices li:first-child:before {
  display: none;
}
.wwd__offices li a {
  color: #FF5A00;
}
.wwd__offices li a:hover {
  color: #fff;
}

@media only screen and (min-width: 480px) {
  .body--home .wwd {
    position: relative;
    min-height: 440px;
  }
}
@media only screen and (min-width: 768px) {
  .body--home .wwd {
    position: fixed;
    min-height: none;
  }
}
.body--home .wwd .video__header {
  display: none;
}
.body--home.state--wwd .wwd .video__header {
  display: block;
}

.state--wwd .wwd {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}
.state--wwd .wwd__list {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.body--home .wwd {
  opacity: 1;
  visibility: visible;
}
.body--home .wwd__list {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.body--home.state--animating.state--loading .wwd__video {
  opacity: 0;
}
.body--home.state--animating.state--loading .wwd__list li {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--home.state--animating.state--loading .header {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.body--home.state--animating.state--loading .wwd .wrap {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
.body--home.state--animating .wwd__video {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.state--animating .wwd__list li:first-child {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.state--animating .wwd__list li:nth-child(2) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.body--home.state--animating .wwd__list li:nth-child(3) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.body--home.state--animating .wwd__list li:nth-child(4) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.body--home.state--animating .wwd__list li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
}
.body--home.state--animating .header,
.body--home.state--animating .wwd .wrap {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.5s;
}

.cookies {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 50px 10px 16px;
  box-shadow: 0 0 30px rgba(26, 27, 39, 0.1);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--cookies .cookies {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cookies__text {
  display: block;
  font-size: 11px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .cookies__text {
    font-size: 13px;
  }
}
.cookies__text strong, .cookies__text a {
  font-weight: 400;
}
.cookies__text a {
  text-decoration: underline;
  text-decoration-color: #FF5A00;
  text-underline-position: under;
}

.cookies__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
  border-left: 1px solid rgb(239.4125, 238.325, 242.675);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies__close svg {
  height: 20px;
  fill: #4B4755;
}

.grid {
  margin-top: 30px;
}
@media only screen and (min-width: 1280px) {
  .grid {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 600px) {
  .grid .column {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid .column {
    width: 33.33%;
  }
}

.grid-item {
  display: block;
  position: relative;
  margin-top: 15px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .grid-item {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-item {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover .grid-item__details {
    background: #FF5A00;
  }
  .grid-item:hover .grid-item__wave {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .grid-item:hover .grid-item__client {
    color: #fff;
    -moz-transform: translate(0, -24px);
    -o-transform: translate(0, -24px);
    -ms-transform: translate(0, -24px);
    -webkit-transform: translate(0, -24px);
    transform: translate(0, -24px);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover .grid-item__title,
  .grid-item:hover .grid-item__label {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid-item:hover .grid-item__video {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .grid:not(.grid--experiential) .grid-item {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid:not(.grid--experiential) .grid-item:hover {
    box-shadow: 0 5px 40px rgba(26, 27, 39, 0.16);
  }
}

.grid-item__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #1A1B27;
  overflow: hidden;
}

.grid-item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.grid-item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item__details {
  position: relative;
  background: #FFF1E8;
  padding: 17px 20px;
  -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: background 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .grid-item__details {
    padding: 24px 30px 25px;
  }
}

.grid-item__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 75px;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .grid-item__wave {
    bottom: 75px;
  }
}
.grid-item__wave svg {
  display: block;
}
.grid-item__wave svg path {
  fill: #FF5A00;
  -webkit-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.column:nth-child(2n) .grid-item .grid-item__wave svg {
  transform: scaleX(-1);
}

.grid-item__client {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.grid-item__title {
  position: absolute;
  bottom: 18px;
  padding-bottom: 3px;
  left: 20px;
  right: 90px;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .grid-item__title {
    bottom: 23px;
    left: 30px;
    right: 100px;
    font-size: 17px;
  }
}

.grid-item__label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.grid-item__label svg {
  margin-left: 8px;
  height: 13px;
  vertical-align: middle;
  fill: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 1280px) {
  .grid-item__label {
    bottom: 25px;
    right: 30px;
    font-size: 17px;
  }
  .grid-item__label svg {
    height: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .grid--standard .column:nth-child(4n-1) .grid-item__media,
  .grid--standard .column:nth-child(4n-2) .grid-item__media {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--standard .column:nth-child(2n) .grid-item__media {
    padding-bottom: 100%;
  }
}

.grid--tabs {
  margin-top: 15px;
}

.isotope {
  -webkit-transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.tabs {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .tabs {
    margin-top: 40px;
  }
}

.tabs__list {
  list-style: none;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-flow: wrap;
}
.tabs__list li {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #FFF1E8;
  border: none;
  font-family: "geomanistblack", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FF5A00;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1280px) {
  .tabs__list li {
    padding: 16px 30px;
    font-size: 18px;
  }
}
.tabs__list li.active {
  background: #FF5A00;
  color: #fff;
}
.tabs__list:hover li {
  background: #FFF1E8;
  color: #FF5A00;
}
.tabs__list:hover li:hover {
  background: #FF5A00;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .grid--experiential {
    margin-top: 15px;
  }
}
.grid--experiential .experiential-grid-set {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.grid--experiential .experiential-grid-set.active {
  display: block;
  opacity: 1;
}
.grid--experiential .experiential-grid-set--filtered:after {
  content: "";
  clear: both;
  display: table;
}
.grid--experiential .experiential-grid-set--filtered.active {
  display: block;
}
.grid--experiential .experiential-grid-set--filtered .grid-item__media {
  padding-bottom: 56.25%;
}
.grid--experiential .grid-flex {
  display: flex;
  flex-flow: wrap;
}
.grid--experiential .grid-flex .column[data-col=intro] {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-flex .column[data-col=intro] {
    display: block;
  }
}
.grid--experiential .grid-flex .column[data-col="1"], .grid--experiential .grid-flex .column[data-col="2"], .grid--experiential .grid-flex .column[data-col="3"], .grid--experiential .grid-flex .column[data-col="4"], .grid--experiential .grid-flex .column[data-col="5"] {
  width: 100%;
}
.grid--experiential .grid-flex .column[data-col="1"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="2"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="3"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="4"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="5"] .grid-item__media {
  padding-bottom: 73.28%;
}
@media only screen and (min-width: 600px) {
  .grid--experiential .grid-flex .column[data-col="1"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="2"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="3"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="4"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="5"] .grid-item__media {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-flex .column[data-col="1"], .grid--experiential .grid-flex .column[data-col="3"], .grid--experiential .grid-flex .column[data-col="4"] {
    width: 66.66%;
  }
  .grid--experiential .grid-flex .column[data-col=intro], .grid--experiential .grid-flex .column[data-col="2"], .grid--experiential .grid-flex .column[data-col="5"] {
    width: 33.33%;
  }
  .grid--experiential .grid-flex .column[data-col=intro] .grid-item, .grid--experiential .grid-flex .column[data-col="2"] .grid-item, .grid--experiential .grid-flex .column[data-col="5"] .grid-item {
    height: 100%;
  }
  .grid--experiential .grid-flex .column[data-col=intro] .grid-item__media, .grid--experiential .grid-flex .column[data-col="2"] .grid-item__media, .grid--experiential .grid-flex .column[data-col="5"] .grid-item__media {
    padding-bottom: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-flex .grid-item {
    margin-top: 0;
    padding-top: 30px;
  }
  .grid--experiential .grid-flex .grid-item .grid-item__media {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .grid--experiential .masonry .grid-item__media {
    padding-bottom: 73.28%;
  }
  .grid--experiential .masonry .column:nth-child(4n-1) .grid-item__media,
  .grid--experiential .masonry .column:nth-child(4n-2) .grid-item__media {
    padding-bottom: 117.12%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .masonry .grid-item__media {
    padding-bottom: 73.28%;
  }
  .grid--experiential .masonry .column:nth-child(2n) .grid-item__media {
    padding-bottom: 117.12%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-item:hover .grid-item__wave {
    opacity: 1;
  }
  .grid--experiential .grid-item:hover .grid-item__client {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.grid--experiential .grid-item__image:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(31, 12, 32, 0) 0%, rgba(31, 12, 32, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(31, 12, 32, 0) 0%, rgba(31, 12, 32, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(31, 12, 32, 0) 0%, rgba(31, 12, 32, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001f0c20", endColorstr="#801f0c20",GradientType=0 );
}
.grid--experiential .grid-item__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.grid--experiential .grid-item__details .grid-item__client {
  color: #fff;
}
.grid--experiential .grid-item__details .grid-item__title {
  display: block;
  margin-top: 4px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-item__details .grid-item__title {
    padding-right: 60px;
  }
}
.grid--experiential .grid-item__wave {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .grid-item__wave {
    display: block;
    opacity: 0;
    bottom: 100%;
  }
}
.grid--experiential .grid-item__headline {
  color: #fff;
  margin-bottom: 6px;
  max-width: 440px;
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .grid-item__headline {
    max-width: 60%;
    margin-bottom: 12px;
  }
}
.grid--experiential .grid-item__details--headline .grid-item__details-extra {
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid--experiential .grid-item__details--headline .grid-item__details-extra .grid-item__client {
  display: inline;
  color: rgba(255, 255, 255, 0.75);
}
.grid--experiential .grid-item__details--headline .grid-item__details-extra .grid-item__title {
  display: inline;
  margin-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .column[data-col="2"] .grid-item__headline,
  .grid--experiential .column[data-col="5"] .grid-item__headline {
    display: none;
  }
  .grid--experiential .column[data-col="2"] .grid-item__details-extra,
  .grid--experiential .column[data-col="5"] .grid-item__details-extra {
    padding-right: 0;
    overflow: visible;
    text-overflow: none;
    white-space: normal;
  }
  .grid--experiential .column[data-col="2"] .grid-item__details-extra .grid-item__client,
  .grid--experiential .column[data-col="5"] .grid-item__details-extra .grid-item__client {
    display: block;
    color: #fff;
  }
  .grid--experiential .column[data-col="2"] .grid-item__details-extra .grid-item__title,
  .grid--experiential .column[data-col="5"] .grid-item__details-extra .grid-item__title {
    display: inline-block;
    margin-left: 0;
  }
}
.grid--experiential .grid-intro {
  overflow: visible;
}
.grid--experiential .grid-intro .grid-item__media {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D4D1DD;
  border-radius: 4px !important;
  overflow: visible;
}
.grid--experiential .grid-intro .grid-item__media svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  margin: -70px -70px 0 0;
  fill: rgba(26, 27, 39, 0.2);
  -webkit-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  -ms-animation: rotate 20s linear infinite;
  -o-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .grid-intro .grid-item__media svg {
    width: 200px;
    height: 200px;
    margin: -100px -100px 0 0;
  }
}
.grid--experiential .grid-intro__content {
  text-align: center;
  padding: 0 20px;
  max-width: 440px;
}
.grid--experiential .grid-intro__content h3 {
  font-size: 19px;
  max-width: 240px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .grid-intro__content h3 {
    font-size: 22px;
    max-width: 300px;
  }
}
.grid--experiential .grid-intro__content p {
  font-size: 15px;
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .grid-intro__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .grid--experiential .experiential-grid-set--filtered .column:nth-child(4n-1) .grid-item__media,
  .grid--experiential .experiential-grid-set--filtered .column:nth-child(4n-2) .grid-item__media {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .experiential-grid-set--filtered .column:nth-child(2n) .grid-item__media {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover {
    box-shadow: 0 5px 40px rgba(26, 27, 39, 0.16);
  }
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover .grid-item__details {
    background: #FF5A00;
  }
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover .grid-item__wave {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover .grid-item__client {
    color: #fff;
    -moz-transform: translate(0, -24px);
    -o-transform: translate(0, -24px);
    -ms-transform: translate(0, -24px);
    -webkit-transform: translate(0, -24px);
    transform: translate(0, -24px);
  }
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover .grid-item__title,
  .grid--experiential .experiential-grid-set--filtered .grid-item:hover .grid-item__label {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.grid--experiential .experiential-grid-set--filtered .grid-item__image:after {
  content: none;
}
.grid--experiential .experiential-grid-set--filtered .grid-item__details {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: #FFF1E8;
  padding: 17px 20px;
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .experiential-grid-set--filtered .grid-item__details {
    padding: 24px 30px 25px;
  }
}
.grid--experiential .experiential-grid-set--filtered .grid-item__details .grid-item__client {
  color: #1A1B27;
}
.grid--experiential .experiential-grid-set--filtered .grid-item__details .grid-item__title {
  position: absolute;
  display: block;
  bottom: 18px;
  padding-bottom: 3px;
  left: 20px;
  right: 90px;
  margin-top: 0;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .experiential-grid-set--filtered .grid-item__details .grid-item__title {
    bottom: 23px;
    left: 30px;
    right: 100px;
    font-size: 17px;
    padding-right: 0;
  }
}
.grid--experiential .experiential-grid-set--filtered .grid-item__wave {
  display: block;
  opacity: 1;
  bottom: 60px;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
@media only screen and (min-width: 1280px) {
  .grid--experiential .experiential-grid-set--filtered .grid-item__wave {
    bottom: 75px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid .column.fadein--animating {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid .column.fadein--animating.fadein {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    pointer-events: none;
  }
}
.video {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.video > .wrap {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.state--modal {
  overflow: hidden;
}
.state--modal .video {
  display: block;
}

.state--playing .video__inner {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.state--playing .video__header__title {
  opacity: 1;
}

.video__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1A1B27;
  cursor: pointer;
}

.video__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.video__header .logo:before {
  display: none;
}
.video__header .logo .logo__y {
  visibility: visible;
}

.video__header__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  opacity: 0.75;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .video__header__close {
    top: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
  }
}
.video__header__close:hover {
  opacity: 1;
}
.video__header__close svg {
  height: 28px;
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .video__header__close svg {
    height: 34px;
  }
}

.video__inner {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 60px rgba(255, 241, 232, 0.15);
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .video__inner {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .video__inner {
    max-width: 1180px;
  }
}

.video__title {
  padding: 23px 60px 24px;
  background: #1A1B27;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .video__title {
    padding: 43px 60px 44px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .video__title {
    padding: 25px 60px 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__title {
    padding: 23px 60px 24px;
    font-size: 22px;
  }
}

.video__clip-client {
  font-family: "geomanistblack", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.video__clip-title {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.75);
}

.video__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #1A1B27;
}

.slate-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flowplayer .fp-color,
.slate-player .flowplayer .fp-progress:after,
.slate-player .flowplayer .fp-volumebar .fp-color {
  background-color: #FF5A00;
}

.flowplayer .fp-header {
  visibility: hidden;
}

.video__description {
  padding: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .video__description {
    padding: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__description {
    padding: 46px 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.video__description h2, .video__description h3 {
  margin-top: 12px;
}
.video__description h2:first-child, .video__description h3:first-child {
  margin-top: 0;
}
.video__description a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #4B4755;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__description a:hover {
  color: #4B4755;
  text-decoration-color: #FF5A00;
}
.video__description.hidden {
  display: none;
}

.video__player--image {
  height: auto;
  padding-bottom: 0;
  background: transparent;
}
.video__player--image .video__muted {
  display: none;
}
.video__player--image .slate-player {
  position: relative;
  width: auto;
  height: auto;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-track {
  width: auto !important;
}

.slick-slide {
  display: none !important;
  width: 100% !important;
  background: #fff;
  left: auto !important;
  right: auto !important;
  margin: 0 auto;
}
.slick-slide:first-of-type {
  display: block !important;
}
.slick-slide img {
  margin: 0 auto;
}

.video__case-study--loading {
  visibility: hidden;
}

.video__muted {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 8px 8px 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(26, 27, 39, 0.1);
  width: 273px;
  font-size: 13px;
  -moz-transform: translate(-16px, 0);
  -o-transform: translate(-16px, 0);
  -ms-transform: translate(-16px, 0);
  -webkit-transform: translate(-16px, 0);
  transform: translate(-16px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__muted .button {
  margin-left: 8px;
}

.state--muted .video__muted {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.body--audiopost.body--dark {
  background: #1A1B27;
}
.body--audiopost.body--dark .header--vm .logo svg {
  fill: white;
}
.body--audiopost.body--dark .intro .wwd-title {
  color: white;
}
.body--audiopost.body--dark .intro .wwd-title:before {
  display: none;
}
.body--audiopost.body--dark .intro p {
  color: #A5A4AB;
}
.body--audiopost.body--dark .tabs__list li {
  border-color: #1A1B27;
  background: #4B4755;
  color: white;
}
.body--audiopost.body--dark .tabs__list li.active {
  background: #FF5A00;
  color: white;
}
.body--audiopost.body--dark .tabs__list:hover li {
  background: #4B4755;
  color: white;
}
.body--audiopost.body--dark .tabs__list:hover li:hover {
  background: #FF5A00;
  color: white;
}
.body--audiopost.body--dark .footer {
  background: rgb(36.2, 37.5923076923, 54.3);
}
.body--audiopost.body--dark .footer__wave svg path {
  fill: rgb(36.2, 37.5923076923, 54.3);
}

.intro {
  text-align: center;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .intro {
    margin-top: 160px;
  }
}
.intro .wwd-title {
  position: relative;
  display: inline-block;
}
.intro .wwd-title__span {
  white-space: pre-line;
}
.intro .wwd-title__span span {
  display: inline-block;
  position: relative;
}
.intro p {
  margin: 12px auto 0;
  max-width: 500px;
  text-wrap: balance;
}
@media only screen and (min-width: 768px) {
  .intro p {
    margin-top: 18px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro p {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro p {
    margin-top: 25px;
    max-width: 900px;
  }
}

.cta {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .cta .wrap {
    display: flex;
    padding: 0 15px;
  }
  .cta .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;
    border: 8px solid #FF5A00;
    border-radius: 4px;
  }
}

.cta__col-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cta__col-image {
    display: block;
    width: 33.33%;
  }
}

.cta__image {
  position: relative;
  width: 100%;
  height: 100%;
  background: #A5A4AB;
  border-radius: 4px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .cta__image {
    border-top: 8px solid #FF5A00;
    border-left: 8px solid #FF5A00;
  }
}
.cta__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cta__image svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 140px;
  height: 140px;
  margin: -110px -70px 0 0;
  fill: #D4D1DD;
  -webkit-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  -ms-animation: rotate 20s linear infinite;
  -o-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
@media only screen and (min-width: 1280px) {
  .cta__image svg {
    width: 200px;
    height: 200px;
    margin: -120px -100px 0 0;
  }
}

@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cta__col-content {
  border: 4px solid #FF5A00;
  border-radius: 4px 4px 0 0;
}
@media only screen and (min-width: 1024px) {
  .cta__col-content {
    width: 66.66%;
    border: 0;
  }
}

.cta__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 500px;
  padding: 60px 0 120px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta__content {
    max-width: 640px;
    padding: 80px 0 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__content {
    max-width: 600px;
    padding: 80px 15px 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .cta__content {
    max-width: 640px;
    padding: 100px 0 200px;
  }
}

.cta__title {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .cta__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .cta__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .cta__content p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__content p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .cta__content p {
    margin-top: 16px;
    font-size: 19px;
  }
}

.cta__button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cta__button {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .cta__button {
    margin-top: 32px;
  }
}

.cta.fadein--animating {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.cta.fadein--animating.fadein {
  opacity: 0;
}
.cta.fadein--animating.fadein .cta__title,
.cta.fadein--animating.fadein .cta__text,
.cta.fadein--animating.fadein .cta__button {
  opacity: 0;
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.cta.fadein--animating .cta__title {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
.cta.fadein--animating .cta__text {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.cta.fadein--animating .cta__button {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}

.body--work .footer {
  margin-top: 160px;
}

.body--work.state--animating.state--loading .wwd-title,
.body--work.state--animating.state--loading .wwd-title__span {
  opacity: 0;
}
.body--work.state--animating.state--loading .wwd-title:before,
.body--work.state--animating.state--loading .wwd-title__span span:before {
  opacity: 0;
  -moz-transform: translate(-60%, 0) rotate(0deg);
  -o-transform: translate(-60%, 0) rotate(0deg);
  -ms-transform: translate(-60%, 0) rotate(0deg);
  -webkit-transform: translate(-60%, 0) rotate(0deg);
  transform: translate(-60%, 0) rotate(0deg);
}
.body--work.state--animating.state--loading .intro p {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--work.state--animating.state--loading .tabs {
  opacity: 0;
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.body--work.state--animating.state--loading .grid {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--work.state--animating .wwd-title,
.body--work.state--animating .wwd-title__span {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--work.state--animating .wwd-title:before,
.body--work.state--animating .wwd-title__span span:before {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--work.state--animating .intro p {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--work.state--animating .tabs,
.body--work.state--animating .grid {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}

@media only screen and (min-width: 1024px) {
  .body--experiential .intro p {
    display: none;
  }
}

.body--news .wwd-title:before {
  content: "Latest";
}

.grid--news {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .grid--news {
    padding-bottom: 140px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid--news {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .grid--news {
    padding-bottom: 180px;
  }
}
.grid--news .grid-item {
  z-index: 1;
  box-shadow: 0 5px 40px rgba(26, 27, 39, 0.08);
}
@media only screen and (min-width: 1024px) {
  .grid--news .grid-item .grid-item__content h3 {
    -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid--news .grid-item .grid-item__label {
    -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid--news .grid-item .grid-item__label svg {
    -webkit-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .grid--news .grid-item:hover {
    box-shadow: 0 5px 40px rgba(26, 27, 39, 0.16);
  }
  .grid--news .grid-item:hover .grid-item__content h3 {
    color: #FF5A00;
  }
  .grid--news .grid-item:hover .grid-item__details {
    background: transparent;
  }
  .grid--news .grid-item:hover .grid-item__label {
    color: #FF5A00;
  }
  .grid--news .grid-item:hover .grid-item__label svg {
    fill: #FF5A00;
  }
}
.grid--news .grid-item__media {
  height: auto;
  padding-bottom: 0;
}
.grid--news .grid-item__image {
  position: relative;
}
.grid--news .grid-item__image img {
  position: relative;
}
.grid--news .grid-item__content {
  padding: 25px 30px 20px;
  background: #fff;
}
.grid--news .grid-item__content p {
  margin-top: 6px;
  font-size: 16px;
  color: #4B4755;
}
@media only screen and (min-width: 1280px) {
  .grid--news .grid-item__content p {
    font-size: 17px;
  }
}
.grid--news .grid-item__details {
  background: #fff;
  padding: 0 30px 28px;
}
.grid--news .grid-item__title,
.grid--news .grid-item__label {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.grid--news .grid-item__title {
  color: #A5A4AB;
}
.grid--news .grid-item__label {
  float: right;
  color: #D4D1DD;
}
.grid--news .grid-item__label svg {
  fill: #D4D1DD;
}

.news__load {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__load {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .news__load {
    width: 33.33%;
    margin: 54px auto 0;
    padding: 0 15px;
  }
  .news__load .button {
    display: block;
    width: 100%;
  }
}

.state--all-posts-loaded .news__load .button {
  background: #D4D1DD;
  pointer-events: none;
}

.column.post--animating {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.column.post--animating.post--loading {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.news-info {
  position: relative;
  margin-top: 15px;
  background: #D4D1DD;
  border-radius: 4px;
  padding: 50px 30px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .news-info {
    margin-top: 30px;
  }
}
.news-info svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  fill: rgba(26, 27, 39, 0.2);
  -webkit-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  -ms-animation: rotate 20s linear infinite;
  -o-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
@media only screen and (min-width: 1280px) {
  .news-info svg {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
  }
}
.news-info h3 {
  font-size: 19px;
}
@media only screen and (min-width: 1280px) {
  .news-info h3 {
    font-size: 22px;
  }
}
.news-info p {
  font-size: 15px;
}
@media only screen and (min-width: 1280px) {
  .news-info p {
    font-size: 18px;
  }
}
.news-info .button {
  margin-top: 20px;
}

.news-wwd {
  position: relative;
  margin-top: 15px;
  background: #D4D1DD;
  border-radius: 4px;
  padding: 70px 20px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .news-wwd {
    margin-top: 30px;
  }
}
.news-wwd h3 {
  font-size: 19px;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .news-wwd h3 {
    font-size: 22px;
  }
}

.news-wwd__list {
  list-style: none;
  margin-top: 20px;
}
.news-wwd__list li a {
  display: block;
  padding: 4px 0;
  font-family: "geomanistblack", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1A1B27;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .news-wwd__list li a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-wwd__list li a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-wwd__list li a {
    font-size: 32px;
  }
}
.news-wwd__list li a:hover {
  color: #FF5A00;
}

.news-spotify {
  display: block;
  margin-top: 15px;
  background: #D4D1DD;
  border-radius: 4px;
  padding: 50px 20px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .news-spotify {
    margin-top: 30px;
  }
}
.news-spotify svg {
  height: 100px;
  fill: #1A1B27;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.news-spotify:hover svg {
  fill: #FF5A00;
}

.body--news.state--animating.state--loading .wwd-title {
  opacity: 0;
}
.body--news.state--animating.state--loading .wwd-title:before {
  opacity: 0;
  -moz-transform: translate(-60%, 0) rotate(0deg);
  -o-transform: translate(-60%, 0) rotate(0deg);
  -ms-transform: translate(-60%, 0) rotate(0deg);
  -webkit-transform: translate(-60%, 0) rotate(0deg);
  transform: translate(-60%, 0) rotate(0deg);
}
.body--news.state--animating.state--loading .grid {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--news.state--animating .wwd-title {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--news.state--animating .wwd-title:before {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--news.state--animating .grid {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}

.post-header {
  position: relative;
  min-height: 340px;
  background: #1A1B27;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .post-header {
    min-height: 440px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-header {
    min-height: 540px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-header {
    min-height: 640px;
  }
}

.post-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-header__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.post-header__content {
  width: 100%;
  margin-top: 120px;
  padding-bottom: 28px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .post-header__content {
    margin-top: 160px;
    padding-bottom: 38px;
  }
}
.post-header__content .wrap {
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .post-header__content .wrap {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-header__content .wrap {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-header__content .wrap {
    max-width: 1180px;
  }
}
.post-header__content h1 {
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (min-width: 480px) {
  .post-header__content h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .post-header__content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-header__content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-header__content h1 {
    font-size: 60px;
  }
}

.post-header__date {
  display: inline-block;
  margin-top: 5px;
  font-family: "geomanistblack", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FFF1E8;
}
@media only screen and (min-width: 768px) {
  .post-header__date {
    margin-top: 15px;
    font-size: 22px;
  }
}

.post-content {
  margin-top: 34px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .post-content {
    margin-top: 44px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .post-content {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-content {
    margin-top: 64px;
  }
}

.post {
  overflow: hidden;
}
.post:after {
  content: "";
  clear: both;
  display: table;
}
.post .wrap {
  max-width: 700px;
}

.block {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 42px;
}
@media only screen and (min-width: 768px) {
  .block {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .block {
    margin-top: 64px;
  }
}
.block:first-child {
  margin-top: 0;
}
.block:last-child {
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .block:last-child {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .block:last-child {
    padding-bottom: 64px;
  }
}
.block .wrap {
  max-width: 700px;
}
.block .wrap--wide {
  max-width: 1068px;
}

.block--text blockquote {
  margin: 42px auto;
  font-family: "geomanistbold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A1B27;
}
@media only screen and (min-width: 768px) {
  .block--text blockquote {
    margin: 52px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .block--text blockquote {
    margin: 52px -112px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .block--text blockquote {
    margin: 64px -212px;
  }
}
.block--text blockquote:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .block--text blockquote {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .block--text blockquote {
    font-size: 32px;
  }
}
.block--text blockquote a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #4B4755;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.block--text blockquote a:hover {
  color: #4B4755;
  text-decoration-color: #FF5A00;
}
.block--text a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #4B4755;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.block--text a:hover {
  color: #4B4755;
  text-decoration-color: #FF5A00;
}

.post-carousel .owl-stage-outer {
  overflow: visible;
}
.post-carousel .owl-item {
  opacity: 0.4;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  pointer-events: none;
}
.post-carousel .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.post-carousel .owl-nav {
  margin-top: 10px;
}
.post-carousel .owl-nav .button--small {
  padding: 9px 12px 10px;
}
.post-carousel .owl-nav .owl-prev,
.post-carousel .owl-nav .owl-next {
  border: 0;
}
.post-carousel .owl-nav .owl-prev:focus,
.post-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.post-carousel .owl-nav .owl-prev.disabled,
.post-carousel .owl-nav .owl-next.disabled {
  pointer-events: none;
}
.post-carousel .owl-nav .owl-prev.disabled .button,
.post-carousel .owl-nav .owl-next.disabled .button {
  background: #A5A4AB;
}
.post-carousel .owl-nav .owl-next {
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .post-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
  }
  .post-carousel .owl-nav .owl-prev,
  .post-carousel .owl-nav .owl-next {
    position: absolute;
    width: 174px;
    height: 100%;
    background: transparent;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .post-carousel .owl-nav .owl-prev .button,
  .post-carousel .owl-nav .owl-next .button {
    background: #FF5A00 !important;
  }
  .post-carousel .owl-nav .owl-prev:hover,
  .post-carousel .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .post-carousel .owl-nav .owl-prev.disabled,
  .post-carousel .owl-nav .owl-next.disabled {
    opacity: 0;
  }
  .post-carousel .owl-nav .owl-prev {
    right: 318px;
  }
  .post-carousel .owl-nav .owl-next {
    left: 318px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .post-carousel .owl-nav .owl-prev,
  .post-carousel .owl-nav .owl-next {
    width: 302px;
  }
}

@media only screen and (min-width: 1024px) {
  .post-carousel--video .owl-nav {
    bottom: 33px;
  }
}

.post-carousel__item .grid-item__details {
  border-radius: 0 0 4px 4px;
}

.post-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: #FFF1E8;
}
.post-video--playing .post-video__cover {
  opacity: 0;
  visibility: hidden;
}

.post-video__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-video__cover:hover .post-video__cover__play {
  opacity: 1;
}
.post-video__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-video__cover__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-video__cover__play svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.post-photo img {
  margin: 0 auto;
  border-radius: 4px;
}

.post-carousel .post-photo img {
  width: auto;
  max-height: 604px;
  margin: 0 auto;
}

.post-cta {
  float: left;
  clear: both;
  width: 100%;
  background: #D4D1DD;
  margin-top: 42px;
}
@media only screen and (min-width: 768px) {
  .post-cta {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .post-cta {
    margin-top: 64px;
  }
}
.post-cta .wrap {
  max-width: 100%;
}
@media only screen and (min-width: 1280px) {
  .post-cta .cta__content {
    max-width: 700px;
  }
}

.video__case-study .cta__content {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .video__case-study .cta__content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .video__case-study .cta__content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__case-study .cta__content {
    padding-bottom: 90px;
  }
}

.body--post.state--animating.state--loading .post-header__image {
  opacity: 0;
}
.body--post.state--animating.state--loading .post-header__content h1,
.body--post.state--animating.state--loading .post-header__date {
  opacity: 0;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.body--post.state--animating.state--loading .post-content {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.body--post.state--animating .post-header__image {
  -webkit-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--post.state--animating .post-header__content h1 {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}
.body--post.state--animating .post-header__date {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.35s;
  -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.35s;
  -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.35s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.35s;
  transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1) 0.35s;
}
.body--post.state--animating .post-content {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.5s;
}

.body--contact {
  background: #1A1B27;
}

.bio {
  overflow: hidden;
  padding: 120px 0 80px;
}
@media only screen and (min-width: 768px) {
  .bio {
    padding-top: 160px;
  }
}
.bio__text {
  max-width: 700px;
  margin: 80px auto 0;
  color: #fff;
}
.bio__text h2 {
  color: #fff;
}
.bio__images .owl-stage-outer {
  overflow: visible;
}
.bio__image {
  aspect-ratio: 16/9;
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .bio__image {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .bio__image {
    height: 360px;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__image {
    height: 400px;
  }
}
.bio__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-team {
  padding-top: 80px;
  background: #D4D1DD;
}
.office-team__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) {
  .office-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .office-team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .office-team__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-bottom: 160px;
  }
}
.office-team__grid .person {
  width: auto;
}
.office-team__grid .person__details {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .office-team__grid .person__details {
    padding: 18px 20px;
  }
}
.office-team__grid .person__details h4 {
  font-size: 20px;
}
.office-team__grid .person__details p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.office-team__header {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .office-team__header h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .office-team__header h3 {
    font-size: 30px;
  }
}

.person {
  float: left;
  width: 300px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 40px rgba(26, 27, 39, 0.16);
}

.person__image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.person__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.person__details {
  padding: 25px 30px;
  -webkit-font-smoothing: antialiased;
}
.person__details h4 {
  font-size: 22px;
  color: #FF5A00;
}
.person__details p {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.body--contact.state--animating.state--loading .contact-intro__content {
  opacity: 0;
  visibility: hidden;
}
.body--contact.state--animating.state--loading .bio {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.body--contact.state--animating .contact-intro__content {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--contact.state--animating .bio {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.25s;
}

.body--legal .page {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .body--legal .page {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .body--legal .page {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .body--legal .page {
    padding-bottom: 180px;
  }
}