@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  float: none;
}
meta.foundation-version {
  font-family: "/5.5.3/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -10px;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}
@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: "MusT-Medium";
  src: url("../fonts/MusT2018-Medium.woff2") format("woff2"), url("../fonts/MusT2018-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "museo-slab", arial, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}
@media screen and (max-width: 749px) {
  html, body {
    font-size: 18px;
  }
}
body.noScroll, body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body.noScroll:not(.show-cookie-alert) #main_nav, body.no-scroll:not(.show-cookie-alert) #main_nav {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  body.show-cookie-alert {
    padding-top: 39px;
  }
  body.show-cookie-alert.home:not(.editmode) .home-event-list {
    top: 142px;
    height: calc(100vh - 236px);
  }
  body.show-cookie-alert header {
    padding-top: 39px;
  }
  body.show-cookie-alert #main-wrapper {
    padding-top: 154px;
  }
}
@media screen and (max-width: 749px) {
  body.show-cookie-alert #main-wrapper {
    padding-top: 220px;
  }
}
body.show-cookie-alert #cookieAlert {
  height: auto;
}
body.home {
  height: 100%;
}
body.home footer {
  position: fixed;
  z-index: 1000;
}
.skip-link {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
  position: absolute;
}
main {
  min-height: 100%;
  padding: 110px 0;
  position: relative;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.space {
  height: 8px;
}
.spaceBefore.space-1, .spaceAfter.space-1 {
  height: 2.63vw !important;
}
@media screen and (min-width: 1601px) {
  .spaceBefore.space-1, .spaceAfter.space-1 {
    height: 42px !important;
  }
}
.spaceBefore.space-2, .spaceAfter.space-2 {
  height: 5.25vw !important;
}
@media screen and (min-width: 1601px) {
  .spaceBefore.space-2, .spaceAfter.space-2 {
    height: 84px !important;
  }
}
.spaceBefore.space-3, .spaceAfter.space-3 {
  height: 7.88vw !important;
}
@media screen and (min-width: 1601px) {
  .spaceBefore.space-3, .spaceAfter.space-3 {
    height: 126px !important;
  }
}
h1, .l-h1 {
  font-size: 2em;
  margin-bottom: 0.67em;
}
h1:not(.standard), .l-h1 {
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  line-height: 1.1em;
}
h1.standard, h2 {
  font-size: 18px;
  line-height: 1.1em;
}
h3 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 6px;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
#main-wrapper {
  padding-top: 110px;
}
@media screen and (max-width: 749px) {
  #main-wrapper {
    padding-bottom: 12px !important;
  }
}
.row {
  margin: 0 -10px;
  max-width: none;
  width: auto;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.contententry {
  padding-top: 7.2px;
  padding-bottom: 18px;
}
a {
  outline: none;
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.admin-feedback {
  margin: 6px 0;
}
.admin-feedback .error {
  font-weight: 700;
  color: #e5007e;
}
p.caption, .caption > p {
  padding: 6px 2px;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.2em;
}
p strong {
  font-weight: 700;
}
.padding_tb {
  padding-top: 8px;
  padding-bottom: 8px;
}
.padding_t {
  padding-top: 8px;
}
.padding_b {
  padding-bottom: 8px;
}
.padding_l {
  padding-left: 8px;
}
.borders_t {
  border-top: 1px dashed #9d9d9c;
}
.borders_b {
  border-bottom: 1px dashed #9d9d9c;
}
.borders_tb {
  border-top: 1px dashed #9d9d9c;
  border-bottom: 1px dashed #9d9d9c;
}
.newsletter-subscription.privacy-policy-link {
  padding-left: 28px;
}
#goTop {
  background: #9d9d9c;
  color: #ffffff;
  font-size: 1rem;
  right: 20px;
  border: 2px solid white;
  z-index: 2;
  display: none;
  text-decoration: none;
  height: 0px;
  width: 28px;
  text-align: center;
  line-height: 24px;
  transition: background 0.5s;
  border-radius: 3px;
}
#goTop:hover {
  background: #1d1d1b;
}
#cookieAlert {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
  background: #eeeeee;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
@media screen and (max-width: 749px) {
  #cookieAlert {
    top: 0;
    width: 100%;
    z-index: 102;
    background: #eeeeee;
    position: relative;
  }
}
#cookieAlert #cookieAlertContent {
  margin: 0 auto;
  max-width: 1220px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  #cookieAlert #cookieAlertContent {
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 749px) {
  #cookieAlert #cookieAlertContent {
    display: block;
    padding: 20px;
    padding-bottom: 48px;
  }
}
#cookieAlert #cookieAlertContent a {
  text-decoration: underline;
}
#cookieAlert #cookieAlertContent .separator {
  margin: 0 8px;
  background: #000000;
  width: 0.05em;
}
@media screen and (max-width: 749px) {
  #cookieAlert #cookieAlertContent .separator {
    display: none;
  }
}
#cookieAlert #cookieAlertContent button {
  font: inherit;
  color: inherit;
}
#cookieAlert button {
  -webkit-appearance: none;
  border: none;
  padding: 1px 6px;
  background: #f9f9f9;
}
@media screen and (max-width: 749px) {
  #cookieAlert button {
    padding: 8px 22px;
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
}
.alert-box.alert {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e5007e;
  color: #ffffff;
  z-index: 1000;
  text-align: center;
}
.contententry.pageLinks {
  padding-top: 0px;
  padding-bottom: 18px;
}
.type-vimeoEmbed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.type-vimeoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type-vimeoEmbed.portrait-video {
  padding-bottom: 176.66%;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.background-video iframe {
  width: 100vw;
  height: 61vw; /* Aspect ratio, 373/616*100 = 60.55 */
  min-height: 100vh;
  min-width: 165.2vh; /* Aspect ratio, 616/373*100 = 165.15 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* LightBox Close Cursor */
.mfp-zoom-out-cur {
  cursor: pointer;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
/* Fade animation */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Pulse animation */
@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 749px) {
  .mgnlLikeBtn {
    display: none;
  }
  .column > .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.image-row-component .row-component {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
}
.image-row-component .row-component .row-entry {
  width: 25%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .image-row-component .row-component .row-entry {
    width: 50%;
  }
}
.image-link-component {
  text-align: center;
}
.image-link-component a h3 {
  margin-top: 12px;
  display: inline-block;
}
.cookie-consent-required {
  border: 1px solid black;
  padding: 20px;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .cookie-consent-required {
    width: 33%;
  }
}
.cookie-consent-required button {
  margin-top: 10px;
  padding: 4px 10px 4px 6px;
  border-radius: 2px;
  display: inline-block;
  background-color: #e5007e;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  border: none;
  appearance: none;
}
.minigal-wrapper .cookie-consent-required {
  width: 100% !important;
}
body.temp-hide-cookiebanner #CybotCookiebotDialog {
  display: none !important;
}
.footnote-list {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0 !important;
  list-style-type: none !important;
  counter-reset: footnote-counter;
}
.footnote-list li {
  margin-bottom: 0.5em;
  counter-increment: footnote-counter;
  position: relative;
  padding-left: 2.8em;
}
.footnote-list li:before {
  content: counter(footnote-counter) " " !important;
  position: absolute;
  left: 0;
  padding-right: 0 !important;
}
.footnote-number {
  font-size: 0.7em;
  vertical-align: super;
  line-height: 1;
  margin-left: 0.2em;
}
.medium-font-size .footnote-list {
  font-size: 14px;
}
#home #home-links-area {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#home #home-links-area .home-slider.splide {
  background-color: black;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  padding-top: inherit;
  left: 0;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 749px) {
  #home #home-links-area .home-slider.splide {
    padding-bottom: 0 !important;
  }
}
#home #home-links-area .home-slider.splide .slider-nav-content {
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1720px) {
  #home #home-links-area nav.slider-nav {
    padding-right: calc(240px - (100vw - 1220px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  #home #home-links-area nav.slider-nav {
    padding-right: 240px;
  }
}
@media screen and (max-width: 900px) {
  #home #home-links-area nav.slider-nav {
    padding-right: 0;
  }
}
#home #home-links-area nav.slider-nav ul {
  padding: 0;
}
#home #home-links-area nav.slider-nav li {
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  list-style: none;
  font-size: 104px;
  line-height: 0.72em;
  margin: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
  position: relative;
}
#home #home-links-area nav.slider-nav li span.nohover {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  #home #home-links-area nav.slider-nav li:not(.slide-hovered) {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  #home #home-links-area nav.slider-nav li {
    font-size: 11.25vw;
  }
}
@media screen and (max-width: 749px) {
  #home #home-links-area nav.slider-nav li {
    font-size: 13.75vw;
    margin-bottom: 0.75rem;
  }
}
#home #home-links-area nav.slider-nav li a {
  color: inherit;
  text-decoration: none;
  display: block;
  line-height: inherit;
  font-size: inherit;
}
@media screen and (max-width: 1024px) {
  #home #home-links-area nav.slider-nav li a {
    -moz-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #home #home-links-area nav.slider-nav:hover ul li {
    opacity: 1;
  }
  #home #home-links-area nav.slider-nav:hover ul li:not(.slide-hovered) {
    transition: color 0ms;
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
@media screen and (max-width: 1023px) {
  #home #home-links-area nav.slider-nav li:not(.slide-hovered) {
    transition: color 0ms;
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
.home:not(.editmode) .home-event-list {
  position: fixed;
  right: 10px;
  top: 104px;
  width: 240px;
  height: calc(100vh - 198px);
  padding: 10px 0;
}
@media screen and (max-width: 900px) {
  .home:not(.editmode) .home-event-list {
    margin-top: 18px;
    position: relative;
    width: 100%;
    top: initial;
    right: auto;
    margin-bottom: 10.8px;
  }
}
.home:not(.editmode) .home-event-list .home-event-list-content {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
.home:not(.editmode) .home-event-list .home-event-list-content .event-list-layout {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home:not(.editmode) .home-event-list .home-event-list-content > .event-date-wrapper {
  padding: 12px 0;
  margin: 0;
}
.home:not(.editmode) .home-event-list .home-event-list-content > .event-date-wrapper a {
  text-decoration: none;
}
.home:not(.editmode) .events-list-area-wrapper {
  background: #ffffff;
  border-top: none;
  position: relative;
  right: 0;
  height: 100%;
  overflow: auto;
}
.home:not(.editmode) .events-list-area-wrapper .event-entry-wrapper {
  padding-bottom: 14px;
}
.home:not(.editmode) .events-list-area-wrapper .event-date-wrapper {
  margin-bottom: 8px;
}
.home:not(.editmode) .events-list-area-wrapper .event-description-content {
  display: none;
}
.home:not(.editmode) .events-list-area-wrapper .event-bild-text {
  display: block !important;
  font-family: "MusT-Medium", arial, serif;
  font-size: 28px;
  line-height: 1.1em;
}
.homelink-slideshow:not(.editmode) {
  position: relative;
}
.homelink-slideshow:not(.editmode) > div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
#standard aside .link-list li {
  font-family: "MusT-Medium", arial, serif;
  font-size: 34px;
  margin: 0;
  line-height: 0.74em;
  font-weight: 300;
  list-style: none;
  transition: opacity 0.8s;
  padding-top: 2px;
  position: relative;
}
#standard aside .link-list li > div {
  position: relative;
}
#standard aside .link-list li a {
  color: inherit;
  text-decoration: none;
}
#standard aside .link-list:hover li:not(:hover) {
  opacity: 0.3;
}
#standard aside .news-list-area {
  padding: 6px 0;
  border-top: 2px dotted black;
  margin: 25px 0;
}
#standard aside .news-list-area .event-entry-wrapper {
  border-bottom: 2px dotted black;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#standard aside .events-list-area {
  margin: 25px 0;
  border: none;
}
#standard aside .events-list-area .event-entry-wrapper:first-child {
  border-top: 2px dotted black;
}
#standard aside .exhibition-more-title {
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  #standard aside li:first-child {
    padding-top: 18px;
    border-top: 1px solid #9d9d9c;
  }
}
#standard #content-area.big-font-size {
  font-family: "museo-slab", arial, serif;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 300;
}
#standard #content-area.big-font-size h1, #standard #content-area.big-font-size h2, #standard #content-area.big-font-size h3 {
  font-size: 32px;
  line-height: 1.1em;
}
#standard #content-area.big-font-size p.caption, #standard #content-area.big-font-size .caption > p {
  font-size: 0.875rem;
  line-height: 1em;
}
#standard #content-area.medium-font-size {
  font-family: "museo-slab", arial, serif;
  font-size: 16px;
  line-height: 1.55em;
  font-weight: 300;
}
#standard #content-area.medium-font-size h1, #standard #content-area.medium-font-size h2, #standard #content-area.medium-font-size h3 {
  font-size: 24px;
  line-height: 1.2em;
}
#standard #content-area.medium-font-size p.caption, #standard #content-area.medium-font-size .caption > p {
  font-size: 0.8125rem;
  line-height: 1.2em;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
}
header #header-wrapper {
  background: white;
  min-height: 72px;
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 749px) {
  header #header-wrapper {
    padding: 0 10px;
  }
}
header #header-wrapper #header-content {
  margin-bottom: 0;
  padding-bottom: 1px;
  padding-top: 20px;
  min-height: 100px;
  border-bottom: 1px solid #9d9d9c;
  position: relative;
}
header #header-wrapper #header-content::before {
  opacity: 0;
}
@media screen and (max-width: 749px) {
  header #header-wrapper #header-content {
    padding-bottom: 0;
    min-height: 50px;
  }
  header #header-wrapper #header-content.has-archiv-subnav {
    border-bottom: none;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  header #header-wrapper #header-content {
    max-width: 1200px;
    width: 100%;
    min-height: 100px;
    margin: auto;
  }
}
@media screen and (max-width: 749px) {
  header #header-wrapper #header-content #header-right-content {
    margin-bottom: 6px;
    text-align: right;
  }
}
header #header-wrapper #header-content #header-right-content .opening-hours-wrapper {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  header #header-wrapper #header-content #header-right-content .opening-hours-wrapper {
    float: left;
    position: absolute;
    top: 0;
    margin-top: 20px;
    left: 50%;
    z-index: 5000;
  }
}
@media screen and (max-width: 749px) {
  header #header-wrapper #header-content #header-right-content .opening-hours-wrapper {
    font-size: 14px;
  }
}
header #header-wrapper #header-content #header-right-content .opening-hours-wrapper .meta-link {
  list-style: none;
  padding: 4px 10px 4px 6px;
  border-radius: 2px;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  header #header-wrapper #header-content #header-right-content .opening-hours-wrapper .meta-link {
    padding: 4px 8px 4px 4px;
    font-size: 12px;
  }
}
header #header-wrapper #header-content #header-right-content .opening-hours-wrapper .meta-link a {
  color: inherit;
}
header #header-wrapper #header-content #header-right-content .opening-hours-wrapper .meta-link .icon-n-title img {
  padding-right: 6px;
}
header #header-wrapper #header-content #header-right-content .opening-hours-wrapper #open-now-content:first-letter {
  text-transform: capitalize;
}
header #logo, header #logo svg {
  height: 55px;
  display: inline-block;
  overflow: visible;
}
@media screen and (max-width: 749px) {
  header #logo, header #logo svg {
    height: 35px;
    margin-bottom: 6px;
  }
}
header #logo img, header #logo svg img {
  height: 100%;
}
header #header_cta {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 240px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 749px) {
  header #header_cta {
    left: 16px;
    top: 52px;
    transform: none;
  }
}
header #header_cta a {
  cursor: pointer;
}
header #header_cta img {
  max-width: 100px;
  max-height: 100px;
  height: 64px;
  vertical-align: bottom;
}
@media screen and (max-width: 749px) {
  header #header_cta img {
    height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
}
header #breadcrumb {
  line-height: 14px;
}
header #breadcrumb a {
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: #9d9d9c;
}
header #breadcrumb a:last-child {
  color: #1d1d1b;
}
header #breadcrumb a:not(:last-child):after {
  content: ">";
  padding: 0 3px 0 5px;
  font-family: "museo-slab", arial, serif;
  font-weight: 700;
}
header #metanavigation {
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5000;
}
@media screen and (max-width: 400px) {
  header #metanavigation {
    padding: 0 4px 0 0;
  }
}
header #metanavigation #meta ul {
  margin: 0;
}
header #metanavigation #meta ul > li {
  display: inline-block;
  list-style: none;
  padding: 0 3px;
  font-weight: 700;
}
header #metanavigation #meta ul > li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #9d9d9c;
  padding-right: 4px;
}
header #metanavigation #meta ul > li a.active {
  color: #1d1d1b;
}
header #metanavigation #meta ul > li a img {
  max-height: 20px;
  margin-right: 4px;
}
header #navigation-wrapper {
  display: inline-block;
}
header #navigation-wrapper .navis {
  margin-left: -20px;
  margin-right: -20px;
}
header #navigation-wrapper.menu-open .close-menu-wrapper {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
header #navigation-wrapper .c-hamburger {
  z-index: 2;
}
@media screen and (max-width: 749px) {
  header #navigation-wrapper .c-hamburger {
    z-index: 10;
  }
}
header #navigation-wrapper #main_nav {
  max-height: 0;
  min-height: 0;
  position: absolute;
  right: 0;
  margin-top: 12px;
  background: rgba(157, 157, 156, 0.9);
  z-index: 2;
}
@media screen and (max-width: 749px) {
  header #navigation-wrapper #main_nav {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    margin: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  header #navigation-wrapper #main_nav {
    max-width: 350px;
  }
}
header .sub-nav {
  margin-top: 8px;
}
header .sub-nav a {
  text-decoration: none;
  color: #1d1d1b;
  font-weight: 700;
}
header .sub-nav #subnavigation {
  line-height: 14px;
}
header .sub-nav #subnavigation ul li.active a.active {
  font-weight: bold;
}
header .sub-nav #subnavigation .mobile_wrap {
  display: inline-block;
}
header .sub-nav #subnavigation .mobile_wrap > a {
  margin-right: 10px;
}
header .sub-nav #subnavigation .archive-subnav-icon {
  display: none;
}
@media screen and (max-width: 749px) {
  header .sub-nav #subnavigation {
    position: relative;
    max-height: 45px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: white;
  }
  header .sub-nav #subnavigation.block-list ul li {
    display: block;
    margin-bottom: 25px;
  }
  header .sub-nav #subnavigation.block-list ul li:last-child {
    margin-bottom: 10px;
  }
  header .sub-nav #subnavigation.subnav-archive-open {
    max-height: 500px !important;
  }
  header .sub-nav #subnavigation.subnav-archive-open .archive-subnav-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  header .sub-nav #subnavigation .mobile_wrap {
    display: flex;
    align-items: center;
    height: 45px;
  }
  header .sub-nav #subnavigation ul {
    display: block;
    margin-top: 10px;
  }
  header .sub-nav #subnavigation ul li {
    margin: 15px 0;
    padding-right: 15px;
  }
  header .sub-nav #subnavigation ul li.nav_sep {
    display: none;
  }
  header .sub-nav #subnavigation ul li a {
    text-decoration: underline;
  }
  header .sub-nav #subnavigation .archive-subnav-icon {
    content: url("../img/nav/nav-arrow-blue.svg");
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 6px;
    z-index: 5000;
    cursor: pointer;
    height: 40px;
    width: 40px;
    transition: transform 300ms;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
  }
}
header .sub-nav ul {
  margin: 0;
  padding: 0;
  display: inline;
}
header .sub-nav ul > li {
  list-style: none;
  display: inline-block;
  padding-right: 8px;
  margin: 2px 0;
}
header .sub-nav ul > li a {
  font-weight: 100;
}
body.home #header-wrapper #header-content {
  border-bottom-color: transparent;
}
#navigation {
  z-index: -2;
  height: calc(100vh - 80px);
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 80px;
  transform: translateY(-110%);
  transition: transform 300ms;
}
@media screen and (min-width: 1025px) {
  #navigation {
    padding-top: 0;
  }
}
#navigation .wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1240px) {
  #navigation .wrapper {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
#navigation .fontXLarge {
  font-size: 36px;
}
#navigation .nav-info-top-wrapper {
  border-top: 3px solid black;
}
#navigation .nav-info-top-wrapper .nav-info-title {
  margin-bottom: 10px;
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
}
#navigation .nav-info-top-wrapper a.nav-info-title:hover {
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 1.1em;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
#navigation .nav-info-top-wrapper .nav-info-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  margin-top: 4%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1601px) {
  #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper {
    flex-basis: calc(25% - 15px);
    margin-top: 25px;
  }
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper .nav-info-content:first-child {
  width: 25px;
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper .nav-info-content:last-child {
  margin-top: 4px;
  margin-left: 10px;
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper h4 {
    font-size: 18px;
  }
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a {
    padding: 10px 0;
  }
}
#navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper p {
  line-height: 1.5em;
}
#navigation li.active > a {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 1.1em;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
#navigation li.active > a:hover, #navigation li.active > a:focus {
  text-decoration: none;
  animation: hovera 700ms 1 forwards;
}
#navigation nav.nav-main-level > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 30px;
  margin-top: 6px;
  padding-bottom: 100px;
  list-style: none;
}
#navigation nav.nav-main-level > ul > li {
  position: relative;
  border-top: 3px solid black;
  margin-top: 3%;
  line-height: normal;
  flex-basis: 100%;
  padding-right: 60px;
}
@media screen and (min-width: 1025px) {
  #navigation nav.nav-main-level > ul > li {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1601px) {
  #navigation nav.nav-main-level > ul > li {
    flex-basis: calc(25% - 15px);
    padding-right: 40px;
  }
}
#navigation nav.nav-main-level > ul > li .subnav {
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#navigation nav.nav-main-level > ul > li a {
  font-size: 26px;
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
}
#navigation nav.nav-main-level > ul > li a.active, #navigation nav.nav-main-level > ul > li a:hover {
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 1.1em;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 749px) {
  #navigation nav.nav-main-level > ul > li a {
    font-size: 1.8em;
    line-height: 1.3em;
  }
}
#navigation nav.nav-main-level > ul > li > div > ul > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  #navigation nav.nav-main-level > ul > li > div > ul > li {
    padding-bottom: 12px;
  }
}
#navigation nav.nav-main-level > ul > li > div > ul > li .open-icon {
  display: none;
}
#navigation nav.nav-main-level > ul > li > div > ul > li a {
  font-family: "museo-slab", arial, serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  #navigation nav.nav-main-level > ul > li > div > ul > li a {
    font-size: 18px;
  }
}
#navigation nav.nav-main-level > ul > li.active > ul {
  display: block;
}
#navigation nav.nav-main-level > ul > li:nth-of-type(1), #navigation nav.nav-main-level > ul > li:nth-of-type(2) {
  flex-basis: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  #navigation nav.nav-main-level > ul > li:nth-of-type(1), #navigation nav.nav-main-level > ul > li:nth-of-type(2) {
    flex-basis: calc(50% - 10px);
  }
}
#navigation nav.nav-main-level > ul > li:nth-of-type(1) a, #navigation nav.nav-main-level > ul > li:nth-of-type(2) a {
  font-size: 36px;
  text-decoration: none;
}
#navigation nav.nav-main-level > ul > li:nth-of-type(1) ul li, #navigation nav.nav-main-level > ul > li:nth-of-type(2) ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #navigation nav.nav-main-level > ul > li:nth-of-type(1) ul li, #navigation nav.nav-main-level > ul > li:nth-of-type(2) ul li {
    margin-bottom: 0;
  }
}
#navigation nav.nav-main-level > ul > li:nth-of-type(1) ul li a, #navigation nav.nav-main-level > ul > li:nth-of-type(2) ul li a {
  font-size: 20px;
  line-height: 1.7em;
  padding-bottom: 0;
}
#navigation nav.nav-main-level > ul li.subnav-open-info .subnav {
  max-height: none;
  overflow: auto;
}
#navigation .open-icon {
  content: url("../img/nav/nav-arrow.svg");
  position: absolute;
  top: 12px;
  right: 0;
  padding: 6px;
  z-index: 5000;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 30px;
  border: 2px solid black;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
@media screen and (min-width: 1601px) {
  #navigation .open-icon {
    top: 5px;
    height: 30px;
    width: 30px;
    border: none;
  }
}
#navigation .open-icon-open {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#navigation .subnav-open .subnav {
  max-height: 500px !important;
}
#navigation .nav-icon-style {
  height: 25px;
  width: 25px;
}
body.noScroll #logo, body.noScroll #logo svg {
  z-index: 5000;
  position: relative;
}
body.noScroll #header-wrapper {
  height: 80px !important;
}
@media screen and (min-width: 1025px) {
  body.noScroll #header-wrapper {
    height: 100px !important;
  }
}
body.noScroll #header-wrapper #header-content {
  height: 80px !important;
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  body.noScroll #header-wrapper #header-content {
    height: 100px !important;
  }
}
body.noScroll #header-wrapper #header-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #e7e7e7;
  content: "";
  z-index: 3;
  opacity: 1;
}
body.noScroll #navigation {
  transform: translateY(0);
}
body.noScroll #navigation-wrapper .c-hamburger {
  z-index: 3;
}
body.noScroll footer .wrapper,
body.noScroll .sub-nav,
body.noScroll #header_cta {
  display: none !important;
}
@media screen and (max-width: 749px) {
  body.noScroll #cookieAlert {
    display: none;
  }
}
body.noScroll #header-wrapper #header-content::before {
  background-color: white;
}
body.dark-yellow #navigation {
  background-color: #FFDC00;
}
body.dark-yellow #navigation p, body.dark-yellow #navigation h4, body.dark-yellow #navigation a, body.dark-yellow #navigation .nav-info-top-wrapper .nav-info-title {
  color: black;
}
body.dark-yellow #navigation nav.nav-main-level > ul > li a,
body.dark-yellow #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a,
body.dark-yellow #navigation .nav-info-top-wrapper a.nav-info-title {
  color: black;
}
body.dark-yellow #navigation nav.nav-main-level > ul > li a:hover,
body.dark-yellow #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a:hover,
body.dark-yellow #navigation .nav-info-top-wrapper a.nav-info-title:hover {
  color: #009EE2;
}
body.dark-yellow #navigation nav.nav-main-level > ul > li a.active,
body.dark-yellow #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a.active,
body.dark-yellow #navigation .nav-info-top-wrapper a.nav-info-title.active,
body.dark-yellow #navigation li.active > a {
  color: #009EE2 !important;
}
body.dark-yellow #navigation .open-icon:hover {
  background-color: white;
}
body.tinguely-pink #navigation {
  background-color: #e5007e;
}
body.tinguely-pink #navigation p, body.tinguely-pink #navigation h4, body.tinguely-pink #navigation a, body.tinguely-pink #navigation .nav-info-top-wrapper .nav-info-title {
  color: white;
}
body.tinguely-pink #navigation nav.nav-main-level > ul > li a,
body.tinguely-pink #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a,
body.tinguely-pink #navigation .nav-info-top-wrapper a.nav-info-title {
  color: #def4fe;
}
body.tinguely-pink #navigation nav.nav-main-level > ul > li a:hover,
body.tinguely-pink #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a:hover,
body.tinguely-pink #navigation .nav-info-top-wrapper a.nav-info-title:hover {
  color: yellow;
}
body.tinguely-pink #navigation nav.nav-main-level > ul > li a.active,
body.tinguely-pink #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a.active,
body.tinguely-pink #navigation .nav-info-top-wrapper a.nav-info-title.active,
body.tinguely-pink #navigation li.active > a {
  color: yellow !important;
}
body.tinguely-pink #navigation .open-icon:hover {
  background-color: #ffdef0;
}
body.tinguely-blue #navigation {
  background-color: #009EE2;
}
body.tinguely-blue #navigation p, body.tinguely-blue #navigation h4, body.tinguely-blue #navigation a, body.tinguely-blue #navigation .nav-info-top-wrapper .nav-info-title {
  color: white;
}
body.tinguely-blue #navigation nav.nav-main-level > ul > li a,
body.tinguely-blue #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a,
body.tinguely-blue #navigation .nav-info-top-wrapper a.nav-info-title {
  color: white;
}
body.tinguely-blue #navigation nav.nav-main-level > ul > li a:hover,
body.tinguely-blue #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a:hover,
body.tinguely-blue #navigation .nav-info-top-wrapper a.nav-info-title:hover {
  color: yellow;
}
body.tinguely-blue #navigation nav.nav-main-level > ul > li a.active,
body.tinguely-blue #navigation .nav-info-top-wrapper .nav-info-top .nav-info-wrapper a.active,
body.tinguely-blue #navigation .nav-info-top-wrapper a.nav-info-title.active,
body.tinguely-blue #navigation li.active > a {
  color: yellow !important;
}
body.tinguely-blue #navigation .open-icon:hover {
  background-color: #ffdef0;
}
.top-active {
  outline: 2px solid red;
}
/* Logo G animation */
path.animate-g {
  transform-origin: 232px 118px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-box: fill-box;
  animation: letter-rotation 8s linear infinite;
}
@keyframes letter-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes letter-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes letter-rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
footer {
  position: relative;
  background: #ffffff;
  width: 100%;
  bottom: 0;
  padding-bottom: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  footer {
    position: absolute;
  }
}
footer ul {
  padding: 8px 0;
  margin: 0 -3px;
  list-style: none;
  border-top: 1px solid #9d9d9c;
}
footer ul li {
  display: inline-block;
  padding: 0 3px;
}
footer ul li a {
  color: #1d1d1b;
  text-decoration: none;
}
footer ul li img {
  max-width: 28px;
}
footer .footer-screen p {
  margin: 0;
}
footer #search-icon img {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
footer #search-icon:hover img {
  background-color: rgb(231, 231, 231);
}
body.home footer {
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 749px) {
  body.home footer {
    position: relative;
  }
}
body.home footer ul {
  border-color: transparent;
}
#cookie_banner_wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  bottom: 0;
  left: 0;
}
#cookie_banner_wrapper.accepted {
  display: none;
}
#cookie_banner {
  background-color: white;
  width: 100%;
  padding: 30px;
  position: relative;
  text-align: center;
}
#cookie_banner a {
  color: #000000;
}
#close_cookie_banner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
#close_cookie_banner svg {
  width: 20px;
  height: 20px;
}
#close_cookie_banner:hover {
  background-color: rgb(255, 255, 255);
}
#CybotCookiebotDialogPoweredbyImage {
  max-height: none !important;
}
#pages-overview-wrapper #pages-overview .page-entry-wrapper {
  margin-bottom: 20px;
  list-style: none;
}
#pages-overview-wrapper #pages-overview .page-entry-wrapper a {
  text-decoration: none;
}
#pages-overview-wrapper #pages-overview:after {
  content: none;
}
#pages-overview-wrapper #pages-overview:hover .page-link:not(:hover) {
  opacity: 0.3;
}
#pages-overview-wrapper .event-entry-wrapper {
  padding: 4px 0 24px 0;
  border-bottom: 2px dotted black;
}
.page-link-entry {
  display: block;
  height: 180px;
  text-decoration: none;
  background-color: #9d9d9c;
  background-size: cover;
  background-position: center;
  padding: 4px 10px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  margin: 0;
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  color: #1d1d1b;
  font-size: 28px;
  line-height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .page-link-entry {
    font-size: 1.05em;
    line-height: 1.1em;
    height: 112px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 749px) {
  .page-link-entry > p {
    font-size: inherit;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.page-link-entry strong {
  color: #ffffff;
}
.page-link-entry:hover {
  text-decoration: none;
}
.events-list-area {
  border-top: 2px dotted black;
}
.events-list-area .event-entry-wrapper {
  padding: 4px 0 24px 0;
  border-bottom: 2px dotted black;
  position: relative;
}
.events-list-area .event-date-wrapper {
  padding: 4px 0;
  margin-bottom: 10px;
}
.events-list-area .event-entry-wrapper > a:hover {
  text-decoration: none;
}
.events-list-area .event-entry-wrapper > a:hover h4 {
  text-decoration: underline;
}
form label {
  cursor: pointer;
  margin-bottom: 8px;
}
form input[type=text], form input[type=email], form input[type=password], form select, form textarea {
  -webkit-appearance: none;
  width: 100%;
  background: #e7e7e7;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #1d1d1b;
  padding: 5px 8px;
  min-height: 28px;
  margin-top: 6px;
  margin-bottom: 3px;
  border-bottom: 3px solid transparent;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form select:focus, form textarea:focus {
  outline: 2px solid #cc0066;
}
form input[type=text].error, form input[type=email].error, form input[type=password].error, form select.error, form textarea.error {
  border-bottom-color: #e5007e;
}
form label .controlname {
  visibility: hidden;
}
form select {
  background: #e7e7e7 url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png") no-repeat;
  background-size: 20px;
  background-position: right 6px center;
  padding-right: 32px;
  cursor: pointer;
}
form .field {
  display: none;
}
form .form-row {
  margin-top: 6px;
  margin-bottom: 6px;
}
form .form-row textarea,
form .form-row input {
  font: inherit;
}
form .form-row:not(.form-checks-row) > label {
  display: none;
}
form .form-row input[type=radio] + label {
  display: inline;
}
form .optiongroup label {
  padding-right: 18px;
}
form input[type=checkbox] {
  -webkit-appearance: none;
  background-color: rgba(231, 231, 231, 0.9);
  border: none;
  box-shadow: none;
  padding: 9px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-right: 6px;
}
form input[type=checkbox]:checked {
  background-color: #e7e7e7;
  border: none;
  box-shadow: none;
  color: #99a1a7;
}
form input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #e5007e;
}
form input[type=checkbox]:focus {
  outline: 2px solid #cc0066;
}
form input[type=radio] {
  -webkit-appearance: none;
  background-color: rgba(231, 231, 231, 0.9);
  border: none;
  border-radius: 50%;
  box-shadow: none;
  padding: 9px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-right: 6px;
}
form input[type=radio]:checked {
  background-color: #e7e7e7;
  border: none;
  box-shadow: none;
  color: #99a1a7;
}
form input[type=radio]:checked:after {
  content: " ";
  font-size: 14px;
  position: absolute;
  background: #e5007e;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
form input[type=radio]:focus {
  outline: 2px solid #cc0066;
}
input[type=submit],
input[type=reset],
.button {
  font: inherit;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: #e5007e;
  color: #ffffff;
  padding: 5px 8px;
  height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}
input[type=submit]:focus,
input[type=reset]:focus,
.button:focus {
  outline: 2px solid #cc0066;
}
input[type=submit]:active, input[type=submit]:hover,
input[type=reset]:active,
input[type=reset]:hover,
.button:active,
.button:hover {
  background: #cc0066;
}
.second-button {
  background: #9d9d9c;
}
.second-button:active, .second-button:hover {
  background: #1d1d1b;
}
.form-wrapper form .form-element {
  margin-top: 6px;
  margin-bottom: 6px;
}
.form-wrapper form .form-element:not(.selection):not(.conditionalShow):not(.payment) label {
  display: none;
}
.textAndImage table {
  width: 100%;
  border: none;
  table-layout: fixed;
  border-collapse: collapse;
}
.textAndImage table tr {
  width: auto;
  border: none;
}
.textAndImage table td {
  padding: 0.375rem 0;
  border: none;
}
.textAndImage .txt_div {
  width: 100%;
}
.textAndImage .txt_div h2 {
  margin: 0;
  margin-bottom: 8px;
}
.textAndImage .txt_div .subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #1d1d1b;
}
.textAndImage .txt_div p {
  margin: 0;
}
.textAndImage .txt_div h3.mustFont, .textAndImage .txt_div h2.mustFont {
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
}
.textAndImage .txt_div h3.small, .textAndImage .txt_div h2.small {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1px;
}
.textAndImage .txt_div ul, .textAndImage .txt_div ol {
  list-style: none;
  padding: 0;
}
.textAndImage .txt_div ul li:before, .textAndImage .txt_div ol li:before {
  padding-right: 0.625rem;
  content: "› ";
  color: #1d1d1b;
}
.textAndImage .txt_div ol {
  counter-reset: item;
}
.textAndImage .txt_div ol li:before {
  content: counter(item) ".";
  counter-increment: item;
}
.textAndImage .image_left .img_div, .textAndImage .image_left .img_div img,
.textAndImage .image_right .img_div,
.textAndImage .image_right .img_div img,
.textAndImage .image_float_right .img_div,
.textAndImage .image_float_right .img_div img,
.textAndImage .image_float_left .img_div,
.textAndImage .image_float_left .img_div img {
  width: 100%;
}
.textAndImage div:not(.default) .img_div img {
  width: 100%;
}
.textAndImage .image_left:not(.columns),
.textAndImage .image_right:not(.columns) {
  margin-bottom: 5px;
}
.textAndImage .image_left:not(.columns).first,
.textAndImage .image_right:not(.columns).first {
  width: 40%;
}
@media screen and (max-width: 749px) {
  .textAndImage .image_left:not(.columns).first,
  .textAndImage .image_right:not(.columns).first {
    width: 100%;
  }
}
.textAndImage .image_left:not(.columns).last,
.textAndImage .image_right:not(.columns).last {
  width: 60%;
}
@media screen and (max-width: 749px) {
  .textAndImage .image_left:not(.columns).last,
  .textAndImage .image_right:not(.columns).last {
    width: 100%;
  }
}
.textAndImage .image_left {
  float: left;
}
.textAndImage .image_left:not(.columns) .img_div {
  padding-right: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 749px) {
  .textAndImage .image_left:not(.columns) .img_div {
    padding-right: 0px;
    padding-top: 18px;
  }
}
.textAndImage .image_right {
  float: right;
}
.textAndImage .image_right:not(.columns) .img_div {
  padding-left: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 749px) {
  .textAndImage .image_right:not(.columns) .img_div {
    padding-left: 0px;
    padding-top: 18px;
  }
}
.textAndImage .image_float_right {
  float: right;
}
.textAndImage .image_float_right .img_div {
  padding: 0 0 8px 8px;
}
.textAndImage .image_float_left {
  float: left;
}
.textAndImage .image_float_left .img_div {
  padding: 8px 8px 0 0;
}
.textAndImage .image_top {
  margin: 0 auto;
  margin-bottom: 10px;
}
.textAndImage .image_top img {
  width: 100%;
}
.textAndImage .image_bottom {
  margin-top: 10px;
  margin: 0 auto;
}
.textAndImage .image_bottom img {
  width: 100%;
}
.textAndImage.line-after {
  border-bottom: 1px solid #1d1d1b;
}
.textAndImage .img_div.lightbox {
  position: relative;
}
.textAndImage .islightbox .lightbox-marker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.textAndImage .islightbox .lightbox-marker svg {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 60px;
  height: 60px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.textAndImage .downloads {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.textAndImage .downloads .download {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.textAndImage .downloads .download:hover {
  text-decoration: underline;
}
.textAndImage .downloads .download a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
}
.textAndImage .downloads .download .download-icon-wrap {
  margin-right: 15px;
  flex-shrink: 0;
}
.textAndImage .downloads .download .download-icon-wrap .download-icon {
  height: 38px;
}
.textAndImage .downloads .download .download-title {
  font-weight: 500;
  font-size: 12px;
}
.textAndImage .downloads .download .download-size {
  margin-left: 11px;
  opacity: 0.8;
  font-size: 10px;
}
.textAndImage .info-text-layout {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .textAndImage .info-text-layout {
    flex-direction: column;
    gap: 20px;
  }
}
.textAndImage .info-text-layout .info-left {
  flex: 0 0 40%;
}
.textAndImage .info-text-layout .info-left h2 {
  margin: 0 0 8px 0;
}
.textAndImage .info-text-layout .info-left .subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #1d1d1b;
}
.textAndImage .info-text-layout .info-left .downloads {
  margin-top: 40px;
}
.textAndImage .info-text-layout .text-right {
  flex: 0 0 60%;
}
.textAndImage .info-text-layout .text-right p:first-child {
  margin-top: 0;
}
.collapsible-wrapper .expand-action {
  display: block;
  width: 65px;
  margin: 10px;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  transform: rotate(0deg);
}
.collapsible-wrapper .expand-action svg, .collapsible-wrapper .expand-action img {
  width: 65px;
  cursor: pointer;
}
.collapsible-wrapper.unfold .expand-action {
  transform: rotate(180deg);
}
.collapsible-wrapper:not(.unfold) .expand-action svg, .collapsible-wrapper:not(.unfold) .expand-action img {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
#collection_filter {
  margin-bottom: 14px;
}
ul.collectionentries {
  list-style: none;
  padding: 0;
}
ul.collectionentries li.collection_entry {
  background: #e7e7e7;
  margin-bottom: 12px;
}
ul.collectionentries li.collection_entry p {
  margin: 8px 0;
}
ul.collectionentries li.collection_entry p a {
  color: #1d1d1b;
  text-decoration: none;
}
.collectionDetail .collectionDetailInformation h3, .collectionDetail .collectionDetailInformation h4, .collectionDetail .collectionDetailInformation h5, .collectionDetail .collectionDetailInformation h6 {
  margin: 0;
}
.collectionDetail .minigal-wrapper.has-only-one-image {
  margin-bottom: 20px;
}
.collectionDetail .minigal-wrapper.has-only-one-image .slick-track, .collectionDetail .minigal-wrapper.has-only-one-image .slick-slide {
  width: 100% !important;
  margin: 0 !important;
}
.collectionDetail .minigal-wrapper.has-only-one-image .slick-track .slides-image.film, .collectionDetail .minigal-wrapper.has-only-one-image .slick-slide .slides-image.film {
  min-width: 0 !important;
  padding: 0 1px;
}
.chapter-divider {
  position: relative;
  padding-top: 8px;
  padding-bottom: 18px;
}
.chapter-divider .chapter-divider-container {
  overflow: hidden;
  position: relative;
}
.chapter-divider .chapter-title {
  padding: 20px;
  bottom: 0;
  position: absolute;
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  font-size: 104px !important;
  line-height: 104px !important;
  color: inherit;
}
@media screen and (max-width: 749px) {
  .chapter-divider .chapter-title {
    font-size: 2.6em !important;
    line-height: 1em !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
  }
}
.chapter-divider .chapter-divider-img-content {
  background-size: cover;
  background-position: center;
}
.chapter-divider .chapter-divider-img-content.parallax-window {
  background-size: 110%;
  background-position: top;
  background-size: cover;
}
.quote .quote-content {
  font-family: "MusT-Medium", arial, serif;
  font-weight: 300;
  font-size: 0.9em;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  .quote .quote-content {
    margin: 0 -18px;
  }
}
.quote .quote-content p {
  vertical-align: middle;
  display: inline-block;
  max-width: calc(100% - 260px);
}
@media only screen and (max-width: 40em) {
  .quote .quote-content p {
    max-width: calc(100% - 98px);
    line-height: 1.2;
  }
}
.quote .quote-content .quote-marker {
  width: 110px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .quote .quote-content .quote-marker {
    width: 40px;
  }
}
.quote .quote-content .quote-marker svg {
  width: 100%;
}
.quote .source-content {
  padding: 18px 100px 0 100px;
  font-size: 0.6em;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .quote .source-content {
    padding: 18px 0 0 0;
  }
}
.box {
  margin-bottom: 18px;
}
.box .collapsible-wrapper {
  padding-bottom: 50px;
}
.box .collapsible-wrapper .expand-action {
  margin: 10px auto;
  margin-bottom: -46px;
  position: relative;
  z-index: 1;
  width: 65px;
  -moz-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  transform: rotate(0deg);
  display: block;
}
.box .collapsible-wrapper .expand-action svg, .box .collapsible-wrapper .expand-action img {
  width: 65px;
  cursor: pointer;
}
.box .collapsible-wrapper .expand-action svg .st0, .box .collapsible-wrapper .expand-action img .st0 {
  fill: none;
  stroke: inherit;
  stroke-width: 30;
  stroke-miterlimit: 10;
}
.box .collapsible-wrapper .expand-content > .expand-wrap {
  padding: 20px;
  padding-top: 50px;
}
.box .collapsible-wrapper.unfold .expand-action {
  transform: rotate(540deg);
}
.box .collapsible-wrapper.fold .expand-action svg, .box .collapsible-wrapper.fold .expand-action img {
  width: 65px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.collapsible-wrapper .expand-content {
  position: relative;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: height 600ms cubic-bezier(0.17, 0.67, 0.58, 0.72), max-height 600ms cubic-bezier(0.17, 0.67, 0.58, 0.72);
}
.collapsible-wrapper .expand-content.edit-mode {
  display: block !important;
}
.minigal-wrapper .slick-slider .slick-list {
  transition: height 0.6s;
}
.minigal-wrapper .slick-slider .slick-slide .slides-image {
  position: relative;
}
.minigal-wrapper .slick-slider .slick-slide .slides-image .slides-caption-container .slide-legend-expand-content {
  width: 0px;
  display: none;
}
.minigal-wrapper .slides-caption-container {
  width: 100%;
}
.minigal-wrapper .slides-caption-container.collapsible-wrapper {
  margin-top: -35px;
  text-align: center;
}
.minigal-wrapper .slides-caption-container .slide-legend.legend-content.legend-title {
  padding: 4px 0 4px 4px;
  font-size: 13.2px;
  line-height: 1.1em;
  text-align: right;
}
.minigal-wrapper .slides-caption-container .slide-legend.expand-action {
  margin: auto;
}
.minigal-wrapper .slides-caption-container .slide-legend.expand-action svg, .minigal-wrapper .slides-caption-container .slide-legend.expand-action img {
  width: 55px;
  cursor: pointer;
}
.minigal-wrapper .slides-caption-container .slide-legend.expand-action svg .st0, .minigal-wrapper .slides-caption-container .slide-legend.expand-action img .st0 {
  fill: none;
  stroke: inherit;
  stroke-width: 30;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 749px) {
  .event-detail .event-entry-wrapper .event-text-wrapper h3, .event-detail .event-entry-wrapper .teaser-text-wrapper h3, .event-detail .teaser-entry-wrapper .event-text-wrapper h3, .event-detail .teaser-entry-wrapper .teaser-text-wrapper h3 {
    width: 75%;
    hyphens: auto;
  }
}
.events-list .event-entry-wrapper, .events-list .teaser-entry-wrapper, .event-detail .event-entry-wrapper, .event-detail .teaser-entry-wrapper, .teasers-list .event-entry-wrapper, .teasers-list .teaser-entry-wrapper, .teaser-detail .event-entry-wrapper, .teaser-detail .teaser-entry-wrapper {
  margin-bottom: 18px;
  position: relative;
}
.events-list .event-entry-wrapper .event-image-wrapper .event-image, .events-list .event-entry-wrapper .event-image-wrapper .teaser-image, .events-list .event-entry-wrapper .teaser-image-wrapper .event-image, .events-list .event-entry-wrapper .teaser-image-wrapper .teaser-image, .events-list .teaser-entry-wrapper .event-image-wrapper .event-image, .events-list .teaser-entry-wrapper .event-image-wrapper .teaser-image, .events-list .teaser-entry-wrapper .teaser-image-wrapper .event-image, .events-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .event-detail .event-entry-wrapper .event-image-wrapper .event-image, .event-detail .event-entry-wrapper .event-image-wrapper .teaser-image, .event-detail .event-entry-wrapper .teaser-image-wrapper .event-image, .event-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image, .event-detail .teaser-entry-wrapper .event-image-wrapper .event-image, .event-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .teasers-list .event-entry-wrapper .event-image-wrapper .event-image, .teasers-list .event-entry-wrapper .event-image-wrapper .teaser-image, .teasers-list .event-entry-wrapper .teaser-image-wrapper .event-image, .teasers-list .event-entry-wrapper .teaser-image-wrapper .teaser-image, .teasers-list .teaser-entry-wrapper .event-image-wrapper .event-image, .teasers-list .teaser-entry-wrapper .event-image-wrapper .teaser-image, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .event-image, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .teaser-detail .event-entry-wrapper .event-image-wrapper .event-image, .teaser-detail .event-entry-wrapper .event-image-wrapper .teaser-image, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .event-image, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .event-image, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image {
  height: 220px;
  background-size: cover;
  background-position: center;
  transition: box-shadow 0.4s;
}
@media screen and (max-width: 749px) {
  .events-list .event-entry-wrapper .event-image-wrapper .event-image, .events-list .event-entry-wrapper .event-image-wrapper .teaser-image, .events-list .event-entry-wrapper .teaser-image-wrapper .event-image, .events-list .event-entry-wrapper .teaser-image-wrapper .teaser-image, .events-list .teaser-entry-wrapper .event-image-wrapper .event-image, .events-list .teaser-entry-wrapper .event-image-wrapper .teaser-image, .events-list .teaser-entry-wrapper .teaser-image-wrapper .event-image, .events-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .event-detail .event-entry-wrapper .event-image-wrapper .event-image, .event-detail .event-entry-wrapper .event-image-wrapper .teaser-image, .event-detail .event-entry-wrapper .teaser-image-wrapper .event-image, .event-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image, .event-detail .teaser-entry-wrapper .event-image-wrapper .event-image, .event-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .teasers-list .event-entry-wrapper .event-image-wrapper .event-image, .teasers-list .event-entry-wrapper .event-image-wrapper .teaser-image, .teasers-list .event-entry-wrapper .teaser-image-wrapper .event-image, .teasers-list .event-entry-wrapper .teaser-image-wrapper .teaser-image, .teasers-list .teaser-entry-wrapper .event-image-wrapper .event-image, .teasers-list .teaser-entry-wrapper .event-image-wrapper .teaser-image, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .event-image, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image, .teaser-detail .event-entry-wrapper .event-image-wrapper .event-image, .teaser-detail .event-entry-wrapper .event-image-wrapper .teaser-image, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .event-image, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .event-image, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image {
    height: 45vw;
  }
}
.events-list .event-entry-wrapper .event-image-wrapper .event-image-text, .events-list .event-entry-wrapper .event-image-wrapper .teaser-image-text, .events-list .event-entry-wrapper .teaser-image-wrapper .event-image-text, .events-list .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .events-list .teaser-entry-wrapper .event-image-wrapper .event-image-text, .events-list .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .events-list .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .events-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .event-detail .event-entry-wrapper .event-image-wrapper .event-image-text, .event-detail .event-entry-wrapper .event-image-wrapper .teaser-image-text, .event-detail .event-entry-wrapper .teaser-image-wrapper .event-image-text, .event-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .event-detail .teaser-entry-wrapper .event-image-wrapper .event-image-text, .event-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teasers-list .event-entry-wrapper .event-image-wrapper .event-image-text, .teasers-list .event-entry-wrapper .event-image-wrapper .teaser-image-text, .teasers-list .event-entry-wrapper .teaser-image-wrapper .event-image-text, .teasers-list .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teasers-list .teaser-entry-wrapper .event-image-wrapper .event-image-text, .teasers-list .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teaser-detail .event-entry-wrapper .event-image-wrapper .event-image-text, .teaser-detail .event-entry-wrapper .event-image-wrapper .teaser-image-text, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .event-image-text, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .event-image-text, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text {
  position: absolute;
  right: 20px;
  bottom: 4px;
  font-family: "MusT-Medium", arial, serif;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
  max-width: calc(100% - 40px);
  word-wrap: break-word;
}
@media screen and (max-width: 749px) {
  .events-list .event-entry-wrapper .event-image-wrapper .event-image-text, .events-list .event-entry-wrapper .event-image-wrapper .teaser-image-text, .events-list .event-entry-wrapper .teaser-image-wrapper .event-image-text, .events-list .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .events-list .teaser-entry-wrapper .event-image-wrapper .event-image-text, .events-list .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .events-list .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .events-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .event-detail .event-entry-wrapper .event-image-wrapper .event-image-text, .event-detail .event-entry-wrapper .event-image-wrapper .teaser-image-text, .event-detail .event-entry-wrapper .teaser-image-wrapper .event-image-text, .event-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .event-detail .teaser-entry-wrapper .event-image-wrapper .event-image-text, .event-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .event-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teasers-list .event-entry-wrapper .event-image-wrapper .event-image-text, .teasers-list .event-entry-wrapper .event-image-wrapper .teaser-image-text, .teasers-list .event-entry-wrapper .teaser-image-wrapper .event-image-text, .teasers-list .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teasers-list .teaser-entry-wrapper .event-image-wrapper .event-image-text, .teasers-list .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .teasers-list .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teaser-detail .event-entry-wrapper .event-image-wrapper .event-image-text, .teaser-detail .event-entry-wrapper .event-image-wrapper .teaser-image-text, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .event-image-text, .teaser-detail .event-entry-wrapper .teaser-image-wrapper .teaser-image-text, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .event-image-text, .teaser-detail .teaser-entry-wrapper .event-image-wrapper .teaser-image-text, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .event-image-text, .teaser-detail .teaser-entry-wrapper .teaser-image-wrapper .teaser-image-text {
    font-size: 1.75rem;
  }
}
.events-list .event-entry-wrapper .event-text-wrapper h3, .events-list .event-entry-wrapper .teaser-text-wrapper h3, .events-list .teaser-entry-wrapper .event-text-wrapper h3, .events-list .teaser-entry-wrapper .teaser-text-wrapper h3, .event-detail .event-entry-wrapper .event-text-wrapper h3, .event-detail .event-entry-wrapper .teaser-text-wrapper h3, .event-detail .teaser-entry-wrapper .event-text-wrapper h3, .event-detail .teaser-entry-wrapper .teaser-text-wrapper h3, .teasers-list .event-entry-wrapper .event-text-wrapper h3, .teasers-list .event-entry-wrapper .teaser-text-wrapper h3, .teasers-list .teaser-entry-wrapper .event-text-wrapper h3, .teasers-list .teaser-entry-wrapper .teaser-text-wrapper h3, .teaser-detail .event-entry-wrapper .event-text-wrapper h3, .teaser-detail .event-entry-wrapper .teaser-text-wrapper h3, .teaser-detail .teaser-entry-wrapper .event-text-wrapper h3, .teaser-detail .teaser-entry-wrapper .teaser-text-wrapper h3 {
  font-size: 1.8em;
  line-height: 1.1;
  margin-bottom: 8px;
  padding-right: 170px;
}
@media screen and (max-width: 749px) {
  .events-list .event-entry-wrapper .event-text-wrapper h3, .events-list .event-entry-wrapper .teaser-text-wrapper h3, .events-list .teaser-entry-wrapper .event-text-wrapper h3, .events-list .teaser-entry-wrapper .teaser-text-wrapper h3, .event-detail .event-entry-wrapper .event-text-wrapper h3, .event-detail .event-entry-wrapper .teaser-text-wrapper h3, .event-detail .teaser-entry-wrapper .event-text-wrapper h3, .event-detail .teaser-entry-wrapper .teaser-text-wrapper h3, .teasers-list .event-entry-wrapper .event-text-wrapper h3, .teasers-list .event-entry-wrapper .teaser-text-wrapper h3, .teasers-list .teaser-entry-wrapper .event-text-wrapper h3, .teasers-list .teaser-entry-wrapper .teaser-text-wrapper h3, .teaser-detail .event-entry-wrapper .event-text-wrapper h3, .teaser-detail .event-entry-wrapper .teaser-text-wrapper h3, .teaser-detail .teaser-entry-wrapper .event-text-wrapper h3, .teaser-detail .teaser-entry-wrapper .teaser-text-wrapper h3 {
    padding-right: 0;
    font-size: 1.6em;
  }
}
.events-list h4, .events-list h5, .event-detail h4, .event-detail h5, .teasers-list h4, .teasers-list h5, .teaser-detail h4, .teaser-detail h5 {
  border-bottom: 1px solid #9d9d9c;
  padding: 6px 0;
  margin-bottom: 12px;
}
.event-detail .exhibition-teaser-content, .teaser-detail .exhibition-teaser-content {
  margin-bottom: 0.75rem;
}
.event-detail .exhibition-teaser-content .exhibition-teaser-image, .teaser-detail .exhibition-teaser-content .exhibition-teaser-image {
  margin-bottom: 0.75rem;
}
.event-detail .event-image-wrapper .event-image, .event-detail .event-image-wrapper .teaser-image, .event-detail .teaser-image-wrapper .event-image, .event-detail .teaser-image-wrapper .teaser-image, .teaser-detail .event-image-wrapper .event-image, .teaser-detail .event-image-wrapper .teaser-image, .teaser-detail .teaser-image-wrapper .event-image, .teaser-detail .teaser-image-wrapper .teaser-image {
  height: 30vw !important;
  max-height: 442px;
}
@media screen and (max-width: 749px) {
  .event-detail .event-image-wrapper .event-image, .event-detail .event-image-wrapper .teaser-image, .event-detail .teaser-image-wrapper .event-image, .event-detail .teaser-image-wrapper .teaser-image, .teaser-detail .event-image-wrapper .event-image, .teaser-detail .event-image-wrapper .teaser-image, .teaser-detail .teaser-image-wrapper .event-image, .teaser-detail .teaser-image-wrapper .teaser-image {
    height: 45vw !important;
  }
}
.teaser-detail .teaser-text-wrapper h3 {
  margin-top: 2rem;
}
.event-detail .event-text-wrapper {
  position: relative;
}
.social-sharing {
  position: absolute;
  right: 10px;
  top: 18px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .social-sharing {
    top: 32px;
  }
}
.social-sharing .share-icon svg {
  width: 30px;
  height: 30px;
}
.social-sharing .sharing-links {
  position: relative;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  padding: 5px 4px 0px 4px;
  margin-right: 15px;
  background: #FFFFFF;
}
.social-sharing .sharing-links > a {
  display: block;
}
.social-sharing .sharing-links svg {
  width: 28px;
  height: 28px;
  margin: 0 4px;
}
.social-sharing .sharing-links:before, .social-sharing .sharing-links:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
}
.social-sharing .sharing-links:before {
  right: -9px;
  border-width: 11px 0 12px 14px;
  border-color: transparent transparent transparent #000000;
  z-index: -1;
}
.social-sharing .sharing-links:after {
  right: -7px;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #FFFFFF;
}
.social-sharing:hover:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-sharing:hover .sharing-links {
  display: flex;
}
.streaming-embed {
  position: relative;
  height: 34vw;
  max-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}
.streaming-embed button {
  -webkit-appearance: none;
  border: none;
  background: none;
  width: 18vw;
  max-width: 220px;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 8%;
  left: 4%;
  -webkit-transition: opacity 0.4s; /* Safari */
  transition: opacity 0.4s;
}
.streaming-embed button svg {
  display: block;
}
.streaming-embed button.pause-button {
  opacity: 0;
  z-index: -1;
}
.streaming-embed button:focus {
  outline: 0;
}
.streaming-embed:not(.is-playing) button {
  animation: streaming-pulse 2s infinite;
}
.streaming-embed.is-playing button.play-button {
  opacity: 0;
  z-index: -1;
}
.streaming-embed.is-playing button.pause-button {
  opacity: 1;
  z-index: 1;
}
@-webkit-keyframes streaming-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes streaming-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.minigal-wrapper .splide {
  position: relative;
}
.minigal-wrapper .splide .splide__slide {
  max-width: 100%;
}
.minigal-wrapper .splide .splide__arrow {
  width: 60px;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  opacity: 1 !important;
  outline: none;
  transition: opacity 300ms;
}
.minigal-wrapper .splide .splide__arrow svg {
  width: 60px;
  height: auto;
  transition: all 0.4s;
  fill: inherit;
}
.minigal-wrapper .splide .splide__arrow:not(:hover) svg {
  transition-property: transform;
  transition-duration: 1s;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.minigal-wrapper .splide .splide__arrow.splide__arrow--prev {
  left: 5px;
}
.minigal-wrapper .splide .splide__arrow.splide__arrow--prev svg {
  transform: scaleX(1);
}
.minigal-wrapper .splide .splide__arrow.splide__arrow--next {
  right: 5px;
}
.minigal-wrapper .splide .splide__arrow:disabled {
  opacity: 0 !important;
}
.grid-component .grid .grid-wrapper {
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 750px) {
  .grid-component .grid .grid-wrapper {
    gap: 20px;
  }
}
.grid-component .grid.grid-3 .grid-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 1025px) {
  .grid-component .grid.grid-3 .grid-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid-component .grid.grid-4 .grid-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 1025px) {
  .grid-component .grid.grid-4 .grid-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.grid-wrapper:hover .page-link-entry:not(:hover) {
  opacity: 0.3;
}
.image-downloads {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}
.image-downloads .pdf-download-link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.image-downloads .pdf-download-link p {
  line-height: 1.2;
}
.image-downloads .switch-wrap {
  height: 10px;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 40em) {
  .image-downloads .switch-wrap {
    margin-top: 20px;
    height: 30px;
  }
}
.image-downloads .switch-btn {
  position: absolute;
  right: 0;
  width: 80px;
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #1d1d1b;
  gap: 1px;
}
.image-downloads .switch-btn .list-icon {
  border-right: 1px solid #1d1d1b;
}
.image-downloads .switch-btn svg {
  box-sizing: content-box;
  width: 40px;
}
.image-downloads h3, .image-downloads h2 {
  width: 100%;
}
.image-downloads .download-wrap a {
  text-decoration: none;
}
.image-downloads .download-wrap .download-title {
  padding: 4px;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .image-downloads .download-wrap .download-title {
    font-size: 80%;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 40em) {
  .image-downloads .download-wrap .download-file {
    font-size: 80%;
    line-height: 1.1;
  }
}
.image-downloads.list svg.grid-icon {
  cursor: pointer;
}
.image-downloads.list svg.grid-icon rect {
  transition: stroke 150ms;
}
.image-downloads.list svg.grid-icon rect {
  stroke: rgb(231, 231, 231);
}
.image-downloads.list svg.grid-icon:hover rect {
  stroke: #1d1d1b;
}
.image-downloads.list .press-entry {
  margin-bottom: 20px;
}
@media only screen and (min-width:40.0625em) {
  .image-downloads.list .press-entry {
    display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.image-downloads.list .press-entry .img-wrap {
  width: 100%;
}
@media only screen and (min-width:40.0625em) {
  .image-downloads.list .press-entry .img-wrap {
    width: 40%;
  }
}
.image-downloads.list .press-entry .img-wrap .download-wrap {
  margin-top: 4px;
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 40em) {
  .image-downloads.list .press-entry .img-wrap .download-wrap .count {
    visibility: hidden;
  }
}
.image-downloads.list .press-entry .download-title {
  display: none;
}
.image-downloads.list .press-entry .download-icon .download-file {
  visibility: hidden;
}
.image-downloads.list .press-entry .download-icon:hover .download-file {
  visibility: visible;
}
.image-downloads.list .press-entry .txt-wrap {
  width: 100%;
  padding-left: 8px;
  border-left: 1px solid black;
}
@media only screen and (min-width:40.0625em) {
  .image-downloads.list .press-entry .txt-wrap {
    width: 60%;
  }
}
.image-downloads.list .press-entry .txt-wrap .space {
  width: 100%;
  height: 8px;
  display: block;
}
.image-downloads.grid .switch-wrap {
  height: 40px;
}
.image-downloads.grid .entries {
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.image-downloads.grid svg.list-icon {
  cursor: pointer;
}
.image-downloads.grid svg.list-icon line, .image-downloads.grid svg.list-icon rect, .image-downloads.grid svg.list-icon circle {
  transition: all 150ms;
}
.image-downloads.grid svg.list-icon line, .image-downloads.grid svg.list-icon rect {
  stroke: rgb(231, 231, 231);
}
.image-downloads.grid svg.list-icon circle {
  fill: rgb(231, 231, 231);
}
.image-downloads.grid svg.list-icon:hover line, .image-downloads.grid svg.list-icon:hover rect {
  stroke: #1d1d1b;
}
.image-downloads.grid svg.list-icon:hover circle {
  fill: #1d1d1b;
}
.image-downloads.grid .press-entry {
  position: relative;
  width: calc(25% - 7.5px);
}
@media only screen and (max-width: 40em) {
  .image-downloads.grid .press-entry {
    width: calc(50% - 7.5px);
  }
}
.image-downloads.grid .press-entry .txt-wrap {
  display: none;
}
.image-downloads.grid .press-entry .download-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 100ms ease-out;
  top: 0;
}
.image-downloads.grid .press-entry .download-wrap > a {
  height: 100%;
  display: block;
}
.image-downloads.grid .press-entry .download-wrap .download-infos {
  background-color: rgba(255, 255, 255, 0.9);
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 100%;
}
.image-downloads.grid .press-entry .download-wrap .count {
  display: none;
}
.image-downloads.grid .press-entry:hover .download-wrap {
  opacity: 1;
}
.image-downloads .press-entry .download-icon {
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.image-downloads .press-entry .img-wrap .sizer {
  aspect-ratio: 640/426;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-downloads .press-entry .img-wrap img {
  visibility: hidden;
}
.booking-form-field {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.booking-form-field .air-datepicker {
  --adp-day-name-color: #e5007e;
  --adp-cell-background-color-selected: #e5007e;
  --adp-cell-background-color-selected-hover: #cc0066;
  --adp-color-current-date: #cc0066;
}
@media screen and (min-width: 1025px) {
  .booking-form-field {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.booking-form-field .b-slot-entry {
  padding: 4px 8px;
  border: 1px solid #e5007e;
  background-color: #e5007e;
  border-radius: 20px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  margin-bottom: 8px;
  margin-right: 8px;
  cursor: pointer;
  color: #ffffff;
}
.booking-form-field .b-slot-entry:hover {
  background-color: #cc0066;
  border-color: #cc0066;
}
.booking-form label[for=slot-date] {
  display: block !important;
}
.booking-form .delete-selection {
  background-color: #e5007e;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
.freez {
  opacity: 0.5;
}
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  background-color: transparent !important;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  height: 4px;
  background-color: #1d1d1b;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1d1d1b;
  content: "";
}
.c-hamburger span::before {
  top: -7px;
}
.c-hamburger span::after {
  bottom: -7px;
}
/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot {
  background-color: rgb(40, 170, 220);
}
.c-hamburger--rot span {
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: #166888;
}
.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
  background-color: #1d1d1b;
}
/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: rgb(255, 50, 100);
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.1s;
  transition: background 0s 0.1s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
  -webkit-transition-delay: 0s, 0.1s;
  transition-delay: 0.1s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.1s;
  transition-delay: 0s, 0.1s;
}
/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla {
  background-color: rgb(50, 220, 100);
}
.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.1s, width 0.1s, top 0.1s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.1s, width 0.1s, bottom 0.1s;
}
/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #19903c;
}
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(19px) translateY(2px) rotate(45deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(19px) translateY(-2px) rotate(-45deg);
}
/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra {
  background-color: rgb(255, 150, 80);
}
.c-hamburger--htra span {
  transition: transform 0.1s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.1s, width 0.1s, top 0.1s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.1s, width 0.1s, bottom 0.1s;
}
/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
  background-color: #e95d00;
}
.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-4px) translateY(2px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-4px) translateY(-2px) rotate(45deg);
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}