/*********************
Utils
*********************/
/*********************
COLORS
*********************/
/*********************
RESPONSIVE
*********************/
/*****************************************
Mixins
*****************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************
Utils
*****************************************/
.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .f--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@font-face {
  font-family: 'Roxborough-thin';
  src: url("../fonts/RoxboroughCF-Thin.woff2") format("woff2"), url("../fonts/RoxboroughCF-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roxborough-light';
  src: url("../fonts/RoxboroughCF-Light.woff2") format("woff2"), url("../fonts/RoxboroughCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GT';
  src: url("../fonts/GTAmerica-ExpandedRegular.woff2") format("woff2"), url("../fonts/GTAmerica-ExpandedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-condensed';
  src: url("../fonts/gt-america-condensed-regular.woff2") format("woff2"), url("../fonts/gt-america-condensed-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*********************
Components
*********************/
/*****************************************
links
*****************************************/
.link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*********************
Links
*********************/
a, a:visited, .a {
  pointer-events: auto;
  color: #292A28;
  text-decoration: none;
  -webkit-transition: color 700ms cubic-bezier(0.4, 0.8, 0.74, 1);
  transition: color 700ms cubic-bezier(0.4, 0.8, 0.74, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }
  @media (hover: hover) {
    a:hover, a:visited:hover, .a:hover {
      -webkit-transition: color 100ms cubic-bezier(0.4, 0.8, 0.74, 1);
      transition: color 100ms cubic-bezier(0.4, 0.8, 0.74, 1);
      color: #595959; } }
  a:active, a:visited:active, .a:active {
    color: #595959; }

/*****************************************
Buttons
*****************************************/
.btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .plyr video,
  .plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 1.2rem;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
    .plyr__captions .plyr__caption div {
      display: inline; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 1.4rem;
      padding: 20px; } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 1.4rem; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    outline: 0; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #ffffff;
  color: #fff; }

.plyr--video .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: rgba(255, 255, 255, 0);
  color: white; }

.plyr__control--overlaid {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.747);
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: rgba(255, 255, 255, 0); }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls > .plyr__control,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls .plyr__menu + .plyr__control,
  .plyr__controls > .plyr__control + .plyr__menu,
  .plyr__controls > .plyr__control + .plyr__control,
  .plyr__controls .plyr__progress + .plyr__control {
    margin-left: 5px; }
  .plyr__controls > .plyr__control:first-child,
  .plyr__controls > .plyr__control:first-child + [data-plyr='pause'] {
    margin-left: 0;
    margin-right: auto; }
  .plyr__controls:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > .plyr__control,
    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls .plyr__volume {
      margin-left: 10px; } }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: rgba(255, 255, 255, 0.747);
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 1.4rem;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: 7px; }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #4f5b5f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem;
      padding: 4px 11px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: 28px; }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(79, 91, 95, 0.8);
          right: 5px; }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(79, 91, 95, 0.8);
          left: 7px; }
        .plyr__menu__container .plyr__control--back::before {
          background: #b7c5cd;
          -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 4px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: 7px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: #ffffff; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(0, 0, 0, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: -5px;
      overflow: hidden;
      padding-left: 25px;
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 0px;
  color: #ffffff;
  display: block;
  height: 6px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 0px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 0px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: 1px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -moz-user-select: none;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 0px;
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 0px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 1px;
    height: 2px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 0px;
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 0px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    outline: 0; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 1.2rem; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 1.2rem;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  left: 0px;
  margin-right: 0px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% + 0px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 1.2rem;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 2px;
  left: 0;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 2px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 2px;
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .plyr__volume input[type='range'] {
    margin-left: 5px;
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr__volume {
      max-width: 90px; } }
  @media (min-width: 768px) {
    .plyr__volume {
      max-width: 110px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 1.6rem; }
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 1.6rem; }
    .plyr:fullscreen .plyr__captions {
      font-size: 1.6rem; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 1.6rem; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 1.6rem; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 1.6rem; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 1.6rem; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 2px;
      color: #fff;
      font-size: 1.2rem;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

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

.plyr [hidden] {
  display: none !important; }

/*********************
Layout
*********************/
/*********************
General
*********************/
html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-family: "Roxborough-light", serif;
  font-size: 0.97222vw;
  line-height: 1;
  background: #151515;
  color: #151515;
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body ::-moz-selection {
    background: rgba(41, 42, 40, 0.99);
    color: #FFFDED; }
  body ::selection {
    background: rgba(41, 42, 40, 0.99);
    color: #FFFDED; }

.loading * {
  cursor: progress !important; }

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%; }

svg {
  pointer-events: none; }

section, div, ul, li, a {
  position: relative; }

/*********************
Parapgraph
*********************/
/*********************
Headings
*********************/
h1, h2, h3, h4 {
  text-rendering: optimizelegibility; }

a, img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none; }

pre {
  font-family: "Inconsolata", "Lucida Console", Monaco, monospace;
  font-size: 1.4rem;
  line-height: 1.3em;
  text-align: left;
  margin: 9rem;
  max-width: 50rem;
  white-space: pre-wrap;
  text-transform: initial; }

b, strong {
  font-weight: bold; }

.fixed {
  position: fixed;
  left: 0;
  top: 0; }

.abs {
  position: absolute;
  left: 0;
  top: 0; }

.word, .letter {
  position: relative;
  display: inline-block;
  text-align: center; }

.dg * {
  pointer-events: auto; }

.dg.ac {
  z-index: 999 !important; }
  .dg.ac .property-name {
    color: white; }
  .dg.ac .close-button {
    color: white; }

.hiding {
  position: absolute !important; }

.hidden {
  visibility: hidden !important;
  opacity: 0; }

.scrollable {
  width: 100%; }
  .is-mobile .scrollable {
    overflow: hidden; }

.no-wbr wbr {
  display: none; }

.softShadow {
  -webkit-box-shadow: 0px 0px 48px -6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 48px -6px rgba(0, 0, 0, 0.29); }

.softTextShadow {
  text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.79); }

.bgCover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.expo {
  position: absolute;
  top: 0.6em;
  right: 1.1em;
  font-size: 2.4vmin;
  line-height: 1;
  padding-bottom: 0.3em;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*********************
GRID
*********************/
body.show-grid::after {
  content: '';
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  width: calc(100% + 1px);
  height: 100vh;
  background-image: repeating-linear-gradient(90deg, transparent, transparent calc(calc(100% / 24) - 1px), rgba(255, 0, 0, 0.33) calc(calc(100% / 24) - 1px), rgba(255, 0, 0, 0.33) calc(100% / 24));
  background-size: 100% calc(100% / 24); }

body.mobile.show-grid::after {
  background-image: repeating-linear-gradient(90deg, transparent, transparent calc(calc(100% / 24) - 1px), rgba(255, 0, 0, 0.33) calc(calc(100% / 24) - 1px), rgba(255, 0, 0, 0.33) calc(100% / 24));
  background-size: 100% calc(100% / 24); }

.r {
  position: relative;
  display: block; }
  .r video, .r img, .r iframe, .r svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

img.lazy, video.lazy {
  -webkit-transition: opacity 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: opacity 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  opacity: 0; }
  img.lazy.loaded, video.lazy.loaded {
    opacity: 1; }

.debug [data-prllx] {
  background: red !important; }
  .debug [data-prllx] > * {
    opacity: .5 !important; }

.video-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.15%;
  background: #151515; }
  .video-player .cover-wrapper, .video-player .player-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden; }
  .video-player .player-wrapper {
    top: -1px;
    height: calc(100% + 2px);
    visibility: hidden;
    opacity: 0; }
  .video-player .cover-wrapper {
    z-index: 2; }
    .video-player .cover-wrapper .preview {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .video-player .cover-wrapper .preview video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .video-player .title, .video-player .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    font-size: 10.41667vw; }
    .video-player .title img, .video-player .cover img {
      -o-object-fit: cover;
      object-fit: cover; }
  .video-player .title {
    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;
    color: #FFFDED; }

.plyr__controls .plyr__progress + .plyr__control {
  margin-left: 11px; }

/*********************
Susy
*********************/
/*********************
Partials
*********************/
/*****************************************
Header
*****************************************/
.mobile-menu {
  display: none;
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch; }
  .is-mobile .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0; }
  .mobile-menu .background {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: 100vh;
    background: #151515; }
  .mobile-menu .menu {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-family: "GT", sans-serif;
    font-size: 5.33333vw;
    line-height: 2.25;
    color: #FFFDED; }
    .mobile-menu .menu a {
      color: #FFFDED; }
    .mobile-menu .menu nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      pointer-events: auto;
      margin-bottom: 1.4em;
      -webkit-perspective: 250px;
      perspective: 250px; }
      .mobile-menu .menu nav a {
        -webkit-transform-origin: center center -.9em;
        transform-origin: center center -.9em;
        padding: 0 1.3em;
        opacity: 1; }
        @media (hover: hover) {
          .mobile-menu .menu nav a:hover {
            opacity: .65; } }
        .mobile-menu .menu nav a span {
          padding-bottom: .13em;
          background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 95%;
          background-repeat: no-repeat;
          background-size: 0% 1px;
          -webkit-transition: background-size .3s;
          transition: background-size .3s; }
        .mobile-menu .menu nav a.active span {
          background-position: 100% 95%;
          background-size: 100% 1px; }
    .mobile-menu .menu .booking {
      position: absolute;
      left: 50%;
      bottom: 9vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-perspective: 250px;
      perspective: 250px; }
      .mobile-menu .menu .booking-title {
        display: none; }
      .mobile-menu .menu .booking-link {
        -webkit-transform-origin: center center -.9em;
        transform-origin: center center -.9em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .mobile-menu .menu .booking-link .label {
          margin-right: .5em; }

.header {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #FFFDED;
  mix-blend-mode: difference;
  font-family: "GT", sans-serif;
  font-size: 0.76389vw;
  line-height: 1.6;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0; }
  .header a, .header a:hover {
    color: #FFFDED; }
  .header * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .header .mobile-btn {
    display: none;
    position: absolute;
    left: calc(4.16667vw * var(--sbr));
    left: 3.1vw;
    top: 5.9vw;
    width: 5.8vw; }
    .is-mobile .header .mobile-btn {
      display: block; }
    .header .mobile-btn > div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .header .mobile-btn svg path, .header .mobile-btn svg line {
      fill: #FFFDED;
      stroke: #FFFDED; }
  .header .logo {
    position: absolute;
    left: calc(4.16667vw * var(--sbr));
    top: 2.7vw;
    width: 8vw;
    pointer-events: auto; }
    .is-mobile .header .logo {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 4vw;
      width: 19vw; }
    .header .logo svg path {
      fill: #FFFDED; }
  .header .menu {
    margin-top: 3vw;
    width: 100%;
    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;
    pointer-events: none; }
    .header .menu nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: auto; }
      .header .menu nav a {
        padding: .8em 1.3em;
        opacity: 1;
        -webkit-transition: opacity 0.9s cubic-bezier(0.34, 1.02, 0.68, 1);
        transition: opacity 0.9s cubic-bezier(0.34, 1.02, 0.68, 1); }
        @media (hover: hover) {
          .header .menu nav a:hover {
            opacity: .65;
            -webkit-transition: opacity 0.1s cubic-bezier(0.34, 1.02, 0.68, 1);
            transition: opacity 0.1s cubic-bezier(0.34, 1.02, 0.68, 1); } }
        .header .menu nav a span {
          padding-bottom: .13em;
          background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 95%;
          background-repeat: no-repeat;
          background-size: 0% 1px;
          -webkit-transition: background-size 2.3s cubic-bezier(0.66, 0, 0.34, 1);
          transition: background-size 2.3s cubic-bezier(0.66, 0, 0.34, 1); }
        .header .menu nav a.active span {
          background-position: 100% 95%;
          background-size: 100% 1px; }
    .header .menu .booking {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: calc(4.16667vw * var(--sbr));
      padding: .8em 0; }
      .header .menu .booking-title {
        opacity: .5; }
      .header .menu .booking-link {
        margin-left: 0.8em; }
        .header .menu .booking-link .label {
          display: none; }
        .header .menu .booking-link .title {
          padding-bottom: .13em;
          background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 95%;
          background-repeat: no-repeat;
          background-size: 0% 1px;
          -webkit-transition: background-size 0.5s cubic-bezier(0.34, 1.02, 0.68, 1);
          transition: background-size 0.5s cubic-bezier(0.34, 1.02, 0.68, 1); }
        .header .menu .booking-link:hover .title {
          background-position: 100% 95%;
          background-size: 100% 1px; }

/*****************************************
Footer
*****************************************/
.footer {
  z-index: 3;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 5vw;
  color: #292A28;
  background: #F5F5F0; }
  .is-mobile .footer {
    padding-bottom: 15vw;
    padding-top: 9vw; }
  .footer_booking {
    background: #151515;
    color: #FFFDED;
    line-height: 1;
    text-align: center; }
    .footer_booking ::-moz-selection {
      background: rgba(255, 253, 237, 0.99);
      color: #292A28; }
    .footer_booking ::selection {
      background: rgba(255, 253, 237, 0.99);
      color: #292A28; }
    .footer_booking .background {
      overflow: hidden;
      width: 100%; }
      .is-mobile .footer_booking .background picture {
        padding-bottom: 150% !important; }
    .footer_booking .titles {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer_booking .titles .title {
        font-size: 10.41667vw;
        margin-bottom: 1vw; }
        .is-mobile .footer_booking .titles .title {
          font-size: 20vw;
          line-height: 1;
          margin-bottom: 7vw; }
      .footer_booking .titles .btn {
        background: #1B1B1B;
        color: #FFFDED;
        font-size: 0.76389vw;
        font-family: "GT", sans-serif;
        padding: 1.6em 3em;
        line-height: 0.9; }
        .is-mobile .footer_booking .titles .btn {
          font-size: 2.93333vw;
          line-height: 1; }
  .footer_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5vw 0; }
    .is-mobile .footer_menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 9vw 0 7vw; }
  .footer_newsletter {
    width: calc(37.5vw * var(--sbr));
    margin-left: calc(8.33333vw * var(--sbr));
    margin-right: calc(8.33333vw * var(--sbr)); }
    .is-mobile .footer_newsletter {
      width: calc(83.33333vw * var(--sbr));
      margin-left: calc(8.33333vw * var(--sbr));
      margin-right: 0;
      margin-bottom: 5vw; }
    .footer_newsletter .newsletter-title {
      font-size: 2.08333vw;
      line-height: 1.4; }
      .is-mobile .footer_newsletter .newsletter-title {
        font-size: 5.43333vw;
        line-height: 1.5;
        margin-bottom: 5vw; }
    .footer_newsletter .newsletter-form {
      position: relative;
      width: 100%;
      margin-top: 2vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer_newsletter .newsletter-form input, .footer_newsletter .newsletter-form button {
        font-family: "GT", sans-serif;
        font-size: 0.76389vw;
        line-height: 1.3;
        text-transform: uppercase;
        border: 1px solid #292A28;
        padding: 1.9em 1em;
        background: none;
        width: calc(16.66667vw * var(--sbr));
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .footer_newsletter .newsletter-form input:focus, .footer_newsletter .newsletter-form button:focus {
          outline: none; }
        .is-mobile .footer_newsletter .newsletter-form input, .is-mobile .footer_newsletter .newsletter-form button {
          width: calc(67.08333vw * var(--sbr));
          font-size: 2.93333vw;
          line-height: 2.09;
          padding: 1.3em 1em; }
      .footer_newsletter .newsletter-form button {
        width: calc(4.16667vw * var(--sbr));
        cursor: pointer;
        margin-left: -1px; }
        .is-mobile .footer_newsletter .newsletter-form button {
          width: calc(16.66667vw * var(--sbr));
          margin-left: -1px; }
  .footer_nav, .footer_socials {
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    line-height: 2.4;
    width: calc(12.5vw * var(--sbr));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .is-mobile .footer_nav, .is-mobile .footer_socials {
      width: calc(33.33333vw * var(--sbr));
      margin-left: calc(8.33333vw * var(--sbr));
      font-size: 2.93333vw;
      line-height: 2.73; }
  .footer_legals {
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    line-height: 2.4;
    width: calc(16.66667vw * var(--sbr));
    text-align: right; }
    .is-mobile .footer_legals {
      font-size: 2.93333vw;
      line-height: 2.73;
      width: calc(83.33333vw * var(--sbr));
      margin-left: calc(8.33333vw * var(--sbr));
      text-align: left; }
  .footer_bottom {
    width: calc(91.66667vw * var(--sbr));
    margin-left: calc(4.16667vw * var(--sbr));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    line-height: 2.4; }
    .is-mobile .footer_bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 2.66667vw;
      line-height: 2.3; }
  .footer_signature {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4F4F4F; }
    .footer_signature a {
      color: #4F4F4F; }

/*********************
Pages
*********************/
.page-wrapper {
  min-height: 100vh; }
  .is-mobile .page-wrapper {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch; }

.page-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #151515; }
  .is-mobile .page-background {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch; }

.intro-fade {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  background: #151515;
  opacity: 0; }

.block-anim {
  -webkit-perspective: 250px;
  perspective: 250px; }
  .block-anim .line {
    -webkit-transform-origin: center center -.69em;
    transform-origin: center center -.69em; }

.intro-title {
  -webkit-perspective: 250px;
  perspective: 250px; }

.site-intro {
  width: 100%;
  height: 100%;
  background: #151515;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  .site-intro .skip-intro {
    color: #FFFDED;
    font-size: 2.08333vw;
    font-family: "GT", sans-serif;
    pointer-events: auto; }
  .site-intro .intro-logo {
    width: calc(25vw * var(--sbr));
    background: #151515; }
    .site-intro .intro-logo svg {
      -webkit-transform: none !important;
      transform: none !important; }
      .site-intro .intro-logo svg path, .site-intro .intro-logo svg line {
        fill: #FFFDED;
        stroke: #FFFDED; }
  .site-intro.dark {
    background: #000000; }
    .site-intro.dark .intro-logo {
      background: #000000; }

.next-link {
  padding-top: 9vw;
  color: #FFFDED;
  background: #151515; }
  .next-link .title {
    text-transform: none;
    font-size: 2.08333vw;
    line-height: 1.2; }
    .is-mobile .next-link .title {
      font-size: 8vw; }
  .next-link .link {
    color: currentColor;
    font-size: 12.5vw;
    line-height: 1.2;
    opacity: 1;
    -webkit-transition: opacity 100ms cubic-bezier(0.4, 0.8, 0.74, 1);
    transition: opacity 100ms cubic-bezier(0.4, 0.8, 0.74, 1); }
    .next-link .link:hover {
      color: currentColor; }
    .is-mobile .next-link .link {
      font-size: 13.33333vw;
      line-height: 1.5; }

.home .page-header {
  width: 100%;
  height: 100vh;
  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; }
  .is-mobile .home .page-header {
    overflow: hidden;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch; }
  .home .page-header .header-background {
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #F5F5F0; }
  .home .page-header .gallery {
    z-index: 2;
    width: 100%;
    height: 100%; }
    .home .page-header .gallery .items-wrapper {
      width: 100%;
      height: 100%;
      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;
      -webkit-perspective: 400px;
      perspective: 400px;
      visibility: hidden;
      opacity: 0; }
      .is-mobile .home .page-header .gallery .items-wrapper {
        visibility: visible;
        opacity: 1; }
    .home .page-header .gallery .item {
      position: absolute;
      opacity: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .home .page-header .gallery .item picture {
        overflow: hidden; }
    .home .page-header .gallery .item:nth-child(odd) {
      width: calc(20.83333vw * var(--sbr)); }
      .home .page-header .gallery .item:nth-child(odd) picture {
        padding-bottom: 67% !important; }
    .home .page-header .gallery .item:nth-child(even) {
      width: calc(16.66667vw * var(--sbr)); }
      .home .page-header .gallery .item:nth-child(even) picture {
        padding-bottom: 133% !important; }
    .home .page-header .gallery .item:first-child {
      margin-left: 0; }
    .is-mobile .home .page-header .gallery {
      top: -35vh; }
      .is-mobile .home .page-header .gallery .item {
        display: none;
        opacity: 1;
        margin: 0; }
      .is-mobile .home .page-header .gallery .item:nth-child(-n+3) {
        display: block; }
      .is-mobile .home .page-header .gallery .item:nth-child(1) {
        z-index: 2;
        width: calc(33.33333vw * var(--sbr));
        margin-top: 7vw;
        margin-left: -26.8vw; }
        .is-mobile .home .page-header .gallery .item:nth-child(1) picture {
          padding-bottom: 67% !important; }
      .is-mobile .home .page-header .gallery .item:nth-child(2) {
        width: calc(41.66667vw * var(--sbr)); }
        .is-mobile .home .page-header .gallery .item:nth-child(2) picture {
          padding-bottom: 133% !important; }
      .is-mobile .home .page-header .gallery .item:nth-child(3) {
        z-index: 2;
        width: calc(33.33333vw * var(--sbr));
        margin-top: -0vw;
        margin-left: 27.5vw; }
        .is-mobile .home .page-header .gallery .item:nth-child(3) picture {
          padding-bottom: 133% !important; }
  .home .page-header .titles {
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .is-mobile .home .page-header .titles {
      width: calc(91.66667vw * var(--sbr));
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-bottom: 12vw; }
    .home .page-header .titles .title {
      z-index: 1;
      font-size: 4.51389vw;
      line-height: 1;
      margin-top: 1em;
      margin-bottom: .5em;
      -webkit-perspective: 250px;
      perspective: 250px;
      position: relative;
      width: calc(66.66667vw * var(--sbr)); }
      .home .page-header .titles .title .white {
        z-index: 5;
        color: #FFFDED;
        overflow: hidden; }
        .home .page-header .titles .title .white .mask {
          visibility: hidden;
          opacity: 0;
          width: calc(66.66667vw * var(--sbr)); }
      .home .page-header .titles .title .line {
        -webkit-transform-origin: center center -1.9em;
        transform-origin: center center -1.9em;
        -webkit-transform: rotate3d(12deg, 0, 0);
        transform: rotate3d(12deg, 0, 0); }
      .is-mobile .home .page-header .titles .title {
        width: 100%;
        font-size: 8.53333vw;
        line-height: 1.06;
        argin-bottom: 0.9em; }
    .home .page-header .titles .button {
      z-index: 4;
      padding: 1.1em 4.5em;
      background: #151515;
      color: #FFFDED;
      font-family: "GT", sans-serif;
      font-size: 0.76389vw;
      line-height: 2.09; }
      .is-mobile .home .page-header .titles .button {
        font-size: 2.93333vw; }

.home .need {
  padding-top: 5vw;
  overflow: hidden; }
  .is-mobile .home .need {
    padding-top: 11vw; }
  .home .need .scroll-title {
    z-index: 3;
    color: #FFFDED;
    font-size: 7.5vw;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .home .need .scroll-title span {
      padding-right: .28em; }
    .is-mobile .home .need .scroll-title {
      font-size: 13.33333vw; }
  .home .need .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 11vw; }
    .home .need .images .image-1 {
      z-index: 2;
      width: calc(29.16667vw * var(--sbr));
      margin-left: calc(8.33333vw * var(--sbr));
      margin-top: -15vw; }
      .is-mobile .home .need .images .image-1 {
        margin-left: 0;
        width: calc(41.66667vw * var(--sbr));
        margin-top: -9vw; }
    .home .need .images .image-2 {
      z-index: 1;
      width: calc(37.5vw * var(--sbr));
      margin-left: calc(31.25vw * var(--sbr));
      margin-top: -4.4vw; }
      .is-mobile .home .need .images .image-2 {
        width: calc(54.16667vw * var(--sbr));
        margin-left: calc(29.16667vw * var(--sbr));
        margin-top: 9vw; }
    .home .need .images .image-3 {
      z-index: 2;
      width: calc(33.33333vw * var(--sbr));
      margin-left: auto;
      margin-right: calc(8.33333vw * var(--sbr));
      margin-top: -7.5vw; }
      .is-mobile .home .need .images .image-3 {
        width: calc(45.83333vw * var(--sbr));
        margin-top: 17vw;
        margin-right: 0; }

.home .film .title {
  color: #FFFDED;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .home .film .title .big {
    font-size: 7.5vw;
    line-height: 1;
    margin-bottom: 2.3vw; }
    .is-mobile .home .film .title .big {
      font-size: 9.33333vw; }
  .home .film .title .sml {
    font-size: 3.125vw;
    line-height: 1; }
    .is-mobile .home .film .title .sml {
      font-size: 5.33333vw; }

.home .next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  background: #F5F5F0;
  padding: 8vw 0 5vw;
  text-transform: uppercase; }
  .home .next-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #151515;
    opacity: .2; }
  .is-mobile .home .next-link {
    padding: 11vw 0 9vw; }

.about .section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  background: #151515;
  color: #FFFDED; }
  .about .section:last-child {
    padding-bottom: 9vw; }
    .is-mobile .about .section:last-child {
      padding-bottom: 12vw; }
  .about .section ::-moz-selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .about .section ::selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }

.about .page-header {
  width: 100%;
  padding: 11vw 0 7vw;
  background: none; }
  .about .page-header .header-background {
    width: 100%;
    height: 101%;
    background: #151515;
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  .is-mobile .about .page-header {
    padding: 33vw 0 19vw; }
  .about .page-header .title {
    z-index: 1;
    font-size: 14.7vw;
    line-height: .83; }
    .is-mobile .about .page-header .title {
      font-size: 21.33333vw;
      line-height: 1; }
  .about .page-header .title-top, .about .page-header .title-bottom {
    -webkit-perspective: 250px;
    perspective: 250px; }
    .about .page-header .title-top .line, .about .page-header .title-bottom .line {
      -webkit-transform-origin: center center -.9em;
      transform-origin: center center -.9em; }
  .about .page-header .portrait {
    z-index: 0;
    width: calc(58.33333vw * var(--sbr));
    margin: -6.8vw 0 -7.1vw; }
    .is-mobile .about .page-header .portrait {
      width: calc(91.66667vw * var(--sbr));
      margin: -13.6vw 0 -17vw; }

.about .the-godfather {
  padding-bottom: 9vw; }
  .is-mobile .about .the-godfather {
    padding-bottom: 15vw; }
  .about .the-godfather .title {
    font-family: "GT", sans-serif;
    font-size: 1.04167vw;
    margin-bottom: 1vw; }
    .is-mobile .about .the-godfather .title {
      font-size: 4vw;
      line-height: 1.53;
      margin-bottom: 3vw; }
  .about .the-godfather .subtitle {
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    margin-bottom: 3.5vw; }
    .is-mobile .about .the-godfather .subtitle {
      font-size: 2.93333vw;
      line-height: 2.09;
      margin-bottom: 12vw; }
  .about .the-godfather .text {
    width: calc(58.33333vw * var(--sbr));
    text-transform: none;
    font-size: 2.43056vw;
    line-height: 1.2; }
    .is-mobile .about .the-godfather .text {
      width: calc(91.66667vw * var(--sbr));
      font-size: 6.66667vw;
      line-height: 1.2; }

.about .the-family .photo {
  width: 100%; }
  .is-mobile .about .the-family .photo picture {
    padding-bottom: 100% !important; }

.about .the-family .title {
  width: calc(50vw * var(--sbr));
  font-size: 4.86111vw;
  line-height: .9;
  padding: 11vw 0 11vw; }
  .is-mobile .about .the-family .title {
    width: calc(91.66667vw * var(--sbr));
    font-size: 10.8vw;
    padding: 12vw 0 33vw; }

.about .seaver {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .is-mobile .about .seaver {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 19vw; }
  .about .seaver .photo {
    width: calc(62.5vw * var(--sbr)); }
    .is-mobile .about .seaver .photo {
      width: calc(91.66667vw * var(--sbr));
      margin: auto; }
  .about .seaver .titles {
    z-index: 2;
    width: calc(37.5vw * var(--sbr));
    text-align: left;
    margin-left: calc(-8.33333vw * var(--sbr)); }
    .is-mobile .about .seaver .titles {
      width: calc(75vw * var(--sbr));
      margin-top: -24.4vw;
      margin-left: calc(12.5vw * var(--sbr)); }
    .about .seaver .titles .title {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: .85vw; }
      .is-mobile .about .seaver .titles .title {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 4vw; }
    .about .seaver .titles .subtitle {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: 2vw;
      opacity: .5; }
      .is-mobile .about .seaver .titles .subtitle {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 5vw; }
    .about .seaver .titles .text {
      text-transform: none;
      font-size: 2.08333vw; }
      .is-mobile .about .seaver .titles .text {
        font-size: 5.33333vw;
        line-height: 1.4;
        margin-bottom: 3vw; }

.about .image-full {
  padding-bottom: 7vw; }
  .about .image-full picture {
    width: 100%; }
  .is-mobile .about .image-full {
    padding-bottom: 21vw; }
    .is-mobile .about .image-full picture {
      padding-bottom: 120% !important; }

.about .portrait-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 7vw; }
  .is-mobile .about .portrait-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0; }
  .about .portrait-right .photo {
    width: calc(62.5vw * var(--sbr));
    margin-left: calc(37.5vw * var(--sbr)); }
    .is-mobile .about .portrait-right .photo {
      width: calc(91.66667vw * var(--sbr));
      margin: auto; }
  .about .portrait-right .titles {
    width: calc(33.33333vw * var(--sbr));
    text-align: left;
    margin-left: calc(20.83333vw * var(--sbr));
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 2;
    position: absolute;
    left: 0; }
    .is-mobile .about .portrait-right .titles {
      position: relative;
      width: calc(75vw * var(--sbr));
      margin-left: calc(12.5vw * var(--sbr));
      margin-top: -10.5vw;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-bottom: 0; }
    .about .portrait-right .titles .title {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: .85vw; }
      .is-mobile .about .portrait-right .titles .title {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 4vw; }
    .about .portrait-right .titles .subtitle {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: 2vw;
      opacity: .5; }
      .is-mobile .about .portrait-right .titles .subtitle {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 5vw; }
    .about .portrait-right .titles .text {
      text-transform: none;
      font-size: 2.08333vw; }
      .is-mobile .about .portrait-right .titles .text {
        font-size: 5.33333vw;
        line-height: 1.4;
        margin-bottom: 3vw; }

.about .portrait-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 3vw; }
  .is-mobile .about .portrait-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 3vw; }
  .about .portrait-left .photo {
    width: calc(62.5vw * var(--sbr)); }
    .is-mobile .about .portrait-left .photo {
      width: calc(91.66667vw * var(--sbr));
      margin: auto; }
  .about .portrait-left .titles {
    width: calc(29.16667vw * var(--sbr));
    text-align: left;
    margin-left: calc(-12.5vw * var(--sbr));
    -ms-flex-item-align: center;
    align-self: center; }
    .is-mobile .about .portrait-left .titles {
      -ms-flex-item-align: start;
      align-self: flex-start;
      width: calc(75vw * var(--sbr));
      margin-left: calc(12.5vw * var(--sbr));
      margin-top: -30.5vw; }
    .about .portrait-left .titles .title {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: .85vw; }
      .is-mobile .about .portrait-left .titles .title {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 4vw; }
    .about .portrait-left .titles .subtitle {
      font-family: "GT", sans-serif;
      font-size: 1.38889vw;
      margin-bottom: 2vw;
      opacity: .5; }
      .is-mobile .about .portrait-left .titles .subtitle {
        font-size: 4vw;
        line-height: 1.53;
        margin-bottom: 5vw; }
    .about .portrait-left .titles .text {
      text-transform: none;
      font-size: 2.08333vw; }
      .is-mobile .about .portrait-left .titles .text {
        font-size: 5.33333vw;
        line-height: 1.4;
        margin-bottom: 3vw; }

.locations .section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  background: #F5F5F0; }
  .locations .section:last-child {
    padding-bottom: 9vw; }
    .is-mobile .locations .section:last-child {
      padding-bottom: 12vw;
      padding-top: 18vw; }

.locations .next-link {
  background: #151515; }

.locations .page-header {
  width: 100%;
  padding: 11vw 0 0;
  background: none; }
  .is-mobile .locations .page-header {
    padding: 25vw 0 0; }
  .locations .page-header .header-background {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #F5F5F0; }
  .locations .page-header .title {
    z-index: 1;
    font-size: 13.05556vw;
    line-height: 1;
    margin-bottom: 3vw; }
    .is-mobile .locations .page-header .title {
      font-size: 15.46667vw;
      margin-bottom: 12vw; }

.locations .gallery {
  z-index: 0;
  width: 100%;
  padding-bottom: 5vw;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  visibility: hidden;
  opacity: 0;
  background: #F5F5F0; }
  .is-mobile .locations .gallery {
    padding-bottom: 12vw; }
  .locations .gallery * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .locations .gallery .slider {
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .locations .gallery .slider.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .locations .gallery .loop {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .locations .gallery .loop .img-wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: calc(4.16667vw * var(--sbr));
      overflow: hidden;
      background: #e8e8e2; }
    .locations .gallery .loop .item {
      display: inline-block; }

.locations .location a {
  padding: .6em 0; }

.locations .location .infos {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-family: "GT", sans-serif;
  font-size: 0.76389vw;
  line-height: 1.5;
  text-align: left;
  padding-top: 1.5vw; }
  .is-mobile .locations .location .infos {
    font-size: 2.93333vw;
    line-height: 1.55;
    padding-top: 4vw; }

.locations .location .playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .locations .location .playlist svg {
    width: 1.6em;
    margin-right: 0.5em; }
  .locations .location .playlist span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 94%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s; }
    .locations .location .playlist span:hover {
      background-position: 100% 94%;
      background-size: 0% 1px; }
  .is-mobile .locations .location .playlist {
    display: none; }

.locations .stadtmitte {
  padding-bottom: 4vw; }
  .is-mobile .locations .stadtmitte {
    padding-bottom: 12vw; }
  .locations .stadtmitte .top-links {
    position: relative;
    width: calc(83.33333vw * var(--sbr));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    padding: 1.5vw 0 2.5vw;
    color: #292A28; }
    .locations .stadtmitte .top-links::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #292A28; }
    .locations .stadtmitte .top-links a {
      color: #292A28; }
    .is-desktop .locations .stadtmitte .top-links a {
      background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 80%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      -webkit-transition: background-size .3s;
      transition: background-size .3s; }
      .is-desktop .locations .stadtmitte .top-links a:hover {
        background-position: 100% 80%;
        background-size: 0% 1px; }
    .is-mobile .locations .stadtmitte .top-links {
      font-size: 2.93333vw;
      line-height: 1.55;
      width: calc(91.66667vw * var(--sbr));
      padding: 4vw 0 6vw; }
  .locations .stadtmitte .title {
    font-size: 12.86vw;
    line-height: .9;
    margin-bottom: 5vw; }
    .is-mobile .locations .stadtmitte .title {
      font-size: 14.36vw;
      margin-bottom: 6vw; }
  .locations .stadtmitte .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left; }
    .is-mobile .locations .stadtmitte .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(91.66667vw * var(--sbr)); }
    .locations .stadtmitte .content .photo {
      width: calc(37.5vw * var(--sbr));
      margin-left: calc(12.5vw * var(--sbr));
      margin-right: calc(4.16667vw * var(--sbr)); }
      .is-mobile .locations .stadtmitte .content .photo {
        width: 100%;
        margin: 0; }
    .locations .stadtmitte .content .titles {
      width: calc(33.33333vw * var(--sbr)); }
      .is-mobile .locations .stadtmitte .content .titles {
        width: 100%; }
    .locations .stadtmitte .content .intro {
      font-size: 2.43056vw;
      text-transform: none;
      padding: 0 0 1.6vw; }
      .is-mobile .locations .stadtmitte .content .intro {
        font-size: 6.66667vw;
        line-height: 1.4;
        padding: 6vw 0 8vw; }
    .locations .stadtmitte .content .infos {
      color: #292A28; }
      .locations .stadtmitte .content .infos::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        background: #292A28; }
      .locations .stadtmitte .content .infos-title {
        width: calc(8.33333vw * var(--sbr)); }
        .is-mobile .locations .stadtmitte .content .infos-title {
          width: calc(25vw * var(--sbr)); }
      .locations .stadtmitte .content .infos ul {
        width: calc(20.83333vw * var(--sbr)); }
        .is-mobile .locations .stadtmitte .content .infos ul {
          width: calc(66.66667vw * var(--sbr)); }
        .locations .stadtmitte .content .infos ul li {
          margin-bottom: 1.3vw; }
          .is-mobile .locations .stadtmitte .content .infos ul li {
            margin-bottom: 5vw; }
      .locations .stadtmitte .content .infos .extra {
        width: 102%; }

.locations .altstadt {
  background: #151515;
  color: #FFFDED;
  padding-bottom: 7vw; }
  .locations .altstadt ::-moz-selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .locations .altstadt ::selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .is-mobile .locations .altstadt {
    padding-bottom: 33vw; }
  .locations .altstadt a {
    color: #FFFDED; }
  .locations .altstadt .photo {
    background: #F5F5F0;
    width: 100%;
    overflow: hidden; }
    .is-mobile .locations .altstadt .photo picture {
      padding-bottom: 90% !important; }
  .locations .altstadt .top-links {
    position: relative;
    width: calc(83.33333vw * var(--sbr));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "GT", sans-serif;
    font-size: 0.76389vw;
    padding: 5vw 0 2.5vw; }
    .locations .altstadt .top-links::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #292A28; }
    .is-desktop .locations .altstadt .top-links a {
      background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 80%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      -webkit-transition: background-size .3s;
      transition: background-size .3s; }
      .is-desktop .locations .altstadt .top-links a:hover {
        background-position: 100% 80%;
        background-size: 0% 1px; }
    .is-mobile .locations .altstadt .top-links {
      font-size: 2.93333vw;
      line-height: 1.55;
      width: calc(91.66667vw * var(--sbr));
      padding: 11vw 0 6vw; }
  .locations .altstadt .title {
    font-size: 15.46vw;
    line-height: .9;
    margin-bottom: 5vw; }
    .is-mobile .locations .altstadt .title {
      font-size: 17.16vw;
      margin-bottom: 11vw; }
  .locations .altstadt .intro {
    width: calc(75vw * var(--sbr));
    font-size: 2.39583vw;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    margin-bottom: 4vw; }
    .is-mobile .locations .altstadt .intro {
      font-size: 6.66667vw;
      line-height: 1.4;
      width: calc(83.33333vw * var(--sbr));
      margin-bottom: 11vw; }
  .locations .altstadt .infos {
    width: calc(75vw * var(--sbr)); }
    .locations .altstadt .infos::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #FFFDED; }
    .is-mobile .locations .altstadt .infos {
      width: calc(83.33333vw * var(--sbr));
      padding-top: 5vw; }
    .locations .altstadt .infos-title {
      width: calc(8.33333vw * var(--sbr)); }
      .is-mobile .locations .altstadt .infos-title {
        width: calc(20.83333vw * var(--sbr)); }
    .locations .altstadt .infos ul {
      width: calc(20.83333vw * var(--sbr)); }
      .is-mobile .locations .altstadt .infos ul {
        width: calc(62.5vw * var(--sbr)); }
      .locations .altstadt .infos ul li {
        margin-bottom: 1.3vw; }
        .is-mobile .locations .altstadt .infos ul li {
          margin-bottom: 5vw; }
    .locations .altstadt .infos .extra {
      width: calc(16.66667vw * var(--sbr)); }
    .locations .altstadt .infos .playlist {
      margin-top: -.5em;
      margin-left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .locations .altstadt .infos .playlist svg {
        margin-left: 0.7em;
        margin-right: 0; }
        .locations .altstadt .infos .playlist svg path {
          fill: #FFFDED; }

.locations .video {
  background: #151515;
  color: #151515;
  padding: 0 calc(8.33333vw * var(--sbr));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .is-mobile .locations .video {
    padding: 0; }
    .is-mobile .locations .video .video-player .title {
      font-size: 15vw;
      margin-top: 0.091em;
      text-transform: capitalize; }
    .is-mobile .locations .video .player-wrapper {
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #000; }
    .is-mobile .locations .video .plyr--video {
      background: #0c0c0c;
      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: center;
      -ms-flex-pack: center;
      justify-content: center; }

.treatments .section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  background: #F5F5F0; }

.treatments .next-link {
  color: #151515;
  background: #F5F5F0;
  padding: 6vw 0 9vw; }
  .treatments .next-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #151515;
    opacity: .2; }
  .is-mobile .treatments .next-link {
    padding: 16vw 0 19vw; }

.treatments .page-header {
  width: 100%;
  padding: 11vw 0 6vw;
  background: none; }
  .is-mobile .treatments .page-header {
    padding: 25vw 0 13vw; }
  .treatments .page-header .header-background {
    width: 100%;
    height: 100vh;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #F5F5F0; }
    .is-mobile .treatments .page-header .header-background {
      height: -webkit-fill-available;
      height: -moz-available;
      height: stretch; }
  .treatments .page-header .title {
    z-index: 2;
    font-size: 12.2vw;
    line-height: 1; }
    .is-mobile .treatments .page-header .title {
      font-size: 13.4vw; }

.treatments .services .service {
  width: calc(83.33333vw * var(--sbr));
  text-align: left;
  margin-bottom: 2.5vw;
  position: relative; }
  .is-mobile .treatments .services .service {
    width: calc(91.66667vw * var(--sbr));
    margin-bottom: 7vw; }
  .treatments .services .service .title {
    position: relative;
    font-size: 2.43056vw;
    line-height: 1;
    margin-bottom: .4em; }
    .is-mobile .treatments .services .service .title {
      font-size: 8vw; }
  .treatments .services .service .treatments {
    position: relative; }
    .treatments .services .service .treatments.over .treatment {
      opacity: .33; }
    .treatments .services .service .treatments .treatment {
      -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1.1, 0.48, 1);
      transition: opacity 0.5s cubic-bezier(0.22, 1.1, 0.48, 1);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "GT", sans-serif;
      font-size: 0.97222vw;
      padding: .65em 0; }
      .treatments .services .service .treatments .treatment.no-cursor {
        cursor: none; }
      .is-mobile .treatments .services .service .treatments .treatment {
        font-size: 3.2vw; }
      .treatments .services .service .treatments .treatment.active {
        -webkit-transition: opacity 0.2s cubic-bezier(0.22, 1.1, 0.48, 1);
        transition: opacity 0.2s cubic-bezier(0.22, 1.1, 0.48, 1);
        opacity: 1; }
      .treatments .services .service .treatments .treatment .description {
        font-size: 0.69444vw;
        margin-left: 1em;
        margin-top: 0.1em; }
        .is-mobile .treatments .services .service .treatments .treatment .description {
          display: none; }
      .treatments .services .service .treatments .treatment .line {
        background: #292A28;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0.6em;
        margin-left: 1.6em; }
        .is-mobile .treatments .services .service .treatments .treatment .line {
          margin-left: 0.9em; }
      .treatments .services .service .treatments .treatment .price {
        width: calc(4.16667vw * var(--sbr));
        margin-left: auto;
        text-align: right; }
        .is-mobile .treatments .services .service .treatments .treatment .price {
          margin-left: .9em;
          width: auto; }

.treatments .services .treatments-images {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .is-mobile .treatments .services .treatments-images {
    display: none; }
  .treatments .services .treatments-images .wrapper {
    position: absolute;
    left: 0;
    top: 0; }
  .treatments .services .treatments-images .image {
    width: calc(25vw * var(--sbr));
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    background: #F5F5F0; }

.treatments .services .disclaimer {
  z-index: 2;
  width: calc(50vw * var(--sbr));
  color: #4F4F4F;
  font-family: "GT-condensed", sans-serif;
  font-size: 0.97222vw;
  line-height: 1.79;
  margin: 1.5vw 0 5vw; }
  .is-mobile .treatments .services .disclaimer {
    width: calc(83.33333vw * var(--sbr));
    font-size: 3.86667vw;
    margin: 2vw 0 12vw; }

.collaborations .section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  background: #F5F5F0; }

.collaborations .next-link {
  color: #FFFDED;
  background: #151515;
  padding: 6vw 0 9vw; }
  .is-mobile .collaborations .next-link {
    padding: 6vw 0 15vw; }

.collaborations .page-header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  padding: 14vw 0 7vw;
  background: none; }
  .is-mobile .collaborations .page-header {
    padding: 26vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .collaborations .page-header .header-background {
    width: 100%;
    height: 101%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #F5F5F0; }
  .collaborations .page-header .wrapper {
    position: relative;
    width: calc(25vw * var(--sbr));
    padding: 0.07em calc(8.33333vw * var(--sbr)) 0; }
    .is-mobile .collaborations .page-header .wrapper {
      width: 100%;
      padding: 0; }
  .collaborations .page-header .title {
    position: relative;
    font-size: 14.8vw;
    line-height: .96;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #292A28; }
    .is-mobile .collaborations .page-header .title {
      width: 93%;
      margin: auto;
      margin-bottom: 5vw;
      -webkit-transform: none;
      transform: none;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial;
      font-size: 13.33333vw;
      line-height: .95;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .collaborations .page-header .title span {
      display: block;
      -webkit-transform: translateX(calc(7.7em/100));
      transform: translateX(calc(7.7em/100)); }
      .is-mobile .collaborations .page-header .title span {
        -webkit-transform: none;
        transform: none; }
        .is-mobile .collaborations .page-header .title span:nth-child(2) {
          -ms-flex-item-align: end;
          align-self: flex-end; }
  .collaborations .page-header .collabs {
    position: relative;
    width: calc(50vw * var(--sbr));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .is-mobile .collaborations .page-header .collabs {
      width: calc(91.66667vw * var(--sbr));
      margin-left: calc(4.16667vw * var(--sbr)); }
    .collaborations .page-header .collabs .collab {
      position: relative;
      width: 100%;
      padding-bottom: 3.8vw;
      margin-bottom: 3.8vw;
      color: #292A28; }
      .collaborations .page-header .collabs .collab::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #292A28; }
      .is-mobile .collaborations .page-header .collabs .collab {
        padding-bottom: 6vw;
        margin-bottom: 8vw; }
      .collaborations .page-header .collabs .collab-titles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2.8vw; }
        .is-mobile .collaborations .page-header .collabs .collab-titles {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 5vw; }
      .collaborations .page-header .collabs .collab-title {
        width: calc(16.66667vw * var(--sbr));
        margin-left: calc(4.16667vw * var(--sbr));
        font-size: 1.97917vw;
        line-height: 1.33; }
        .collaborations .page-header .collabs .collab-title span {
          display: block;
          width: 102%; }
        .is-mobile .collaborations .page-header .collabs .collab-title {
          width: calc(83.33333vw * var(--sbr));
          font-size: 6.66667vw;
          line-height: 1.2;
          margin-bottom: 3vw; }
      .collaborations .page-header .collabs .collab-text {
        width: calc(20.83333vw * var(--sbr));
        margin-left: calc(4.16667vw * var(--sbr));
        font-family: "GT", sans-serif;
        font-size: 0.76389vw;
        line-height: 2.09; }
        .is-mobile .collaborations .page-header .collabs .collab-text {
          width: calc(83.33333vw * var(--sbr));
          font-size: 2.93333vw; }

.collaborations .video {
  position: relative;
  margin-bottom: -2px; }
  .is-mobile .collaborations .video .title {
    font-size: 15vw; }

.collaborations .pop-up-store {
  background: #151515;
  color: #FFFDED;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding: 9vw 0 9vw; }
  .collaborations .pop-up-store ::-moz-selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .collaborations .pop-up-store ::selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .is-mobile .collaborations .pop-up-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19vw 0 12vw; }
  .collaborations .pop-up-store .content {
    width: calc(58.33333vw * var(--sbr));
    margin: 0 calc(8.33333vw * var(--sbr)); }
    .is-mobile .collaborations .pop-up-store .content {
      width: calc(91.66667vw * var(--sbr)); }
  .collaborations .pop-up-store .titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.8vw; }
    .is-mobile .collaborations .pop-up-store .titles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 5vw; }
    .collaborations .pop-up-store .titles .title {
      width: calc(16.66667vw * var(--sbr));
      margin-left: calc(8.33333vw * var(--sbr));
      font-size: 1.97917vw;
      line-height: 1.33; }
      .collaborations .pop-up-store .titles .title span {
        display: block;
        width: 102%; }
      .is-mobile .collaborations .pop-up-store .titles .title {
        font-size: 8vw;
        margin-left: calc(4.16667vw * var(--sbr));
        width: calc(83.33333vw * var(--sbr));
        margin-bottom: 2vw; }
    .collaborations .pop-up-store .titles .text {
      width: calc(20.83333vw * var(--sbr));
      margin-left: calc(4.16667vw * var(--sbr));
      font-family: "GT", sans-serif;
      font-size: 0.76389vw;
      line-height: 2.09; }
      .is-mobile .collaborations .pop-up-store .titles .text {
        font-size: 2.93333vw;
        width: calc(83.33333vw * var(--sbr)); }
  .collaborations .pop-up-store .big-title {
    width: calc(16.66667vw * var(--sbr));
    font-size: calc(108.4vw/10);
    line-height: .81;
    white-space: nowrap;
    -webkit-transform: rotate(90deg) translate(-0.9vw, 4.7vw);
    transform: rotate(90deg) translate(-0.9vw, 4.7vw); }
    .is-mobile .collaborations .pop-up-store .big-title {
      -webkit-transform: none;
      transform: none;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial;
      width: 90%;
      margin: auto;
      margin-bottom: 10vw;
      font-size: 21.33333vw;
      line-height: .86; }

.barbers .section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2; }

.barbers .next-link {
  color: #151515;
  background: #F5F5F0;
  padding: 4vw 0 6vw; }
  .barbers .next-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #151515;
    opacity: .2; }
  .is-mobile .barbers .next-link {
    padding: 16vw 0 19vw; }

.barbers .page-header {
  width: 100%;
  height: 100vh;
  color: #FFFDED;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }
  .is-mobile .barbers .page-header {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch; }
  .barbers .page-header ::-moz-selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .barbers .page-header ::selection {
    background: rgba(255, 253, 237, 0.99);
    color: #292A28; }
  .barbers .page-header > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .barbers .page-header .titles {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .barbers .page-header .titles .title {
      margin-top: 11vw;
      z-index: 2;
      font-size: 11.65vw;
      line-height: 1; }
      .is-mobile .barbers .page-header .titles .title {
        margin-top: 33vw;
        font-size: 13vw; }
    .barbers .page-header .titles .subtitle {
      font-family: "GT", sans-serif;
      font-size: 0.76389vw;
      margin-bottom: 7.4vw;
      cursor: pointer;
      padding: 1em; }
      .is-mobile .barbers .page-header .titles .subtitle {
        font-size: 2.93333vw;
        margin-bottom: 20vw; }
  .barbers .page-header .background-wrapper {
    width: 100%;
    height: 101%; }
  .barbers .page-header .background-intro {
    width: inherit;
    height: inherit;
    background: #151515; }
  .barbers .page-header .background {
    width: inherit;
    height: inherit; }
    .barbers .page-header .background picture {
      padding: 0 !important;
      width: 100%;
      height: 100%; }
    .is-mobile .barbers .page-header .background .desktop-only {
      display: none; }
    .barbers .page-header .background .mobile-only {
      display: none; }
      .is-mobile .barbers .page-header .background .mobile-only {
        display: block; }

.barbers .location {
  padding-bottom: 7vw;
  background: #F5F5F0; }
  .barbers .location .separator {
    width: calc(83.33333vw * var(--sbr));
    margin-top: 6vw;
    margin-bottom: 5vw; }
    .barbers .location .separator::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: #292A28; }
    .is-mobile .barbers .location .separator {
      width: calc(91.66667vw * var(--sbr));
      margin-top: 9vw;
      margin-bottom: 5.5vw; }
  .barbers .location .title {
    margin-bottom: 4vw;
    font-size: 12.8vw;
    line-height: 1; }
    .is-mobile .barbers .location .title {
      margin-bottom: 4vw;
      font-size: 14.3vw; }
  .barbers .location .contents {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .is-mobile .barbers .location .contents {
      -ms-flex-item-align: initial;
      align-self: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .is-mobile .barbers .location .swiper-wrapper {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98); }
  .barbers .location .photos {
    position: relative;
    background: #151515;
    margin: 0 calc(8.33333vw * var(--sbr));
    width: calc(45.83333vw * var(--sbr));
    height: 59.5vw;
    line-height: 0; }
    .barbers .location .photos > * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .is-mobile .barbers .location .photos {
      z-index: 1;
      width: calc(87.5vw * var(--sbr));
      height: auto;
      margin: auto;
      background: transparent; }
    .barbers .location .photos ul {
      width: 100%;
      height: 100%; }
      .is-mobile .barbers .location .photos ul {
        width: calc(87.5vw * var(--sbr));
        height: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .barbers .location .photos .photo {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .barbers .location .photos .photo picture {
        padding: 0 !important;
        width: 100%;
        height: 100%; }
      .barbers .location .photos .photo:not(:first-child) {
        visibility: hidden;
        opacity: 0; }
      .is-mobile .barbers .location .photos .photo {
        position: relative;
        visibility: visible;
        opacity: 1;
        width: calc(87.5vw * var(--sbr));
        height: 109vw; }
        .is-mobile .barbers .location .photos .photo picture {
          width: calc(83.33333vw * var(--sbr));
          margin: 0 calc(2.08333vw * var(--sbr));
          background: #151515; }
  .barbers .location .list {
    width: calc(25vw * var(--sbr)); }
    .is-mobile .barbers .location .list {
      z-index: 0;
      width: calc(83.33333vw * var(--sbr));
      margin: auto;
      height: 60vw; }
    .barbers .location .list .barber {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .is-mobile .barbers .location .list .barber {
        -webkit-perspective: 250px;
        perspective: 250px;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(83.33333vw * var(--sbr)); }
        .is-mobile .barbers .location .list .barber:not(:first-child) {
          visibility: hidden;
          opacity: 0; }
      .barbers .location .list .barber:not(:first-child) .infos {
        height: 0; }
        .is-mobile .barbers .location .list .barber:not(:first-child) .infos {
          height: auto; }
      .barbers .location .list .barber .name {
        -webkit-transform-origin: center center -.69em;
        transform-origin: center center -.69em;
        font-size: 3.47222vw;
        line-height: 1.2;
        cursor: pointer; }
        .is-mobile .barbers .location .list .barber .name {
          font-size: 13.33333vw;
          margin: 6vw 0 1vw; }
      .barbers .location .list .barber .infos {
        font-family: "GT", sans-serif;
        font-size: 0.76389vw;
        line-height: 2.09;
        overflow: hidden;
        color: #292A28; }
        .is-mobile .barbers .location .list .barber .infos {
          font-size: 2.93333vw;
          width: 100%; }
        .barbers .location .list .barber .infos .wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 2.5vw 0 3.5vw; }
        .barbers .location .list .barber .infos .availability {
          margin-bottom: 1vw; }
          .is-mobile .barbers .location .list .barber .infos .availability {
            margin-bottom: 4vw; }
        .barbers .location .list .barber .infos .book {
          background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 80%;
          background-repeat: no-repeat;
          background-size: 100% 1px;
          -webkit-transition: background-size .3s;
          transition: background-size .3s; }
          .barbers .location .list .barber .infos .book:hover {
            background-position: 100% 80%;
            background-size: 0% 1px; }
  .barbers .location.altstadt .title {
    font-size: 14.8vw;
    margin-bottom: 4vw; }
    .is-mobile .barbers .location.altstadt .title {
      font-size: 17.2vw; }
  .is-mobile .barbers .location.altstadt .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .barbers .location.altstadt .photos {
    margin-left: calc(12.5vw * var(--sbr)); }
    .is-mobile .barbers .location.altstadt .photos {
      margin: auto; }
  .barbers .location.altstadt .list {
    margin-left: calc(8.33333vw * var(--sbr)); }
    .is-mobile .barbers .location.altstadt .list {
      margin: auto; }

.page_404 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh; }
  .page_404 .home_titles {
    pointer-events: none; }
  .page_404 .title {
    pointer-events: auto;
    font-size: 5.55556vw; }
