/*
Theme Name: Igor Levit 2018
Author: Martin Wecke
Version: 0.1
*/
/**
 * Colors
 */
/**
 * Typographys
 */
/**
 * Breakpoints and Media Queries
 */
/**
 * Transitions
 */
/**
 * Easing
 */
/**
 * Inline Background Images
 */
/**
 * A11n
 */
/**
 * Aimation
 */
/**
 * Layout
 */
/**
 * Scroll
 */
/**
 * Background Images
 */
/**
 * Icon
 */
/**
 * Transition
 */
.transition {
  transition: all 250ms ease;
}
.no-transition {
  transition: none !important;
}
/**
 * Performance
 */
/**
 * Clearfix
 * like it’s 1999
 */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
html {
  font-family: 'SabonNextLTPro', serif;
  font-size: 100%;
  line-height: 1.5;
  color: #202020;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
     -moz-font-feature-settings: 'liga', 'kern';
          font-feature-settings: 'liga', 'kern';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.visible--nav-head {
  overflow: hidden;
}
html.visible--modal {
  overflow: hidden;
}
.visible--nav-head body {
  overflow: hidden;
}
.visible--modal body {
  overflow: hidden;
}
/**
 * Make CSS variables available for JS
 */
title {
  width: 680px;
  font-family: ' ( max-width: 680px )';
  transition-duration: 250ms;
}
::-moz-selection {
  background: #E7D4D9;
}
::selection {
  background: #E7D4D9;
}
@media  ( max-width: 680px ) {
  html.visible--nav-head {
    overflow: hidden;
  }
  .visible--nav-head body {
    overflow: hidden;
  }
}
a {
  color: #202020;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
}
.inline-content img.inline-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1em;
}
.inline-content figure.inline-image {
  max-width: 100%;
  margin: 0 0 1em;
}
.inline-content figure.inline-image > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.inline-content .inline-gallery {
  margin: 1em 0;
}
.inline-content .inline-gallery-image {
  width: 25%;
  margin: 0 0 1em;
}
.inline-content .inline-gallery-image-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.site-header {
  display: none;
}
.nav-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: block;
  margin: 0 0;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-wrapper::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  opacity: 0.8;
  background-color: #202020;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-delay: 500ms;
}
.nav-wrapper:hover {
  opacity: 1;
  transform: translateY(0);
}
.scoll-direction--up .nav-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.scrolled-to-top .nav-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19), linear;
}
.scrolled-to-top .nav-wrapper::after {
  opacity: 0;
  transition-delay: 0ms;
}
.visible--modal .nav-wrapper {
  opacity: 0;
}
@media ( max-width: 820px ) {
  .nav-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1 !important;
    transform: translateX(100vw) !important;
    transition-property: transform;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-wrapper::after {
    display: none;
  }
  .visible--nav-head .nav-wrapper {
    transform: translateX(0) !important;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-wrapper.dragging {
    transition-duration: 0ms;
  }
}
.nav-skip--head {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-toggle--head {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-list--head {
  position: relative;
  z-index: 10;
  margin: 2rem 1rem;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.nav-list--head > * {
  font-size: 1rem;
}
.nav-list-item--head {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #eaeaea;
}
.nav-list-item--head > a {
  position: relative;
  display: block;
  padding: 0 0.1em;
  font-style: italic;
  color: transparent;
  text-decoration: none;
  white-space: nowrap;
}
.nav-list-item--head > a::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #eaeaea;
  text-align: center;
  white-space: nowrap;
}
.nav-list-item--head > a:hover,
.nav-list-item--head > a:focus {
  text-decoration: none;
}
.nav-list-item--head > a:hover::after,
.nav-list-item--head > a:focus::after {
  font-style: normal;
}
.nav-list-item--head.current-menu-item > a::after,
.nav-list-item--head.current-menu-parent > a::after {
  font-style: normal;
}
.nav-list--head ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .nav-list-item--head {
    margin-bottom: 1rem !important;
  }
}
@media ( max-width: 820px ) {
  .nav-toggle--head {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1200;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 300%;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('img/icon--nav--32--white.svg');
  }
  .no-svg .nav-toggle--head {
    background-image: url('img/icon--nav--32--white.png');
  }
  [data-nav-theme='light'] .nav-toggle--head {
    background-image: url('img/icon--nav--32--black.svg');
  }
  .no-svg [data-nav-theme='light'] .nav-toggle--head {
    background-image: url('img/icon--nav--32--black.png');
  }
  .visible--nav-head .nav-toggle--head {
    background-image: url('img/icon--close--32--white.svg') !important;
  }
  .no-svg .visible--nav-head .nav-toggle--head {
    background-image: url('img/icon--close--32--white.png') !important;
  }
  .nav--head {
    height: 100%;
  }
  .nav-list--head {
    position: relative;
    top: 50%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    transform: translateY(-50%);
  }
  .nav-list-item--head {
    display: block;
    margin: 0 0 2rem;
    padding: 0;
  }
  .nav-list-item--head > a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1;
    color: #eaeaea;
  }
  .nav-list-item--head > a::after {
    display: none;
  }
  .nav-list-item--head.current-menu-item > a {
    font-style: normal;
  }
  .nav-list-item--head:last-child {
    margin-bottom: 0;
  }
  .nav-list--head li ul {
    margin: 0;
    padding: 0;
  }
  .nav-list--head li ul li a {
    padding-left: 2rem;
  }
}
.nav--languages {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.nav-skip--languages {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-toggle--languages {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-list--languages {
  margin: 2rem 2rem;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 1;
  text-align: right;
}
.nav-list--languages > * {
  font-size: 1rem;
}
.nav-list-item--languages {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: #eaeaea;
}
.nav-list-item--languages > a {
  position: relative;
  display: block;
  padding: 0 0.1em;
  color: #eaeaea;
  text-decoration: none;
  opacity: 0.5;
}
.nav-list-item--languages > a:hover,
.nav-list-item--languages > a:focus {
  text-decoration: none;
}
.nav-list-item--languages.mlp-current-language-item > a {
  opacity: 1;
}
.nav-list--languages ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .nav-list-item--languages {
    margin: 0 4rem;
  }
}
@media ( max-width: 820px ) {
  .nav--languages {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    display: block;
  }
  .nav-list--languages {
    text-align: center;
  }
  .nav-list-item--languages {
    margin: 0 2.5rem;
    padding: 0;
  }
  .nav-list-item--languages > a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1;
    color: #eaeaea;
  }
  .nav-list-item--languages.mlp-current-language-item > a {
    font-style: normal;
  }
  .nav-list-item--languages:last-child {
    margin-bottom: 0;
  }
  .nav-list--languages li ul {
    margin: 0;
    padding: 0;
  }
  .nav-list--languages li ul li a {
    padding-left: 2rem;
  }
}
.section--intro {
  position: relative;
  height: 100vh;
  cursor: pointer;
  cursor: url(img/cursor--intro--zoom.svg ) 8 8, pointer;
}
.intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 55%;
  width: calc( 100vh - 11rem );
  margin: 6rem auto 5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.intro::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background-color: #ffffff;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.intro > * {
  position: relative;
  z-index: 10;
}
.hover--background .intro::before {
  opacity: 0;
}
.intro-title {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 4.5rem 0 4.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.hover--background .intro-title {
  color: #ffffff;
  cursor: pointer;
}
.intro-tagline {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 4.5rem 6rem;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.intro-tagline > p {
  margin: 0;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.hover--background .intro-tagline {
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (orientation: portrait) {
  .intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 70vw;
    height: 70vw;
    margin: auto auto;
  }
}
@media screen and (min-width: 1080px) and (max-height: 680px) {
  .intro-tagline {
    margin-bottom: 3rem;
  }
}
@media  ( max-width: 1080px ) {
  .intro-title {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .intro-tagline {
    margin: 2.5rem 3rem;
  }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
  .intro {
    width: calc( 100vh - 4rem );
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .intro {
    width: calc( 100vh - 6rem );
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .intro-title {
    margin-top: -0.5em;
  }
}
@media ( max-width: 820px ) {
  .intro-title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.75rem;
  }
  .intro-tagline {
    margin: 1rem 1.5rem;
  }
  .intro-tagline > p {
    font-size: 0.75rem;
  }
}
.section {
  position: relative;
  box-sizing: border-box;
  padding: 7rem 0;
}
.section[data-toggle-state] {
  transition-property: height;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-inner {
  width: 80%;
  max-width: 60rem;
  margin: 0 auto;
}
.section-inner--wide {
  width: 90%;
  max-width: 80rem;
}
.section-title {
  margin: 0 auto 7rem;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media  ( max-width: 680px ) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-inner {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .section-title {
    margin-bottom: 3rem;
  }
}
.section--biography {
  padding-bottom: 10rem;
}
.section-inner--biography {
  border-bottom: 1px solid transparent;
}
.section-title--biography {
  margin-bottom: 3rem;
}
.biography-summary {
  margin: 3rem auto 5rem;
}
.biography-summary-content {
  margin: 3rem 0;
}
.biography-summary-content > p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.35;
  text-align: center;
}
.biography-summary-source {
  margin: 0;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
.biography-summary-source > a {
  position: relative;
}
.biography-summary-source > a::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.biography-summary-source > a:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.posts-more--biography,
.posts-more--biography.posts-more--biography {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 80%;
  max-width: 60rem;
  margin: 0 auto;
  margin: 0 auto 7rem;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: linear;
}
[data-toggle-state='visible'] .posts-more--biography,
[data-toggle-state='visible'] .posts-more--biography.posts-more--biography {
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.biography-blocks {
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: linear;
}
[data-toggle-state='hidden'] .biography-blocks {
  display: none;
  opacity: 0;
}
.toggling .biography-blocks {
  display: block;
}
.biography-block {
  position: relative;
  padding: 0 0 7rem 20.5rem;
  border-top: 1px solid #979797;
}
.biography-block:last-child {
  padding-bottom: 0;
}
.biography-block-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
  margin: 0.75rem 0 0 10.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
}
.biography-block-content {
  margin: 0.75rem 0 0 0;
}
.biography-block-content > p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}
.biography-block-content > p:last-child {
  margin-bottom: 0;
}
.biography-block-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
  margin: 0.75rem 0 0 0;
}
.biography-block-image-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media  ( max-width: 680px ) {
  .section--biography {
    padding-bottom: 6rem;
  }
  .biography-summary {
    margin-bottom: 4rem;
  }
  .biography-summary-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .biography-summary-content > p {
    font-size: 1.375rem;
  }
  .posts-more--biography,
  .posts-more--biography.posts-more--biography {
    margin-bottom: 3rem;
  }
  .biography-block {
    padding-left: 0;
    padding-bottom: 4rem;
  }
  .biography-block-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    margin-left: 6rem;
  }
  .biography-block-content {
    margin: 1.5rem 0 0 0;
  }
  .biography-block-image {
    position: relative;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    margin-top: 0.75rem;
  }
  .biography-block-image-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit:cover';
  }
}
.section-title--twitter {
  margin-bottom: 3rem;
}
.twitter-content {
  margin: 3rem 0;
}
.twitter-content > p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.35;
  text-align: center;
}
.twitter-user {
  margin: 0;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
.twitter-user > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('img/icon--twitter--16--black.svg');
}
.no-svg .twitter-user > a {
  background-image: url('img/icon--twitter--16--black.png');
}
.twitter-user > a > span {
  position: relative;
}
.twitter-user > a > span::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.twitter-user > a > span:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@media  ( max-width: 680px ) {
  .twitter-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .twitter-content > p {
    font-size: 1.375rem;
  }
}
.section--discography {
  background-color: #eaeaea;
}
.section--photo {
  position: relative;
  padding: 0 !important;
}
.photo-placeholder {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.section-title--contact {
  margin-bottom: 4rem;
}
.contact-blocks {
  font-size: 0;
}
.contact-blocks > * {
  font-size: 1rem;
}
.contact-blocks-block {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 0;
  padding: 0.5rem 6rem 0;
}
.contact-blocks-block::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: 0 6rem;
  border-top: 1px solid #979797;
}
.contact-blocks-block > p {
  margin: 0 0 0.75em;
  line-height: 1.3333;
}
.contact-blocks-block-phone,
.contact-blocks-block-email {
  margin-bottom: 0.5em !important;
  padding: 0 0 1px 2em;
  overflow: hidden;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact-blocks-block-phone span,
.contact-blocks-block-email span {
  position: relative;
}
.contact-blocks-block-phone span::after,
.contact-blocks-block-email span::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.contact-blocks-block-phone span:hover::after,
.contact-blocks-block-email span:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.contact-blocks-block-phone {
  background-image: url('img/icon--phone--16--black.svg');
}
.no-svg .contact-blocks-block-phone {
  background-image: url('img/icon--phone--16--black.png');
}
.contact-blocks-block-email {
  background-image: url('img/icon--email--16--black.svg');
}
.no-svg .contact-blocks-block-email {
  background-image: url('img/icon--email--16--black.png');
}
@media  ( max-width: 1080px ) {
  .contact-blocks {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .contact-blocks-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact-blocks-block::before {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media  ( max-width: 680px ) {
  .section-title--contact {
    margin-bottom: 3rem;
  }
  .contact-blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-blocks-block {
    display: block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-blocks-block::before {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-blocks-block:last-child {
    margin-bottom: 0;
  }
}
.posts {
  overflow: hidden;
  transition-property: height;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.posts-more {
  position: relative;
  display: block;
  margin: 5rem auto 0;
  padding: 1rem 1rem;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.posts-more::before,
.posts-more::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  transition-property: transform;
  transition-duration: 100ms;
}
.posts-more::before {
  top: 0;
  border-top: 1px solid #979797;
}
.posts-more::after {
  bottom: 0;
  border-bottom: 1px solid #979797;
}
.posts-more > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.posts-more > span::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-top: 1px solid #979797;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 150ms;
}
.loading + .posts-more {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.loading + .posts-more > span::after {
  animation: loading 600ms infinite linear;
  opacity: 1;
}
.fully-loaded + .posts-more {
  opacity: 0.25;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.posts-more:hover::before,
.posts-more:focus::before {
  transform: translateY(-2px);
}
.posts-more:hover::after,
.posts-more:focus::after {
  transform: translateY(2px);
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.post {
  margin: 0 0 1rem;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: linear;
}
.post.hidden {
  opacity: 0;
}
.post-image {
  margin: 0 0 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-image-image {
  display: block;
  width: 100%;
  height: auto;
}
.section--calendar {
  background-color: #eaeaea;
}
.posts--events {
  margin-top: 9rem;
  padding: 0.5rem 0 0 0;
}
[data-toggle-state='hidden'] .posts--events {
  display: none;
  opacity: 0;
}
.toggling .posts--events {
  display: block;
}
.posts-more--events {
  margin-top: 1rem;
}
.post--events {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 4rem;
  padding: 0 0 0 20rem;
}
.post--events::before {
  content: '.................................................................................................................................................................................................................................';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 19.25rem;
  margin: -0.1rem 0 0 0;
  overflow: hidden;
  font-size: 1.125rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.post-time--events {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  max-width: 18rem;
  margin: -0.2em 0 0 -0.05em;
  padding: 0 0.5rem 1rem 0;
  font-size: 1.75rem;
  line-height: 1;
  background-color: #eaeaea;
}
.post-title--events {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3333;
  font-weight: normal;
}
.post-content--events > p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3333;
}
.post-dates-date--events {
  position: relative;
  margin: 1.25rem 0 0;
}
.post-dates-date--events::before {
  content: '.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 19.25rem;
  margin: -0.1rem 0 0 -20rem;
  overflow: hidden;
  font-size: 1.125rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.post-dates-date-time--events {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 0 -20rem;
  padding: 0 0.5rem 1rem 0;
  font-size: 1.125rem;
  line-height: 1.3333;
  background-color: #eaeaea;
}
.post-dates-date-title--events {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3333;
  font-weight: normal;
  font-style: italic;
}
.post-dates-date-content--events > p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3333;
  font-style: italic;
}
.post-link--events {
  margin: 0.5rem 0 0;
}
.post-link--events > a {
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
}
.post-link--events > a::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.post-link--events > a:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@media  ( max-width: 1080px ) {
  .post--events {
    padding-left: 16rem;
  }
  .post--events::before {
    width: 15.25rem;
  }
  .post-dates-date-time--events {
    margin-left: -16rem;
  }
}
@media  ( max-width: 680px ) {
  .posts--events {
    margin-top: 0;
  }
  .posts-more--events {
    margin-top: 0;
  }
  .post--events {
    padding-left: 0;
    margin-bottom: 4.5rem;
  }
  .post--events::before {
    right: 0;
    width: auto;
    margin-top: 0.2rem;
  }
  .post-time--events {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2.5rem;
    padding-bottom: 0;
  }
  .post-dates--events {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .post-dates-date--events {
    right: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .post-dates-date--events::before {
    right: 0;
    width: auto;
  }
  .post-dates-date--events:last-child {
    margin-bottom: 0;
  }
  .post-dates-date-time--events {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.5rem;
    padding-bottom: 0;
  }
}
.posts--albums {
  margin: 0 -4rem;
  padding: 4rem 0;
  font-size: 0;
}
.posts--albums > * {
  font-size: 1rem;
}
.posts-more--albums {
  margin: -4rem auto 0;
}
.post--albums {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 12rem;
  padding: 0 4rem;
}
.post--albums:nth-child( 2n )::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: -4rem 0;
  border-left: 1px solid #979797;
}
.post-title--albums {
  margin: 0;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.333;
}
.post-title--albums > .title {
  display: block;
}
.post-title--albums > .subtitle {
  display: block;
  font-style: italic;
}
.post-release--albums {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-style: italic;
}
.post-image--albums {
  display: block;
  margin: 0 0 2.5rem;
}
.post-image-image--albums {
  display: block;
  width: 100%;
  height: auto;
}
.post-links {
  margin: 5rem 0 0;
  font-size: 0;
}
.post-links > * {
  font-size: 1rem;
}
.post-links-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1em 0;
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.post-links-link::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.post-links-link:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@media  ( max-width: 680px ) {
  .posts--albums {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .posts-more--albums {
    margin-top: -1rem;
  }
  .post--albums {
    display: block;
    width: auto;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .post--albums::before {
    display: none !important;
  }
  .post-title--albums {
    font-size: 1.375rem;
  }
  .post-release--albums {
    margin-top: 0.5rem;
  }
  .post-image--albums {
    margin-bottom: 1.5rem;
  }
  .post-links--albums {
    margin-top: 3rem;
  }
}
.posts--downloads {
  font-size: 0;
}
.posts--downloads > * {
  font-size: 1rem;
}
.post--downloads {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height: 34rem;
  margin: 0 0 6.75rem;
  padding: 2.5rem 2.5rem 1rem;
}
.post--downloads::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-left: 1px solid #979797;
}
.post-image--downloads {
  display: block;
  width: 10rem;
  height: auto;
  margin: 0 0 1.5rem;
}
.post-image-image--downloads {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.post-title--downloads {
  margin: 0 0 0.875rem;
  font-size: 1.75rem;
  line-height: 1.35714286;
  font-weight: 400;
}
.post-title--downloads > .title {
  display: block;
}
.post-title--downloads > .subtitle {
  display: block;
  font-style: italic;
}
.post-description--downloads {
  font-style: italic;
}
.post-download--downloads {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 2.5rem 1rem;
}
.post-download--downloads > a {
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}
@media  ( max-width: 680px ) {
  .posts--downloads {
    margin-top: 3rem;
  }
  .post--downloads {
    display: block;
    width: auto;
    min-height: 0;
    margin: 0 0 4rem;
    padding: 1rem 1.5rem;
  }
  .post-download--downloads {
    position: relative;
    margin: 6rem 0 0;
  }
}
.features--events {
  height: 37rem;
  margin: 0 0 7rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
}
.features--events.flickity-enabled {
  opacity: 1;
}
.feature--events {
  position: relative;
  box-sizing: border-box;
  width: 40%;
  min-width: 30rem;
  max-width: 36rem;
  height: 37rem;
  margin: 0 4rem;
}
.feature-title--events {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  margin: 1.5rem 0;
  font-size: 1.75rem;
  font-weight: 400;
}
.feature-title--events > .title,
.feature-title--events > .subtitle {
  display: block;
}
.feature-title--events > .subtitle {
  font-style: italic;
}
.feature-time--events {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 3.75rem 0;
  font-size: 1.75rem;
}
.feature-image--events {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  height: 25rem;
  width: 18.75rem;
  margin: 4.5rem 0 0;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 250ms;
  opacity: 0.5;
}
.feature-image--events.clone {
  z-index: 0;
  transform-origin: 100% 50%;
  transform: translateX(-15%) scale(1.35);
  opacity: 0.1;
}
.is-selected .feature-image--events {
  opacity: 1;
}
.is-selected .feature-image--events.clone {
  opacity: 0.1;
}
.feature-image-image--events {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}
.clone .feature-image-image--events {
  transform: scale(-1.2, 1.2);
  -webkit-filter: saturate(0) contrast(400%) blur(7px);
          filter: saturate(0) contrast(400%) blur(7px);
}
.feature-link--events {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 0;
}
.feature-link--events > a {
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
}
.feature-link--events > a::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.feature-link--events > a:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@media  ( max-width: 1080px ) {
  .features--events {
    height: 32rem;
  }
  .feature--events {
    width: 30rem;
    height: 32rem;
    min-width: 0;
    max-width: 100%;
  }
  .feature-image--events {
    width: 15rem;
    height: 20rem;
  }
}
@media  ( max-width: 680px ) {
  .features--events {
    height: 27rem;
  }
  .feature--events {
    width: 100vw;
    height: 27rem;
    margin-left: 0;
    margin-right: 0;
  }
  .feature-title--events {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.375rem;
  }
  .feature-time--events {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.375rem;
  }
  .feature-link--events {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .feature-image--events {
    margin-right: 2rem;
    width: 12rem;
    height: 16rem;
    opacity: 1;
  }
  .feature-image--events.clone {
    opacity: 0.1;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-page-dots {
  bottom: 0;
  margin: 0 0 -4rem;
}
.flickity-page-dots > .dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin: 0 8px;
  background: none;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.flickity-page-dots > .dot::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  margin: 0 auto;
  background-color: #202020;
  border-radius: 0 !important;
  transition-property: transform, opacity;
  transition-duration: 150ms;
  opacity: 0.5;
}
.flickity-page-dots > .dot:hover::after {
  transform: scaleY(1.75);
}
.flickity-page-dots > .dot.is-selected::after {
  opacity: 1;
  transform: scaleY(1.75);
}
.flickity-prev-next-button {
  top: 0;
  bottom: 0;
  height: auto;
  width: 6rem;
  margin: 0;
  padding: 0;
  background: none !important;
  border-radius: 0;
  transform: none;
}
.flickity-prev-next-button > svg {
  display: none;
}
.flickity-prev-next-button.previous {
  left: 0;
  cursor: w-resize;
  cursor: url(img/cursor--prev.svg ) 8 8, pointer;
}
.flickity-prev-next-button.next {
  right: 0;
  cursor: w-resize;
  cursor: url(img/cursor--next.svg ) 8 8, pointer;
}
@media (max-width: 1024px) {
  .flickity-prev-next-button {
    display: none !important;
  }
}
[data-slideshow-role~='wrapper'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}
[data-slideshow-role~='images'] {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  cursor: url(img/cursor--intro--zoom.svg ) 8 8, pointer;
}
[data-slideshow-role~='images']::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  width: 16px;
  height: 16px;
  margin: auto auto;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  animation: rotate 500ms infinite linear;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 500ms;
  transition-timing-function: linear;
}
[data-slideshow-role~="placeholder"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  transform: scale(1.05);
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 500ms;
  transition-timing-function: linear;
}
[data-slideshow-role~="image"] {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1600ms;
  transition-delay: 800ms;
}
[data-slideshow-role~="image"].current {
  z-index: 100;
  opacity: 1;
  transition-delay: 0ms;
}
[data-slideshow-role~="img"] {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1600ms;
}
[data-slideshow-role~="img"].lazyloaded {
  opacity: 1;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  cursor: url('img/icon--close--32--white.svg') 16 16, auto;
}
.modal > * {
  cursor: auto;
}
.modal::before {
  content: ' ';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background-color: #202020;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 350ms;
}
.modal.hidden {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.modal.hidden::before {
  opacity: 0;
}
.modal-inner {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 80%;
  max-width: 64rem;
  margin: 5rem auto;
  padding: 6rem 6rem;
  background-color: #ffffff;
  transition-property: opacity, transform;
  transition-duration: 350ms;
}
.hidden .modal-inner {
  transform: translateY(4rem);
  opacity: 0;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('img/icon--close--32--black.svg');
}
.no-svg .modal-close {
  background-image: url('img/icon--close--32--black.png');
}
.modal-title {
  position: absolute;
  left: 0;
  top: 0;
  margin: 6rem 6rem;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}
.modal-content {
  position: relative;
  margin-left: 10rem;
}
.modal-content::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: -0.5rem 0 0 -10rem;
  border-top: 1px solid #979797;
}
.modal-content > p {
  margin: 0 0 1em;
}
.modal-content > ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
}
.modal-content > ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 2em;
}
.modal-content > ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  margin: 0.75em 0 0;
  border-top: 1px solid #979797;
}
@media  ( max-width: 1080px ) {
  .modal-inner {
    width: auto;
    margin: 4rem 4rem;
    padding: 5rem 4rem;
  }
  .modal-close {
    margin-top: 1.375rem;
    margin-right: 1.125rem;
  }
  .modal-title {
    margin: 5rem 4rem;
  }
}
@media screen and (max-width: 840px) {
  .modal-inner {
    width: auto;
    margin: 2rem 2rem;
    padding: 4rem 2rem;
  }
  .modal-close {
    margin-top: 0.875rem;
    margin-right: 1.5rem;
  }
  .modal-title {
    margin: 4rem 2rem;
  }
}
@media  ( max-width: 680px ) {
  .modal-inner {
    margin: 0;
    padding: 4rem 1.5rem;
  }
  .modal-close {
    margin-top: 1rem;
    margin-right: 1.125rem;
  }
  .modal-title {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 0.5rem 0 0 0;
    border-top: 1px solid #979797;
  }
  .modal-content {
    margin-left: 0;
  }
  .modal-content::before {
    display: none;
  }
}
.modal-content--press::before {
  display: none;
}
@media  ( max-width: 680px ) {
  .modal-title--press {
    border-top: 0;
  }
}
.footer {
  position: relative;
  height: 100vh;
  margin: 0 0 0 0;
  color: #ffffff;
  background-color: #202020;
}
.footer-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-image-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}
.footer-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 90%;
  max-width: 54rem;
  margin: 0 auto;
  opacity: 0.8;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-content-title {
  float: left;
  margin: 0;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 400;
}
.footer-content-tagline {
  float: right;
  margin: 0;
}
.footer-content-tagline > p {
  margin: 0;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.45;
  font-weight: 400;
}
.footer-nav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 80%;
  max-width: 60rem;
  margin: 0 auto 1rem;
}
@media  ( max-width: 1080px ) {
  .footer-content {
    width: 80%;
    max-width: 60rem;
    margin: 0 auto;
  }
}
@media  ( max-width: 680px ) {
  .footer {
    height: auto;
    padding: 3rem 0;
  }
  .footer-content {
    position: relative;
    top: auto;
    margin: 0 2rem;
    transform: none;
    opacity: 1;
  }
  .footer-content-title {
    float: none;
    margin-bottom: 12rem;
    font-size: 1.625rem;
  }
  .footer-content-tagline {
    float: none;
    margin-bottom: 12rem;
  }
  .footer-content-tagline > p {
    font-size: 1.625rem;
  }
  .footer-nav-wrapper {
    position: relative;
    width: auto;
    margin: 0 2rem;
  }
}
.nav--footer {
  display: block;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-skip--footer {
  display: none;
}
.nav-list--footer {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-list-item--footer {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
}
.nav-list-item--footer > a {
  position: relative;
  font-size: 0.875rem;
  font-style: italic;
  color: transparent;
}
.nav-list-item--footer > a::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #ffffff;
  white-space: nowrap;
}
.nav-list-item--footer > a:hover,
.nav-list-item--footer > a:focus {
  text-decoration: none;
}
.nav-list-item--footer > a:hover::after,
.nav-list-item--footer > a:focus::after {
  font-style: normal;
}
.nav-list-item--footer.current-menu-item > a::after,
.nav-list-item--footer.current-menu-parent > a::after {
  font-style: normal;
}
@media  ( max-width: 680px ) {
  .nav--footer {
    padding: 1.5rem 0 0.5rem;
    border-top: 1px solid #979797;
  }
  .nav-list-item--footer {
    display: inline-block;
    margin: 0 2em 1em 0;
  }
  .nav-list-item--footer > a {
    font-size: 1.125rem;
  }
}
.nav--social {
  display: block;
  margin: 1rem 0 0;
}
.nav-skip--social {
  display: none;
}
.nav-list--social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-list-item--social {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1em 0;
}
.nav-list-item--social > a {
  font-family: 'akzidenz-grotesk', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
}
.nav-list-item--social > a > span {
  position: relative;
}
.nav-list-item--social > a > span::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 0 -1px;
  border-bottom: 1px solid currentColor;
  transform-origin: 0 0;
}
.nav-list-item--social > a > span:hover::after {
  animation: appear 350ms 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-list-item--social > a:hover,
.nav-list-item--social > a:focus {
  font-style: normal;
}
.nav-list-item--social.applemusic > a,
.nav-list-item--social.spotify > a,
.nav-list-item--social.tidal > a,
.nav-list-item--social.instagram > a,
.nav-list-item--social.twitter > a,
.nav-list-item--social.facebook > a,
.nav-list-item--social.youtube > a {
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.nav-list-item--social.applemusic > a {
  background-image: url('img/icon--applemusic--16--white.svg');
}
.no-svg .nav-list-item--social.applemusic > a {
  background-image: url('img/icon--applemusic--16--white.png');
}
.nav-list-item--social.spotify > a {
  background-image: url('img/icon--spotify--16--white.svg');
}
.no-svg .nav-list-item--social.spotify > a {
  background-image: url('img/icon--spotify--16--white.png');
}
.nav-list-item--social.tidal > a {
  background-image: url('img/icon--tidal--16--white.svg');
}
.no-svg .nav-list-item--social.tidal > a {
  background-image: url('img/icon--tidal--16--white.png');
}
.nav-list-item--social.instagram > a {
  background-image: url('img/icon--instagram--16--white.svg');
}
.no-svg .nav-list-item--social.instagram > a {
  background-image: url('img/icon--instagram--16--white.png');
}
.nav-list-item--social.twitter > a {
  background-image: url('img/icon--twitter--16--white.svg');
}
.no-svg .nav-list-item--social.twitter > a {
  background-image: url('img/icon--twitter--16--white.png');
}
.nav-list-item--social.facebook > a {
  background-image: url('img/icon--facebook--16--white.svg');
}
.no-svg .nav-list-item--social.facebook > a {
  background-image: url('img/icon--facebook--16--white.png');
}
.nav-list-item--social.youtube > a {
  background-image: url('img/icon--youtube--16--white.svg');
}
.no-svg .nav-list-item--social.youtube > a {
  background-image: url('img/icon--youtube--16--white.png');
}
@media  ( max-width: 680px ) {
  .nav--social {
    margin: 0 0 -2rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid #979797;
  }
  .nav-list--social {
    display: grid;
    grid-template-columns: 2rem 2rem 2rem 2rem;
    grid-column-gap: auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .nav-list-item--social {
    width: 2rem;
    height: 2rem;
    margin: 0 0 1.5rem 0;
  }
  .nav-list-item--social > a {
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    background-position: center center !important;
    background-size: 80% auto !important;
  }
  .nav-list-item--social > a > span {
    display: none;
  }
}
