/* ========================================================================== */
/* VARIABLES */
/* ========================================================================== */
/* ========================================================================== */
/* IMPORT */
/* ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/rof8axl.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-enabled {
  position: relative; }

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

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

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

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

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

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

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #FFF; }

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

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

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

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

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

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

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

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

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

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

.carousel-status {
  position: absolute;
  right: 55px;
  top: 29px;
  color: white;
  z-index: 2;
  font-size: 1.1rem;
  letter-spacing: 0.3rem; }

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

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

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

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

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

/* ========================================================================== */
/* BUTTONS */
/* ========================================================================== */
a {
  width: auto;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-weight: 100;
  padding: 0; }
  a.intro {
    padding: 22.5px 30px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #F5F5F5;
    border-radius: 50px; }
    a.intro:hover {
      background: var(--color, #FF4142);
      border-color: var(--color, #FF4142);
      color: #FFF; }

/* ========================================================================== */
/* GLOBAL SETTINGS */
/* ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1; }

*::-moz-selection {
  background: var(--color, #FF4142);
  color: #FFF; }

*::selection {
  background: var(--color, #FF4142);
  color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin: 0;
  border: 0; }

h1 {
  font-size: 2rem;
  line-height: 1.2em; }
  @media screen and (min-width: 1440px) {
    h1 {
      font-size: 2.4rem;
      line-height: 1.3em; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 1.7rem;
      line-height: 2.4rem; } }

h2 {
  font-size: 1.4rem;
  line-height: 1.2em; }
  @media screen and (min-width: 1440px) {
    h2 {
      font-size: 1.6rem;
      line-height: 1.4em; } }

p {
  font-size: 1.4rem;
  line-height: 1.7em; }
  @media screen and (max-width: 820px) {
    p {
      font-size: 1.2rem;
      line-height: 1.8em; } }

p.static {
  font-size: 1.7rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 480px) {
    p.static {
      font-size: 1.5rem;
      line-height: 2rem; } }

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

figure {
  padding: 0;
  margin: 0; }
  figure img {
    display: block; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block; }

video {
  width: 100%;
  height: auto; }

a:hover {
  color: var(--color, #FF4142); }

p {
  margin: 0; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing-height: 100%;
    -moz-osx-font-smoothing-position: relative; }

body {
  background: #FFF;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  text-rendering: optimizeSpeed;
  font-family: lft-etica, sans-serif;
  font-weight: 200;
  margin: 0;
  border: 0;
  word-spacing: 0.001em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-fontsmoothing: grayscale;
  overflow-x: hidden;
  position: relative; }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 120%; } }

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

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #FFF;
  z-index: 999999;
  -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  -o-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  cursor: wait;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .preloader span {
    font-family: lft-etica, sans-serif;
    display: inline-block;
    background: none;
    color: #fafafa;
    text-align: center;
    opacity: 1;
    font-size: 1em;
    font-weight: 700;
    margin-right: 4px; }
  .preloader i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--color, #FF4142);
    opacity: 0; }
    .preloader i.is-visible {
      -webkit-animation: 1s blink infinite ease-in-out;
      animation: 1s blink infinite ease-in-out; }
  .preloader.is-loaded {
    opacity: 0;
    pointer-events: none; }

.module {
  width: 94vw;
  margin: auto;
  position: relative; }

.module-100 {
  width: 100vw; }

.show {
  display: block; }

.hide {
  display: none; }

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: #000;
  color: #FFF; }
  .cookie-message .cookie-content {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 820px) {
      .cookie-message .cookie-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cookie-message p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 70.5vw; }
    .cookie-message p a {
      border-bottom: 1px solid #FFF; }
  .cookie-message .cookie-close-button {
    padding: 22.5px 30px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FFF;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    background: var(--color, #FF4142);
    border-radius: 50px; }
    @media screen and (max-width: 820px) {
      .cookie-message .cookie-close-button {
        margin-top: 30px; } }
    .cookie-message .cookie-close-button:hover {
      background: #FFF;
      border-color: #FFF;
      color: var(--color, #FF4142); }

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0; }

.video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.video .vd_background {
  width: 100%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sc-play {
  background-color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  font-weight: 200;
  color: #FFF;
  padding: 20px 27px;
  left: 50%;
  position: absolute;
  margin-left: -5%;
  margin-top: -5%;
  top: 50%; }

.sc-play:hover {
  background-color: var(--color, #FF4142); }

.videoplayer {
  display: none; }

.text-policy {
  font-size: 1.1rem;
  line-height: 1.7em; }

/* ========================================================================== */
/* HEADER */
/* ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-family: lft-etica, sans-serif;
  font-weight: 200;
  background: #FFF;
  z-index: 9999;
  -webkit-transition: top 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
  .header ul {
    margin: 0; }
  .header.no-bg {
    background: transparent !important; }
    .header.no-bg .module {
      border-color: transparent; }
    .header.no-bg * {
      color: #FFF !important;
      border-color: #FFF; }
    .header.no-bg a {
      -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
      .header.no-bg a:hover {
        opacity: 0.6;
        border-color: #FFF; }
  .header.hide {
    top: -150px;
    -webkit-transition: top 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 2s cubic-bezier(0.23, 1, 0.32, 1); }
    .header.hide .subtitle {
      opacity: 0; }
    .header.hide .module {
      min-height: 90px !important;
      height: 90px; }
  .header.compact {
    top: 0; }
    .header.compact .subtitle {
      opacity: 0; }
    .header.compact .module {
      min-height: 90px !important;
      height: 90px; }
  .header > .module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    min-height: 150px;
    -webkit-transition: height 0.25s cubic-bezier(0.23, 1, 0.32, 1), min-height 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: height 0.25s cubic-bezier(0.23, 1, 0.32, 1), min-height 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 0.25s cubic-bezier(0.23, 1, 0.32, 1), min-height 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    @media screen and (max-width: 480px) {
      .header > .module {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 0; } }
    .header > .module > * {
      width: 47vw; }
      @media screen and (max-width: 480px) {
        .header > .module > * {
          width: auto; } }
  .header__logo {
    -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 1.4rem;
    line-height: 1.4em; }
    .header__logo a {
      cursor: pointer;
      color: var(--color, #FF4142);
      border: none !important; }
      .header__logo a:hover {
        opacity: 0.6; }
    .header__logo > * {
      display: block;
      -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
  @media screen and (max-width: 480px) {
    .header__nav_desktop {
      display: none; } }
  .header__nav_desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__nav_desktop li {
    font-size: 1.1rem;
    line-height: 1.2em;
    margin: 0 20px 0 0; }
    .header__nav_desktop li a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
      .header__nav_desktop li a:hover {
        color: var(--color, #FF4142);
        border-color: var(--color, #FF4142); }
  .header__nav_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    color: #FFF;
    vertical-align: top;
    z-index: 9999;
    font-weight: 100;
    padding: 30px 0;
    text-align: right;
    display: none; }
    @media screen and (max-width: 480px) {
      .header__nav_mobile.is-visible {
        display: block; } }
    .header__nav_mobile ul {
      margin: 0; }
    .header__nav_mobile li {
      list-style: none;
      font-size: 3rem;
      line-height: 1.4em;
      margin-bottom: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
      .header__nav_mobile li.is-loaded {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
      .header__nav_mobile li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
        transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
        .header__nav_mobile li a:hover {
          border-color: var(--color, #FF4142);
          color: var(--color, #FF4142); }
      .header__nav_mobile li:first-child {
        font-size: 1.2rem;
        line-height: 1.2em;
        text-transform: lowercase;
        margin-bottom: 90px;
        color: #FFF;
        opacity: 0.6; }
      .header__nav_mobile li:first-child a {
        border-bottom: none; }
    .header__nav_mobile_button {
      display: none;
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      background-color: transparent; }
      .header__nav_mobile_button:hover {
        color: var(--color, #FF4142); }
      @media screen and (max-width: 480px) {
        .header__nav_mobile_button {
          display: block; } }

/* ========================================================================== */
/* FOOTER */
/* ========================================================================== */
.footer {
  margin: auto;
  padding-top: 180px; }
  .footer .module {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem; }
  .footer a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    .footer a:hover {
      color: var(--color, #FF4142);
      border-color: var(--color, #FF4142); }
  .footer address {
    font-style: normal; }
  .footer__col {
    width: 23.5vw;
    list-style: none;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 30px 30px 15px;
    font-family: lft-etica, sans-serif;
    font-weight: 200; }
    .footer__col:first-child {
      border: none; }
    .footer__col li {
      margin-bottom: 10px; }
    .footer__col .vcard a {
      border: none; }
    @media screen and (max-width: 820px) {
      .footer__col {
        width: 47vw;
        border-left: none; }
        .footer__col:nth-child(1), .footer__col:nth-child(2) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .footer__col {
        width: 94vw;
        border-left: none; }
        .footer__col:nth-child(1) li, .footer__col:nth-child(2) li {
          display: inline-block;
          margin-right: 15px; }
        .footer__col:nth-child(3) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          margin-bottom: 30px; } }
  .footer__contact {
    width: 94vw;
    margin: auto; }
  .footer .show {
    display: block; }
  .footer__contactform {
    position: fixed;
    background-color: white;
    z-index: 9999999;
    width: 100%;
    bottom: 0;
    padding: 90px 90px 0 90px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    overflow: auto; }
    @media screen and (max-width: 480px) {
      .footer__contactform {
        padding: 30px 30px 0 30px;
        position: fixed;
        height: 100%;
        overflow: hidden;
        top: 0 !important;
        z-index: 99999 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 820px) {
      .footer__contactform {
        padding: 30px 30px 0 30px;
        position: fixed;
        height: 100%;
        overflow: hidden;
        top: 0 !important;
        z-index: 99999 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 980px) {
      .footer__contactform {
        padding: 30px 30px 0 30px;
        position: fixed;
        height: 100%;
        overflow: hidden;
        top: 0 !important;
        z-index: 99999 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .footer__contactform__close {
      display: inline-block;
      width: 8%;
      font-size: 1.6rem;
      text-align: right; }
      @media screen and (max-width: 480px) {
        .footer__contactform__close {
          font-size: 1.2rem; } }
      .footer__contactform__close a {
        border-bottom: none;
        cursor: pointer; }
    .footer__contactform h3 {
      font-size: 2.5rem;
      font-weight: 200;
      width: 90%;
      display: inline-block;
      padding-bottom: 60px; }
      @media screen and (max-width: 480px) {
        .footer__contactform h3 {
          font-size: 2rem; } }
      @media screen and (max-width: 820px) {
        .footer__contactform h3 {
          padding: 60px 0 120px 0; } }
    .footer__contactform form {
      background-color: #FFF;
      width: 100%;
      font-size: 1.7rem; }
    .footer__contactform input, .footer__contactform textarea {
      height: 2em;
      font-weight: 200;
      margin-bottom: 60px;
      outline: none;
      border: none;
      border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
      @media screen and (max-width: 480px) {
        .footer__contactform input, .footer__contactform textarea {
          margin-bottom: 51px; } }
      .footer__contactform input:focus, .footer__contactform textarea:focus {
        border-bottom: solid var(--color, #FF4142) 1px; }
      .footer__contactform input::-webkit-input-placeholder, .footer__contactform textarea::-webkit-input-placeholder {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2); }
      .footer__contactform input:-ms-input-placeholder, .footer__contactform textarea:-ms-input-placeholder {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2); }
      .footer__contactform input::-ms-input-placeholder, .footer__contactform textarea::-ms-input-placeholder {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2); }
      .footer__contactform input::placeholder, .footer__contactform textarea::placeholder {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2); }
    .footer__contactform #name, .footer__contactform #email {
      width: 99%; }
      @media screen and (max-width: 480px) {
        .footer__contactform #name, .footer__contactform #email {
          width: 96%; } }
    .footer__contactform #message {
      width: 99%;
      height: auto;
      resize: none; }
    .footer__contactform input[type="submit"] {
      text-align: center;
      height: auto;
      border: none;
      cursor: pointer !important;
      padding: 22.5px 30px;
      font-size: 0.9rem;
      line-height: 0.9rem;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #000;
      -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      background: #F5F5F5;
      border-radius: 50px; }
      @media screen and (max-width: 480px) {
        .footer__contactform input[type="submit"] {
          width: 100%; } }
      @media screen and (max-width: 820px) {
        .footer__contactform input[type="submit"] {
          width: 100%; } }
      .footer__contactform input[type="submit"]:hover {
        color: #FFF;
        background-color: var(--color, #FF4142); }
    .footer__contactform .privacy {
      display: block;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0 0 0 30px;
      margin: 0 0 60px 0;
      font-size: 1rem; }
      .footer__contactform .privacy input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
    .footer__contactform .privacy input:checked ~ .checkmark {
      background-color: var(--color, #FF4142); }
    .footer__contactform .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #eee; }
      .footer__contactform .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
    .footer__contactform .privacy input:checked ~ .checkmark:after {
      display: block; }
    .footer__contactform .privacy .checkmark:after {
      left: 7px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white 1px;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .footer__text {
    width: 70.5vw;
    padding-bottom: 90px;
    padding-left: 15px;
    line-height: 25px; }
    @media screen and (max-width: 480px) {
      .footer__text {
        width: 94vw;
        margin: auto;
        padding-bottom: 30px; } }
    .footer__text a {
      padding-top: 5px;
      color: #6B6B6B;
      font-size: 1.3rem; }
  .footer__social {
    width: 23.5vw;
    padding-left: 15px;
    color: #6B6B6B; }
    .footer__social a {
      border-bottom: none;
      line-height: 1.7em;
      font-size: 1.1rem; }
    @media screen and (max-width: 480px) {
      .footer__social {
        width: 94vw;
        margin: auto;
        border-left: none;
        padding-bottom: 60px; } }
  .footer #sub_ok {
    display: none;
    font-size: 1.5rem;
    padding-top: 1vh;
    padding-bottom: 60px; }
  .footer__foot {
    width: 94vw;
    padding: 30px 30px 30px 15px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000;
    z-index: 99999;
    color: #FFF;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .footer__foot {
        width: 100vw;
        padding: 30px 3vw;
        text-align: center; } }

/* ========================================================================== */
/* HOME */
/* ========================================================================== */
.home {
  padding-top: 150px; }
  .home__intro {
    width: 47vw;
    margin: 90px 0 90px 0; }
    @media screen and (max-width: 980px) {
      .home__intro {
        width: 94vw; } }
    .home__intro h1 {
      margin-bottom: 30px; }
  .home__projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0;
    outline: none; }
    .home__projects:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      .home__projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .home__projects--reverse .color {
      opacity: 0 !important;
      display: none; }
    .home__projects_item {
      list-style: none;
      width: 23.5vw;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 980px) {
        .home__projects_item {
          width: 94vw; } }
      .home__projects_item.is-hidden {
        opacity: 1; }
      .home__projects_item:hover {
        background-color: #F5F5F5;
        color: var(--color, #FF4142) !important; }
      .home__projects_item.large {
        width: 47vw; }
        @media screen and (max-width: 980px) {
          .home__projects_item.large {
            width: 94vw; } }
      .home__projects_item .collection h1 {
        font-style: italic; }
      .home__projects_item .collection:hover {
        color: var(--color, #FF4142); }
      .home__projects_item_head {
        padding: 15px 30px 60px 15px;
        position: relative;
        min-height: 15.66667vw; }
        .home__projects_item_head::after {
          height: 15px;
          position: absolute;
          left: 0;
          top: 0;
          width: 1px;
          content: " ";
          background: rgba(0, 0, 0, 0.2); }
          @media screen and (max-width: 980px) {
            .home__projects_item_head::after {
              width: 0; } }
        .home__projects_item_head > * {
          -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
          transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
        .home__projects_item_head h1 {
          font-size: 1.7rem;
          line-height: 2.2rem;
          padding: 6px 0; }
        .home__projects_item_head h2 {
          font-size: 1.1rem;
          line-height: 1.5em;
          width: 70%; }
        .home__projects_item_head h3 {
          font-size: 0.9rem;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: rgba(0, 0, 0, 0.7); }

/* ========================================================================== */
/* SINGLE WORK */
/* ========================================================================== */
.work__header {
  position: relative; }
  .work__header_hero {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F5F5F5;
    overflow: hidden;
    position: relative; }
    .work__header_hero img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
      object-fit: cover; }
  .work__header_title {
    position: absolute;
    padding: 30px 0 60px;
    bottom: 0;
    left: 0;
    z-index: 999;
    right: 0;
    color: #FFF; }
    @media screen and (max-width: 480px) {
      .work__header_title {
        padding: 30px 0; } }
    .work__header_title h1, .work__header_title h2 {
      position: relative;
      z-index: 1000;
      margin: 10px auto 0 auto;
      width: 62.66667vw; }
      @media screen and (max-width: 480px) {
        .work__header_title h1, .work__header_title h2 {
          width: 94vw; } }
    .work__header_title::before {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 70vh;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      z-index: 98; }

.work__content_text {
  width: 54.83333vw;
  margin: 90px auto !important; }
  @media screen and (max-width: 1200px) {
    .work__content_text {
      width: 70.5vw;
      margin: 30px auto !important; } }
  @media screen and (max-width: 480px) {
    .work__content_text {
      width: 94vw;
      margin: 60px auto !important; } }
  .work__content_text a {
    border-bottom: 1px solid #000; }
  .work__content_text a:hover {
    border-bottom: 1px solid var(--color, #FF4142); }

.work__content_image figure {
  width: 100%;
  height: auto; }
  .work__content_image figure img {
    width: 100%;
    height: auto;
    display: block; }

.work__content_video_html5 {
  width: 100%;
  height: auto;
  line-height: 0; }
  .work__content_video_html5 video {
    width: 100%;
    height: auto; }

.work__content_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .work__content_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.work__content_slideshow {
  position: relative; }
  .work__content_slideshow ul {
    margin: 0; }
  .work__content_slideshow figure {
    width: 100vw;
    height: auto; }
    .work__content_slideshow figure img {
      width: 100%;
      height: auto;
      display: block; }

.work__content_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.work__content_half > .work__content_image, .work__content_half > .work__content_video_html5 {
  width: 50%; }
  @media screen and (max-width: 980px) {
    .work__content_half > .work__content_image, .work__content_half > .work__content_video_html5 {
      display: block;
      width: 100%; } }

/* ========================================================================== */
/* WORK INDEX */
/* ========================================================================== */
.project {
  padding-top: 150px; }
  .project__intro {
    width: 47vw;
    margin: 90px 0 90px 0; }
    @media screen and (max-width: 980px) {
      .project__intro {
        width: 94vw; } }
    .project__intro h1 {
      margin-bottom: 30px; }
  .project__anthology {
    width: 94vw;
    position: relative;
    color: #FFF;
    margin: 0 auto; }
    @media screen and (max-width: 820px) {
      .project__anthology {
        width: 94vw;
        margin: 0; } }
  .project__slideshow figure {
    width: 70.5vw;
    height: auto; }
    @media screen and (max-width: 820px) {
      .project__slideshow figure {
        width: 94vw;
        margin: 0; } }
    .project__slideshow figure img {
      width: 100%;
      height: auto;
      display: block; }
  .project .title {
    opacity: 0;
    -webkit-transition: 50ms opacity ease-in;
    -o-transition: 50ms opacity ease-in;
    transition: 50ms opacity ease-in;
    margin: 30px 30px 30px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .project .title h2 {
      font-size: 1.8rem; }
      @media screen and (max-width: 480px) {
        .project .title h2 {
          font-size: 1.3rem; } }
    .project .title h3 {
      font-size: 1.3rem;
      margin-top: 3px; }
      @media screen and (max-width: 480px) {
        .project .title h3 {
          font-size: 1rem;
          margin-top: 1px; } }
    .project .title h4 {
      margin-top: 15px;
      font-weight: 500;
      padding-bottom: 3px;
      display: inline-block;
      border-bottom: 1px solid #FFF; }
      .project .title h4:hover {
        border-bottom: 1px solid var(--color, #FF4142); }
  .project .title.fade-in {
    opacity: 1;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .project .title.fade-in {
        bottom: -20px; } }
  .project__collection_twocolumns {
    margin: 180px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .project__collection_twocolumns {
        margin: 90px 0 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .project__collection__intro_twocolumns {
    width: 47vw; }
    @media screen and (max-width: 1024px) {
      .project__collection__intro_twocolumns {
        width: 94vw;
        margin-bottom: 60px; } }
    .project__collection__intro_twocolumns h2 {
      margin-top: 5px;
      font-size: 1.3rem;
      color: #6B6B6B; }
  .project__collection__collections_twocolumns {
    width: 39.16667vw; }
    @media screen and (max-width: 1024px) {
      .project__collection__collections_twocolumns {
        width: 94vw; } }
    .project__collection__collections_twocolumns ul {
      margin: 0; }
    .project__collection__collections_twocolumns li {
      padding-bottom: 60px; }
      @media screen and (max-width: 1024px) {
        .project__collection__collections_twocolumns li {
          padding-bottom: 30px; } }
    .project__collection__collections_twocolumns li:first-child {
      margin-top: 5px; }
    .project__collection__collections_twocolumns a {
      font-size: 1.7rem;
      line-height: 2.3rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      display: inline-block; }
      @media screen and (max-width: 480px) {
        .project__collection__collections_twocolumns a {
          font-size: 1.3rem; } }
    .project__collection__collections_twocolumns a:hover {
      color: var(--color, #FF4142);
      border-color: var(--color, #FF4142); }
    .project__collection__collections_twocolumns p {
      font-size: 1.3rem;
      line-height: 1.9rem;
      color: #6B6B6B;
      padding-top: 5px; }
      @media screen and (max-width: 480px) {
        .project__collection__collections_twocolumns p {
          font-size: 1.1rem;
          line-height: 1.5em; } }
  .project__collection__intro {
    margin: 180px 0 30px 0; }
    .project__collection__intro h2 {
      margin-top: 5px;
      font-size: 1.3rem;
      color: #6B6B6B; }
      @media screen and (max-width: 480px) {
        .project__collection__intro h2 {
          font-size: 1.1rem; } }
  .project__collection__collections li {
    padding: 30px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
    .project__collection__collections li:hover {
      color: var(--color, #FF4142);
      border-bottom: solid 1px #000; }
    .project__collection__collections li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .project__collection__collections li h3 {
      width: 7.83333vw;
      padding-left: 15px;
      color: var(--color, #FF4142);
      font-size: 2.5rem; }
      @media screen and (max-width: 480px) {
        .project__collection__collections li h3 {
          font-size: 1.3rem; } }
    .project__collection__collections li h1 {
      width: 23.5vw;
      font-size: 1.7rem; }
      @media screen and (max-width: 480px) {
        .project__collection__collections li h1 {
          font-size: 1.3rem;
          width: 54.83333vw; } }
    .project__collection__collections li h2 {
      font-size: 1.3rem;
      color: var(--color, #FF4142); }
      @media screen and (max-width: 480px) {
        .project__collection__collections li h2 {
          font-size: 1rem;
          display: none; } }
  .project__casestudies__intro {
    margin: 180px 0 30px 0; }
    @media screen and (max-width: 1024px) {
      .project__casestudies__intro {
        margin: 90px 0 30px 0; } }
    .project__casestudies__intro h2 {
      margin-top: 5px;
      font-size: 1.3rem;
      color: #6B6B6B;
      font-size: 1.1rem; }
  .project__casestudies__projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .project__casestudies__projects_item {
      list-style: none;
      width: 47vw;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .project__casestudies__projects_item a {
        color: #000;
        -webkit-transition: ease-in-out 200ms;
        -o-transition: ease-in-out 200ms;
        transition: ease-in-out 200ms; }
      .project__casestudies__projects_item a:hover {
        color: var(--color, #FF4142); }
      .project__casestudies__projects_item-collaction {
        overflow: hidden;
        width: 31.33333vw;
        height: auto;
        background-color: #333; }
      .project__casestudies__projects_item .casestudies-gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        z-index: 0; }
      @media screen and (max-width: 820px) {
        .project__casestudies__projects_item {
          width: 94vw; } }
      .project__casestudies__projects_item figure {
        width: 100%;
        height: auto; }
        .project__casestudies__projects_item figure img {
          width: 100%;
          height: auto;
          display: block; }
      .project__casestudies__projects_item_head {
        width: 100%;
        padding: 30px 0 0 15px;
        min-height: 19.58333vw; }
        @media screen and (max-width: 820px) {
          .project__casestudies__projects_item_head {
            padding-left: 0; } }
        @media screen and (max-width: 1200px) {
          .project__casestudies__projects_item_head {
            min-height: 27.41667vw; } }
        @media screen and (max-width: 980px) {
          .project__casestudies__projects_item_head {
            min-height: 35.25vw; } }
        @media screen and (max-width: 560px) {
          .project__casestudies__projects_item_head {
            min-height: 47vw; } }
        @media screen and (max-width: 380px) {
          .project__casestudies__projects_item_head {
            min-height: 62.66667vw; } }
        .project__casestudies__projects_item_head h1 {
          width: 70%;
          font-size: 1.7rem;
          padding: 6px 0;
          line-height: 2.2rem; }
          @media screen and (max-width: 980px) {
            .project__casestudies__projects_item_head h1 {
              width: 85%; } }
          @media screen and (max-width: 820px) {
            .project__casestudies__projects_item_head h1 {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .project__casestudies__projects_item_head h1 {
              width: 100%;
              font-size: 1.5rem;
              line-height: 2rem; } }
        .project__casestudies__projects_item_head h3 {
          font-weight: 500;
          font-size: 0.9rem;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          @media screen and (max-width: 480px) {
            .project__casestudies__projects_item_head h3 {
              font-size: 0.8rem; } }
        .project__casestudies__projects_item_head h2 {
          width: 70%;
          font-size: 1.1rem;
          line-height: 1.5em; }
          @media screen and (max-width: 820px) {
            .project__casestudies__projects_item_head h2 {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .project__casestudies__projects_item_head h2 {
              width: 100%; } }
    .project__casestudies__projects_item_25 {
      list-style: none;
      width: 23.5vw;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .project__casestudies__projects_item_25 a {
        color: #000;
        -webkit-transition: ease-in-out 200ms;
        -o-transition: ease-in-out 200ms;
        transition: ease-in-out 200ms; }
      .project__casestudies__projects_item_25 a:hover {
        color: var(--color, #FF4142); }
      @media screen and (max-width: 820px) {
        .project__casestudies__projects_item_25 {
          width: 47vw; } }
      .project__casestudies__projects_item_25 figure {
        width: 100%;
        height: auto; }
        .project__casestudies__projects_item_25 figure img {
          width: 100%;
          height: auto;
          display: block; }
      .project__casestudies__projects_item_25_head_25 {
        width: 100%;
        min-height: 11.75vw; }
        @media screen and (max-width: 560px) {
          .project__casestudies__projects_item_25_head_25 {
            min-height: 19.58333vw; } }
        .project__casestudies__projects_item_25_head_25 h1 {
          width: 80%;
          font-size: 1.1rem;
          padding: 6px 0;
          line-height: 1.7rem; }
          @media screen and (max-width: 480px) {
            .project__casestudies__projects_item_25_head_25 h1 {
              font-size: 1rem;
              line-height: 1.2rem; } }
  .project__archive h1 {
    margin-top: 120px; }
    .project__archive h1 span {
      border-bottom: 1px solid #000; }
  .project__archive ul {
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    column-gap: 20px; }
    @media screen and (max-width: 980px) {
      .project__archive ul {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media screen and (max-width: 480px) {
      .project__archive ul {
        -webkit-column-count: 1;
        column-count: 1; } }
    .project__archive ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.9rem; }
      .project__archive ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--color, #FF4142); }
      .project__archive ul li span {
        margin-right: 10px; }
      .project__archive ul li p {
        font-size: 0.9rem;
        margin: 0; }

/* ========================================================================== */
/* COLLECTION */
/* ========================================================================== */
.header-collection {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: lft-etica, sans-serif;
  font-weight: 200;
  height: 80px; }
  .header-collection > .module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-collection > .module a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
      @media screen and (max-width: 560px) {
        .header-collection > .module a span {
          display: none; } }
      .header-collection > .module a:hover {
        color: var(--color, #FF4142);
        border-color: var(--color, #FF4142); }
    .header-collection > .module .close-slider {
      margin-top: 3px; }

.collection__intro {
  position: absolute;
  left: 50%;
  top: -33px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 560px) {
    .collection__intro {
      top: -35px; } }
  .collection__intro h1 {
    font-size: 1.3rem; }

@media screen and (max-width: 420px) {
  .collection__intro h1 {
    font-size: 1rem; } }

.collection__slideshow {
  height: 88vh;
  margin: 0; }
  .collection__slideshow .cell {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .collection__slideshow .cell > div {
    margin-top: -12vh; }
    .collection__slideshow .cell > div video.carousel-cell-image, .collection__slideshow .cell > div img.carousel-cell-image {
      display: block;
      max-height: 100%;
      margin: 0 auto;
      max-width: 100%;
      padding: 0 10%; }

@media screen and (max-width: 560px) {
  .collection__slideshow .cell > div video.carousel-cell-image, .collection__slideshow .cell > div img.carousel-cell-image {
    padding: 0; } }
    .collection__slideshow .cell > div nav ul {
      font-weight: 500; }
      .collection__slideshow .cell > div nav ul li {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }

@media screen and (max-width: 560px) {
  .collection__slideshow .cell > div nav ul li {
    font-size: .9rem;
    -webkit-transition: 0.05s;
    -o-transition: 0.05s;
    transition: 0.05s; } }
        .collection__slideshow .cell > div nav ul li a {
          padding-bottom: 1px;
          border-bottom: 1px solid #000; }
        .collection__slideshow .cell > div nav ul lihover {
          color: var(--color, #FF4142);
          padding-bottom: 3px;
          border-bottom: 1px solid var(--color, #FF4142); }
      .collection__slideshow .cell > div nav ul li.fade-in {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.0s;
        -o-transition-delay: 0.0s;
        transition-delay: 0.0s; }
      .collection__slideshow .cell > div nav ul li.fade-out {
        opacity: 0;
        bottom: -20px; }
      .collection__slideshow .cell > div nav ul li.internal-link-collection {
        position: absolute;
        bottom: 10px;
        left: 0; }

@media screen and (max-width: 560px) {
  .collection__slideshow .cell > div nav ul li.internal-link-collection {
    display: none; } }
      .collection__slideshow .cell > div nav ul li.title {
        position: absolute;
        left: 50%;
        bottom: -3px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media screen and (max-width: 560px) {
  .collection__slideshow .cell > div nav ul li.title {
    position: absolute;
    font-size: 1.1rem;
    bottom: 0;
    width: 70%;
    text-align: center; } }
      .collection__slideshow .cell > div nav ul li.external-link-collection {
        position: absolute;
        right: 0;
        bottom: 10px; }

@media screen and (max-width: 560px) {
  .collection__slideshow .cell > div nav ul li.external-link-collection {
    display: none; } }
  .collection__slideshow .flickity-button {
    color: #000; }
  .collection__slideshow .flickity-prev-next-button {
    top: 43%; }

@media screen and (max-width: 560px) {
  .collection__slideshow .flickity-prev-next-button {
    display: none; } }
  .collection__slideshow .flickity-prev-next-button.previous {
    left: 0; }
  .collection__slideshow .flickity-prev-next-button.next {
    right: 0; }

/* ========================================================================== */
/* CONTACTS */
/* ========================================================================== */
.contacts {
  padding-top: 150px; }
  .contacts h3 {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .1rem; }
  .contacts a {
    border-bottom: 0.05rem solid #6B6B6B; }
    .contacts a:hover {
      border-bottom-color: var(--color, #FF4142); }
  .contacts__intro {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .contacts__intro__container {
      width: 62.66667vw;
      padding: 90px 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .contacts__intro__container > * {
        width: 50%; }
      .contacts__intro__container h2 {
        font-size: 1.5rem;
        line-height: 2.3rem; }
      @media screen and (max-width: 980px) {
        .contacts__intro__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .contacts__intro__container > * {
            width: 100%; }
          .contacts__intro__container h2 {
            padding-top: 30px; } }
      @media screen and (max-width: 820px) {
        .contacts__intro__container {
          width: 94vw;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (max-width: 480px) {
        .contacts__intro__container h2 {
          font-size: 1.2rem;
          line-height: 1.8rem; } }
  .contacts__topics {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .contacts__topics__container {
      width: 62.66667vw;
      margin: auto;
      padding: 90px 0 90px 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .contacts__topics__container > * {
        width: 25%;
        padding-right: 40px; }
      .contacts__topics__container h3 {
        padding-bottom: 15px; }
      .contacts__topics__container p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        font-weight: 200; }
      .contacts__topics__container a {
        display: inline-block;
        padding-top: 22.5px; }
      @media screen and (max-width: 1270px) {
        .contacts__topics__container {
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          .contacts__topics__container > * {
            width: 50%; }
          .contacts__topics__container .secondchild {
            padding-top: 90px; } }
      @media screen and (max-width: 820px) {
        .contacts__topics__container {
          width: 94vw;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (max-width: 560px) {
        .contacts__topics__container {
          padding-top: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; }
          .contacts__topics__container > * {
            width: 100%;
            padding-top: 90px; } }
  .contacts__contact {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .contacts__contact__title {
      width: 62.66667vw;
      margin: auto;
      text-align: left;
      padding-bottom: 15px; }
      @media screen and (max-width: 820px) {
        .contacts__contact__title {
          width: 94vw;
          padding-right: 15px;
          padding-bottom: 0;
          padding-top: 30px; } }
      @media screen and (max-width: 980px) {
        .contacts__contact__title {
          padding-right: 15px;
          padding-bottom: 0;
          padding-top: 30px; } }
    .contacts__contact__container {
      width: 62.66667vw;
      margin: auto;
      padding: 21px 0 90px 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .contacts__contact__container > * {
        width: 50%; }
        .contacts__contact__container > * h2 {
          padding-bottom: 30px; }
        .contacts__contact__container > * h3 {
          padding-bottom: 20px; }
        .contacts__contact__container > * p {
          font-size: 1.2rem; }
        .contacts__contact__container > * .map {
          padding-top: 20px; }
      @media screen and (max-width: 820px) {
        .contacts__contact__container {
          width: 94vw;
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (max-width: 560px) {
        .contacts__contact__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .contacts__contact__container > * {
            width: 100%; }
          .contacts__contact__container .mobile-padding {
            padding-top: 90px; } }

/* ========================================================================== */
/* ABOUT */
/* ========================================================================== */
.about {
  padding-top: 150px; }
  @media screen and (max-width: 1024px) {
    .about h1 {
      margin-bottom: 90px; } }
  @media screen and (max-width: 480px) {
    .about h1 {
      margin-bottom: 30px; } }
  .about h3 {
    font-family: lft-etica, sans-serif;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .1rem;
    margin-bottom: 30px; }
  .about .tagline {
    font-size: 4rem;
    line-height: 4.5rem; }
  .about__intro {
    width: 47vw;
    margin: 90px 0 120px 0; }
    @media screen and (max-width: 980px) {
      .about__intro {
        width: 94vw; } }
    .about__intro h1 {
      margin-bottom: 30px; }
  .about__whoweare .about-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px; }
    @media screen and (max-width: 820px) {
      .about__whoweare .about-download {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 480px) {
      .about__whoweare .about-download {
        margin-bottom: 30px; } }
    .about__whoweare .about-download p {
      width: 39.16667vw; }
      @media screen and (max-width: 820px) {
        .about__whoweare .about-download p {
          width: 94vw; } }
    .about__whoweare .about-download ul {
      padding-left: 90px;
      margin: 0; }
      @media screen and (max-width: 820px) {
        .about__whoweare .about-download ul {
          padding-left: 0;
          margin-top: 30px; } }
    .about__whoweare .about-download ul li {
      margin-bottom: 15px; }
    .about__whoweare .about-download ul li:first-child {
      margin-top: 7px; }
    .about__whoweare .about-download ul li a {
      font-size: 1.2rem;
      color: var(--color, #FF4142);
      padding-bottom: 2px;
      border-bottom: 1px solid var(--color, #FF4142);
      -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1);
      transition: color 0.25s cubic-bezier(0.23, 1, 0.32, 1), border 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    .about__whoweare .about-download ul li a:hover {
      color: #000;
      border-bottom: 1px solid #000; }
  .about__whoweare .video {
    width: 70.5vw;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 820px) {
      .about__whoweare .video {
        width: 94vw;
        margin: 0; } }
    .about__whoweare .video .sc-play {
      margin-left: -8%;
      margin-top: -10%; }
      @media screen and (max-width: 820px) {
        .about__whoweare .video .sc-play {
          margin-left: -6%;
          margin-top: 0; } }
      @media screen and (max-width: 560px) {
        .about__whoweare .video .sc-play {
          margin-left: -9%;
          margin-top: -1%; } }
      @media screen and (max-width: 480px) {
        .about__whoweare .video .sc-play {
          top: 18%;
          left: 12%; } }
    @media screen and (max-width: 820px) {
      .about__whoweare .video .sc-play > span {
        display: none; } }
  .about__ourwork {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .about__ourwork {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .about__ourwork h1, .about__ourwork div {
      width: 47vw; }
      @media screen and (max-width: 1024px) {
        .about__ourwork h1, .about__ourwork div {
          width: 94vw; } }
    .about__ourwork p {
      padding-bottom: 30px; }
      .about__ourwork p a {
        border-bottom: 1px solid #000; }
    .about__ourwork p.activities {
      font-weight: 400; }
    .about__ourwork h3.padding {
      padding-top: 30px; }
    .about__ourwork h4 {
      font-weight: 400;
      font-size: 1.3rem;
      padding-bottom: 3px; }

.clients {
  background-color: #000;
  padding: 120px 0 30px 0;
  margin-top: 60px;
  color: #FFF; }
  .clients__wrapper-clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .clients__wrapper-clients {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .clients h1 {
      margin-bottom: 30px; } }
  .clients h1, .clients p {
    width: 47vw; }
    @media screen and (max-width: 1024px) {
      .clients h1, .clients p {
        width: 94vw; } }
  .clients ul {
    padding: 90px 0 60px 0;
    width: 78.33333vw;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .clients ul {
        width: 94vw; } }
    @media screen and (max-width: 480px) {
      .clients ul {
        padding: 45px 0 30px 0; } }
  .clients ul li {
    color: #757575;
    font-size: 2rem;
    line-height: 3.8rem;
    float: left;
    padding-right: 50px; }
    @media screen and (max-width: 1024px) {
      .clients ul li {
        font-size: 1.7rem;
        line-height: 2.9rem; } }

.branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .branding {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .branding div {
    width: 47vw; }
    @media screen and (max-width: 1024px) {
      .branding div {
        width: 94vw; } }
    .branding div h4.padding {
      padding-top: 30px; }
    .branding div h4 {
      font-weight: 400;
      font-size: 1.3rem;
      padding-bottom: 3px; }
    .branding div img {
      width: 80%;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .branding div img {
          margin-top: 30px;
          width: 100%; } }

.awards {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 120px;
  margin-top: 120px;
  text-align: center; }
  .awards .awards-list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .awards .awards-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .awards .awards-list li {
      margin-right: 30px; }

/* ========================================================================== */
/* LUFT */
/* ========================================================================== */
.all-black {
  background-color: #000; }
  .all-black header a {
    color: #FFF; }
  .all-black header li a {
    color: #FFF;
    border-bottom: 1px solid #757575; }

.contact-black {
  color: #FFF; }
  .contact-black a {
    color: #FFF; }
  .contact-black .footer__text a {
    border-bottom: 1px solid #FFF; }
  .contact-black .footer__text a:hover {
    border-bottom: 1px solid var(--color, #FF4142); }

.white-footer {
  background-color: #FFF;
  color: #000; }

.luft {
  padding-top: 150px;
  color: #FFF; }
  .luft .video {
    width: 94vw;
    margin-top: 120px; }
    .luft .video .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .luft .video .wrap .sc-play {
          margin-left: -9%; } }
      @media screen and (max-width: 820px) {
        .luft .video .wrap .sc-play {
          margin-left: -6%;
          margin-top: -5%; } }
      @media screen and (max-width: 480px) {
        .luft .video .wrap .sc-play {
          margin-left: -10%;
          margin-top: -5%; } }
      @media screen and (max-width: 380px) {
        .luft .video .wrap .sc-play {
          left: 12%;
          top: 15%; } }
      @media screen and (max-width: 820px) {
        .luft .video .wrap .sc-play > span {
          display: none; } }
  .luft h1 {
    margin-bottom: 30px; }
  .luft__intro {
    margin: 90px 0 120px 0;
    width: 47vw;
    margin-left: 47vw; }
    @media screen and (max-width: 1200px) {
      .luft__intro {
        width: 62.66667vw;
        margin-left: 0; } }
    @media screen and (max-width: 980px) {
      .luft__intro {
        width: 94vw; } }
    .luft__intro p {
      padding-bottom: 30px; }
  .luft .static {
    color: #FFF; }
  .luft__happens {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 120px; }
    .luft__happens__intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .luft__happens__intro {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .luft__happens__intro h1, .luft__happens__intro div {
        color: #FFF;
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__happens__intro h1, .luft__happens__intro div {
            width: 94vw; } }
    .luft__happens ul {
      margin: 90px 0 120px 0; }
      .luft__happens ul li:first-child {
        border-top: 1px solid #FFF; }
      .luft__happens ul li {
        border-bottom: 1px solid #FFF;
        color: #FFF; }
        .luft__happens ul li a {
          padding: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 80px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media screen and (max-width: 1170px) {
            .luft__happens ul li a {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding: 30px 0; } }
        .luft__happens ul li a:hover {
          color: var(--color, #FF4142); }
        .luft__happens ul li h2 {
          width: 15.66667vw; }
          @media screen and (max-width: 1170px) {
            .luft__happens ul li h2 {
              width: 86.16667vw;
              font-size: 1.7rem; } }
        .luft__happens ul li div {
          width: 20px; }
          @media screen and (max-width: 1170px) {
            .luft__happens ul li div {
              width: 7.83333vw;
              text-align: right; } }
        .luft__happens ul li h3 {
          width: 39.16667vw;
          line-height: 1.8rem;
          padding: 0 20px; }
          @media screen and (max-width: 1170px) {
            .luft__happens ul li h3 {
              font-size: 1.4rem;
              width: 94vw;
              padding: 0;
              margin-top: 5px; } }
        .luft__happens ul li p {
          width: 39.16667vw;
          font-size: 1.1rem;
          line-height: 1.5rem; }
          @media screen and (max-width: 1270px) {
            .luft__happens ul li p {
              width: 94vw;
              margin-top: 15px; } }
  .luft__touchpoint {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 120px; }
    @media screen and (max-width: 1024px) {
      .luft__touchpoint {
        padding-top: 30px; } }
    .luft__touchpoint a.link {
      display: inline;
      border-bottom: 0.05rem solid #757575;
      line-height: 1.6em; }
      .luft__touchpoint a.link:hover {
        border-bottom-color: var(--color, #FF4142); }
    .luft__touchpoint__intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .luft__touchpoint__intro {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .luft__touchpoint__intro h1, .luft__touchpoint__intro div {
        color: #FFF;
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__touchpoint__intro h1, .luft__touchpoint__intro div {
            width: 94vw; } }
    .luft__touchpoint .touchpoint-2020 {
      margin-top: 120px; }
      .luft__touchpoint .touchpoint-2020 a, .luft__touchpoint .touchpoint-2020 img {
        width: 100%;
        height: auto; }
      .luft__touchpoint .touchpoint-2020 h2 {
        margin-bottom: 30px; }
      .luft__touchpoint .touchpoint-2020 p {
        padding-bottom: 15px;
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__touchpoint .touchpoint-2020 p {
            width: 94vw; } }
    .luft__touchpoint .old-season {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 120px; }
      @media screen and (max-width: 1024px) {
        .luft__touchpoint .old-season {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .luft__touchpoint .old-season li {
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__touchpoint .old-season li {
            width: 94vw;
            margin-bottom: 120px; } }
        .luft__touchpoint .old-season li h2 {
          margin: 30px 0; }
        .luft__touchpoint .old-season li p {
          padding: 0 30px 15px 0;
          font-size: 1.1rem;
          line-height: 1.5rem; }
        .luft__touchpoint .old-season li a, .luft__touchpoint .old-season li img {
          width: 100%;
          height: auto; }
  .luft__designisaverb {
    border-top: 1px solid #FFF;
    margin-top: 120px;
    padding-top: 120px; }
    @media screen and (max-width: 1024px) {
      .luft__designisaverb {
        margin-top: 0; } }
    .luft__designisaverb h3 {
      font-family: lft-etica, sans-serif;
      font-weight: 600;
      font-size: .9rem;
      letter-spacing: .1rem;
      margin-bottom: 30px; }
    .luft__designisaverb__intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .luft__designisaverb__intro {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .luft__designisaverb__intro h1, .luft__designisaverb__intro div {
        color: #FFF;
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__designisaverb__intro h1, .luft__designisaverb__intro div {
            width: 94vw; } }
    .luft__designisaverb__description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-top: 120px; }
      @media screen and (max-width: 1024px) {
        .luft__designisaverb__description {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
      .luft__designisaverb__description div {
        width: 47vw; }
        @media screen and (max-width: 1024px) {
          .luft__designisaverb__description div {
            width: 94vw; } }
      @media screen and (max-width: 1024px) {
        .luft__designisaverb__description h3 {
          margin-top: 60px; } }
      .luft__designisaverb__description .actors {
        font-size: 1.2rem;
        line-height: 1.4em;
        width: 31.33333vw; }
        @media screen and (max-width: 1024px) {
          .luft__designisaverb__description .actors {
            width: 47vw; } }
        @media screen and (max-width: 480px) {
          .luft__designisaverb__description .actors {
            width: 94vw; } }
      .luft__designisaverb__description p {
        padding-bottom: 30px; }
  .luft .luft-detail {
    margin-top: 60px;
    margin-bottom: 60px; }
    .luft .luft-detail img {
      width: 100%;
      height: auto; }
    .luft .luft-detail p, .luft .luft-detail div {
      font-size: 1.2rem;
      line-height: 1.8rem; }
    .luft .luft-detail .video {
      margin-top: 30px; }
      .luft .luft-detail .video .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .luft .luft-detail .video .wrap .sc-play {
          text-transform: uppercase;
          font-size: 0.9rem;
          letter-spacing: 0.2em;
          font-weight: 200;
          color: #FFF; }
          @media screen and (max-width: 1024px) {
            .luft .luft-detail .video .wrap .sc-play {
              margin-left: -9%; } }
          @media screen and (max-width: 820px) {
            .luft .luft-detail .video .wrap .sc-play {
              margin-left: -6%;
              margin-top: -5%; } }
          @media screen and (max-width: 480px) {
            .luft .luft-detail .video .wrap .sc-play {
              margin-left: -10%;
              margin-top: -5%; } }
          @media screen and (max-width: 820px) {
            .luft .luft-detail .video .wrap .sc-play .sc-play > span {
              display: none; } }
    .luft .luft-detail .static {
      padding: 30px 0;
      width: 62.66667vw;
      margin: 0 auto; }
      @media screen and (max-width: 820px) {
        .luft .luft-detail .static {
          width: 94vw; } }

/* ========================================================================== */
/* 404 */
/* ========================================================================== */
.fourofour {
  padding-top: 150px; }
  .fourofour__content {
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color, #FF4142);
    min-height: 200px;
    color: #FFF; }
    @media screen and (max-width: 1024px) {
      .fourofour__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0; } }
    .fourofour__content h1, .fourofour__content div {
      width: 47vw; }
      @media screen and (max-width: 1024px) {
        .fourofour__content h1, .fourofour__content div {
          width: 94vw;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .fourofour__content h1, .fourofour__content div {
          padding: 60px 0; } }
    .fourofour__content a {
      border-bottom: 1px solid #FFF;
      padding-bottom: 1px; }
      .fourofour__content a:hover {
        color: #000;
        border-bottom: 1px solid #000; }
    .fourofour__content p {
      padding-right: 90px; }
      @media screen and (max-width: 1024px) {
        .fourofour__content p {
          padding: 0 90px; } }
      @media screen and (max-width: 560px) {
        .fourofour__content p {
          padding: 0 30px; } }
      @media screen and (max-width: 480px) {
        .fourofour__content p {
          font-size: 1.3rem;
          line-height: 1.9rem; } }
    .fourofour__content h1 {
      text-align: center;
      font-size: 250px; }
      @media screen and (max-width: 560px) {
        .fourofour__content h1 {
          font-size: 150px; } }
    .fourofour__content h3 {
      font-weight: 600;
      font-size: .9rem;
      letter-spacing: .1rem;
      margin-bottom: 30px;
      text-transform: uppercase; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/*# sourceMappingURL=main.css.map */