/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /* break out images need this */ }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  color: #202346;
  font-size: 16px;
  font-family: 'IBM Plex Sans';
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

* {
  box-sizing: border-box; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 5;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 60px auto;
  border-bottom: 1px solid #d4d4d4; }
  .header__logo {
    display: block;
    height: 60px;
    margin-right: 20px; }
    @media (max-width: 44.49em) {
      .header__logo {
        height: 34px; } }
    @media (max-width: 89.99em) {
      .header__logo {
        margin-left: 16px; } }
    .header__logo img {
      height: 100%; }
  .header__link {
    text-decoration: none;
    color: #202346; }
  .header__spacer {
    height: 42px; }
    @media (max-width: 44.49em) {
      .header__spacer {
        height: 22px; } }
  .header__create {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 38px;
    background-color: #202346;
    color: white !important;
    margin-left: auto !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding: 0 24px;
    border: 0; }
    .header__create:hover {
      background-color: #5c5f78;
      color: white; }
    .header__create__small {
      display: none; }
    @media (max-width: 44.49em) {
      .header__create {
        margin-right: 16px; }
        .header__create__large {
          display: none; }
        .header__create__small {
          display: inline; } }

.content {
  width: 100%;
  min-height: 560px;
  max-width: 884px;
  padding: 0 20px;
  margin: 0 auto; }
  .content a {
    color: #202346; }

.footer {
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-size: 15px;
  margin-top: auto; }
  .footer__content {
    background-color: #fbfbfb;
    display: flex;
    margin-top: 60px;
    padding: 50px 0 30px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #d4d4d4; }
    @media (max-width: 44.49em) {
      .footer__content {
        padding: 50px 0; } }
    .footer__content nav {
      display: flex;
      text-align: center; }
      @media (max-width: 44.49em) {
        .footer__content nav {
          flex-direction: column; } }
    .footer__content a {
      color: #7d7d7d;
      text-decoration: none;
      margin-left: 30px;
      margin-top: 0; }
      @media (max-width: 44.49em) {
        .footer__content a {
          margin-top: 10px;
          margin-left: 0; }
          .footer__content a:first-child {
            margin-top: 0; } }
      .footer__content a:first-child {
        margin-left: 0; }
  .footer__logo {
    height: 50px;
    margin-bottom: 50px;
    width: auto; }
  .footer__bottom-bar {
    display: flex;
    color: #ffffff; }
    @media (max-width: 63.99em) {
      .footer__bottom-bar {
        flex-direction: column; } }
    @media (min-width: 64em) {
      .footer__bottom-bar {
        height: 80px; } }
  .footer__bottom-left {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #202346;
    color: #ffffff;
    white-space: nowrap;
    width: 100%; }
    .footer__bottom-left a {
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 63.99em) {
      .footer__bottom-left {
        padding-top: 30px;
        justify-content: center; } }
    @media (min-width: 64em) {
      .footer__bottom-left {
        padding: 0 43px;
        width: auto; } }
    .footer__bottom-left img {
      margin-right: 10px; }
  .footer__bottom-right {
    width: 100%;
    padding: 0 43px;
    background-color: #202346;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 44.49em) {
      .footer__bottom-right {
        flex-wrap: wrap;
        text-align: center; } }
    @media (max-width: 63.99em) {
      .footer__bottom-right {
        min-height: 80px;
        padding: 30px 43px;
        justify-content: center; } }
    .footer__bottom-right span {
      margin-left: 30px; }
      @media (max-width: 44.49em) {
        .footer__bottom-right span {
          line-height: 1.5; } }
  .footer__socialmedia-links {
    display: flex; }
    @media (max-width: 44.49em) {
      .footer__socialmedia-links {
        margin-bottom: 30px;
        width: 100%;
        justify-content: center; } }
  .footer__socialmedia-icon {
    margin-left: 30px; }
    .footer__socialmedia-icon:first-child {
      margin-left: 0; }

.info-warning {
  max-width: 1280px;
  border: 3px solid #cf3b3b;
  background-color: #ffc1c1;
  padding: 20px;
  margin: 20px auto; }

.event-detail {
  display: flex;
  flex-wrap: wrap; }
  .event-detail__images {
    flex: 0 0 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 60px;
    position: relative; }
    .event-detail__images--no-border {
      border-bottom: none; }
    .event-detail__images__image {
      width: 100%; }
    .event-detail__images .promo-event__slider {
      margin-bottom: 30px; }
    .event-detail__images__image-slideshow {
      position: relative;
      overflow: hidden; }
      @media (max-width: 63.99em) {
        .event-detail__images__image-slideshow {
          overflow: visible; } }
  .event-detail__details {
    flex: 0 0 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
    .event-detail__details__rubric {
      font-size: 12px;
      color: #7d7d7d;
      margin-bottom: 5px; }
    .event-detail__details__time {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
    .event-detail__details__title {
      font-family: 'Source Serif Pro';
      font-size: 49px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 30px;
      line-break: anywhere; }
    .event-detail__details__description {
      font-family: 'Noto Serif';
      line-height: 23px; }
  .event-detail__address {
    flex: 0 0 100%; }
    .event-detail__address--half {
      flex: 0 0 calc(50% - 14px);
      margin-left: 28px; }
      @media (max-width: 44.49em) {
        .event-detail__address--half {
          flex: 0 0 100%;
          margin-left: 0; } }
    .event-detail__address__info {
      border-top: 1px solid #d4d4d4;
      padding-top: 5px;
      line-height: 1.4; }
  .event-detail__similar-events {
    flex: 0 0 100%;
    margin-top: 60px; }
    .event-detail__similar-events__title {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 1.14px;
      border-bottom: 2px solid #202346;
      padding-bottom: 10px;
      margin-bottom: 40px; }
  .event-detail h4 {
    font-weight: bold;
    color: #7d7d7d;
    margin: 0 0 5px;
    font-size: 15px; }
  .event-detail__event-group {
    margin-bottom: 30px;
    flex: 0 0 calc(50% - 14px); }
    @media (max-width: 44.49em) {
      .event-detail__event-group {
        flex: 0 0 100%; } }
    .event-detail__event-group__event {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 30px;
      border-top: 1px solid #d4d4d4;
      font-size: 15px; }
      .event-detail__event-group__event--hidden {
        display: none; }
      .event-detail__event-group__event .date {
        margin-left: auto; }
      .event-detail__event-group__event .time {
        margin-left: 25px; }
    .event-detail__event-group__show-more {
      font-weight: bold;
      margin-top: 10px;
      cursor: pointer;
      display: block; }
  .event-detail__button {
    font-family: 'IBM Plex Sans';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    background-color: #f2f0ea;
    margin-left: auto !important;
    font-size: 15px;
    font-weight: bold;
    padding: 0 24px;
    text-decoration: none;
    border: 0;
    color: #202346; }
    .event-detail__button:hover {
      background-color: #202346;
      color: white; }

.show-detail {
  display: flex;
  flex-wrap: wrap; }
  .show-detail__images {
    flex: 0 0 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative; }
    .show-detail__images--no-border {
      border-bottom: none; }
    .show-detail__images__image {
      width: 100%; }
    .show-detail__images__video {
      width: 100%; }
    .show-detail__images .promo-event__slider {
      margin-bottom: 30px; }
    .show-detail__images__image-slideshow {
      position: relative;
      overflow: hidden; }
      @media (max-width: 63.99em) {
        .show-detail__images__image-slideshow {
          overflow: visible; } }
  .show-detail__infos {
    margin-top: 15px; }
    .show-detail__infos__genres span {
      font-family: 'IBM Plex Sans';
      font-size: 12px;
      border-radius: 16px;
      border: solid 1px #979797;
      color: #555555;
      line-height: 1.5;
      padding: 3px 20px;
      display: inline-block;
      margin-left: 5px; }
      .show-detail__infos__genres span:first-child {
        margin-left: 0; }
    .show-detail__infos__title {
      font-family: 'Source Serif Pro';
      font-size: 49px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 30px;
      line-break: anywhere; }
    .show-detail__infos__meta {
      margin-top: 16px;
      margin-bottom: 16px; }
      .show-detail__infos__meta__runtime {
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px; }
      .show-detail__infos__meta__origin {
        font-size: 12px;
        font-weight: normal;
        color: #555555; }
  .show-detail__description {
    font-family: 'Noto Serif';
    font-size: 16px;
    line-height: 1.44;
    margin-bottom: 50px; }
  .show-detail__additional-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px; }
    @media (max-width: 44.49em) {
      .show-detail__additional-info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .show-detail__additional-info h3 {
      font-size: 15px;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: 1px solid #d4d4d4;
      margin-bottom: 5px; }
    .show-detail__additional-info__info {
      margin-bottom: 30px;
      min-height: 40px;
      font-size: 15px;
      line-height: 1.4;
      display: flex;
      align-items: center; }
  .show-detail__similar-shows {
    margin-bottom: 100px; }
    .show-detail__similar-shows h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      border-bottom: 2px solid #202346;
      padding-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1.14px; }
    .show-detail__similar-shows .results {
      margin-top: 0;
      border-top: 0; }
  .show-detail__playtimes__header {
    display: flex;
    height: 38px;
    align-items: stretch; }
    .show-detail__playtimes__header__day {
      border: 1px solid #202346;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      cursor: pointer; }
      .show-detail__playtimes__header__day.active {
        background-color: #202346;
        color: white;
        position: relative; }
        .show-detail__playtimes__header__day.active::after {
          content: '';
          position: absolute;
          top: calc(100% - 5px);
          transform: rotate(45deg);
          height: 10px;
          width: 10px;
          background-color: #202346;
          left: calc(50% - 5px); }
      .show-detail__playtimes__header__day + .show-detail__playtimes__header__day {
        margin-left: -1px; }
  .show-detail__playtimes__day {
    display: none; }
    .show-detail__playtimes__day.active {
      display: block; }
  .show-detail__playtimes__screenings {
    width: 100%; }
    .show-detail__playtimes__screenings td:last-child {
      text-align: right; }
  .show-detail__playtimes__location {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    line-height: 1.4; }
    .show-detail__playtimes__location__head {
      margin-bottom: 15px; }
    .show-detail__playtimes__location__address {
      color: #7d7d7d; }
    .show-detail__playtimes__location__website {
      color: #7d7d7d; }

.overview-event {
  width: 100%;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4; }
  @media (max-width: 44.49em) {
    .overview-event {
      flex-direction: column; } }
  .overview-event:first-child {
    margin-top: 30px; }
  .overview-event__date {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1.14px;
    color: #202346;
    text-transform: uppercase; }
    @media (max-width: 44.49em) {
      .overview-event__date {
        margin-bottom: 16px; } }
    @media (min-width: 44.5em) {
      .overview-event__date {
        flex: 0 0 220px; } }
  .overview-event__info {
    margin-right: 16px; }
    @media (min-width: 44.5em) {
      .overview-event__info {
        max-width: 416px; } }
    .overview-event__info__category {
      font-size: 12px;
      line-height: 1.5;
      color: #7d7d7d;
      margin-bottom: 5px; }
    .overview-event__info__title {
      font-size: 33px;
      font-weight: bold;
      line-height: 1.15;
      margin-bottom: 9px;
      display: block;
      text-decoration: none;
      font-family: 'Source Serif Pro';
      color: #202346;
      line-break: anywhere; }
      .overview-event__info__title:hover {
        text-decoration: underline; }
    .overview-event__info__description {
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 10px; }
    .overview-event__info__location {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.33;
      color: #7d7d7d; }
  .overview-event__image img {
    width: 100%;
    margin-top: 16px; }
    @media (min-width: 44.5em) {
      .overview-event__image img {
        width: 192px;
        margin-top: 0; } }
  @media (min-width: 44.5em) {
    .overview-event__image {
      margin-left: auto; } }

.no-results {
  font-family: 'Source Serif Pro';
  font-size: 49px;
  font-weight: bold;
  margin-top: 80px; }
  @media (max-width: 44.49em) {
    .no-results {
      font-family: 'Noto Serif';
      font-size: 30px;
      margin-top: 20px; } }

.search-show-results {
  display: -ms-grid;
  display: grid;
  gap: 36px 28px;
  padding-top: 24px;
  margin-top: 60px;
  border-top: 1px solid #d4d4d4;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 44.5em) and (max-width: 63.99em) {
    .search-show-results {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 64em) {
    .search-show-results {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .search-show-results__show {
    text-decoration: none; }
  .search-show-results__show-image {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 44.5em) and (max-width: 63.99em) {
      .search-show-results__show-image {
        max-width: 190px; } }
    @media (min-width: 64em) {
      .search-show-results__show-image {
        max-width: 190px; } }
  .search-show-results__show-title {
    color: #202346;
    font-size: 15px; }

.pagination {
  display: flex;
  margin-top: 60px;
  margin-bottom: 120px; }
  @media (max-width: 44.49em) {
    .pagination {
      flex-wrap: wrap; } }
  .pagination__page {
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-width: 38px;
    border: 1px solid #202346;
    padding: 0 10px;
    text-decoration: none;
    color: #202346; }
    .pagination__page + .pagination__page {
      margin-left: 10px; }
    .pagination__page:hover {
      background-color: #202346;
      color: white; }
    .pagination__page--active {
      background-color: #202346;
      font-weight: bold;
      color: white; }

a.pagination__page--active {
  color: white; }

@media (max-width: 44.49em) {
  a.pagination__page:nth-of-type(4) {
    display: none; }
  a.pagination__page:nth-of-type(5) {
    display: none; }
  a.pagination__page:nth-of-type(6) {
    display: none; } }

.promo-event {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 63.99em) {
    .promo-event {
      overflow: visible; } }
  .promo-event__spacer {
    height: 60px; }
  .promo-event__wrapper {
    width: 100%;
    max-width: 884px;
    margin: 40px auto;
    position: relative;
    padding: 0 20px; }
    @media (max-width: 63.99em) {
      .promo-event__wrapper {
        padding: 0 30px; } }
  .promo-event__box {
    padding: 3px; }
    .promo-event__box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .promo-event__slider-switch {
    position: absolute;
    top: 50%;
    cursor: pointer; }
    .promo-event__slider-switch svg {
      transition: transform 100ms;
      height: 30px;
      width: 30px;
      z-index: 100; }
      .promo-event__slider-switch svg:hover {
        transform: scale(1.2); }
    @media (max-width: 63.99em) {
      .promo-event__slider-switch {
        display: none; } }
    .promo-event__slider-switch--hidden {
      display: none; }
    .promo-event__slider-switch--prev {
      transform: scaleX(-1); }
      @media (min-width: 64em) and (max-width: 89.99em) {
        .promo-event__slider-switch--prev {
          left: -60px; } }
      @media (min-width: 90em) {
        .promo-event__slider-switch--prev {
          left: -120px; } }
    @media (min-width: 64em) and (max-width: 89.99em) {
      .promo-event__slider-switch--next {
        right: -60px; } }
    @media (min-width: 90em) {
      .promo-event__slider-switch--next {
        right: -120px; } }
  .promo-event__slider {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .promo-event__slider__status {
      position: absolute;
      left: 0;
      top: 0; }

.slideshow2-dots {
  display: flex; }
  .slideshow2-dots__dot {
    height: 10px;
    width: 25px;
    cursor: pointer;
    position: relative; }
    .slideshow2-dots__dot::after {
      display: block;
      content: ' ';
      background-color: #d8d8d8;
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 0;
      right: 0; }
    .slideshow2-dots__dot--active::after {
      background-color: #7d7d7d; }
    .slideshow2-dots__dot + .slideshow2-dots__dot {
      margin-left: 15px; }

.box {
  display: flex; }
  @media (max-width: 44.49em) {
    .box {
      flex-direction: column-reverse; } }
  .box__sponsored {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #202346;
    color: white;
    padding: 2px 10px;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33; }
  .box__info {
    flex: 0 0 50%;
    position: relative;
    background-color: #f4f4f4;
    padding: 30px;
    display: flex;
    flex-direction: column; }
    .box__info--no-image {
      flex: 0 0 100%; }
    .box__info__rubric {
      font-family: 'IBM Plex Sans';
      font-size: 12px;
      line-height: 1.5;
      color: #555555;
      margin-bottom: 5px; }
    .box__info__date {
      font-family: 'IBM Plex Sans';
      font-size: 16px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: 1.14px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .box__info__title {
      font-family: 'Source Serif Pro';
      font-size: 33px;
      font-weight: bold;
      line-height: 1.15;
      margin-bottom: auto;
      color: #202346;
      text-decoration: none; }
      .box__info__title:hover {
        text-decoration: underline; }
    .box__info__desc {
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 5px;
      margin-top: 20px; }
    .box__info__place {
      font-family: 'IBM Plex Sans';
      font-size: 15px;
      font-weight: bold;
      line-height: 1.33; }
  .box__image {
    flex: 0 0 50%;
    position: relative; }
    .box__image img {
      display: block; }

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: 0.26392em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3); }
  .qs-datepicker-container * {
    box-sizing: border-box; }
  .qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .qs-datepicker-container.qs-hidden {
    display: none; }

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column; }
  .qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1; }
  .qs-datepicker .qs-overlay .qs-overlay-year {
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 0.875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .qs-datepicker .qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid white;
    border-radius: 0.26392em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4); }
    .qs-datepicker .qs-overlay .qs-submit.qs-disabled {
      color: gray;
      border-color: gray;
      cursor: not-allowed; }
  .qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1; }
  .qs-datepicker .qs-overlay .qs-overlay-month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.15s; }
    .qs-datepicker .qs-overlay .qs-overlay-month.active, .qs-datepicker .qs-overlay .qs-overlay-month:hover {
      opacity: 1; }

.qs-datepicker .qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
            filter: blur(5px); }

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  transition: background .15s; }
  .qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1); }
    .qs-datepicker .qs-arrow:hover.qs-left:after {
      border-right-color: black; }
    .qs-datepicker .qs-arrow:hover.qs-right:after {
      border-left-color: black; }
  .qs-datepicker .qs-arrow:after {
    content: '';
    border: 0.39062em solid transparent;
    position: absolute;
    top: 50%;
    transition: border .2s; }
  .qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: gray;
    right: 50%;
    transform: translate(25%, -50%); }
  .qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: gray;
    left: 50%;
    transform: translate(-25%, -50%); }

.qs-datepicker .qs-month-year {
  font-weight: bold;
  transition: border .2s;
  border-bottom: 1px solid transparent;
  cursor: pointer; }
  .qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid gray; }
  .qs-datepicker .qs-month-year:focus, .qs-datepicker .qs-month-year:active:focus {
    outline: none; }

.qs-datepicker .qs-month {
  padding-right: .5ex; }

.qs-datepicker .qs-year {
  padding-left: .5ex; }

.qs-datepicker .qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
            filter: blur(5px); }

.qs-datepicker .qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: 0.26392em; }
  .qs-datepicker .qs-square.qs-current {
    font-weight: bold; }
    .qs-datepicker .qs-square.qs-current span {
      text-decoration: underline; }
  .qs-datepicker .qs-square.qs-active {
    background: lightblue; }
  .qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2; }
    .qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
      border-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-disabled span {
    opacity: .2; }
  .qs-datepicker .qs-square.qs-empty {
    cursor: default; }
  .qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed; }
  .qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: bold;
    color: gray; }
  .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange; }

.qs-datepicker .qs-event {
  position: relative; }
  .qs-datepicker .qs-event:after {
    content: '';
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0; }
  .qs-datepicker .qs-event.qs-disabled:after, .qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff; }

.searchbar {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffe462;
  top: 92px;
  z-index: 4; }
  @media (max-width: 44.49em) {
    .searchbar {
      top: 65px; } }
  .searchbar__top {
    padding: 18px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #202346;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 63.99em) {
      .searchbar__top {
        padding: 18px 20px; } }
  .searchbar__search {
    padding: 24px 30px 62px;
    display: none; }
    @media (max-width: 63.99em) {
      .searchbar__search {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px 47px; } }
    .searchbar__search--open {
      display: flex; }
    .searchbar__search__element {
      flex-grow: 1;
      display: flex;
      position: relative; }
      @media (min-width: 64em) {
        .searchbar__search__element + .searchbar__search__element {
          margin-left: 15px; } }
      @media (max-width: 63.99em) {
        .searchbar__search__element {
          margin-bottom: 20px; } }
      .searchbar__search__element input,
      .searchbar__search__element select {
        flex-grow: 1;
        box-sizing: border-box;
        padding: 20px 10px 0;
        outline: 0;
        border-width: 0.1px 0.1px 1px;
        border-style: solid;
        border-color: white white #202346;
        height: 60px;
        border-radius: 0;
        -webkit-appearance: none;
        color: #202346;
        background-color: #ffffff; }
        .searchbar__search__element input + input,
        .searchbar__search__element input + select,
        .searchbar__search__element select + input,
        .searchbar__search__element select + select {
          margin-left: 1px; }
        .searchbar__search__element input::-webkit-input-placeholder, .searchbar__search__element select::-webkit-input-placeholder {
          color: #202346; }
        .searchbar__search__element input::-moz-placeholder, .searchbar__search__element select::-moz-placeholder {
          color: #202346; }
        .searchbar__search__element input:-ms-input-placeholder, .searchbar__search__element select:-ms-input-placeholder {
          color: #202346; }
        .searchbar__search__element input::-ms-input-placeholder, .searchbar__search__element select::-ms-input-placeholder {
          color: #202346; }
        .searchbar__search__element input::placeholder,
        .searchbar__search__element select::placeholder {
          color: #202346; }
      .searchbar__search__element input,
      .searchbar__search__element select,
      .searchbar__search__element option {
        font-family: 'IBM Plex Sans', sans-serif;
        -moz-appearance: none; }
      .searchbar__search__element button {
        background-color: #202346;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        height: 60px;
        border: 0;
        outline: 0;
        border-radius: 0;
        padding: 0 44px;
        cursor: pointer; }
        .searchbar__search__element button svg {
          margin-right: 10px; }
        @media (max-width: 63.99em) {
          .searchbar__search__element button {
            width: 100%; } }
      .searchbar__search__element > svg {
        position: absolute;
        right: 10px;
        top: 18px;
        bottom: 18px;
        pointer-events: none; }
    .searchbar__search--text svg {
      position: absolute;
      right: 10px;
      top: 18px;
      bottom: 18px; }
      .searchbar__search--text svg path {
        fill: #7d7d7d; }
    @media (min-width: 64em) {
      .searchbar__search--date {
        width: 100px; } }
    .searchbar__search--time {
      width: 70px; }
    @media (min-width: 64em) {
      .searchbar__search--place {
        width: 140px; } }
    @media (min-width: 64em) {
      .searchbar__search--textfield {
        width: 140px; } }

.qs-datepicker-container {
  color: #202346;
  border: 0;
  box-shadow: 0 2px 10px 0 #00000080;
  border-radius: 0;
  margin-top: -1px;
  margin-left: -6px;
  width: 307px; }

@media (max-width: 44.49em) {
  .qs-datepicker {
    display: none; } }

.qs-datepicker .qs-controls {
  background-color: #fff;
  height: 45px; }
  .qs-datepicker .qs-controls .qs-month-year {
    font-weight: normal;
    border-bottom: 0;
    cursor: auto; }

.qs-datepicker .qs-squares {
  padding: 3px; }

.qs-datepicker .qs-square {
  height: 43px;
  border-radius: 50%; }
  .qs-datepicker .qs-square.qs-day {
    font-weight: normal;
    font-size: 11px; }
  .qs-datepicker .qs-square.qs-active {
    color: white;
    background-color: #202346; }
  .qs-datepicker .qs-square.qs-current span {
    text-decoration: none; }
  .qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.3; }
  .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    color: white; }

.embed .searchbar {
  top: 0;
  border-top: 40px solid #ffffff; }
