/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
picture {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  line-height: 1.5;
  background: #fdf9f1;
}

body.is-windows {
  font-family: Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input,
textarea,
select,
button {
  font: inherit;
}

html:not([data-whatintent=keyboard]) *:focus {
  outline: none;
}

iframe {
  width: 100%;
  height: auto;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
@font-face {
  font-family: "GT-Sectra-Book";
  src: url(../fonts/GT-Sectra-Book.woff2) format("woff2"), url(../fonts/GT-Sectra-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT-Sectra-Display";
  src: url(../fonts/GT-Sectra-Display-Regular.woff2) format("woff2"), url(../fonts/GT-Sectra-Display-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT-Sectra-Display";
  src: url(../fonts/GT-Sectra-Display-Bold.woff2) format("woff2"), url(../fonts/GT-Sectra-Display-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Standard";
  src: url(../fonts/helvetica-light.woff2) format("woff2"), url(../fonts/helvetica-light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Standard";
  src: url(../fonts/GT-America-Standard-Regular.woff2) format("woff2"), url(../fonts/GT-America-Standard-Regular.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Standard";
  src: url(../fonts/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT-America-Standard-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Light";
  src: url(../fonts/GT-America-Standard-Light.woff2) format("woff2"), url(../fonts/GT-America-Standard-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
.text {
  font-size: 20px;
  line-height: 30px;
}
.text > * + * {
  margin-top: 1em;
}

.text-large {
  font-size: 20px;
  line-height: 30px;
}

small,
.text-small {
  font-size: 17px;
  line-height: 22px;
}

h1,
.h1 {
  font-family: "GT-Sectra-Display";
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 86px;
  }
}

h2,
.h2 {
  font-family: "GT-Sectra-Display";
  font-size: 45px;
  line-height: 53px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 60px;
    line-height: 65px;
  }
}

h3,
.h3 {
  font-family: "GT-Sectra-Display";
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

.js-fit-text {
  line-height: 1.06em;
}

i,
em,
.italic {
  font-style: italic;
}

b,
strong,
.bold {
  font-weight: 700;
}

a,
.link {
  color: #000000;
  text-decoration: none;
  display: inline;
  text-decoration-thickness: 0.04em;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  a:hover,
  .link:hover {
    font-weight: 500;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}
.text a,
.text .link {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #000000), to(transparent));
  background-image: linear-gradient(to right, #000000 100%, transparent 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.text .button {
  background-image: none;
}

ul.list > li,
ul:not([class]) > li {
  padding-left: 24px;
  position: relative;
}
ul.list > li:not(:last-child),
ul:not([class]) > li:not(:last-child) {
  margin-bottom: 10px;
}
ul.list > li:before,
ul:not([class]) > li:before {
  content: "";
  top: 11px;
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #000000;
}

ol.list,
ol:not([class]) {
  counter-reset: li;
}
ol.list > li,
ol:not([class]) > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ol.list > li:not(:last-child),
ol:not([class]) > li:not(:last-child) {
  margin-bottom: 10px;
}
ol.list li:before,
ol:not([class]) li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: relative;
  margin-right: 16px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
body {
  overflow-y: scroll;
}

body.is-scroll-disabled #page {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

.h-container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .h-container {
    padding: 0 40px;
  }
}

.h-container--medium {
  max-width: 1410px;
}

.h-container--large {
  max-width: 1761px;
}

.h-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.h-pull-left {
  float: left;
}

.h-pull-right {
  float: right;
}

.h-hidden {
  display: none !important;
}

.h-visible {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .h-hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-hidden-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  .h-hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1170px) {
  .h-hidden-lg {
    display: none !important;
  }
}

.h-separator {
  width: 100%;
  height: 2px;
  background: #000000;
}

.h-text-light {
  font-family: "GT-America-Light";
}

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

.h-margin-top-sm {
  margin-top: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.accordion__title-wrapper {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .accordion__title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.accordion__title {
  display: block;
  margin-bottom: 65px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .accordion__title {
    margin-bottom: 130px;
  }
}
.accordion--venue .accordion__title {
  text-transform: none;
  margin-bottom: 0;
  max-width: 1080px;
}
@media only screen and (min-width: 768px) {
  .accordion--venue .accordion__title {
    margin-bottom: 0;
  }
}

.accordion__image {
  margin-bottom: 40px;
}
.accordion__image .image__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion__item {
  position: relative;
  border-top: 2px solid #000000;
}
.accordion__item + .accordion__item {
  margin-top: 2px;
}

.accordion__header {
  position: relative;
  display: block;
  padding: 10px 40px;
  text-align: center;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 768px) {
  .accordion__header {
    padding: 16px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__header {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.accordion__header:hover {
  opacity: 0.7;
}
.accordion__header:focus {
  opacity: 1;
  outline: 0;
}
.accordion--small .accordion__header {
  padding: 19px 40px 19px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .accordion--small .accordion__header {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion--small .accordion__header {
    padding-right: 70px;
  }
}

.accordion__header-title {
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  letter-spacing: 0.275em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .accordion__header-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__header-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.accordion--small .accordion__header-title {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: none;
}

.accordion__header-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 18px;
  margin-top: -9px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .accordion__header-arrow {
    right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__header-arrow {
    width: 50px;
    height: 28px;
    margin-top: -14px;
  }
}
.accordion__header-arrow:before, .accordion__header-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .accordion__header-arrow:before, .accordion__header-arrow:after {
    width: 35px;
  }
}
.accordion__header-arrow:before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media only screen and (min-width: 1024px) {
  .accordion__header-arrow:before {
    left: 1px;
  }
}
.accordion__header-arrow:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.accordion__item.is-animating .accordion__header-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion__content {
  display: none;
}
html.no-js .accordion__content, .accordion__item.is-open > .accordion__content {
  display: block;
}

.accordion__inner {
  padding: 50px 20px 60px 30px;
}
@media only screen and (min-width: 768px) {
  .accordion__inner {
    padding: 50px 132px 60px;
  }
}
.accordion--small .accordion__inner {
  padding: 0 0 50px;
}
.accordion--no-padding .accordion__inner {
  padding: 50px 0 60px;
}
@media only screen and (min-width: 768px) {
  .accordion--no-padding .accordion__inner {
    padding: 50px 0 60px;
  }
}
.accordion--venue .accordion__inner {
  padding-top: 10px;
}

.accordion__item-venue {
  max-width: 1080px;
  text-align: center;
  margin: auto;
}

.accordion__item-info {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .accordion__item-info {
    margin-top: 46px;
  }
}
.accordion__item-info:first-of-type {
  margin-top: 0;
}

.accordion__item-label {
  font-weight: 700;
  font-size: 20px;
}

.accordion__item-text {
  font-size: 20px;
  font-family: "GT-America-Light";
}

.accordion__item-image {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .accordion__item-image {
    margin-top: 46px;
  }
}
.accordion__item-image .image__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.article {
  display: block;
  text-align: center;
  background: none;
}

.article--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
  .article--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    background-color: #fdf9f1;
  }
}
@media only screen and (min-width: 1170px) {
  .article--new {
    padding: 80px 140px;
  }
}
body.repertoire .article--new:not(.blog__article) {
  background-color: #d0d0d0;
}

@media only screen and (min-width: 768px) {
  .article--featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    background-color: #fdf9f1;
  }
}
@media only screen and (min-width: 1024px) {
  .article--featured {
    padding: 20px 0;
  }
}
body.repertoire .article--featured {
  background-color: #d0d0d0;
}

.article__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1024px) {
  .article__image {
    margin-bottom: 0;
  }
}
.article--new .article__image {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .article--featured .article__image {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .article--featured .article__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 20px;
  }
}
.article__image .image__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.article--new .article__image .image__img {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .article--featured .article__image .image__img {
    max-width: 310px;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .article--featured .article__image .image__img {
    max-width: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .article--new .article__content {
    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;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .article--featured .article__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .article--featured .article__content {
    padding: 0 20px;
  }
}

.article__title {
  max-width: 450px;
  margin: 0 auto;
}
.article--new .article__title {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .article--new .article__title {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .article--new .article__title {
    margin-top: 93px;
  }
}
.article--simple .article__title {
  max-width: 1250px;
}

.article__info {
  display: block;
  max-width: 450px;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .article--new .article__info {
    margin-top: 30px;
  }
}
.article--external .article__info {
  margin-top: 30px;
}

.article__info-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #000000;
}

.article__excerpt {
  font-family: "GT-Sectra-Display";
  max-width: 520px;
  margin: 35px auto 0;
}

.article__button.button {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .article__button.button {
    margin-top: 77px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  height: 100px;
  border: none;
  background-color: #1c1c1c;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media only screen and (min-width: 1170px) {
  .back-to-top {
    right: 58px;
    bottom: 33px;
  }
}
.back-to-top:focus {
  outline: 0;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: all;
}

.back-to-top__icon {
  font-size: 40px;
  margin-top: 20px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  color: #ffffff;
}
@media only screen and (min-width: 1170px) {
  .back-to-top:hover .back-to-top__icon {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.back-to-top__text {
  opacity: 0;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.back-to-top:hover .back-to-top__text {
  opacity: 1;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.background-beige {
  background: #f9e1ca;
}

.background-beige-2 {
  background: #e7ccb1;
}

.background-light-beige {
  background: #f2e0c5;
}

.background-light-grey {
  background: #dfdfdf;
}

.background-dark-grey {
  background: #a6a6a6;
}

.background-green {
  background: #a7e0d4;
}

.background-purple {
  background: #afc6e5;
}

.background-red {
  background: #cc9b9b;
}

.background-pink {
  background: #f3789b;
}

.background-blue {
  background: #d0edfb;
}

.background-cyan {
  background: #a1dee9;
}

.background-brown {
  background: #c5ad80;
}

.background-white {
  background: #ffffff;
}

.background-orange {
  background: #ebb386;
}

.background-leaf {
  background: #897f61;
}

.background-olive {
  background: #b9cd9b;
}

.background-smoke {
  background: #84807d;
}

.background-cloud {
  background: #989693;
}

.background-yellow {
  background: #feda4d;
}

.background-thistle {
  background: #9396c0;
}

.background-dark-red {
  background: #281515;
}

.background-dark-green {
  background: #183717;
}

.background-medium-red {
  background: #c60202;
}

.background-light-pink {
  background: #f49dc4;
}

.background-light-blue {
  background: #b8e6f4;
}

.background-dark-blue {
  background: #1b2087;
}

.background-beige-3 {
  background: #e5d1b5;
}

.background-moss-green {
  background: #647020;
}

.background-blue-08 {
  background: #0c2373;
}

.background-blue-05 {
  background: #85e6ed;
}

.background-green-mint {
  background: #a1e2b4;
}

.background-green-07 {
  background: #193d0b;
}

.background-brown-10 {
  background: #87390e;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.banner {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.banner--dark {
  background: #000000;
  color: #ffffff;
}

.banner__button.button {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .banner__button.button {
    margin-top: 42px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.book-card {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .book-card {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.book-card.book-card--simple {
  margin-bottom: 0;
  border-bottom: 2px solid #000000;
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .book-card.book-card--simple {
    padding: 62px 0;
  }
}
.grid__col:last-of-type .book-card.book-card--simple {
  border-bottom: none;
}

.book-card__content {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  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;
}
.book-card--simple .book-card__content {
  max-width: none;
}

.book-card__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .book-card__image {
    margin-top: 0;
  }
}
.book-card__image .image__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.book-card__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-card__button.button {
  margin-top: 36px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.button {
  position: relative;
  display: inline-block;
  height: 55px;
  margin: 0 12px;
  padding: 17px 20px;
  border: 0;
  border-radius: 12px;
  min-width: 290px;
  font-family: "GT-America-Light";
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .button:hover {
    text-decoration: none;
    font-weight: 400;
    opacity: 1;
  }
}
.button:disabled, .button.is-disabled {
  cursor: not-allowed;
}

.button__text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  min-width: none;
}
.button:disabled .button__text, .button.is-disabled .button__text {
  color: #ffffff;
}
.button--border-black .button__text, .button--gray .button__text {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .button--border:hover .button__text {
    color: #000000;
  }
  .button--border-black:hover .button__text, .button--white:hover .button__text {
    color: #ffffff;
  }
  .button--gray:hover .button__text {
    color: #ffffff;
  }
}

.button__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: fill, opacity;
  transition-property: fill, opacity;
  fill: url("#button-gradient");
}
.button--border .button__svg {
  fill: transparent;
}
.button--white .button__svg {
  fill: #ffffff;
}
.button:disabled .button__svg path, .button.is-disabled .button__svg path {
  fill: #767676;
}
.button--gray .button__svg {
  fill: #d6d6d6;
}
@media only screen and (min-width: 768px) {
  .button--large:hover .button__svg, .button:hover .button__svg {
    opacity: 0.5;
  }
  .button--white:hover .button__svg, .button--border:hover .button__svg {
    fill: #ffffff;
    opacity: 1;
  }
  .button--border-black:hover .button__svg {
    fill: #000000;
    opacity: 1;
  }
  .button:disabled:hover .button__svg, .button.is-disabled:hover .button__svg {
    opacity: 1;
  }
  .button--gray:hover .button__svg {
    fill: #000000;
  }
}

.button__svg--default-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  fill: url("#button-gradient-hover");
}
@media only screen and (min-width: 768px) {
  .button--large:hover .button__svg--default-hover, .button--white:hover .button__svg--default-hover, .button:hover .button__svg--default-hover {
    opacity: 1;
  }
}
.button:disabled .button__svg--default-hover, .button.is-disabled .button__svg--default-hover {
  opacity: 0;
}

.button--white {
  color: #000000;
}

.button--text {
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  color: #000000;
  background: transparent;
  text-transform: uppercase;
  -webkit-mask-image: none;
          mask-image: none;
}
.button--text:hover {
  border: 0;
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}

.button--block {
  width: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.datepicker {
  width: 100%;
  border: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
}

.datepicker--pointer {
  border: none;
}

.datepicker--nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .datepicker--nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    right: 40px;
    left: 40px;
    top: 0;
    bottom: 0;
  }
}

.datepicker--nav-title {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  font-family: "GT-Sectra-Display";
  letter-spacing: 0.275em;
  text-transform: uppercase;
  pointer-events: none;
}
.datepicker--nav-title i {
  color: inherit;
}
.datepicker--nav-title:hover {
  background: transparent;
}

.datepicker--nav-action {
  width: 56px;
  height: 56px;
  margin: auto 0;
  border-radius: 0;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.datepicker--nav-action:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .datepicker--nav-action {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .datepicker--nav-action:first-of-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.datepicker__icon {
  color: #000000;
}
.datepicker--nav-action .datepicker__icon {
  width: 1em;
  height: 1em;
  font-size: 56px;
}

.datepicker--body {
  overflow: hidden;
}

.datepicker--content {
  height: 80vw;
  max-height: 324px;
  max-width: 430px;
  margin: auto;
}

.datepicker--days {
  height: 100%;
}

.datepicker--days-names {
  display: none;
}

.datepicker--cells {
  margin-left: -3px;
}

.datepicker--cells-days {
  height: 100%;
}

.datepicker--cell {
  height: 39px;
  font-weight: 700;
  color: #000000;
  border-radius: 0;
  outline: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
.datepicker--cell.-other-month- {
  color: #d6d6d6;
}
.datepicker--cell.-current- {
  background-color: #0a3915;
  color: #ffffff;
}
.datepicker--cell.-current-:hover {
  background-color: #0a3915;
  color: #ffffff;
}
.datepicker--cell.-range-from-, .datepicker--cell.-range-to- {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.datepicker--cell.-range-to-.-current-.-selected-, .datepicker--cell.-selected-.-focus-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-other-month-, .datepicker--cell.-selected-, .datepicker--cell.-focus-, .datepicker--cell.datepicker__selected {
  background-color: #f9e1ca;
  color: #000000;
}
.datepicker--cell.-in-range-.-focus-, .datepicker--cell.-current-.-in-range-, .datepicker--cell.-in-range- {
  background-color: transparent;
}
.datepicker--cell.-disabled- {
  background: transparent;
  color: #d6d6d6;
  pointer-events: none;
}
.datepicker--cell.-disabled-:hover {
  color: #d6d6d6;
}
.datepicker--cell.-disabled-.-in-range- {
  background: #d1bdaa;
  color: #000000;
}

.datepicker--cell-day {
  width: 59px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.editor img {
  max-width: 100%;
  height: auto;
}
.editor {
  /* WordPress Core */
}
.editor .alignnone {
  margin: 5px 20px 20px 0;
}
.editor .aligncenter,
.editor div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.editor .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.editor .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.editor a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.editor a img.alignnone {
  margin: 5px 20px 20px 0;
}
.editor a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor .wp-caption {
  padding: 5px 3px 10px;
  text-align: center;
}
.editor .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.editor .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.editor .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-image: none;
}
.event:before, .event:after {
  content: "";
  position: absolute;
  top: 0;
  display: none;
  width: 50.09%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: left, right, width, -webkit-transform;
  transition-property: left, right, width, -webkit-transform;
  transition-property: transform, left, right, width;
  transition-property: transform, left, right, width, -webkit-transform;
}
body.festival .event:before, body.festival .event:after {
  display: none;
}
@supports ((-webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%)) or (clip-path: polygon(100% 0%, 0% 50%, 100% 100%))) or ((-webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 50%, 0% 100%))) {
  .event:before {
    left: 0;
    display: block;
    -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
            clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  }
  .event:after {
    right: 0;
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
.event:not(.event--hero):hover {
  opacity: 1;
}
.event:not(.event--hero):hover:before, .event:not(.event--hero):hover:after {
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  width: 40.05%;
}
.event:not(.event--hero):hover:before {
  left: 10%;
}
.event:not(.event--hero):hover:after {
  right: 10%;
}
body.festival .event {
  color: #ffffff;
  background-color: #000000;
}

.event--small .stretch-title__svg {
  max-width: 95%;
}
@media only screen and (min-width: 1024px) {
  .event--small .stretch-title__text {
    font-size: 60px;
    line-height: 65px;
  }
}

.event__inner {
  min-height: 430px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 32px;
}
@media only screen and (min-width: 1024px) {
  .event__inner {
    min-height: 680px;
  }
}
@media only screen and (min-width: 1170px) {
  .event__inner {
    min-height: 950px;
    padding: 48px 36px 36px 36px;
  }
}
.event--hero .event__inner {
  padding: 122px 20px 52px;
}
@media only screen and (min-width: 768px) {
  .event--hero .event__inner {
    padding: 142px 20px 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .event--small .event__inner {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1170px) {
  .event--small .event__inner {
    min-height: 550px;
  }
}

.event__top {
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  background: none;
}

.event__title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  width: 100%;
  max-width: 80%;
  margin: 20px auto;
}
@media only screen and (min-width: 1170px) {
  .event__title-container {
    max-width: 1050px;
  }
}
.event--tall .event__title-container, .event--small .event__title-container {
  max-width: 100%;
}

.event__title {
  text-transform: uppercase;
  line-height: 1.2;
}
.event--hero .event__title {
  padding: 10px 0 71px;
}
@media only screen and (min-width: 768px) {
  .event--hero .event__title {
    padding: 10px 0 81px;
  }
}

.event__bottom {
  text-transform: uppercase;
  font-weight: 700;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.festival-logo {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: 121px auto 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .festival-logo {
    margin-top: 142px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .festival-logo {
    padding: 0 130px;
  }
}

.festival-logo__image {
  display: block;
  width: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.food-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .food-menu-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.food-menu-item__image {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .food-menu-item__image {
    display: block;
    width: 180px;
    height: 180px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.food-menu-item__image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .food-menu-item__image img {
    width: 100%;
    height: 100%;
  }
}

.food-menu-item__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.food-menu-item__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.food-menu-item__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: 400;
  vertical-align: middle;
  font-variant: small-caps;
  text-transform: lowercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.food-menu-item__price {
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
  text-align: right;
  vertical-align: middle;
  font-variant: small-caps;
  text-transform: lowercase;
  margin-left: 16px;
}

.food-menu-item__components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6px;
  margin-bottom: 8px;
}

.food-menu-item__component {
  position: relative;
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  padding-right: 16px;
}
.food-menu-item__component:last-child {
  padding-right: 0;
}
.food-menu-item__component:last-child::after {
  display: none;
}
.food-menu-item__component::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 9px;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #0a3915;
  border-radius: 100%;
}

.food-menu-item__counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #000000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .food-menu-item__counter {
    margin-top: auto;
  }
}

.food-menu-item__counter-subtract,
.food-menu-item__counter-add {
  padding: 3px 2px 5px;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  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;
  font-size: 24px;
  cursor: pointer;
}

.food-menu-item__counter-subtract.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.food-menu-item__counter-number {
  pointer-events: none;
  width: 24px;
  height: 21px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}

.food-menu-item__input {
  opacity: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.food-menu {
  margin-top: 64px;
  color: #000000;
}
.food-menu [data-categories] {
  display: none;
}
.food-menu [data-categories].is-visible {
  display: block;
}

.food-menu__title {
  text-align: center;
  margin-bottom: 60px;
}

.food-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food-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;
  gap: 10px;
  min-width: 200px;
  padding-right: 32px;
}

.food-menu__category {
  position: relative;
  display: inline-block;
  border: none;
  padding: 8px 0;
  font-family: "GT-Sectra-Display";
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 2.72px;
  font-weight: 400;
  font-variant: small-caps;
  text-transform: lowercase;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0.4;
}
.food-menu__category.is-current, .food-menu__category:hover {
  opacity: 1;
}

.food-menu__item-wrapper {
  padding: 40px 0;
}
.food-menu__item-wrapper:first-child, .food-menu__item-wrapper + .food-menu__item-wrapper {
  border-top: 2px solid #000000;
}

.food-menu__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.form-success {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

.form-success__inner {
  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;
  height: 50vh;
}

.form-success__title {
  margin-bottom: 16px;
  text-align: center;
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 6px;
  vertical-align: middle;
  font-variant: small-caps;
}

.form-success__description {
  text-align: center;
  font-size: 17px;
  line-height: 100%;
  vertical-align: middle;
}

.form-success__button {
  margin: 60px auto 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.check {
  position: relative;
}

.check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.check__label {
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.check__input:disabled ~ .check__label {
  opacity: 0.5;
}

.check__text {
  font-size: 17px;
  line-height: 22px;
}

.check__indicator {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.check__indicator:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.check__input:hover ~ .check__label .check__indicator:after {
  background-color: #d6d6d6;
}
.check__input:checked ~ .check__label .check__indicator:after {
  background-color: #000000;
}
.check.is-invalid .check__indicator {
  border-color: #ff0000;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.choice-group__label {
  margin-bottom: 5px;
}

.choice-group__item + .choice-group__item {
  margin-top: 5px;
}

.choice-group__error {
  margin-top: 5px;
  color: #ff0000;
}

.choice-group__description {
  margin-top: 5px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.radio {
  position: relative;
}

.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio__label {
  display: block;
  padding-left: 25px;
  padding-top: 3px;
}
.radio__input:disabled ~ .radio__label {
  opacity: 0.5;
}

.radio__text {
  font-size: 16px;
  font-weight: 700;
}

.radio__indicator {
  display: block;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.radio__indicator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}
.radio__input:checked ~ .radio__label .radio__indicator:before {
  opacity: 1;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.textfield {
  position: relative;
  font-size: 17px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
}
.textfield.is-disabled {
  opacity: 0.5;
}

.textfield--large {
  font-family: "GT-Sectra-Display";
}

.textfield--dark {
  color: #ffffff;
}

.textfield__inner {
  position: relative;
  padding: 14px 0 0;
}
.textfield__inner:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  display: none;
  width: 16px;
  height: 16px;
  background-color: #000000;
  -webkit-animation: pulse 1000ms ease-in-out infinite;
          animation: pulse 1000ms ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .textfield__inner:after {
    top: 22px;
  }
}
.textfield--large .textfield__inner {
  padding: 0;
}
.textfield--dark .textfield__inner:after {
  background-color: #ffffff;
}
.textfield.is-loading .textfield__inner:after {
  display: block;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.textfield__input {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  height: 32px;
  width: 100%;
  padding-right: 24px;
  background: none;
  text-align: left;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.textfield--large .textfield__input {
  height: 46px;
  font-size: 45px;
  line-height: 53px;
  padding-bottom: 13px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .textfield--large .textfield__input {
    height: 63px;
    font-size: 60px;
    line-height: 65px;
  }
}
.textfield.is-focused .textfield__input {
  outline: none;
  border-color: #000000;
}
.textfield--dark .textfield__input, .textfield--dark.is-focused .textfield__input {
  border-color: #ffffff;
}
.textfield.is-invalid .textfield__input {
  border-color: #ff0000;
}
.textfield.is-disabled .textfield__input {
  background-color: transparent;
  outline: none;
}
.textfield__input::-ms-clear {
  display: none;
}

.textfield__label {
  bottom: 0;
  color: #000000;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html.no-js .textfield__label, .select__container.is-focused ~ .textfield__label, .select__container.is-dirty ~ .textfield__label, .textfield.is-focused .textfield__label, .textfield.is-dirty .textfield__label {
  font-size: 10px;
  line-height: 19px;
  color: #000000;
  top: -5px;
}
.textfield--large .textfield__label {
  -webkit-transition: none;
  transition: none;
  font-size: 45px;
  line-height: 53px;
  font-weight: 400;
  top: 0;
  bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .textfield--large .textfield__label {
    font-size: 60px;
    line-height: 65px;
  }
}
.textfield--search .textfield__label {
  -webkit-transition: none;
  transition: none;
  color: #000000;
}
.textfield--search.is-focused .textfield__label, .textfield--search.is-dirty .textfield__label, .textfield--large.is-focused .textfield__label, .textfield--large.is-dirty .textfield__label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.textfield--dark.is-focused .textfield__label, .textfield--dark.is-dirty .textfield__label {
  color: #ffffff;
}
.textfield.is-invalid .textfield__label {
  color: #ff0000;
}

.textfield__error {
  margin-top: 5px;
  color: #ff0000;
}

.textfield__description {
  margin-top: 5px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.select {
  margin: 0;
  cursor: pointer;
}
.select.is-disabled {
  cursor: default;
}
.select .select__container.is-disabled ~ .select__icon,
.select .select__container.is-disabled ~ .textfield__label {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}
.select .textfield__label {
  top: 19px;
}

.select__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.select__container.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}
.select__container:focus {
  outline: none;
}

.select__icon {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 1.5em;
  pointer-events: none;
}
.select__container.is-open + .select__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select__inner {
  padding-right: 45px;
  min-height: 46px;
  height: auto;
}

.select__dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  background: #ffffff;
  top: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  overflow: hidden;
  word-break: break-all; /* stylelint-disable-line plugin/no-unsupported-browser-features */
  will-change: visibility;
}
.select--search .select__dropdown {
  padding-top: 48px;
}
.select__container.is-flipped .select__dropdown {
  top: auto;
  bottom: 100%;
}
.select--search .select__container.is-flipped .select__dropdown {
  padding-top: 0;
  padding-bottom: 48px;
}
.select__container.is-open .select__dropdown {
  visibility: visible;
}

.select__choices-input {
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  display: none;
  width: 100% !important; /* overwrite plugin inline styles */
  padding: 10px 16px;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.select__container.is-flipped .select__choices-input {
  top: auto;
  bottom: 100%;
}
.select--multiple:not(.select--search) .select__choices-input {
  color: transparent;
  outline: none;
}
.select--search .select__container.is-open .select__choices-input {
  pointer-events: auto;
}
.select__choices-input:not(select) {
  display: block;
  z-index: 3;
}
.select__choices-input::-ms-expand {
  display: none;
}

.select__dropdown .select__list {
  max-height: 220px;
  overflow-y: auto;
  will-change: scroll-position;
  background: #ffffff;
}

.select__list--single,
.select__list--multiple {
  overflow: hidden;
  white-space: nowrap;
  padding: 11px 0;
  width: 100%;
  height: 100%;
}

.select__list--multiple {
  overflow: visible;
  white-space: normal;
  padding: 10px 0 4px;
  line-height: 0;
}

.select__item {
  padding: 8px 16px;
  color: #000000;
}
.select__list--single .select__item {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__list--multiple .select__item {
  display: inline-block;
  font-size: 0.75em;
  padding: 2px 24px 2px 8px;
  margin-bottom: 6px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.select__list--multiple .select__item:not(:last-child) {
  margin-right: 8px;
}
.select__item.select__item--highlighted, .select__item.select__item--selectable:hover {
  background-color: #183717;
  color: #ffffff;
}
.select__item.has-no-results {
  cursor: default;
}
.select__list:not(.select__list--single) .select__item.has-no-results:hover {
  color: #000000;
  background-color: transparent;
}
.select__item[data-value=placeholder] {
  color: rgba(0, 0, 0, 0.6);
}
.select__dropdown .select__item[data-value=placeholder] {
  display: none;
}

.select__remove {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
}
.select__list--single .select__remove {
  display: none;
}

.select__search-icon {
  display: none;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
}
.select__container.is-flipped .select__search-icon {
  top: auto;
  bottom: 12px;
}
.select--search .select__search-icon {
  display: inline-block;
}

.select__close-icon {
  pointer-events: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.textarea__input {
  display: block;
  resize: none;
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.grid {
  letter-spacing: -0.65em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
}

@media only screen and (min-width: 1024px) {
  .grid--double-gutter {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: -80px;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--small-gutter {
    margin-right: -7px;
    margin-left: -7px;
  }
}

.grid--no-gutter {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.grid--no-horizontal-gutter {
  margin-right: 0;
  margin-left: 0;
}

.grid--no-vertical-gutter {
  margin-bottom: 0;
}

.grid__col {
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
  outline: none;
}
.grid--equalheight > .grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .grid--double-gutter > .grid__col {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
  }
}
.grid--small-gutter .grid__col {
  padding-right: 7px;
  padding-left: 7px;
}
.grid--no-gutter > .grid__col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.grid--no-horizontal-gutter > .grid__col {
  padding-left: 0;
  padding-right: 0;
}
.grid--no-vertical-gutter > .grid__col {
  margin-bottom: 0;
}

.grid__col--no-vertical-gutter {
  margin-bottom: 0;
}

.grid__col--xs-1 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid__col--xs-2 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid__col--xs-3 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.grid__col--xs-4 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid__col--xs-5 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid__col--xs-6 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.grid__col--xs-7 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid__col--xs-8 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid__col--xs-9 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.grid__col--xs-10 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid__col--xs-11 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid__col--xs-12 {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.grid__col--offset-xs-1 {
  margin-left: 8.3333333333%;
}

.grid__col--offset-xs-2 {
  margin-left: 16.6666666667%;
}

.grid__col--offset-xs-3 {
  margin-left: 25%;
}

.grid__col--offset-xs-4 {
  margin-left: 33.3333333333%;
}

.grid__col--offset-xs-5 {
  margin-left: 41.6666666667%;
}

.grid__col--offset-xs-6 {
  margin-left: 50%;
}

.grid__col--offset-xs-7 {
  margin-left: 58.3333333333%;
}

.grid__col--offset-xs-8 {
  margin-left: 66.6666666667%;
}

.grid__col--offset-xs-9 {
  margin-left: 75%;
}

.grid__col--offset-xs-10 {
  margin-left: 83.3333333333%;
}

.grid__col--offset-xs-11 {
  margin-left: 91.6666666667%;
}

.grid__col--offset-xs-12 {
  margin-left: 100%;
}

.grid__col--xs {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto;
  max-width: 100%;
}

.grid__col--top-xs {
  -ms-flex-item-align: start;
      align-self: flex-start;
  vertical-align: top;
}

.grid__col--middle-xs {
  -ms-flex-item-align: center;
      align-self: center;
  vertical-align: middle;
}

.grid__col--bottom-xs {
  -ms-flex-item-align: end;
      align-self: flex-end;
  vertical-align: bottom;
}

.grid--reverse-xs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid--start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.grid--center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.grid--end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.grid--top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid--top-xs > .grid__col {
  vertical-align: top;
}

.grid--middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--middle-xs > .grid__col {
  vertical-align: middle;
}

.grid--bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid--bottom-xs > .grid__col {
  vertical-align: bottom;
}

.grid--around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid--between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid__col--original-xs {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.grid__col--first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.grid__col--last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  .grid__col--sm-1 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--sm-2 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--sm-3 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--sm-4 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--sm-5 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--sm-6 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--sm-7 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--sm-8 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--sm-9 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--sm-10 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--sm-11 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--sm-12 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-sm-12 {
    margin-left: 100%;
  }
  .grid__col--sm {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-sm {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-sm {
    -ms-flex-item-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-sm {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-sm > .grid__col {
    vertical-align: top;
  }
  .grid--middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-sm > .grid__col {
    vertical-align: middle;
  }
  .grid--bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-sm > .grid__col {
    vertical-align: bottom;
  }
  .grid--around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-sm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .grid__col--md-1 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--md-2 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--md-3 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--md-4 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--md-5 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--md-6 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--md-7 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--md-8 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--md-9 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--md-10 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--md-11 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--md-12 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-md-12 {
    margin-left: 100%;
  }
  .grid__col--md {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-md {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-md {
    -ms-flex-item-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-md {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-md > .grid__col {
    vertical-align: top;
  }
  .grid--middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-md > .grid__col {
    vertical-align: middle;
  }
  .grid--bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-md > .grid__col {
    vertical-align: bottom;
  }
  .grid--around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-md {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1170px) {
  .grid__col--lg-1 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--lg-2 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--lg-3 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--lg-4 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--lg-5 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--lg-6 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--lg-7 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--lg-8 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--lg-9 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--lg-10 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--lg-11 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--lg-12 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-lg-12 {
    margin-left: 100%;
  }
  .grid__col--lg {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-lg {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-lg {
    -ms-flex-item-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-lg {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-lg > .grid__col {
    vertical-align: top;
  }
  .grid--middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-lg > .grid__col {
    vertical-align: middle;
  }
  .grid--bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-lg > .grid__col {
    vertical-align: bottom;
  }
  .grid--around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-lg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1520px) {
  .grid__col--xl-1 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col--xl-2 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col--xl-3 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col--xl-4 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col--xl-5 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col--xl-6 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col--xl-7 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col--xl-8 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col--xl-9 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col--xl-10 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col--xl-11 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col--xl-12 {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col--offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--offset-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--offset-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--offset-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--offset-xl-12 {
    margin-left: 100%;
  }
  .grid__col--xl {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--top-xl {
    -ms-flex-item-align: start;
        align-self: flex-start;
    vertical-align: top;
  }
  .grid__col--middle-xl {
    -ms-flex-item-align: center;
        align-self: center;
    vertical-align: middle;
  }
  .grid__col--bottom-xl {
    -ms-flex-item-align: end;
        align-self: flex-end;
    vertical-align: bottom;
  }
  .grid--reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .grid--center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .grid--end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .grid--top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid--top-xl > .grid__col {
    vertical-align: top;
  }
  .grid--middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid--middle-xl > .grid__col {
    vertical-align: middle;
  }
  .grid--bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid--bottom-xl > .grid__col {
    vertical-align: bottom;
  }
  .grid--around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid--between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col--original-xl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .grid__col--first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .grid__col--last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.hero-image {
  background-color: #faf9f6;
}
.hero-image.hero-image--no-bg {
  background-color: transparent;
}
.hero-image.hero-image--cut-top-padding {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  .hero-image.hero-image--cut-top-padding {
    margin-top: -60px;
  }
}

.hero-image__inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 90vh;
}

.hero-image__link:hover {
  opacity: 1;
}

.hero-image__image-mobile,
.hero-image__image-desktop {
  height: 100%;
}
.hero-image__image-mobile .image__img,
.hero-image__image-desktop .image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media only screen and (min-width: 1024px) {
  .hero-image__image-mobile {
    display: none;
  }
}

.hero-image__image-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero-image__image-desktop {
    display: block;
  }
}

.hero-image__icon {
  position: absolute;
  font-size: 100px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.hero-image__content {
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 36px;
}
@media only screen and (min-width: 1024px) {
  .hero-image__content {
    padding: 0;
  }
}

.hero-image__title,
.hero-image__date {
  letter-spacing: 5px;
}
@media only screen and (min-width: 1024px) {
  .hero-image__title,
  .hero-image__date {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-image__title {
    font-size: 60px;
    line-height: 70px;
  }
}

.hero-image__date {
  margin-top: 16px;
  font-size: 35px;
}
@media only screen and (min-width: 1024px) {
  .hero-image__date {
    font-size: 50px;
    line-height: 50px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.navigation__list {
  text-align: center;
}
.navigation--horizontal .navigation__list {
  max-width: 1000px;
  margin: -10px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .navigation--horizontal .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.navigation__item + .navigation__item {
  margin-top: 3px;
}
.navigation--large .navigation__item + .navigation__item {
  margin-top: 0;
}
.navigation--horizontal .navigation__item {
  margin-top: 40px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
}
@media only screen and (min-width: 1170px) {
  .navigation--horizontal .navigation__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.navigation__link {
  background-image: none;
  font-size: 20px;
  line-height: 25px;
}
.navigation--large .navigation__link {
  font-size: 30px;
  line-height: 34px;
  font-family: "GT-Sectra-Display";
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration-thickness: 0.04em;
  text-underline-offset: 4px;
}
@media only screen and (min-width: 1170px) {
  .navigation--large .navigation__link {
    font-size: 60px;
    line-height: 86px;
  }
}
@media (hover: hover) {
  .navigation--large .navigation__link:hover {
    font-weight: 500;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}
.navigation--horizontal .navigation__link {
  font-family: "GT-Sectra-Display";
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 17px;
  line-height: 22px;
}
.navigation--dark .navigation__link {
  color: #ffffff;
}
.navigation--dark .navigation__link:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(transparent));
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
}
.navigation__item.is-current .navigation__link {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .navigation--horizontal .navigation__item.is-current .navigation__link {
    font-weight: 500;
  }
}
.navigation--large .navigation__item.is-current .navigation__link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.navigation__children {
  display: none;
  -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;
  width: 100%;
  height: calc(100% - 176px);
  text-align: center;
  background: transparent;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .navigation__children {
    top: 84px;
    height: calc(100% - 190px);
  }
}
.navigation__item.is-open .navigation__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}

.navigation__children-title {
  font-size: 60px;
  line-height: 64px;
  font-family: "GT-Sectra-Display";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .navigation__children-title {
    font-size: 80px;
    line-height: 86px;
  }
}
.is-open .navigation__children-title {
  display: none;
}

.navigation__sublist {
  display: block;
  margin-top: 80px;
}

.navigation__subitem + .navigation__subitem {
  margin-top: 11px;
}

.navigation__sublink {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.16em;
  background: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.header {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  z-index: 10;
}
body.is-header-open .header {
  pointer-events: all;
}
@media only screen and (min-width: 1024px) {
  body.is-header-open .header {
    background: rgba(0, 0, 0, 0.8);
  }
}
body.logged-in .header {
  top: 32px;
}

.header__main {
  position: relative;
  height: 70px;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 768px) {
  .header__main {
    height: 84px;
  }
}

.header__logo {
  position: absolute;
  top: -63px;
  left: 20px;
  pointer-events: all;
  z-index: 4;
}
.header--blend .header__logo, .header--logo-white .header__logo {
  top: 0;
}
.is-header-open .header__logo {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    top: -84px;
    left: 120px;
  }
}
@media only screen and (min-width: 1919px) {
  .header__logo {
    left: 137px;
  }
}

.header__toggle {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 49px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header__toggle {
    top: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 33px;
    right: 58px;
    width: 60px;
  }
}
body.is-search-open .header__toggle {
  display: none;
}

.header__hamburger {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 14px 0;
  background-color: #000000;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .header__hamburger {
    width: 40px;
    margin: 14px 0;
  }
}
.header__hamburger:before {
  content: "";
  position: absolute;
  top: -14px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}
@media only screen and (min-width: 1024px) {
  .header__hamburger:before {
    top: -12px;
  }
}
body:not(.is-header-open) .header--dark .header__hamburger:before, body:not(.is-header-open) .header--blend-light .header__hamburger:before {
  background: #ffffff;
}
body.is-header-open .header__hamburger:before {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  body.is-header-open .header__hamburger:before {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
}
.header__hamburger:after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
}
@media only screen and (min-width: 1024px) {
  .header__hamburger:after {
    bottom: -12px;
  }
}
body:not(.is-header-open) .header--dark .header__hamburger:after, body:not(.is-header-open) .header--blend-light .header__hamburger:after {
  background: #ffffff;
}
body.is-header-open .header__hamburger:after {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  body.is-header-open .header__hamburger:after {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}
.header--dark .header__hamburger, .header--blend-light .header__hamburger {
  background-color: #ffffff;
}
body.is-header-open .header__hamburger {
  background-color: transparent;
}
body.is-header-open .header__hamburger:before, body.is-header-open .header__hamburger:after {
  background-color: #000000;
}

.header__label {
  display: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
}
@media only screen and (min-width: 1024px) {
  .header__label {
    display: block;
    padding-top: 8px;
  }
}
body:not(.is-header-open) .header--dark .header__label, body:not(.is-header-open) .header--blend-light .header__label {
  color: #ffffff;
}
body.is-header-open .header__label {
  opacity: 0;
}

.header__back-button {
  position: absolute;
  top: 15px;
  left: 11px;
  display: none;
  height: 38px;
  width: 38px;
  padding: 0;
  z-index: 2;
  border: 0;
  background: none;
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (min-width: 768px) {
  .header__back-button {
    top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__back-button {
    display: none;
  }
}
.header__back-button:before, .header__back-button:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
}
.header__back-button:before {
  top: 0;
  right: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.header__back-button:after {
  bottom: 1px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.header--dark .header__back-button:before, .header--dark .header__back-button:after {
  background-color: #ffffff;
}
body.has-open-subnavigation .header__back-button {
  display: block;
}
body.is-search-open .header__back-button {
  display: none;
}

.header__bottom {
  position: absolute;
  right: auto;
  left: 100%;
  -webkit-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  background: #fdf9f1;
  top: 0;
  bottom: 0;
  pointer-events: all;
  padding: 40px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow-x: hidden;
  -ms-overflow-style: none;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header__bottom {
    padding: 164px 20px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__bottom {
    width: 50%;
  }
}
@media only screen and (min-width: 1170px) {
  .header__bottom {
    padding: 164px 20px 60px;
  }
}
.header__bottom::-webkit-scrollbar {
  display: none;
}
.header__bottom:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 84px;
  opacity: 0;
  -webkit-transition: opacity 0ms ease-in-out;
  transition: opacity 0ms ease-in-out;
}
body.is-header-open .header__bottom:before {
  opacity: 1;
  -webkit-transition: opacity 0ms ease-in-out 500ms;
  transition: opacity 0ms ease-in-out 500ms;
}
body.is-header-open .header__bottom {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  body.is-header-open .header__bottom {
    left: calc(100% - 676px);
    max-width: 676px;
  }
}
.header__bottom a,
.header__bottom .link {
  color: #000000;
}

.header__additional-link {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 52px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  pointer-events: all;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 300ms ease-in-out 500ms;
  transition: 300ms ease-in-out 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .header__additional-link {
    position: absolute;
    top: 34px;
    left: 0;
    padding-left: 60px;
    margin-bottom: 0;
    text-align: left;
    z-index: 3;
  }
}
body.is-header-open .header__additional-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header__additional-link a {
  background: none;
}

.header__languages {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  pointer-events: all;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 300ms ease-in-out 500ms;
  transition: 300ms ease-in-out 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .header__languages {
    position: absolute;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    top: 34px;
    right: 144px;
    margin-bottom: 0;
    text-align: left;
    z-index: 3;
  }
}
body.is-header-open .header__languages {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header__navigation {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__navigation {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .header__navigation {
    max-width: none;
  }
}
.header__navigation + .header__navigation {
  margin-top: 38px;
}
@media only screen and (min-width: 1024px) {
  .header__navigation + .header__navigation {
    margin-top: 46px;
  }
}
.header__navigation .navigation__item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 300ms ease-in-out 500ms;
  transition: 300ms ease-in-out 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
body.is-header-open .header__navigation .navigation__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.is-header-open .header__navigation .navigation__item:nth-child(0) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(1) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(2) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(3) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(4) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(5) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(6) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(7) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(8) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
body.is-header-open .header__navigation .navigation__item:nth-child(9) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
body.has-open-subnavigation .header__navigation .navigation__item {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
body.has-open-subnavigation .header__navigation .navigation__item:not(.is-open) {
  display: none;
}

.header__search {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  margin-top: 60px;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header__search {
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 260px;
    margin: 77px auto 0 auto;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.hero {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero {
    padding-top: 205px;
  }
}
.hero > * {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.hero h1:nth-child(1n),
.hero h2:nth-child(1n),
.hero p:nth-child(1n),
.hero div:nth-child(1n),
.hero nav:nth-child(1n) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.hero h1:nth-child(2n),
.hero h2:nth-child(2n),
.hero p:nth-child(2n),
.hero div:nth-child(2n),
.hero nav:nth-child(2n) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.hero h1:nth-child(3n),
.hero h2:nth-child(3n),
.hero p:nth-child(3n),
.hero div:nth-child(3n),
.hero nav:nth-child(3n) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.hero h1:nth-child(4n),
.hero h2:nth-child(4n),
.hero p:nth-child(4n),
.hero div:nth-child(4n),
.hero nav:nth-child(4n) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.hero h1:nth-child(5n),
.hero h2:nth-child(5n),
.hero p:nth-child(5n),
.hero div:nth-child(5n),
.hero nav:nth-child(5n) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.hero h1:nth-child(6n),
.hero h2:nth-child(6n),
.hero p:nth-child(6n),
.hero div:nth-child(6n),
.hero nav:nth-child(6n) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.hero h1:nth-child(7n),
.hero h2:nth-child(7n),
.hero p:nth-child(7n),
.hero div:nth-child(7n),
.hero nav:nth-child(7n) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
.hero h1:nth-child(8n),
.hero h2:nth-child(8n),
.hero p:nth-child(8n),
.hero div:nth-child(8n),
.hero nav:nth-child(8n) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.hero h1:nth-child(9n),
.hero h2:nth-child(9n),
.hero p:nth-child(9n),
.hero div:nth-child(9n),
.hero nav:nth-child(9n) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
.hero h1:nth-child(10n),
.hero h2:nth-child(10n),
.hero p:nth-child(10n),
.hero div:nth-child(10n),
.hero nav:nth-child(10n) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
.hero.is-loaded > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.festival .hero {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  body.festival .hero {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  body.festival .hero {
    padding-top: 150px;
  }
}

.hero__parent {
  position: absolute;
  left: 50%;
  top: -67px;
  display: inline-block;
  padding-left: 0.285em;
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  background: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__title {
  padding-left: 0.095em;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: 0.095em;
}
@media only screen and (min-width: 1024px) {
  .hero__title {
    font-size: 80px;
    line-height: 86px;
    padding-left: 0.88em;
    letter-spacing: 0.88em;
  }
}
.hero--default-title .hero__title {
  padding: 0;
  letter-spacing: 8px;
}
@media only screen and (min-width: 1024px) {
  .hero--title-sm .hero__title {
    font-size: 60px;
    line-height: 65px;
  }
}

.hero__subtitle {
  margin-top: 45px;
  padding-left: 0.285em;
  font-family: "GT-America-Light";
  text-transform: uppercase;
  letter-spacing: 0.285em;
}

.hero__navigation {
  display: none;
  margin-top: 45px;
}
@media only screen and (min-width: 769px) {
  .hero__navigation {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__navigation {
    padding: 0 110px;
  }
}

.hero__other {
  max-width: 1040px;
  margin: 60px auto 0 auto;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: "GT-Sectra-Display";
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .hero__other {
    margin-top: 90px;
  }
}
.hero--other-lowercased .hero__other {
  text-transform: none;
}

.hero__extra {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.hero--extra-w-svg .hero__extra {
  font-size: 17px;
  font-weight: 700;
}

.hero__tabs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .hero__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: -10px;
  }
}

.hero__tab {
  display: block;
  width: 100%;
  min-width: 240px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .hero__tab {
    width: auto;
  }
}
.hero__tab:not(:last-child) {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .hero__tab:not(:last-child) {
    border-bottom: 2px solid #000000;
    border-right: none;
  }
}
.hero__tab.is-current, .hero__tab:hover {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.image-option {
  text-align: center;
}

.image-option__image {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.image-option__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.image--align-right {
  float: right;
}

.image--align-left {
  float: left;
}

.image__img.lazyload, .image__img.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.image__img.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.image--fluid .image__img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
}
.image--align-center .image__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image__caption {
  display: none;
  max-width: 389px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 22px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.languages__list {
  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;
}

.languages__item {
  padding: 0 10px;
}
.languages__item:first-child {
  padding-left: 0;
}
.languages__item:last-child {
  padding-right: 0;
}

.languages__link {
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  background: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.location-card {
  background: #000000;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .location-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.location-card:hover {
  opacity: 1;
}

.location-card__image-container {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .location-card__image-container {
    width: 45%;
  }
}

.location-card__image {
  width: 100%;
  height: 100%;
}
.location-card__image .image__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-card__content {
  color: #ffffff;
  position: relative;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  .location-card__content {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
  }
}
@media only screen and (min-width: 1170px) {
  .location-card__content {
    padding: 24px;
  }
}

.location-card__content-inner {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
}

.location-card__name {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .location-card__name {
    margin-bottom: 28px;
  }
}

.location-card__info {
  font-family: "GT-Sectra-Display";
  font-size: 20px;
  line-height: 25px;
}

.location-card__button-container {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .location-card__button-container {
    margin-top: 28px;
  }
}

.location-card__button {
  font-weight: 700;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.logo {
  width: 126px;
  height: 126px;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 168px;
    height: 168px;
  }
}
.logo.logo--blend, .logo.logo--white {
  width: 159px;
  height: 80px;
}
@media only screen and (min-width: 1024px) {
  .logo.logo--blend, .logo.logo--white {
    width: 260px;
    height: 131px;
  }
}

.logo__link {
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: none;
}
.logo__link:hover {
  opacity: 1;
}

.logo__img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.logo__img--white {
  opacity: 0;
}
.header.header--dark .logo__img--white, .header.header--blend-light-logo .logo__img--white {
  opacity: 1;
}

.logo__img--black {
  opacity: 1;
  -webkit-transform: translateY(-109%);
          transform: translateY(-109%);
}
@media only screen and (min-width: 1024px) {
  .logo__img--black {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
}
.header.header--dark .logo__img--black, .header.header--blend-light-logo .logo__img--black {
  opacity: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.main {
  padding-top: 70px;
}
@media only screen and (min-width: 1520px) {
  .main {
    padding-top: 60px;
  }
}

.main--dark {
  background: #1c1c1c;
}

.main--no-padding {
  padding: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.map {
  height: 300px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.media {
  text-align: center;
}

.media__info {
  display: block;
  margin-top: 15px;
}

.media__info-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #000000;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.modal-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  min-height: 100vh;
  background: rgba(4, 30, 10, 0.9);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, z-index;
  transition-property: opacity, z-index;
}
.modal-container.is-loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-container.is-visible {
  opacity: 1;
  z-index: 20;
}

.modal-container__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 812px;
  margin: auto;
  max-height: 90vh;
}
@media only screen and (min-width: 768px) {
  .modal-container__inner {
    max-height: 600px;
  }
}
.modal-container--video .modal-container__inner {
  max-width: 1020px;
}
@media only screen and (min-width: 768px) {
  .modal--newsletter .modal-container__inner {
    max-width: 536px;
  }
}

.modal {
  display: none;
  position: relative;
  padding: 0 20px 40px 20px;
  margin: 100px auto 40px auto;
  overflow: auto;
  max-height: 450px;
  max-width: 310px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 400ms ease-in-out 400ms;
  transition: 400ms ease-in-out 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 80px 60px 40px 60px;
    margin: 100px auto 100px auto;
    max-width: none;
    max-height: 600px;
  }
}
.modal-container .modal {
  display: block;
  pointer-events: all;
}
.modal-container.is-visible .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal--newsletter .modal {
  max-height: 600px;
}

.modal__shape {
  position: absolute;
  max-width: 100%;
}

.modal__shape--mobile {
  left: 50%;
  height: 90vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .modal__shape--mobile {
    display: none;
  }
}

.modal__shape--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .modal__shape--desktop {
    display: block;
  }
}

.modal--video {
  padding: 0;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: calc(50% - 145px);
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  height: 30px;
  width: 30px;
  color: #000000;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out 800ms;
  transition: opacity 400ms ease-in-out 800ms;
}
@media only screen and (min-width: 768px) {
  .modal__close {
    right: calc(50% - 375px);
  }
}
.modal-container.is-visible .modal__close {
  opacity: 1;
}
.modal-container.is-visible .modal__close:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .modal--newsletter .modal__close {
    right: calc(50% - 245px);
  }
}

.modal__close-icon {
  height: 100%;
  width: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.order-summary {
  background: #ffffff;
  padding: 21px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(183, 167, 145, 0.1019607843);
          box-shadow: 0 4px 8px 0 rgba(183, 167, 145, 0.1019607843);
}

.order-summary__title {
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 4px;
  text-align: center;
  vertical-align: middle;
  font-variant: small-caps;
  margin-bottom: 8px;
}

.order-summary__title-wrapper {
  margin-bottom: 40px;
}

.order-summary__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  opacity: 0.6;
}

.order-summary__bottom {
  border-top: 2px solid #000000;
  padding-top: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.order-summary__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.order-summary__item-top {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-summary__item-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 4px;
  opacity: 0.6;
}

.order-summary__total-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}

.order-summary__submit-button {
  margin: 0 auto;
  max-width: 290px;
  min-width: 0;
  width: 100%;
}

.order-summary__item-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-summary__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 20px;
  height: 20px;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  margin-left: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.order-summary__remove:hover {
  opacity: 0.5;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__item {
  display: inline-block;
}

.pagination__link {
  display: block;
}

.pagination__label {
  font-size: 22px;
}
.pagination__item--page .pagination__label {
  font-weight: 600;
}
.pagination__item--prev .pagination__label, .pagination__item--next .pagination__label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.pagination__span {
  font-size: 22px;
}

.pagination__icon {
  font-size: 52px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.person {
  position: relative;
  padding-bottom: 60px;
  display: block;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .person {
    padding-bottom: 86px;
  }
}
.person:hover {
  opacity: 1;
  cursor: pointer;
  font-weight: 400;
}

.person__figure {
  position: relative;
  padding-bottom: 140%;
  overflow: hidden;
}
.person--no-image .person__figure {
  background: #d6d6d6;
}
.person__figure.person__figure--alternative {
  padding-bottom: 100%;
}

.person__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.person__image .image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person__content {
  min-height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .person__content {
    min-height: 86px;
  }
}

.person__name {
  margin-top: 34px;
  font-weight: 700;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-transform: uppercase;
}

.person__position {
  margin-top: 10px;
  font-family: "GT-America-Light";
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.podcast-card {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
.podcast-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 122.3214285714%;
}
.podcast-card > .podcast-card__front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.podcast-card__front,
.podcast-card__back {
  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;
  height: 100%;
  width: 100%;
}

.podcast-card__front {
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  .podcast-card__front {
    padding: 40px 0;
  }
}

.podcast-card__back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 18px 72px 35px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .podcast-card__back {
    padding: 40px 40px 72px 40px;
  }
}
.podcast-card.is-active .podcast-card__back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.podcast-card__title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 0 35px;
}
@media only screen and (min-width: 768px) {
  .podcast-card__title-container {
    padding: 0 40px;
  }
}

.podcast-card__title {
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.275em;
}

.podcast-card__image {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .podcast-card__image {
    max-width: 352px;
  }
}
.podcast-card__image .image__img {
  display: block;
  width: 100%;
  height: auto;
}

.podcast-card__description {
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Sectra-Display";
}

.podcast-card__icon {
  font-size: 38px;
  margin-bottom: 37px;
  color: #ffffff;
}

.podcast-card__link {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  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;
  background: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production-card {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  overflow: hidden;
  color: #ffffff;
}

.production-card__front,
.production-card__back {
  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;
  height: 100%;
  width: 100%;
}

.production-card__front {
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  .production-card__front {
    padding: 40px 0;
  }
}

.production-card__back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 18px 72px 35px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .production-card__back {
    padding: 40px 40px 72px 40px;
  }
}
.production-card.is-active .production-card__back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.production-card__title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 0 35px;
}
@media only screen and (min-width: 768px) {
  .production-card__title-container {
    padding: 0 40px;
  }
}

.production-card__title {
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.275em;
}

.production-card__image {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .production-card__image {
    max-width: 352px;
  }
}
.production-card__image .image__img {
  display: block;
  width: 100%;
  height: auto;
}

.production-card__info {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
  z-index: 3;
  padding: 0 35px;
}
@media only screen and (min-width: 768px) {
  .production-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .production-card__person {
    max-width: 50%;
  }
}
.production-card__person + .production-card__person {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) {
  .production-card__person + .production-card__person {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .production-card__person--author {
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .production-card__person--director {
    margin-left: auto;
  }
}

.production-card__description {
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Sectra-Display";
}

.production-card__icon {
  font-size: 38px;
  margin-bottom: 37px;
  color: #ffffff;
}

.production-card__link {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  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;
  background: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production-hero {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  overflow: hidden;
}
.production-hero:hover {
  opacity: 1;
}
.production-hero.text-color-white, .production-hero.background-dark-red, .production-hero.background-dark-green {
  color: #ffffff;
}
body.festival .production-hero {
  background-color: #ffffff;
}

.production-hero--video > * {
  color: #ffffff;
}

.production-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.production-hero--video .video__holder,
.production-hero--video .video__inner {
  height: 100%;
}

.production-hero__inner {
  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;
  height: 100%;
  width: 100%;
  min-height: 90vh;
  padding: 138px 36px 36px;
}
.production-hero--video .production-hero__inner {
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .production-hero__inner {
    padding: 142px 36px 36px;
  }
}

.production-hero--video .video__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .production-hero--video .video__video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .production-hero--video .video__video iframe {
    width: 177.78vh;
  }
}

.production-hero__productions-link {
  display: inline-block;
  margin-bottom: 30px;
  font-family: "GT-Sectra-Display";
  letter-spacing: 0.285em;
  text-align: center;
  text-transform: uppercase;
  background: none;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .production-hero__productions-link {
    margin-bottom: 60px;
  }
}
.text-color-white .production-hero__productions-link, .background-dark-red .production-hero__productions-link, .background-dark-green .production-hero__productions-link, .production-hero--video .production-hero__productions-link {
  color: #ffffff;
}

.production-hero__title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  max-width: 80%;
  z-index: 1;
}
@media only screen and (min-width: 1170px) {
  .production-hero__title-container {
    max-width: 1050px;
  }
}

.production-hero__title {
  padding-left: 0.24em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0834em;
  letter-spacing: 0.24em;
}
@media only screen and (min-width: 1024px) {
  .production-hero__title {
    font-size: 80px;
  }
}

.production-hero__image {
  display: block;
  width: 100%;
  max-width: 694px;
  margin-top: 22px;
}
.production-hero__image .image__img {
  display: block;
  width: 100%;
  height: auto;
}

.production-hero__info {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  max-width: 575px;
  margin: 40px auto 0 auto;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .production-hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .production-hero__person {
    max-width: 50%;
  }
}
.production-hero__person + .production-hero__person {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) {
  .production-hero__person + .production-hero__person {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .production-hero__person--author {
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .production-hero__person--director {
    margin-left: auto;
  }
}

.production-hero__extra {
  margin-top: 40px;
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .production-hero__extra {
    margin-top: 50px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  background-image: none;
}
.production:not(.production--banner) {
  position: relative;
}
.production:not(.production--banner):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 122.3214285714%;
}
.production:not(.production--banner) > .production__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.production:hover {
  opacity: 1;
}
.production.text-color-white, .production.background-dark-red, .production.background-dark-green {
  color: #ffffff;
}
body.festival .production {
  color: #000000;
  background-color: #ffffff;
  min-height: 620px;
}

.production--tall:not(.production--banner) {
  position: relative;
}
.production--tall:not(.production--banner):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 142.2368421053%;
}
.production--tall:not(.production--banner) > .production__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.production--banner {
  min-height: 620px;
}
@media only screen and (min-width: 1024px) {
  .production--banner {
    position: relative;
  }
  .production--banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44%;
  }
  .production--banner > .production__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.production__inner {
  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;
  position: relative;
  padding: 20px;
  height: 100%;
  width: 100%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (min-width: 1520px) {
  .production__inner {
    padding: 42px;
  }
}
.production--small .production__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.production--banner .production__inner {
  min-height: 430px;
}
@media only screen and (min-width: 1024px) {
  .production--banner .production__inner {
    padding: 48px 95px;
  }
}
@media only screen and (min-width: 1024px) {
  .production--reversed-hover:not(.production--no-hover):hover .production__inner {
    opacity: 0;
  }
}

.production__extra {
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  text-align: center;
}
.production--small .production__extra {
  margin-bottom: -20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1520px) {
  .production--small .production__extra {
    margin-bottom: -48px;
    margin-top: 48px;
  }
}

.production__title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  width: 100%;
  margin: 20px auto;
}

.production__title {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.production__link {
  color: #000000;
}
body.festival .production__link {
  color: #000000;
}
.text-color-white .production__link {
  color: #ffffff;
}
.production__link:hover {
  text-decoration: none;
}
.production__link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.production__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .production__info {
    gap: 40px;
  }
}

.production__actions {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1520px) {
  .production__actions {
    margin-bottom: 20px;
  }
}
.page-template-template-productions .production__actions {
  display: none;
}
.production--reversed-hover .production__actions {
  display: none;
}

.production__read-more {
  display: block;
  min-width: 290px;
  color: #000000;
  font-weight: 700;
  text-transform: none;
}
.text-color-white .production__read-more {
  color: #ffffff;
}

.production__tickets {
  margin-top: 24px;
}

.production__person {
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .production__person {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .production__person--author {
    margin-right: auto;
  }
}

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

.production__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .production:not(.production--banner):hover .production__cover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (min-width: 1024px) {
  .production--reversed-hover:hover .production__cover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.production__cover .image__img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.production--banner .production__cover .image__img {
  width: auto;
  height: 100%;
}

.production__cover--banner {
  opacity: 1;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (min-width: 1024px) {
  .production__cover--banner {
    opacity: 0;
  }
}
.production__cover--banner .image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 1024px) {
  .production--reversed-hover:hover .production__cover--banner {
    opacity: 1;
  }
}

.production__cover--left {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .production--banner .production__cover--left .image__img {
    margin-left: 95px;
  }
}

.production__cover--right {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .production--banner .production__cover--right .image__img {
    margin-right: 95px;
  }
}

.production__cover--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.production__cover--center .image__img {
  margin: 0 auto;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.read-more {
  position: relative;
  height: 100%;
}
.read-more.has-button {
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: max-height 5000ms ease-in-out 300ms;
  transition: max-height 5000ms ease-in-out 300ms;
}
.read-more.has-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 46px, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.read-more.has-button.is-extended {
  max-height: 999999px;
}
.read-more.has-button.is-extended:after {
  opacity: 0;
}

.read-more__button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  z-index: 3;
}
.read-more.has-button .read-more__button-container {
  display: block;
}

.read-more__button {
  min-width: 236px;
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  font-weight: 700;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.read-more.has-button.is-extended .read-more__button {
  opacity: 0;
  pointer-events: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.role {
  text-align: center;
}

.role__info {
  margin-top: 15px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.section--pt-xs-10 {
  padding-top: 10px;
}

.section--pb-xs-10 {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-10 {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-10 {
    padding-bottom: 10px;
  }
}

.section--xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section--sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section--pt-xs-20 {
  padding-top: 20px;
}

.section--pb-xs-20 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-20 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-20 {
    padding-bottom: 20px;
  }
}

.section--xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section--sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section--pt-xs-30 {
  padding-top: 30px;
}

.section--pb-xs-30 {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-30 {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-30 {
    padding-bottom: 30px;
  }
}

.section--xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section--sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section--pt-xs-40 {
  padding-top: 40px;
}

.section--pb-xs-40 {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-40 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-40 {
    padding-bottom: 40px;
  }
}

.section--xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section--sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--pt-xs-50 {
  padding-top: 50px;
}

.section--pb-xs-50 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-50 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-50 {
    padding-bottom: 50px;
  }
}

.section--xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section--sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section--pt-xs-60 {
  padding-top: 60px;
}

.section--pb-xs-60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-60 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-60 {
    padding-bottom: 60px;
  }
}

.section--xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .section--sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section--pt-xs-70 {
  padding-top: 70px;
}

.section--pb-xs-70 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-70 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-70 {
    padding-bottom: 70px;
  }
}

.section--xs-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .section--sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section--pt-xs-80 {
  padding-top: 80px;
}

.section--pb-xs-80 {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-80 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-80 {
    padding-bottom: 80px;
  }
}

.section--xs-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .section--sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section--pt-xs-90 {
  padding-top: 90px;
}

.section--pb-xs-90 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-90 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-90 {
    padding-bottom: 90px;
  }
}

.section--xs-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .section--sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section--pt-xs-100 {
  padding-top: 100px;
}

.section--pb-xs-100 {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-100 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-100 {
    padding-bottom: 100px;
  }
}

.section--xs-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .section--sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section--pt-xs-110 {
  padding-top: 110px;
}

.section--pb-xs-110 {
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-110 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-110 {
    padding-bottom: 110px;
  }
}

.section--xs-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) {
  .section--sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.section--pt-xs-120 {
  padding-top: 120px;
}

.section--pb-xs-120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-120 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-120 {
    padding-bottom: 120px;
  }
}

.section--xs-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
  .section--sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section--pt-xs-130 {
  padding-top: 130px;
}

.section--pb-xs-130 {
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-130 {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-130 {
    padding-bottom: 130px;
  }
}

.section--xs-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) {
  .section--sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.section--pt-xs-140 {
  padding-top: 140px;
}

.section--pb-xs-140 {
  padding-bottom: 140px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-140 {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-140 {
    padding-bottom: 140px;
  }
}

.section--xs-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media only screen and (min-width: 768px) {
  .section--sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.section--pt-xs-150 {
  padding-top: 150px;
}

.section--pb-xs-150 {
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-150 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-150 {
    padding-bottom: 150px;
  }
}

.section--xs-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .section--sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section--pt-xs-160 {
  padding-top: 160px;
}

.section--pb-xs-160 {
  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-160 {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-160 {
    padding-bottom: 160px;
  }
}

.section--xs-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) {
  .section--sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.section--pt-xs-170 {
  padding-top: 170px;
}

.section--pb-xs-170 {
  padding-bottom: 170px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-170 {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-170 {
    padding-bottom: 170px;
  }
}

.section--xs-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 768px) {
  .section--sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

.section--pt-xs-180 {
  padding-top: 180px;
}

.section--pb-xs-180 {
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-180 {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-180 {
    padding-bottom: 180px;
  }
}

.section--xs-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) {
  .section--sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.section--pt-xs-190 {
  padding-top: 190px;
}

.section--pb-xs-190 {
  padding-bottom: 190px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-190 {
    padding-top: 190px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-190 {
    padding-bottom: 190px;
  }
}

.section--xs-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

@media only screen and (min-width: 768px) {
  .section--sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}

.section--pt-xs-200 {
  padding-top: 200px;
}

.section--pb-xs-200 {
  padding-bottom: 200px;
}

@media only screen and (min-width: 768px) {
  .section--pt-sm-200 {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .section--pb-sm-200 {
    padding-bottom: 200px;
  }
}

.section--xs-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 768px) {
  .section--sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.section--dark {
  background: #1c1c1c;
}

.section--bg-teaser {
  background: #faf9f6;
}

.section--hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section--hidden-xs {
    display: block;
  }
}

.section {
  position: relative;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.spinner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
  pointer-events: none;
}

.spinner__inner {
  width: 32px;
  height: 32px;
}
.spinner--overlay .spinner__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.spinner--large .spinner__inner {
  width: 44px;
  height: 44px;
}

.spinner__circle {
  width: 32px;
  height: 32px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: spinnerRotate 2000ms linear infinite;
          animation: spinnerRotate 2000ms linear infinite;
}

.spinner__path {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: currentColor;
  -webkit-animation: spinnerDash 1500ms ease-in-out infinite;
          animation: spinnerDash 1500ms ease-in-out infinite;
}

@-webkit-keyframes spinnerRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136;
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.stretch-title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.stretch-title__text {
  font-family: "GT-Sectra-Display";
  font-size: 60px;
  letter-spacing: 0;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .stretch-title__text {
    font-size: 80px;
    line-height: 86px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.table {
  font-size: 20px;
  line-height: 25px;
  width: 100%;
}

.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.table__row + .table__row {
  margin-top: 41px;
}
@media only screen and (min-width: 768px) {
  .table__row + .table__row {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .table__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .table__row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.table__cell {
  display: block;
  font-size: 17px;
  font-family: "GT-America-Light";
}

.table__cell--icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .table__cell--icon {
    text-align: center;
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .table__cell--icon {
    width: 10%;
  }
}

.table__icon {
  font-size: 10px;
  vertical-align: top;
  margin-top: 6px;
}

.table__cell--title {
  width: 90%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .table__cell--title {
    width: 40%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .table__cell--title {
    width: 30%;
  }
}

.table__title {
  font-weight: 700;
  background: none;
}
.table__cell--title .table__title {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}

.table__cell--author {
  width: 90%;
  margin-top: 21px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .table__cell--author {
    width: 25%;
    margin-top: 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .table__cell--author {
    width: 20%;
  }
}

.table__cell--director {
  width: 90%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .table__cell--director {
    width: 25%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .table__cell--director {
    width: 30%;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.tabs__nav {
  padding: 20px;
}

.tabs__nav-item {
  display: inline-block;
}

.tabs__nav-link {
  text-decoration: none;
}
.tabs__nav-link.is-current {
  text-decoration: underline;
}

.tabs__content-item {
  display: none;
}
html.no-js .tabs__content-item, .tabs__content-item.is-open {
  display: block;
}

.tabs__content-inner {
  padding: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.teaser-hero {
  min-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;
  text-align: center;
  margin: auto;
  max-width: 1680px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .teaser-hero {
    padding: 0 40px;
  }
}

.teaser-hero__title {
  text-transform: none;
}

.teaser-hero__content {
  font-family: "GT-America-Light";
  font-size: 20px;
  margin-top: 25px;
}

.teaser-hero__second-content {
  font-family: "GT-America-Light";
  font-size: 20px;
  margin-top: 32px;
}

@media only screen and (min-width: 1024px) {
  .teaser-hero__content-svg {
    -webkit-transform: translate(150px, -30px);
            transform: translate(150px, -30px);
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.textblock {
  text-align: center;
}
.textblock.textblock--column {
  text-align: left;
}

.textblock--dark {
  color: #ffffff;
}

.textblock__header {
  font-family: "GT-Sectra-Display";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.textblock--dark .textblock__header {
  border-color: #ffffff;
}

.textblock__title {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .textblock__title {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.textblock__columns {
  margin-top: 20px;
}

.textblock__content {
  margin-left: auto;
  margin-right: auto;
  font-family: "GT-America-Light";
  max-width: 550px;
}
.textblock__column .textblock__content {
  margin-top: 0;
}
.textblock--column .textblock__content {
  margin: 0;
  max-width: none;
}
.textblock__content b,
.textblock__content strong {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}

.textblock__column {
  text-align: center;
  margin-top: 47px;
}

.textblock__button-container {
  margin-top: 46px;
}

.textblock__button {
  min-width: 230px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.video-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  padding: 0 20px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .video-hero {
    max-height: 880px;
    padding: 0 40px;
  }
}
.video-hero.video-hero--cut-top-padding {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  .video-hero.video-hero--cut-top-padding {
    margin-top: -60px;
  }
}

.video-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .video-hero__video {
    display: none;
  }
}

.video-hero__video--large {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .video-hero__video--large {
    display: block;
  }
}

.video-hero .video__holder,
.video-hero .video__inner {
  height: 100%;
}

.video-hero .video__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .video-hero .video__video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-hero .video__video iframe {
    width: 177.78vh;
  }
}

.video-hero__inner {
  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;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .video-hero__inner {
    padding: 120px 0;
  }
}

.video-hero__extra {
  margin-top: auto;
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  text-align: center;
}

.video-hero__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 20px auto;
}
@media only screen and (min-width: 1024px) {
  .video-hero__title-container {
    margin: 40px 0;
  }
}

.video-hero__title {
  text-transform: uppercase;
  text-align: center;
}

.video-hero__link {
  color: #ffffff;
}
body.festival .video-hero__link {
  color: #000000;
}
.video-hero__link:hover {
  text-decoration: none;
}
.video-hero__link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

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

.video-hero__read-more {
  display: block;
  min-width: 290px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
}

.video-hero__tickets {
  margin-top: 24px;
}

.video-hero__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .video-hero__info {
    gap: 40px;
  }
}

.video-hero__person {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .video-hero__person {
    display: block;
  }
}

.video-hero__person-name {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .video-hero__person--author {
    margin-right: auto;
  }
}

.video-hero__person--director {
  text-align: right;
}

.video-hero__controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.video-hero__controls:not(.is-initialized) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-hero__controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .video-hero__controls {
    display: none;
  }
}

.video-hero__controls--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .video-hero__controls--desktop {
    display: block;
  }
}

.video-hero__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .video-hero__control {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.video-hero__control-icon {
  display: inline-block;
  margin-right: 8px;
}
.video-hero__control--play .video-hero__control-icon {
  width: 22px;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
}
.video-hero__control--pause .video-hero__control-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 28px;
}
.video-hero__control--pause .video-hero__control-icon:before, .video-hero__control--pause .video-hero__control-icon:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background: #ffffff;
}

.video-hero__controls.is-playing .video-hero__control--play {
  display: none;
}

.video-hero__control--pause {
  display: none;
}
.video-hero__controls.is-playing .video-hero__control--pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.video {
  width: 100%;
  overflow: hidden;
}

.video__holder {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.video__holder:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video__inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
.video__inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video__inner > .video__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

.video__figure {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.video__figure.is-ready {
  opacity: 1;
}

.video__placeholder {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  background-image: none;
}
.video__placeholder:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.5384615385%;
}

.video__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms, ease-in-out;
  transition: opacity 300ms, ease-in-out;
}
.video__image .image__picture {
  width: 100%;
  height: 100%;
}
.video__image .image__img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 300ms, ease-in-out;
  transition: 300ms, ease-in-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  cursor: pointer;
  z-index: 5;
}

.video__cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.video__cover-image .image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video.is-playing .video__cover-image {
  opacity: 0;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.actors {
  overflow: hidden;
}

.actors__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .actors__title {
    margin-bottom: 50px;
  }
}

.actors__list-arrow {
  position: absolute;
  top: 50%;
  width: 76px;
  height: 76px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 76px;
  line-height: 1;
  -webkit-transform: translate(0, -67px);
          transform: translate(0, -67px);
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .actors__list-arrow {
    -webkit-transform: translate(0, -82px);
            transform: translate(0, -82px);
  }
}

.actors__list-arrow--prev {
  color: #000000;
  left: -35px;
}
@media screen and (min-width: 1750px) {
  .actors__list-arrow--prev {
    left: -80px;
  }
}
.actors__list-arrow--prev .icon {
  width: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (min-width: 1024px) {
  .actors__list-arrow--prev .icon {
    width: 76px;
  }
}

.actors__list-arrow--next {
  color: #000000;
  right: -35px;
}
@media screen and (min-width: 1750px) {
  .actors__list-arrow--next {
    right: -80px;
  }
}
.actors__list-arrow--next .icon {
  width: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 1024px) {
  .actors__list-arrow--next .icon {
    width: 76px;
  }
}

.actors__person {
  margin: 0 10px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.archive-info__container {
  max-width: 920px;
}

.archive-info__grid + .archive-info__grid {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .archive-info__grid + .archive-info__grid {
    margin-top: 100px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.author__content {
  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;
  width: 100%;
  text-align: center;
}
.author__content > * + * {
  margin-top: 30px;
}
.author__content * {
  max-width: 100%;
}

.author__image {
  width: 100%;
  height: 100%;
}
.author__image .image__img {
  width: 100%;
  height: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.blog__container {
  max-width: 1404px;
}

.blog__title {
  text-transform: uppercase;
  text-align: center;
}
.blog__title.blog__title--book {
  padding-left: 0;
  letter-spacing: 0;
  font-size: 45px;
}
@media only screen and (min-width: 768px) {
  .blog__title.blog__title--book {
    max-width: 90%;
    margin: 0 auto;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .blog__title.blog__title--book {
    max-width: 80%;
  }
}

.blog__filter {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .blog__filter {
    margin-top: 64px;
  }
}

.blog__grid {
  margin-bottom: 0;
}
.blog__filter + .blog__grid {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .blog__filter + .blog__grid {
    margin-top: 64px;
  }
}
.blog__title + .blog__grid {
  margin-top: 50px;
}

.blog__col {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .blog__col {
    margin-bottom: 100px;
  }
}

.blog__svg {
  max-width: 150px;
  margin: auto;
}

.blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.contacts {
  margin-top: 120px;
}

.contacts__main-title {
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contacts__main-name,
.contacts__main-phone,
.contacts__main-email,
.contacts__main-address {
  display: block;
}

.contacts__main {
  text-align: center;
}

.contacts__grid {
  max-width: 990px;
  margin: 60px auto 0 auto;
  padding-top: 60px;
  border-top: 3px solid #000000;
}

.contacts__col {
  margin-bottom: 60px;
}

.contacts__item {
  text-align: center;
}

.contacts__svg {
  text-align: center;
  margin-top: 10px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.content-images {
  margin: 80px 0;
}

.content-images__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 3px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .content-images__item {
    gap: 130px;
  }
}
.content-images__item.content-images__item--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-images__item:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.content-images__item-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .content-images__item-content {
    -ms-flex-preferred-size: calc(50% - 65px);
        flex-basis: calc(50% - 65px);
  }
}

.content-images__item-subtitle {
  font-size: 17px;
  margin-top: 24px;
}

.content-images__item-text {
  margin-top: 40px;
  font-family: "GT-America-Light";
}
.content-images__item-text b,
.content-images__item-text strong {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}

.content-images__item-image-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-images__item-image-wrapper {
    -ms-flex-preferred-size: calc(50% - 65px);
        flex-basis: calc(50% - 65px);
  }
}

.content-images__item-image {
  width: 100%;
}
.content-images__item-image .image__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.content__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .content__title {
    margin-bottom: 100px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  pointer-events: none;
}
.cookie.is-visible {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookie__notice {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cookie__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookie.is-visible .cookie__notice {
  pointer-events: auto;
}

.cookie__content {
  max-width: 600px;
}
@media only screen and (min-width: 768px) {
  .cookie__content {
    margin-right: 50px;
  }
}

.cookie__actions {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cookie__actions {
    display: inline-block;
    width: auto;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.cta {
  width: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.cta__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cta__image .image__picture {
  width: 100%;
  height: 100%;
}
.cta__image .image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.cta__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.cta__inner {
  position: absolute;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 74px;
  padding-top: 74px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 1360px;
}
@media only screen and (min-width: 768px) {
  .cta__inner {
    display: block;
    padding-bottom: 146px;
    padding-top: 146px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.cta__button-container {
  margin-top: 36px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.event-grid__item {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.event-grid__item.is-in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.event-grid__item.is-in-viewport:nth-child(4n+1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .event-grid__item.is-in-viewport:nth-child(4n+2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .filter__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.filter__list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  text-align: center;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .filter__list-item {
    width: auto;
    border-width: 2px 1px;
  }
}
.filter__list-item + .filter__list-item {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .filter__list-item + .filter__list-item {
    margin-top: 0;
  }
}

.filter__item-link {
  background: none;
  padding: 6px 12px;
  font-weight: 400;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.filter__item-link:hover {
  opacity: 1;
}
.filter--dark .filter__item-link {
  color: #ffffff;
}
.filter__list-item.is-current .filter__item-link {
  font-weight: 700;
  text-decoration: underline;
}

/* Modal */
.filter__modal {
  padding: 0;
}

.filter__modal-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.filter__title {
  margin: 0 50px;
  text-transform: uppercase;
  text-align: center;
}

.filter__modal-list {
  height: 100%;
  padding: 64px 0;
  overflow: auto;
}

.filter__modal-list-item + .filter__modal-list-item {
  margin-top: 5px;
}

.filter__modal-link {
  display: block;
  font-size: 28px;
  line-height: 50px;
  background: none;
  text-align: center;
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}

@media only screen and (min-width: 768px) {
  .filter__datepicker {
    margin: 55px 65px 0;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.footer {
  color: #ffffff;
  background: #000000;
  padding: 42px 0 28px 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
}

.footer__navigations {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer__navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__navigation .navigation__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__navigation .navigation__link {
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .footer__navigation + .footer__navigation {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1170px) {
  .footer__navigation + .footer__navigation {
    margin-left: 140px;
  }
}

.footer__navigation--primary .navigation__link {
  font-weight: 700;
}

.footer__search {
  position: relative;
}
.footer__search .textfield__input {
  padding-right: 24px;
}

.footer__search + .footer__newsletter {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .footer__search + .footer__newsletter {
    margin-top: 60px;
  }
}

.footer__contact-columns {
  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;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__contact-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.footer__contact {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .footer__contact {
    display: block;
  }
}
.footer__contact + .footer__contact {
  margin-top: 46px;
}
@media only screen and (min-width: 1024px) {
  .footer__contact + .footer__contact {
    margin-top: 0;
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1170px) {
  .footer__contact + .footer__contact {
    margin-left: 140px;
  }
}

.footer__contact--newsletter {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 46px;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__contact--newsletter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 46px;
  }
}

.footer__contact--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__contact-svg {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-180%, -50%) rotate(0deg);
          transform: translate(-180%, -50%) rotate(0deg);
}
@media only screen and (min-width: 1024px) {
  .footer__contact-svg {
    left: 90px;
    bottom: 0;
    -webkit-transform: translate(100%, 60%) rotate(270deg);
            transform: translate(100%, 60%) rotate(270deg);
  }
}
@media only screen and (min-width: 1520px) {
  .footer__contact-svg {
    bottom: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(-120%, 20%);
            transform: translate(-120%, 20%);
  }
}

.footer__contact-svg-second {
  display: none;
}
@media only screen and (min-width: 1520px) {
  .footer__contact-svg-second {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(140%);
            transform: translateX(140%);
  }
}

.footer__contact-extra-wrapper {
  margin-top: auto;
}

.footer__contact-extra {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .footer__contact-extra {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__contact--address .footer__contact-extra {
    margin-bottom: 48px;
  }
}

.footer__contact-title {
  font-weight: 700;
}

.footer__contact-text {
  margin-bottom: 32px;
}

.footer__contact-list {
  margin-top: 5px;
}
.footer__contact--address .footer__contact-list {
  margin-top: 5px;
}

.footer__contact-link {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}
@media only screen and (min-width: 1024px) {
  .footer__social {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__social-list {
    margin-left: 40px;
  }
}

.footer__social-link {
  display: inline-block;
  color: #ffffff;
}

.footer__sponsors {
  margin-top: 58px;
}
@media only screen and (min-width: 1024px) {
  .footer__sponsors {
    margin-top: 140px;
  }
}

.footer__sponsor {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
  }
}
@media only screen and (min-width: 1170px) {
  .footer__sponsor {
    text-align: left;
  }
}
.footer__sponsor + .footer__sponsor {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .footer__sponsor + .footer__sponsor {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__sponsor-title {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__sponsor-title--narrow {
    max-width: 100px;
  }
}

.footer__sponsor-link {
  display: inline-block;
  margin-top: 23px;
}
@media only screen and (min-width: 1024px) {
  .footer__sponsor-link {
    margin-top: 0;
    margin-left: 20px;
  }
}

.footer__sponsor-image .image__img {
  height: 50px;
  width: 180px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.gallery__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
  .gallery__title {
    margin-bottom: 140px;
  }
}

.gallery__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .gallery__list-item {
    margin: 0 20px;
  }
}

.gallery__image {
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  .gallery__image {
    width: 62.5vw;
  }
}
.gallery__image .image__img {
  height: 100%;
  width: 100%;
  max-height: 53.1vw;
}
@media only screen and (min-width: 768px) {
  .gallery__image .image__img {
    max-height: 41.66vw;
  }
}
.gallery__image .image__img.lazyloading {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.gallery__image .image__caption {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 300ms ease-in-out 600ms;
  transition: 300ms ease-in-out 600ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.slick-active .gallery__image .image__caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.hero-404 {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.hero-404 .h-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 810px;
  text-align: center;
}

.hero-404__svg {
  margin-bottom: 50px;
}

.hero-404__description {
  margin-top: 32px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.image-links__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 56px;
}

.image-links__title {
  text-transform: uppercase;
  text-align: center;
}

.image-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.image-links__item {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media only screen and (min-width: 1024px) {
  .image-links__item {
    -ms-flex-preferred-size: calc(25% - 12px);
        flex-basis: calc(25% - 12px);
  }
}

.image-links__item-image .image__img {
  width: 100%;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.location-grid__title {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .location-grid__title {
    margin-bottom: 90px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.logo-grid__group + .logo-grid__group {
  margin-top: 73px;
}

.logo-grid__group-title {
  display: block;
  margin-bottom: 54px;
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.logo-grid__logo .image__img {
  display: block;
  max-width: 170px;
  max-height: 48px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .logo-grid__logo .image__img {
    max-width: 100%;
    max-height: 86px;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
@media only screen and (min-width: 1024px) {
  .main-content__grid {
    margin-bottom: -80px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-content__column {
    margin-bottom: 80px;
  }
}

.main-content__image {
  width: 100%;
}
.main-content__image .image__img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-content__content {
  font-family: "GT-America-Light";
}
.main-content__content strong {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
@media only screen and (min-width: 768px) {
  .mixed-grid__container {
    padding: 0 80px;
  }
}

.mixed-grid__grid {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px;
}
@media only screen and (min-width: 1024px) {
  .mixed-grid__grid {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1170px) {
  .mixed-grid__grid {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: -80px;
  }
}

.mixed-grid__column {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .mixed-grid__column {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1170px) {
  .mixed-grid__column {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
  }
}

.mixed-grid__column--banner {
  margin-left: auto;
  margin-right: auto;
}

.mixed-grid__grid--layout-1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .mixed-grid__grid--layout-1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mixed-grid__grid--layout-1 .grid__col--sm-6 {
    -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    max-width: 46.5%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mixed-grid__grid--layout-1 .grid__col--md-4 {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .mixed-grid__grid--layout-1 .grid__col--md-4 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    padding: 0;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.more-grid {
  position: relative;
  padding-bottom: 46px;
}

.more-grid__container {
  max-width: 1320px;
}

.more-grid__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .more-grid__title {
    margin-bottom: 120px;
  }
}

.more-grid__grid {
  margin-bottom: -78px;
}
@media only screen and (min-width: 1024px) {
  .more-grid__grid {
    margin-bottom: -100px;
  }
}

.more-grid__grid-item {
  margin-bottom: 78px;
}
@media only screen and (min-width: 1024px) {
  .more-grid__grid-item {
    margin-bottom: 100px;
  }
}

.more-grid__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 150px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.more-grid.is-expanded .more-grid__more {
  opacity: 0;
  pointer-events: none;
}

.more-grid__more-button {
  position: relative;
  min-width: 236px;
  margin: 0 auto;
  font-weight: 700;
  z-index: 2;
}

.more-grid__more-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 5000ms ease-in-out;
  transition: max-height 5000ms ease-in-out;
}
.more-grid__more-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
}
@media only screen and (min-width: 1024px) {
  .more-grid__more-content:before {
    height: 100px;
  }
}
.more-grid.is-expanded .more-grid__more-content {
  max-height: 999999px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.newsletter {
  display: block;
}

.newsletter__text .textblock__content {
  font-size: 16px;
  text-align: center;
}

.newsletter__button.button {
  margin: 0;
}

.newsletter__form {
  position: relative;
  max-width: 265px;
  margin: auto;
}
.newsletter__form:before {
  content: url(../img/newsletter-icon.svg);
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: none;
}
@media only screen and (min-width: 768px) {
  .newsletter__form:before {
    display: block;
  }
}

.newsletter__field + .newsletter__field {
  margin-top: 28px;
}

.newsletter__submit-container {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.newsletter__submit {
  margin-left: -15px;
}

.newsletter__success {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.newsletter__form.is-successful .newsletter__success {
  opacity: 1;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.participants__container {
  max-width: 1404px;
}

.participants__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 74px;
}

.participants__persons {
  display: block;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .participants__persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.participants__person {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .participants__person {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .participants__person {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1170px) {
  .participants__person {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.people .accordion__inner {
  padding: 10px 20px 60px 30px;
}
@media only screen and (min-width: 768px) {
  .people .accordion__inner {
    padding: 10px 112px 60px;
  }
}

.people__accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people__person {
  margin: 0 20px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .people__person {
    -ms-flex-preferred-size: calc((100% - 80px) / 2);
        flex-basis: calc((100% - 80px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .people__person {
    -ms-flex-preferred-size: calc((100% - 160px) / 3);
        flex-basis: calc((100% - 160px) / 3);
  }
}
@media only screen and (min-width: 1170px) {
  .people__person {
    -ms-flex-preferred-size: calc((100% - 160px) / 4);
        flex-basis: calc((100% - 160px) / 4);
  }
}
.people__person.is-in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.people__person.is-in-viewport:nth-child(4n+1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .people__person.is-in-viewport:nth-child(4n+2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1170px) {
  .people__person.is-in-viewport:nth-child(4n+3) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
@media only screen and (min-width: 1170px) {
  .people__person.is-in-viewport:nth-child(4n+4) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
}

.people__search {
  margin-bottom: 50px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.podcast-shelf__item {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.podcast-shelf__item.is-in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.podcast-shelf__item.is-in-viewport:nth-child(2n+1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .podcast-shelf__item.is-in-viewport:nth-child(2n+2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1170px) {
  .podcast-shelf__item.is-in-viewport:nth-child(2n+3) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.popup-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) {
  .popup-banner {
    bottom: 40px;
    left: 40px;
    width: 100%;
    max-width: 370px;
  }
}
.popup-banner.is-visible {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup-banner__inner {
  padding: 12px 48px 21px 23px;
  position: relative;
  background-color: #000000;
  color: #ffffff;
}

.popup-banner__title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}

.popup-banner__text {
  font-size: 20px;
  line-height: 25px;
}
.popup-banner__title + .popup-banner__text {
  margin-top: 30px;
}

.popup-banner__title + .popup-banner__button, .popup-banner__text + .popup-banner__button {
  margin-top: 30px;
}

.popup-banner__close {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: #ffffff;
  line-height: normal;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production-grid__filter .filter__list-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.production-grid__filter .filter__item-link {
  padding: 12px 43px;
}

.production-grid__filter-container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .production-grid__filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1340px;
    margin: 0 auto 80px auto;
  }
}

.production-grid__link {
  background: none;
  padding: 6px 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .production-grid__link {
    margin-top: 0;
  }
}

.production-grid__item {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.production-grid__item.is-in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.production-grid__item.is-in-viewport:nth-child(3n+1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .production-grid__item.is-in-viewport:nth-child(3n+2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1170px) {
  .production-grid__item.is-in-viewport:nth-child(3n+3) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}

.production-grid__items-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .production-grid__item.grid__col--sm-6 {
    -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    max-width: 46.5%;
    padding: 0;
  }
}

@media only screen and (min-width: 1170px) {
  .production-grid__item.grid__col--lg-4 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    padding: 0;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production-info__sidebar {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.production-info__member {
  font-size: 17px;
  line-height: 22px;
}
.production-info__member + .production-info__member {
  margin-top: 20px;
}

.production-info__member-role {
  font-weight: 700;
}

.production-info__about {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .production-info__about {
    margin-top: 100px;
  }
}

.production-info__item {
  font-size: 17px;
  line-height: 22px;
}
.production-info__item + .production-info__item {
  margin-top: 20px;
}

.production-info__item-label {
  font-weight: 700;
}

.production-info__extra {
  margin-top: 20px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.production-info__buttons {
  margin-top: 30px;
}

.production-info__button {
  display: block;
  max-width: 235px;
}
.production-info__button + .production-info__button {
  margin-top: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.production-shelf__item {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.production-shelf__item.is-in-viewport {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.production-shelf__item.is-in-viewport:nth-child(2n+1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
@media only screen and (min-width: 768px) {
  .production-shelf__item.is-in-viewport:nth-child(2n+2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
@media only screen and (min-width: 1170px) {
  .production-shelf__item.is-in-viewport:nth-child(2n+3) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.quote {
  padding: 100px 20px;
  text-align: center;
}

.quote__text {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .quote__text {
    font-size: 60px;
    line-height: 60px;
  }
}

.quote__author {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .quote__author {
    margin-top: 40px;
  }
}
@charset "UTF-8";
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.schedule__title {
  text-align: center;
  text-transform: uppercase;
}

.schedule__title-filter {
  font-size: 45px;
  line-height: 53px;
}
@media only screen and (min-width: 1024px) {
  .schedule__title-filter {
    font-size: 80px;
    line-height: 86px;
  }
}

.schedule__filter {
  max-width: 1364px;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .schedule__filter {
    margin: 80px auto 20px auto;
  }
}

.schedule__group-title {
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .schedule__group-title {
    padding-bottom: 20px;
  }
}

.schedule__sessions {
  max-width: 1080px;
  margin: 0 auto;
}

.schedule__session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0;
}
.schedule__session:first-child, .schedule__session + .schedule__session {
  border-top: 2px solid #000000;
}
.schedule__session:last-child {
  border-bottom: 2px solid #000000;
}
.schedule--no-last-border .schedule__session:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1024px) {
  .schedule__session {
    padding: 40px 0;
  }
}
.schedule__session.is-loading {
  pointer-events: none;
  -webkit-animation: skeleton-pulse 1.5s ease-in-out infinite;
          animation: skeleton-pulse 1.5s ease-in-out infinite;
}
.schedule__session.is-loading .schedule__session-image,
.schedule__session.is-loading .schedule__session-title,
.schedule__session.is-loading .schedule__session-date,
.schedule__session.is-loading .schedule__session-time,
.schedule__session.is-loading .schedule__session-location,
.schedule__session.is-loading .schedule__session-extra {
  background-color: #e0e0e0;
  color: transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.schedule__session.is-loading .schedule__session-image::after,
.schedule__session.is-loading .schedule__session-title::after,
.schedule__session.is-loading .schedule__session-date::after,
.schedule__session.is-loading .schedule__session-time::after,
.schedule__session.is-loading .schedule__session-location::after,
.schedule__session.is-loading .schedule__session-extra::after {
  content: " ";
}
.schedule__session.is-loading .schedule__session-image {
  background-color: #e0e0e0;
}
.schedule__session.is-loading .schedule__session-image .image__img {
  opacity: 0;
}
.schedule__session.is-loading a {
  pointer-events: none;
}

@-webkit-keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.schedule__session-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-content {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-left: 70px;
  }
}

.schedule__session-image {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 180px;
            flex: 1 0 180px;
    max-width: 180px;
    max-height: 180px;
  }
}
.schedule__session-image .image__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-image .image__img {
    max-width: 180px;
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.schedule__session-image--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-image--desktop {
    display: block;
  }
}

.schedule__session-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  width: 50%;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-about {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 0;
  }
}
.schedule__session-about > * {
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-about > * {
    min-width: 120px;
    padding-right: 16px;
  }
}

.schedule__session-time {
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-time {
    padding-left: 0;
  }
}

.schedule__session-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-top: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
    margin-top: 0;
  }
}

.schedule__session-title {
  width: 100%;
  margin-bottom: 28px;
  text-transform: uppercase;
  background: none;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 18px;
    margin-bottom: 0;
  }
}

.schedule__session-button-wrapper {
  display: block;
  width: 100%;
  margin-top: 28px;
  text-align: center;
}
.schedule__session-button-wrapper > * {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .schedule__session-button-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 18px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .schedule__session-button {
    width: auto;
  }
}

.schedule__empty {
  margin: 100px auto 50px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .schedule__empty {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .schedule__empty {
    margin-top: 250px;
    margin-bottom: 250px;
  }
}

.schedule__content--short {
  height: 600px;
  overflow: hidden;
}
.schedule.is-expanded .schedule__content--short {
  height: unset;
}

.schedule__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fdf9f1), to(rgba(253, 249, 241, 0)));
  background: linear-gradient(to top, #fdf9f1 50%, rgba(253, 249, 241, 0) 100%);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.schedule.is-expanded .schedule__more {
  opacity: 0;
  pointer-events: none;
}

.schedule__more-button {
  position: relative;
  min-width: 236px;
  margin: 0 auto;
  font-weight: 700;
  z-index: 2;
}

.schedule__footer {
  margin-top: 40px;
  text-align: center;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.search {
  position: relative;
  z-index: 11;
}

.search__trigger {
  position: relative;
}
.search__trigger .textfield__input {
  border-bottom-width: 1px;
}

.search__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
body.is-search-open .search__background {
  opacity: 1;
}
body.is-header-open .search__background {
  background-color: transparent;
}

.search__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 110px 8.3333333333vw 8.3333333333vw;
  pointer-events: none;
  overflow: auto;
  overflow-x: hidden;
  z-index: 2;
  opacity: 0;
  background: #000000;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .search__inner {
    left: 50%;
    width: 50%;
    padding: 150px 20px 8.3333333333vw;
  }
}
@media only screen and (min-width: 1170px) {
  .search__inner {
    padding: 150px 8.3333333333vw 8.3333333333vw;
  }
}
body.is-search-open .search__inner {
  opacity: 1;
  pointer-events: all;
}

.search__close {
  position: absolute;
  top: 19px;
  right: 20px;
  display: block;
  width: 49px;
  height: 0;
  margin: 0;
  padding: 15px 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__close {
    top: 33px;
    right: 68px;
    width: 40px;
    padding: 24px 0;
  }
}
.search__close:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search__close:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search__field {
  position: relative;
}

.search__title {
  display: block;
  margin-top: 63px;
  text-transform: uppercase;
  color: #ffffff;
}

.search__results {
  display: block;
  margin-top: 60px;
}

.search__group {
  display: block;
  font-size: 20px;
  line-height: 25px;
}
.search__group + .search__group {
  margin-top: 48px;
}

.search__group-title {
  font-weight: 700;
  color: #ffffff;
}

.search__group-link {
  display: block;
  margin-top: 3px;
  color: #ffffff;
}
.search__group-link:hover {
  text-decoration: underline;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.seasons__search {
  max-width: 510px;
  margin: 0 auto 100px auto;
}

.seasons__header {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .seasons__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
  }
}

.seasons__season {
  width: 10%;
  padding-right: 20px;
}

.seasons__played {
  width: 10%;
  padding: 0 20px;
}

.seasons__name {
  width: 30%;
  padding: 0 20px;
}

.seasons__author {
  width: 20%;
  padding: 0 20px;
}

.seasons__director {
  width: 25%;
  padding-left: 20px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.stagings__inner {
  width: 100%;
  max-width: 892px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .stagings__inner {
    padding: 0 40px;
  }
}
.stagings--rows .stagings__inner {
  max-width: 1761px;
}

.stagings__title {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}

.stagings__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  font-size: 80px;
  cursor: pointer;
}

.stagings--rows .stagings__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (min-width: 768px) {
  .stagings--rows .stagings__items {
    gap: 104px;
  }
}

.stagings__item {
  text-align: center;
  border-top: 2px solid #000000;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .stagings__item {
    padding: 64px 0;
  }
}
.stagings__item:first-of-type {
  border-top: none;
  padding-top: 0;
}
.stagings__item:last-of-type {
  border-bottom: 2px solid #000000;
}
.stagings--rows .stagings__item {
  padding: 0;
  border: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .stagings--rows .stagings__item {
    padding: 0;
    -ms-flex-preferred-size: calc(50% - 52px);
        flex-basis: calc(50% - 52px);
  }
}
@media only screen and (min-width: 1170px) {
  .stagings--rows .stagings__item {
    -ms-flex-preferred-size: calc(33.3% - 69.3333333333px);
        flex-basis: calc(33.3% - 69.3333333333px);
  }
}

.stagings__item-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .stagings__item-title {
    margin-bottom: 42px;
  }
}

.stagings__item-credit {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .stagings__item-credit {
    margin-top: 30px;
  }
}

.stagings__item-credit-title {
  font-family: "GT-America-Light";
  text-transform: uppercase;
  font-size: 17px;
}

.stagings__item-credit-names {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.stagings__item-description {
  font-family: "GT-America-Light";
  font-size: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .stagings__item-description {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .stagings--rows .stagings__item-description {
    margin-top: 20px;
  }
}

.stagings__item-ticket {
  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;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .stagings__item-ticket {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}
.stagings--rows .stagings__item-ticket {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stagings__item-ticket-text {
  font-weight: 700;
  font-size: 20px;
}

.stagings__item-ticket-link {
  background: none;
}
.stagings--rows .stagings__item-ticket-link {
  font-weight: 700;
  font-size: 20px;
  margin-left: 6px;
  text-decoration: underline;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.table-booker {
  padding-top: 150px;
  padding-bottom: 87px;
}

.table-booker__subtitle {
  text-align: center;
  text-transform: uppercase;
  margin-top: 48px;
}

.table-booker__sub-subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "GT-America-Standard", Helvetica, sans-serif;
  font-size: 20px;
}

.table-booker__view {
  position: relative;
  display: none;
}
.table-booker__view.is-visible {
  display: block;
}

.table-booker__subtitle--table {
  display: none;
}
.table-booker__subtitle--table.is-visible {
  display: block;
}

.table-booker.is-loading .table-booker__loadable {
  opacity: 0.5;
  pointer-events: none;
}

.table-booker__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.table-booker.is-loading .table-booker__spinner {
  display: block;
}

.table-booker__footer-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: block;
}
.table-booker.is-checkout .table-booker__footer-track {
  display: none;
}

.table-booker__footer {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: calc(100vh - 143px);
  background: #efe3d3;
  padding: 16px;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  .table-booker__footer {
    top: calc(100vh - 87px);
  }
}

.table-booker__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .table-booker__footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.table-booker__table-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0;
}

.table-booker__to-checkout-button {
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .table-booker__to-checkout-button {
    margin-right: 0;
    margin-left: auto;
  }
}

.table-booker__view--table {
  display: block;
}
.table-booker.is-checkout .table-booker__view--table {
  display: none;
}

.table-booker__title-wrapper {
  position: relative;
}

.table-booker__title {
  font-variant: small-caps;
  text-transform: lowercase;
  margin-bottom: 70px;
}

.table-booker__view--checkout {
  display: none;
}
.table-booker.is-checkout .table-booker__view--checkout {
  display: block;
}

.table-booker__to-table-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  padding: 0;
  border: none;
  background: none;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.table-booker__to-table-button:hover {
  opacity: 0.5;
}
.table-booker__to-table-button .icon {
  width: 40px;
  height: 40px;
}

.table-booker__description {
  font-size: 20px;
}

.table-booker__notice {
  font-size: 17px;
}

.table-booker__textfield {
  margin-bottom: 20px;
}

.table-booker__checkbox {
  margin-top: 20px;
}

.table-booker__form-title {
  font-family: "GT-Sectra-Display";
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 4px;
  text-align: left;
  vertical-align: middle;
  font-variant: small-caps;
  margin-bottom: 32px;
}

.table-booker__error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 400px;
  margin: auto auto 4px;
  padding: 32px 0;
}

.table-booker__footer-total {
  font-family: "GT-Sectra-Display";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3px;
  vertical-align: middle;
  font-variant: small-caps;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 12px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .table-booker__footer-total {
    font-size: 24px;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.table-booker__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-booker__summary-error {
  color: #ff0000;
  margin-top: 16px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */
.visitor {
  display: block;
}

.visitor__title {
  display: block;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .visitor__title {
    font-size: 40px;
    line-height: 40px;
  }
}

.visitor__text {
  display: block;
  width: 100%;
  max-width: 870px;
  margin: 50px auto 0 auto;
  text-align: center;
  font-family: "GT-America-Light";
}
.visitor__text strong {
  font-family: "GT-America-Standard", Helvetica, sans-serif;
}

.visitor__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 95px;
}
.visitor__image .image__img {
  max-width: 100%;
  margin: 0 auto;
}

.visitor__content {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .visitor__content {
    margin-top: 90px;
  }
}

.visitor__grid {
  margin-bottom: -136px;
}

.visitor__column {
  margin-bottom: 136px;
}
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* TRANSITIONS */
/* COLORS */

/*# sourceMappingURL=global.95f86c95bc6b4e0fb08c.css.map*/