
.modulor_loading {
  color: #aaaaaa; }
  @media all and (max-width: 1023px) {
    .modulor_loading {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_loading {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_loading {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .modulor_loading {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.column_module_width_input__preview {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }
  @media all and (max-width: 1023px) {
    .column_module_width_input__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .column_module_width_input__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .column_module_width_input__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .column_module_width_input__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .column_module_width_input__preview:not(.column_module_width_input__preview__is_static):hover .column_module_width_input__preview__unit {
    border-top: 1em solid #eef4fe; }
  .column_module_width_input__preview:not(.column_module_width_input__preview__is_static) .column_module_width_input__preview__unit {
    cursor: pointer; }
  .column_module_width_input__preview:not(.column_module_width_input__preview__is_static) .column_module_width_input__preview__unit:hover {
      border-color: #eef4fe;
      border-right-width: 1em;
      border-top: 1em solid #eef4fe; }
  .column_module_width_input__preview:not(.column_module_width_input__preview__is_static) .column_module_width_input__preview__unit:hover ~ .column_module_width_input__preview__unit {
        border-top: 0 !important; }

.column_module_width_input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .column_module_width_input .column_module_width_input__preview {
    margin-bottom: 1em; }

.column_module_width_input__preview__is_static .column_module_width_input__preview__width {
  border-color: black; }

.column_module_width_input__preview__unit {
  border-right: 0.1rem solid #d7d7d7;
  height: 4em;
  text-indent: -9999px; }
  .column_module_width_input__preview__unit:first-child {
    border-left: 0.1rem solid #d7d7d7; }

.column_module_width_input__preview__width {
  border: 1em solid #1943fb;
  border-top: 1em solid #1943fb;
  border-bottom: 0;
  height: 4em;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0; }

.modulor_date_picker__picker {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  -webkit-transition: -webkit-box-shadow .1s ease;
  transition: -webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease;
  transition: box-shadow .1s ease;
  transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .modulor_date_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_date_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_date_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_date_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_date_picker__picker.open {
    z-index: 1005 !important; }
  .modulor_date_picker__picker .flatpickr-month {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    background: white;
    height: 3em; }
  .modulor_date_picker__picker .flatpickr-prev-month:hover path,
  .modulor_date_picker__picker .flatpickr-next-month:hover path {
    fill: #1943fb; }
  @media all and (max-width: 1023px) {
    .modulor_date_picker__picker .flatpickr-current-month {
      font-size: 2rem;
      line-height: 2.2rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_date_picker__picker .flatpickr-current-month {
      font-size: 2rem;
      line-height: 2.2rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_date_picker__picker .flatpickr-current-month {
      font-size: 2rem;
      line-height: 2.2rem; } }
  @media all and (min-width: 1920px) {
    .modulor_date_picker__picker .flatpickr-current-month {
      font-size: 2rem;
      line-height: 2.2rem; } }
  .modulor_date_picker__picker .flatpickr-weekdays {
    background: white;
    height: 2em; }
  .modulor_date_picker__picker .flatpickr-weekday {
    background: none;
    color: #aaaaaa;
    font-weight: normal; }
  @media all and (max-width: 1023px) {
      .modulor_date_picker__picker .flatpickr-weekday {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
      .modulor_date_picker__picker .flatpickr-weekday {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
      .modulor_date_picker__picker .flatpickr-weekday {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
      .modulor_date_picker__picker .flatpickr-weekday {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  .modulor_date_picker__picker .flatpickr-day {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    border: 0;
    border-radius: 0; }
  .modulor_date_picker__picker .flatpickr-day:hover {
      background: whitesmoke;
      border: 0;
      border-radius: 0; }
  .modulor_date_picker__picker .flatpickr-day.selected {
      background: #1943fb;
      border: 0;
      border-radius: 0; }
  .modulor_date_picker__picker .flatpickr-day.today {
      background: #ffff90;
      border: 0;
      border-radius: 0; }
  .modulor_date_picker__picker .flatpickr-day.today:hover {
        color: black; }
  .modulor_date_picker__picker .flatpickr-day.prevMonthDay, .modulor_date_picker__picker .flatpickr-day.nextMonthDay {
      color: #aaaaaa; }

.modulor_date_range_pickers > div.input:not(.boolean) {
  display: inline-block; }
  .modulor_date_range_pickers > div.input:not(.boolean):not(:last-child) {
    margin-right: 1em; }

.modulor_time_picker__picker {
  -webkit-transition: -webkit-box-shadow .1s ease;
  transition: -webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease;
  transition: box-shadow .1s ease;
  transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .modulor_time_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_time_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_time_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_time_picker__picker {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_time_picker__picker.open {
    z-index: 1006 !important; }
  .modulor_time_picker__picker .flatpickr-time {
    border: 0.1rem solid #d7d7d7;
    border-radius: 0.2rem; }
  .modulor_time_picker__picker .numInputWrapper:hover {
    background: whitesmoke; }

.modulor_tip {
  z-index: 1007 !important; }
  .modulor_tip .tippy-tooltip {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    background-color: black; }
  @media all and (max-width: 1023px) {
      .modulor_tip .tippy-tooltip {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
      .modulor_tip .tippy-tooltip {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
      .modulor_tip .tippy-tooltip {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
      .modulor_tip .tippy-tooltip {
        font-size: 1.2rem;
        line-height: 1.4rem; } }

.modulor_attachment__inline_svg {
  display: block;
  width: 100%;
  height: auto; }

.modulor_attachment__references {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 1023px) {
    .modulor_attachment__references {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_attachment__references {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_attachment__references {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_attachment__references {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_attachment__references > li {
    margin: 0;
    padding: 0; }

.modulor_attachment__responsive {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative; }
  .modulor_attachment__responsive img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .modulor_attachment__responsive img.lazyloaded {
      background: none; }



.modulor_attachment__references__group_key {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  font-weight: bold; }
  @media all and (max-width: 1023px) {
    .modulor_attachment__references__group_key {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_attachment__references__group_key {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_attachment__references__group_key {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_attachment__references__group_key {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_attachment__references__group_key:not(:last-child) {
    margin-bottom: 1em; }

.modulor_attachment__references__group:not(:last-child) {
  margin-bottom: 2em; }


.modulor_attachment__references__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .modulor_attachment__references__items > li {
    margin: 0;
    padding: 0; }




.modulor_page__thumbnail__is_private:before {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border-radius: 0.2rem;
  margin-bottom: -.1em;
  padding-bottom: .1em;
  padding-left: .2em;
  padding-right: .2em;
  text-transform: uppercase;
  background-color: red;
  color: white;
  content: attr(data-is-private-label);
  display: block;
  margin: .5em;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1; }
  @media all and (max-width: 1023px) {
    .modulor_page__thumbnail__is_private:before {
      font-size: 1rem;
      line-height: 1.2rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_page__thumbnail__is_private:before {
      font-size: 1rem;
      line-height: 1.2rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_page__thumbnail__is_private:before {
      font-size: 1rem;
      line-height: 1.2rem; } }
  @media all and (min-width: 1920px) {
    .modulor_page__thumbnail__is_private:before {
      font-size: 1rem;
      line-height: 1.2rem; } }


.modulor_page {
  display: inherit; }

.modulor_user__name_with_gravatar .gravatar {
  margin-right: .25em; }

.modulor_user_activity_item__timeago {
  color: #aaaaaa; }
  @media all and (max-width: 1023px) {
    .modulor_user_activity_item__timeago {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_user_activity_item__timeago {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_user_activity_item__timeago {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .modulor_user_activity_item__timeago {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.modulor_web_module__add {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .modulor_web_module__add {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_web_module__add {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_web_module__add {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_web_module__add {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_web_module__add input[type='submit'] {
    display: none; }

.modulor_web_module__buttons {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  background-color: #f8f8f8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  padding: 0.5rem; }

.modulor_web_module__edit_mode_wrapper {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  background-color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0; }

.modulor_web_module__error__container {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: red;
  border-color: red;
  color: white;
  padding: 1rem; }
  @media all and (max-width: 1023px) {
    .modulor_web_module__error__container {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_web_module__error__container {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_web_module__error__container {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_web_module__error__container {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_web_module__error__container p {
    margin: 0;
    padding: 0; }
  .modulor_web_module__error__container p:not(:last-child) {
      margin-bottom: 1em; }

.modulor_web_module__is_edit_mode > [class*='_module__content'],
.modulor_web_module__is_edit_mode > [class*='_module__form'] {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.modulor_web_module__is_edit_mode > [class*='_module__form'] {
  background-color: white; }

.modulor_web_module__is_edited .modulor_web_module__buttons,
.modulor_web_module__is_edited .modulor_web_module__edit_mode_wrapper {
  border-color: #bcd6fd; }

.modulor_web_module__is_edited .modulor_web_module__buttons {
  background-color: #eef4fe; }

.modulor_web_module__is_edited fieldset {
  border-color: #bcd6fd !important; }





















html.email .activity_list_module__content {
  margin: 0;
  padding: 0; }
  html.email .activity_list_module__content .modulor_admin_header {
    display: none; }


.column_module__content {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .column_module__content[data-units="2"][data-width="1"] {
    width: 50%; }
  .column_module__content[data-units="3"][data-width="1"] {
    width: 33.33333%; }
  .column_module__content[data-units="3"][data-width="2"] {
    width: 66.66667%; }
  .column_module__content[data-units="4"][data-width="1"] {
    width: 25%; }
  .column_module__content[data-units="4"][data-width="2"] {
    width: 50%; }
  .column_module__content[data-units="4"][data-width="3"] {
    width: 75%; }
  .column_module__content[data-units="5"][data-width="1"] {
    width: 20%; }
  .column_module__content[data-units="5"][data-width="2"] {
    width: 40%; }
  .column_module__content[data-units="5"][data-width="3"] {
    width: 60%; }
  .column_module__content[data-units="5"][data-width="4"] {
    width: 80%; }
  .column_module__content[data-units="6"][data-width="1"] {
    width: 16.66667%; }
  .column_module__content[data-units="6"][data-width="2"] {
    width: 33.33333%; }
  .column_module__content[data-units="6"][data-width="3"] {
    width: 50%; }
  .column_module__content[data-units="6"][data-width="4"] {
    width: 66.66667%; }
  .column_module__content[data-units="6"][data-width="5"] {
    width: 83.33333%; }
  .column_module__content[data-units="7"][data-width="1"] {
    width: 14.28571%; }
  .column_module__content[data-units="7"][data-width="2"] {
    width: 28.57143%; }
  .column_module__content[data-units="7"][data-width="3"] {
    width: 42.85714%; }
  .column_module__content[data-units="7"][data-width="4"] {
    width: 57.14286%; }
  .column_module__content[data-units="7"][data-width="5"] {
    width: 71.42857%; }
  .column_module__content[data-units="7"][data-width="6"] {
    width: 85.71429%; }
  .column_module__content[data-units="8"][data-width="1"] {
    width: 12.5%; }
  .column_module__content[data-units="8"][data-width="2"] {
    width: 25%; }
  .column_module__content[data-units="8"][data-width="3"] {
    width: 37.5%; }
  .column_module__content[data-units="8"][data-width="4"] {
    width: 50%; }
  .column_module__content[data-units="8"][data-width="5"] {
    width: 62.5%; }
  .column_module__content[data-units="8"][data-width="6"] {
    width: 75%; }
  .column_module__content[data-units="8"][data-width="7"] {
    width: 87.5%; }
  .column_module__content[data-units="9"][data-width="1"] {
    width: 11.11111%; }
  .column_module__content[data-units="9"][data-width="2"] {
    width: 22.22222%; }
  .column_module__content[data-units="9"][data-width="3"] {
    width: 33.33333%; }
  .column_module__content[data-units="9"][data-width="4"] {
    width: 44.44444%; }
  .column_module__content[data-units="9"][data-width="5"] {
    width: 55.55556%; }
  .column_module__content[data-units="9"][data-width="6"] {
    width: 66.66667%; }
  .column_module__content[data-units="9"][data-width="7"] {
    width: 77.77778%; }
  .column_module__content[data-units="9"][data-width="8"] {
    width: 88.88889%; }
  .column_module__content[data-units="10"][data-width="1"] {
    width: 10%; }
  .column_module__content[data-units="10"][data-width="2"] {
    width: 20%; }
  .column_module__content[data-units="10"][data-width="3"] {
    width: 30%; }
  .column_module__content[data-units="10"][data-width="4"] {
    width: 40%; }
  .column_module__content[data-units="10"][data-width="5"] {
    width: 50%; }
  .column_module__content[data-units="10"][data-width="6"] {
    width: 60%; }
  .column_module__content[data-units="10"][data-width="7"] {
    width: 70%; }
  .column_module__content[data-units="10"][data-width="8"] {
    width: 80%; }
  .column_module__content[data-units="10"][data-width="9"] {
    width: 90%; }
  .column_module__content[data-units="11"][data-width="1"] {
    width: 9.09091%; }
  .column_module__content[data-units="11"][data-width="2"] {
    width: 18.18182%; }
  .column_module__content[data-units="11"][data-width="3"] {
    width: 27.27273%; }
  .column_module__content[data-units="11"][data-width="4"] {
    width: 36.36364%; }
  .column_module__content[data-units="11"][data-width="5"] {
    width: 45.45455%; }
  .column_module__content[data-units="11"][data-width="6"] {
    width: 54.54545%; }
  .column_module__content[data-units="11"][data-width="7"] {
    width: 63.63636%; }
  .column_module__content[data-units="11"][data-width="8"] {
    width: 72.72727%; }
  .column_module__content[data-units="11"][data-width="9"] {
    width: 81.81818%; }
  .column_module__content[data-units="11"][data-width="10"] {
    width: 90.90909%; }
  .column_module__content[data-units="12"][data-width="1"] {
    width: 8.33333%; }
  .column_module__content[data-units="12"][data-width="2"] {
    width: 16.66667%; }
  .column_module__content[data-units="12"][data-width="3"] {
    width: 25%; }
  .column_module__content[data-units="12"][data-width="4"] {
    width: 33.33333%; }
  .column_module__content[data-units="12"][data-width="5"] {
    width: 41.66667%; }
  .column_module__content[data-units="12"][data-width="6"] {
    width: 50%; }
  .column_module__content[data-units="12"][data-width="7"] {
    width: 58.33333%; }
  .column_module__content[data-units="12"][data-width="8"] {
    width: 66.66667%; }
  .column_module__content[data-units="12"][data-width="9"] {
    width: 75%; }
  .column_module__content[data-units="12"][data-width="10"] {
    width: 83.33333%; }
  .column_module__content[data-units="12"][data-width="11"] {
    width: 91.66667%; }
  .column_module__content[data-units="13"][data-width="1"] {
    width: 7.69231%; }
  .column_module__content[data-units="13"][data-width="2"] {
    width: 15.38462%; }
  .column_module__content[data-units="13"][data-width="3"] {
    width: 23.07692%; }
  .column_module__content[data-units="13"][data-width="4"] {
    width: 30.76923%; }
  .column_module__content[data-units="13"][data-width="5"] {
    width: 38.46154%; }
  .column_module__content[data-units="13"][data-width="6"] {
    width: 46.15385%; }
  .column_module__content[data-units="13"][data-width="7"] {
    width: 53.84615%; }
  .column_module__content[data-units="13"][data-width="8"] {
    width: 61.53846%; }
  .column_module__content[data-units="13"][data-width="9"] {
    width: 69.23077%; }
  .column_module__content[data-units="13"][data-width="10"] {
    width: 76.92308%; }
  .column_module__content[data-units="13"][data-width="11"] {
    width: 84.61538%; }
  .column_module__content[data-units="13"][data-width="12"] {
    width: 92.30769%; }
  .column_module__content[data-units="14"][data-width="1"] {
    width: 7.14286%; }
  .column_module__content[data-units="14"][data-width="2"] {
    width: 14.28571%; }
  .column_module__content[data-units="14"][data-width="3"] {
    width: 21.42857%; }
  .column_module__content[data-units="14"][data-width="4"] {
    width: 28.57143%; }
  .column_module__content[data-units="14"][data-width="5"] {
    width: 35.71429%; }
  .column_module__content[data-units="14"][data-width="6"] {
    width: 42.85714%; }
  .column_module__content[data-units="14"][data-width="7"] {
    width: 50%; }
  .column_module__content[data-units="14"][data-width="8"] {
    width: 57.14286%; }
  .column_module__content[data-units="14"][data-width="9"] {
    width: 64.28571%; }
  .column_module__content[data-units="14"][data-width="10"] {
    width: 71.42857%; }
  .column_module__content[data-units="14"][data-width="11"] {
    width: 78.57143%; }
  .column_module__content[data-units="14"][data-width="12"] {
    width: 85.71429%; }
  .column_module__content[data-units="14"][data-width="13"] {
    width: 92.85714%; }
  .column_module__content[data-units="15"][data-width="1"] {
    width: 6.66667%; }
  .column_module__content[data-units="15"][data-width="2"] {
    width: 13.33333%; }
  .column_module__content[data-units="15"][data-width="3"] {
    width: 20%; }
  .column_module__content[data-units="15"][data-width="4"] {
    width: 26.66667%; }
  .column_module__content[data-units="15"][data-width="5"] {
    width: 33.33333%; }
  .column_module__content[data-units="15"][data-width="6"] {
    width: 40%; }
  .column_module__content[data-units="15"][data-width="7"] {
    width: 46.66667%; }
  .column_module__content[data-units="15"][data-width="8"] {
    width: 53.33333%; }
  .column_module__content[data-units="15"][data-width="9"] {
    width: 60%; }
  .column_module__content[data-units="15"][data-width="10"] {
    width: 66.66667%; }
  .column_module__content[data-units="15"][data-width="11"] {
    width: 73.33333%; }
  .column_module__content[data-units="15"][data-width="12"] {
    width: 80%; }
  .column_module__content[data-units="15"][data-width="13"] {
    width: 86.66667%; }
  .column_module__content[data-units="15"][data-width="14"] {
    width: 93.33333%; }
  .column_module__content[data-units="16"][data-width="1"] {
    width: 6.25%; }
  .column_module__content[data-units="16"][data-width="2"] {
    width: 12.5%; }
  .column_module__content[data-units="16"][data-width="3"] {
    width: 18.75%; }
  .column_module__content[data-units="16"][data-width="4"] {
    width: 25%; }
  .column_module__content[data-units="16"][data-width="5"] {
    width: 31.25%; }
  .column_module__content[data-units="16"][data-width="6"] {
    width: 37.5%; }
  .column_module__content[data-units="16"][data-width="7"] {
    width: 43.75%; }
  .column_module__content[data-units="16"][data-width="8"] {
    width: 50%; }
  .column_module__content[data-units="16"][data-width="9"] {
    width: 56.25%; }
  .column_module__content[data-units="16"][data-width="10"] {
    width: 62.5%; }
  .column_module__content[data-units="16"][data-width="11"] {
    width: 68.75%; }
  .column_module__content[data-units="16"][data-width="12"] {
    width: 75%; }
  .column_module__content[data-units="16"][data-width="13"] {
    width: 81.25%; }
  .column_module__content[data-units="16"][data-width="14"] {
    width: 87.5%; }
  .column_module__content[data-units="16"][data-width="15"] {
    width: 93.75%; }
  .column_module__content[data-units="17"][data-width="1"] {
    width: 5.88235%; }
  .column_module__content[data-units="17"][data-width="2"] {
    width: 11.76471%; }
  .column_module__content[data-units="17"][data-width="3"] {
    width: 17.64706%; }
  .column_module__content[data-units="17"][data-width="4"] {
    width: 23.52941%; }
  .column_module__content[data-units="17"][data-width="5"] {
    width: 29.41176%; }
  .column_module__content[data-units="17"][data-width="6"] {
    width: 35.29412%; }
  .column_module__content[data-units="17"][data-width="7"] {
    width: 41.17647%; }
  .column_module__content[data-units="17"][data-width="8"] {
    width: 47.05882%; }
  .column_module__content[data-units="17"][data-width="9"] {
    width: 52.94118%; }
  .column_module__content[data-units="17"][data-width="10"] {
    width: 58.82353%; }
  .column_module__content[data-units="17"][data-width="11"] {
    width: 64.70588%; }
  .column_module__content[data-units="17"][data-width="12"] {
    width: 70.58824%; }
  .column_module__content[data-units="17"][data-width="13"] {
    width: 76.47059%; }
  .column_module__content[data-units="17"][data-width="14"] {
    width: 82.35294%; }
  .column_module__content[data-units="17"][data-width="15"] {
    width: 88.23529%; }
  .column_module__content[data-units="17"][data-width="16"] {
    width: 94.11765%; }
  .column_module__content[data-units="18"][data-width="1"] {
    width: 5.55556%; }
  .column_module__content[data-units="18"][data-width="2"] {
    width: 11.11111%; }
  .column_module__content[data-units="18"][data-width="3"] {
    width: 16.66667%; }
  .column_module__content[data-units="18"][data-width="4"] {
    width: 22.22222%; }
  .column_module__content[data-units="18"][data-width="5"] {
    width: 27.77778%; }
  .column_module__content[data-units="18"][data-width="6"] {
    width: 33.33333%; }
  .column_module__content[data-units="18"][data-width="7"] {
    width: 38.88889%; }
  .column_module__content[data-units="18"][data-width="8"] {
    width: 44.44444%; }
  .column_module__content[data-units="18"][data-width="9"] {
    width: 50%; }
  .column_module__content[data-units="18"][data-width="10"] {
    width: 55.55556%; }
  .column_module__content[data-units="18"][data-width="11"] {
    width: 61.11111%; }
  .column_module__content[data-units="18"][data-width="12"] {
    width: 66.66667%; }
  .column_module__content[data-units="18"][data-width="13"] {
    width: 72.22222%; }
  .column_module__content[data-units="18"][data-width="14"] {
    width: 77.77778%; }
  .column_module__content[data-units="18"][data-width="15"] {
    width: 83.33333%; }
  .column_module__content[data-units="18"][data-width="16"] {
    width: 88.88889%; }
  .column_module__content[data-units="18"][data-width="17"] {
    width: 94.44444%; }
  .column_module__content[data-units="19"][data-width="1"] {
    width: 5.26316%; }
  .column_module__content[data-units="19"][data-width="2"] {
    width: 10.52632%; }
  .column_module__content[data-units="19"][data-width="3"] {
    width: 15.78947%; }
  .column_module__content[data-units="19"][data-width="4"] {
    width: 21.05263%; }
  .column_module__content[data-units="19"][data-width="5"] {
    width: 26.31579%; }
  .column_module__content[data-units="19"][data-width="6"] {
    width: 31.57895%; }
  .column_module__content[data-units="19"][data-width="7"] {
    width: 36.84211%; }
  .column_module__content[data-units="19"][data-width="8"] {
    width: 42.10526%; }
  .column_module__content[data-units="19"][data-width="9"] {
    width: 47.36842%; }
  .column_module__content[data-units="19"][data-width="10"] {
    width: 52.63158%; }
  .column_module__content[data-units="19"][data-width="11"] {
    width: 57.89474%; }
  .column_module__content[data-units="19"][data-width="12"] {
    width: 63.15789%; }
  .column_module__content[data-units="19"][data-width="13"] {
    width: 68.42105%; }
  .column_module__content[data-units="19"][data-width="14"] {
    width: 73.68421%; }
  .column_module__content[data-units="19"][data-width="15"] {
    width: 78.94737%; }
  .column_module__content[data-units="19"][data-width="16"] {
    width: 84.21053%; }
  .column_module__content[data-units="19"][data-width="17"] {
    width: 89.47368%; }
  .column_module__content[data-units="19"][data-width="18"] {
    width: 94.73684%; }


.column_module__behaviour__stop {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1em; }
  @media all and (max-width: 1023px) {
    .column_module__behaviour__stop {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .column_module__behaviour__stop {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .column_module__behaviour__stop {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .column_module__behaviour__stop {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .column_module__behaviour__stop[data-units="2"][data-width="1"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="3"][data-width="1"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="3"][data-width="2"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="4"][data-width="1"] {
    width: 25%; }
  .column_module__behaviour__stop[data-units="4"][data-width="2"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="4"][data-width="3"] {
    width: 75%; }
  .column_module__behaviour__stop[data-units="5"][data-width="1"] {
    width: 20%; }
  .column_module__behaviour__stop[data-units="5"][data-width="2"] {
    width: 40%; }
  .column_module__behaviour__stop[data-units="5"][data-width="3"] {
    width: 60%; }
  .column_module__behaviour__stop[data-units="5"][data-width="4"] {
    width: 80%; }
  .column_module__behaviour__stop[data-units="6"][data-width="1"] {
    width: 16.66667%; }
  .column_module__behaviour__stop[data-units="6"][data-width="2"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="6"][data-width="3"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="6"][data-width="4"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="6"][data-width="5"] {
    width: 83.33333%; }
  .column_module__behaviour__stop[data-units="7"][data-width="1"] {
    width: 14.28571%; }
  .column_module__behaviour__stop[data-units="7"][data-width="2"] {
    width: 28.57143%; }
  .column_module__behaviour__stop[data-units="7"][data-width="3"] {
    width: 42.85714%; }
  .column_module__behaviour__stop[data-units="7"][data-width="4"] {
    width: 57.14286%; }
  .column_module__behaviour__stop[data-units="7"][data-width="5"] {
    width: 71.42857%; }
  .column_module__behaviour__stop[data-units="7"][data-width="6"] {
    width: 85.71429%; }
  .column_module__behaviour__stop[data-units="8"][data-width="1"] {
    width: 12.5%; }
  .column_module__behaviour__stop[data-units="8"][data-width="2"] {
    width: 25%; }
  .column_module__behaviour__stop[data-units="8"][data-width="3"] {
    width: 37.5%; }
  .column_module__behaviour__stop[data-units="8"][data-width="4"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="8"][data-width="5"] {
    width: 62.5%; }
  .column_module__behaviour__stop[data-units="8"][data-width="6"] {
    width: 75%; }
  .column_module__behaviour__stop[data-units="8"][data-width="7"] {
    width: 87.5%; }
  .column_module__behaviour__stop[data-units="9"][data-width="1"] {
    width: 11.11111%; }
  .column_module__behaviour__stop[data-units="9"][data-width="2"] {
    width: 22.22222%; }
  .column_module__behaviour__stop[data-units="9"][data-width="3"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="9"][data-width="4"] {
    width: 44.44444%; }
  .column_module__behaviour__stop[data-units="9"][data-width="5"] {
    width: 55.55556%; }
  .column_module__behaviour__stop[data-units="9"][data-width="6"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="9"][data-width="7"] {
    width: 77.77778%; }
  .column_module__behaviour__stop[data-units="9"][data-width="8"] {
    width: 88.88889%; }
  .column_module__behaviour__stop[data-units="10"][data-width="1"] {
    width: 10%; }
  .column_module__behaviour__stop[data-units="10"][data-width="2"] {
    width: 20%; }
  .column_module__behaviour__stop[data-units="10"][data-width="3"] {
    width: 30%; }
  .column_module__behaviour__stop[data-units="10"][data-width="4"] {
    width: 40%; }
  .column_module__behaviour__stop[data-units="10"][data-width="5"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="10"][data-width="6"] {
    width: 60%; }
  .column_module__behaviour__stop[data-units="10"][data-width="7"] {
    width: 70%; }
  .column_module__behaviour__stop[data-units="10"][data-width="8"] {
    width: 80%; }
  .column_module__behaviour__stop[data-units="10"][data-width="9"] {
    width: 90%; }
  .column_module__behaviour__stop[data-units="11"][data-width="1"] {
    width: 9.09091%; }
  .column_module__behaviour__stop[data-units="11"][data-width="2"] {
    width: 18.18182%; }
  .column_module__behaviour__stop[data-units="11"][data-width="3"] {
    width: 27.27273%; }
  .column_module__behaviour__stop[data-units="11"][data-width="4"] {
    width: 36.36364%; }
  .column_module__behaviour__stop[data-units="11"][data-width="5"] {
    width: 45.45455%; }
  .column_module__behaviour__stop[data-units="11"][data-width="6"] {
    width: 54.54545%; }
  .column_module__behaviour__stop[data-units="11"][data-width="7"] {
    width: 63.63636%; }
  .column_module__behaviour__stop[data-units="11"][data-width="8"] {
    width: 72.72727%; }
  .column_module__behaviour__stop[data-units="11"][data-width="9"] {
    width: 81.81818%; }
  .column_module__behaviour__stop[data-units="11"][data-width="10"] {
    width: 90.90909%; }
  .column_module__behaviour__stop[data-units="12"][data-width="1"] {
    width: 8.33333%; }
  .column_module__behaviour__stop[data-units="12"][data-width="2"] {
    width: 16.66667%; }
  .column_module__behaviour__stop[data-units="12"][data-width="3"] {
    width: 25%; }
  .column_module__behaviour__stop[data-units="12"][data-width="4"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="12"][data-width="5"] {
    width: 41.66667%; }
  .column_module__behaviour__stop[data-units="12"][data-width="6"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="12"][data-width="7"] {
    width: 58.33333%; }
  .column_module__behaviour__stop[data-units="12"][data-width="8"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="12"][data-width="9"] {
    width: 75%; }
  .column_module__behaviour__stop[data-units="12"][data-width="10"] {
    width: 83.33333%; }
  .column_module__behaviour__stop[data-units="12"][data-width="11"] {
    width: 91.66667%; }
  .column_module__behaviour__stop[data-units="13"][data-width="1"] {
    width: 7.69231%; }
  .column_module__behaviour__stop[data-units="13"][data-width="2"] {
    width: 15.38462%; }
  .column_module__behaviour__stop[data-units="13"][data-width="3"] {
    width: 23.07692%; }
  .column_module__behaviour__stop[data-units="13"][data-width="4"] {
    width: 30.76923%; }
  .column_module__behaviour__stop[data-units="13"][data-width="5"] {
    width: 38.46154%; }
  .column_module__behaviour__stop[data-units="13"][data-width="6"] {
    width: 46.15385%; }
  .column_module__behaviour__stop[data-units="13"][data-width="7"] {
    width: 53.84615%; }
  .column_module__behaviour__stop[data-units="13"][data-width="8"] {
    width: 61.53846%; }
  .column_module__behaviour__stop[data-units="13"][data-width="9"] {
    width: 69.23077%; }
  .column_module__behaviour__stop[data-units="13"][data-width="10"] {
    width: 76.92308%; }
  .column_module__behaviour__stop[data-units="13"][data-width="11"] {
    width: 84.61538%; }
  .column_module__behaviour__stop[data-units="13"][data-width="12"] {
    width: 92.30769%; }
  .column_module__behaviour__stop[data-units="14"][data-width="1"] {
    width: 7.14286%; }
  .column_module__behaviour__stop[data-units="14"][data-width="2"] {
    width: 14.28571%; }
  .column_module__behaviour__stop[data-units="14"][data-width="3"] {
    width: 21.42857%; }
  .column_module__behaviour__stop[data-units="14"][data-width="4"] {
    width: 28.57143%; }
  .column_module__behaviour__stop[data-units="14"][data-width="5"] {
    width: 35.71429%; }
  .column_module__behaviour__stop[data-units="14"][data-width="6"] {
    width: 42.85714%; }
  .column_module__behaviour__stop[data-units="14"][data-width="7"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="14"][data-width="8"] {
    width: 57.14286%; }
  .column_module__behaviour__stop[data-units="14"][data-width="9"] {
    width: 64.28571%; }
  .column_module__behaviour__stop[data-units="14"][data-width="10"] {
    width: 71.42857%; }
  .column_module__behaviour__stop[data-units="14"][data-width="11"] {
    width: 78.57143%; }
  .column_module__behaviour__stop[data-units="14"][data-width="12"] {
    width: 85.71429%; }
  .column_module__behaviour__stop[data-units="14"][data-width="13"] {
    width: 92.85714%; }
  .column_module__behaviour__stop[data-units="15"][data-width="1"] {
    width: 6.66667%; }
  .column_module__behaviour__stop[data-units="15"][data-width="2"] {
    width: 13.33333%; }
  .column_module__behaviour__stop[data-units="15"][data-width="3"] {
    width: 20%; }
  .column_module__behaviour__stop[data-units="15"][data-width="4"] {
    width: 26.66667%; }
  .column_module__behaviour__stop[data-units="15"][data-width="5"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="15"][data-width="6"] {
    width: 40%; }
  .column_module__behaviour__stop[data-units="15"][data-width="7"] {
    width: 46.66667%; }
  .column_module__behaviour__stop[data-units="15"][data-width="8"] {
    width: 53.33333%; }
  .column_module__behaviour__stop[data-units="15"][data-width="9"] {
    width: 60%; }
  .column_module__behaviour__stop[data-units="15"][data-width="10"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="15"][data-width="11"] {
    width: 73.33333%; }
  .column_module__behaviour__stop[data-units="15"][data-width="12"] {
    width: 80%; }
  .column_module__behaviour__stop[data-units="15"][data-width="13"] {
    width: 86.66667%; }
  .column_module__behaviour__stop[data-units="15"][data-width="14"] {
    width: 93.33333%; }
  .column_module__behaviour__stop[data-units="16"][data-width="1"] {
    width: 6.25%; }
  .column_module__behaviour__stop[data-units="16"][data-width="2"] {
    width: 12.5%; }
  .column_module__behaviour__stop[data-units="16"][data-width="3"] {
    width: 18.75%; }
  .column_module__behaviour__stop[data-units="16"][data-width="4"] {
    width: 25%; }
  .column_module__behaviour__stop[data-units="16"][data-width="5"] {
    width: 31.25%; }
  .column_module__behaviour__stop[data-units="16"][data-width="6"] {
    width: 37.5%; }
  .column_module__behaviour__stop[data-units="16"][data-width="7"] {
    width: 43.75%; }
  .column_module__behaviour__stop[data-units="16"][data-width="8"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="16"][data-width="9"] {
    width: 56.25%; }
  .column_module__behaviour__stop[data-units="16"][data-width="10"] {
    width: 62.5%; }
  .column_module__behaviour__stop[data-units="16"][data-width="11"] {
    width: 68.75%; }
  .column_module__behaviour__stop[data-units="16"][data-width="12"] {
    width: 75%; }
  .column_module__behaviour__stop[data-units="16"][data-width="13"] {
    width: 81.25%; }
  .column_module__behaviour__stop[data-units="16"][data-width="14"] {
    width: 87.5%; }
  .column_module__behaviour__stop[data-units="16"][data-width="15"] {
    width: 93.75%; }
  .column_module__behaviour__stop[data-units="17"][data-width="1"] {
    width: 5.88235%; }
  .column_module__behaviour__stop[data-units="17"][data-width="2"] {
    width: 11.76471%; }
  .column_module__behaviour__stop[data-units="17"][data-width="3"] {
    width: 17.64706%; }
  .column_module__behaviour__stop[data-units="17"][data-width="4"] {
    width: 23.52941%; }
  .column_module__behaviour__stop[data-units="17"][data-width="5"] {
    width: 29.41176%; }
  .column_module__behaviour__stop[data-units="17"][data-width="6"] {
    width: 35.29412%; }
  .column_module__behaviour__stop[data-units="17"][data-width="7"] {
    width: 41.17647%; }
  .column_module__behaviour__stop[data-units="17"][data-width="8"] {
    width: 47.05882%; }
  .column_module__behaviour__stop[data-units="17"][data-width="9"] {
    width: 52.94118%; }
  .column_module__behaviour__stop[data-units="17"][data-width="10"] {
    width: 58.82353%; }
  .column_module__behaviour__stop[data-units="17"][data-width="11"] {
    width: 64.70588%; }
  .column_module__behaviour__stop[data-units="17"][data-width="12"] {
    width: 70.58824%; }
  .column_module__behaviour__stop[data-units="17"][data-width="13"] {
    width: 76.47059%; }
  .column_module__behaviour__stop[data-units="17"][data-width="14"] {
    width: 82.35294%; }
  .column_module__behaviour__stop[data-units="17"][data-width="15"] {
    width: 88.23529%; }
  .column_module__behaviour__stop[data-units="17"][data-width="16"] {
    width: 94.11765%; }
  .column_module__behaviour__stop[data-units="18"][data-width="1"] {
    width: 5.55556%; }
  .column_module__behaviour__stop[data-units="18"][data-width="2"] {
    width: 11.11111%; }
  .column_module__behaviour__stop[data-units="18"][data-width="3"] {
    width: 16.66667%; }
  .column_module__behaviour__stop[data-units="18"][data-width="4"] {
    width: 22.22222%; }
  .column_module__behaviour__stop[data-units="18"][data-width="5"] {
    width: 27.77778%; }
  .column_module__behaviour__stop[data-units="18"][data-width="6"] {
    width: 33.33333%; }
  .column_module__behaviour__stop[data-units="18"][data-width="7"] {
    width: 38.88889%; }
  .column_module__behaviour__stop[data-units="18"][data-width="8"] {
    width: 44.44444%; }
  .column_module__behaviour__stop[data-units="18"][data-width="9"] {
    width: 50%; }
  .column_module__behaviour__stop[data-units="18"][data-width="10"] {
    width: 55.55556%; }
  .column_module__behaviour__stop[data-units="18"][data-width="11"] {
    width: 61.11111%; }
  .column_module__behaviour__stop[data-units="18"][data-width="12"] {
    width: 66.66667%; }
  .column_module__behaviour__stop[data-units="18"][data-width="13"] {
    width: 72.22222%; }
  .column_module__behaviour__stop[data-units="18"][data-width="14"] {
    width: 77.77778%; }
  .column_module__behaviour__stop[data-units="18"][data-width="15"] {
    width: 83.33333%; }
  .column_module__behaviour__stop[data-units="18"][data-width="16"] {
    width: 88.88889%; }
  .column_module__behaviour__stop[data-units="18"][data-width="17"] {
    width: 94.44444%; }
  .column_module__behaviour__stop[data-units="19"][data-width="1"] {
    width: 5.26316%; }
  .column_module__behaviour__stop[data-units="19"][data-width="2"] {
    width: 10.52632%; }
  .column_module__behaviour__stop[data-units="19"][data-width="3"] {
    width: 15.78947%; }
  .column_module__behaviour__stop[data-units="19"][data-width="4"] {
    width: 21.05263%; }
  .column_module__behaviour__stop[data-units="19"][data-width="5"] {
    width: 26.31579%; }
  .column_module__behaviour__stop[data-units="19"][data-width="6"] {
    width: 31.57895%; }
  .column_module__behaviour__stop[data-units="19"][data-width="7"] {
    width: 36.84211%; }
  .column_module__behaviour__stop[data-units="19"][data-width="8"] {
    width: 42.10526%; }
  .column_module__behaviour__stop[data-units="19"][data-width="9"] {
    width: 47.36842%; }
  .column_module__behaviour__stop[data-units="19"][data-width="10"] {
    width: 52.63158%; }
  .column_module__behaviour__stop[data-units="19"][data-width="11"] {
    width: 57.89474%; }
  .column_module__behaviour__stop[data-units="19"][data-width="12"] {
    width: 63.15789%; }
  .column_module__behaviour__stop[data-units="19"][data-width="13"] {
    width: 68.42105%; }
  .column_module__behaviour__stop[data-units="19"][data-width="14"] {
    width: 73.68421%; }
  .column_module__behaviour__stop[data-units="19"][data-width="15"] {
    width: 78.94737%; }
  .column_module__behaviour__stop[data-units="19"][data-width="16"] {
    width: 84.21053%; }
  .column_module__behaviour__stop[data-units="19"][data-width="17"] {
    width: 89.47368%; }
  .column_module__behaviour__stop[data-units="19"][data-width="18"] {
    width: 94.73684%; }


.file_module__filelist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .file_module__filelist > li {
    margin: 0;
    padding: 0; }



.flash_module__content {
  padding: 0; }

.flash_module__flash {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: #ffff90;
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative; }
  @media all and (max-width: 1023px) {
    .flash_module__flash {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .flash_module__flash {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .flash_module__flash {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .flash_module__flash {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.flash_module__flash__alert {
  color: red; }





.images_module__attachment_images figure {
  display: none; }
  .images_module__attachment_images figure.modulor_image_gallery__current_slide, .images_module__attachment_images figure:first-of-type:not(.modulor_image_gallery__inactive_slide) {
    display: block; }
  .images_module__attachment_images:not([data-multiple-images]) .modulor_image_gallery__counter, .images_module__attachment_images[data-multiple-images='false'] .modulor_image_gallery__counter {
  display: none; }


.login_module__content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background: #ffff90; }
  @media all and (max-width: 1023px) {
    .login_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .login_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .login_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .login_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.login_module__logged_in .login_module__gravatar,
.login_module__logged_in .login_module__user_info {
  margin-bottom: 2em; }

.login_module__logged_in .login_module__gravatar .gravatar {
  height: 10em;
  width: 10em; }


.menu_item_module__menu_items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu_item_module__menu_items > li {
    margin: 0;
    padding: 0; }



.meta_tags_module__heading {
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  .meta_tags_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 1023px) {
    .meta_tags_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .meta_tags_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .meta_tags_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .meta_tags_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.meta_tags_module__preview {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: whitesmoke;
  border-radius: 0.2rem;
  padding: 1rem; }
  @media all and (max-width: 1023px) {
    .meta_tags_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .meta_tags_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .meta_tags_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .meta_tags_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .meta_tags_module__preview .meta_tags_module__tags:not(:last-child) {
    border-bottom: 0.1rem solid white;
    margin-bottom: 1em;
    padding-bottom: 1em; }

.meta_tags_module__tag {
  margin: 0;
  padding: 0; }
  .meta_tags_module__tag:not(:last-child) {
    margin-bottom: 1em; }
  .meta_tags_module__tag dt, .meta_tags_module__tag dd {
    margin: 0;
    padding: 0; }
  .meta_tags_module__tag dt, .meta_tags_module__tag dd {
    display: inline-block; }
  .meta_tags_module__tag dt {
    background-color: white;
    border-radius: 0.2rem;
    color: #787878;
    text-transform: uppercase; }
  @media all and (max-width: 1023px) {
      .meta_tags_module__tag dt {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
      .meta_tags_module__tag dt {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
      .meta_tags_module__tag dt {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
      .meta_tags_module__tag dt {
        font-size: 1.2rem;
        line-height: 1.4rem; } }


.password_reset_module__content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background: #ffff90; }
  @media all and (max-width: 1023px) {
    .password_reset_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .password_reset_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .password_reset_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .password_reset_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .password_reset_module__content p {
    margin: 0;
    padding: 0; }
  .password_reset_module__content p:not(:last-child) {
      margin-bottom: 1em; }

.semantic_container_module__content {
  margin: 0;
  padding: 0; }

.semantic_container_module__preview {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: whitesmoke;
  border-radius: 0.2rem;
  padding: 1rem; }
  @media all and (max-width: 1023px) {
    .semantic_container_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .semantic_container_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .semantic_container_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .semantic_container_module__preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .semantic_container_module__preview pre, .semantic_container_module__preview code {
    font-family: "Menlo", "Courier New", "Courier", monospace;
    font-size: 0.85em;
    letter-spacing: 0;
    padding: 0 .2em; }




.toolbar_module__content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .toolbar_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .toolbar_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .toolbar_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .toolbar_module__content {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.toolbar_module__group {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.modulor_page_drafts_saved_for_later:not(:last-of-type),
.modulor_page_drafts_for_review:not(:last-of-type) {
  margin-bottom: 1em; }

.toolbar_module__page_dropdown .modulor_dropdown .modulor_button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  color: #1943fb;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin: 0;
  padding: 0; }
  .toolbar_module__page_dropdown .modulor_dropdown .modulor_button:hover {
    color: #1943fb; }
  .toolbar_module__page_dropdown .modulor_dropdown .modulor_button:hover {
    background: none; }


.toolbar_module__group__buttons__edit > * {
  display: inline-block; }
  .toolbar_module__group__buttons__edit > *:not(:last-child) {
    margin-right: 1em; }
  .toolbar_module__group__buttons__edit .modulor_link__action_edit {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  background-color: white;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  @media all and (max-width: 1023px) {
    .toolbar_module__group__buttons__edit .modulor_link__action_edit {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .toolbar_module__group__buttons__edit .modulor_link__action_edit {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .toolbar_module__group__buttons__edit .modulor_link__action_edit {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .toolbar_module__group__buttons__edit .modulor_link__action_edit {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .toolbar_module__group__buttons__edit .modulor_link__action_edit:disabled {
    color: #aaaaaa;
    cursor: auto; }

.toolbar_module__group__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .toolbar_module__group__buttons .toolbar_module__group__buttons__edit,
  .toolbar_module__group__buttons .toolbar_module__group__buttons__dummy,
  .toolbar_module__group__buttons .modulor_tabs {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    white-space: nowrap; }
  .toolbar_module__group__buttons .modulor_tabs {
    text-align: center; }
  .toolbar_module__group__buttons .modulor_tabs__tab {
    border: 0.1rem solid #d7d7d7;
    border-radius: 0.2rem; }
  .toolbar_module__group__buttons .modulor_tabs__tab:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0; }
  .toolbar_module__group__buttons .modulor_tabs__tab:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .toolbar_module__group__buttons .modulor_tabs__tab__is_current {
    background-color: #ffff90; }

.toolbar_module__group__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .toolbar_module__group__nav .modulor_page_linked_path {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1; }
  .toolbar_module__group__nav .modulor_page_linked_path .modulor_page_linked_path__leaf {
      margin-left: .25em;
      margin-right: .25em; }
  .toolbar_module__group__nav .modulor_link__action_new_draft,
  .toolbar_module__group__nav .toolbar_module__user_dropdown {
    -webkit-flex: 0 1;
        -ms-flex: 0 1;
            flex: 0 1;
    white-space: nowrap; }
  .toolbar_module__group__nav .toolbar_module__user_dropdown .dropdown__items {
    right: 0; }
  .toolbar_module__group__nav .modulor_link__action_new_draft {
    margin: 0 1rem; }

.toolbar_module__group__props {
  background-color: whitesmoke;
  border-radius: 0.2rem;
  padding: 0.5rem; }
  body.is_edit_mode .toolbar_module__group__props {
    background-color: #eef4fe; }
  .toolbar_module__group__props > * {
    display: inline-block;
    vertical-align: middle; }
  .toolbar_module__group__props > *:not(:last-child) {
      margin-right: .25em; }
  .toolbar_module__group__props .modulor_link__action_activity:after {
    display: none; }
  .toolbar_module__group__props .modulor_lock_public_lock_toggle label span {
    margin-top: -.2em;
    margin-bottom: -.2em; }
  .toolbar_module__group__props .modulor_lock_public_lock_toggle,
  .toolbar_module__group__props .toolbar_module__page_dropdown {
    margin-left: 1em; }

.toolbar_module__group__historical_version {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: #ffff90;
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative; }
  @media all and (max-width: 1023px) {
    .toolbar_module__group__historical_version {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .toolbar_module__group__historical_version {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .toolbar_module__group__historical_version {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .toolbar_module__group__historical_version {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

@media print {
  .toolbar_module__content {
    display: none !important; } }

.toolbar_module__user_dropdown__profile__avatar img {
  height: 4em;
  width: 4em; }

.toolbar_module__user_dropdown__profile__roles {
  color: #aaaaaa; }
  @media all and (max-width: 1023px) {
    .toolbar_module__user_dropdown__profile__roles {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .toolbar_module__user_dropdown__profile__roles {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .toolbar_module__user_dropdown__profile__roles {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .toolbar_module__user_dropdown__profile__roles {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (max-width: 1023px) {
    .toolbar_module__user_dropdown__profile__roles {
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .toolbar_module__user_dropdown__profile__roles {
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .toolbar_module__user_dropdown__profile__roles {
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .toolbar_module__user_dropdown__profile__roles {
      line-height: 1.6rem; } }


.yield_module__content {
  padding: 0; }


.modulor_admin_header {
  margin-bottom: 1em; }
  @media all and (max-width: 1023px) {
    .modulor_admin_header {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_admin_header {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_admin_header {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_admin_header {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_admin_header h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    font-weight: bold; }
  @media all and (max-width: 1023px) {
      .modulor_admin_header h1 {
        font-size: 2rem;
        line-height: 2.2rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
      .modulor_admin_header h1 {
        font-size: 2rem;
        line-height: 2.2rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
      .modulor_admin_header h1 {
        font-size: 2rem;
        line-height: 2.2rem; } }
  @media all and (min-width: 1920px) {
      .modulor_admin_header h1 {
        font-size: 2rem;
        line-height: 2.2rem; } }
  .modulor_admin_header h1:not(:last-child) {
      margin-bottom: 1em; }
  .modulor_dialog .modulor_admin_header {
    display: none; }

.modulor_attachment_duplicate_label {
  background-color: #787878;
  color: white; }

.modulor_attachment_file_type_label {
  background-color: whitesmoke;
  color: #787878; }
  .modulor_attachment_file_type_label.modulor_label {
    text-transform: none; }

.modulor_attachment_font__container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .modulor_attachment_font__container img {
    height: 70%;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto; }

.modulor_attachment_font {
  padding-top: 100%;
  position: relative;
  width: 100%; }

.modulor_attachment_glyphs__glyph > svg {
  height: 100%;
  width: auto; }


.modulor_dialog .modulor_attachment_glyphs__glyph {
  display: inline-block;
  height: 3em; }

.modulor_attachment_label__group {
  display: table-row-group; }
  .modulor_attachment_label__group > dl {
    display: table-row; }
  .modulor_attachment_label__group > dl > dt,
    .modulor_attachment_label__group > dl > dd {
      display: table-cell; }
  .modulor_attachment_label__group > dl > dt {
      white-space: nowrap;
      width: 25%; }
  .modulor_attachment_label__group > dl[data-hide-label] > dt span {
    visibility: hidden; }

.modulor_attachment_label {
  display: table; }
  .modulor_attachment_label dl, .modulor_attachment_label dt, .modulor_attachment_label dd {
    margin: 0;
    padding: 0; }
  .modulor_attachment_label .modulor_attachment_label__unicode_blocks dl:not(:last-child) {
    margin-bottom: 1em; }
  .modulor_attachment_label .modulor_attachment_label__file_name,
  .modulor_attachment_label .modulor_attachment_label__file_mime_type {
    word-break: break-all; }

.modulor_dialog .modulor_attachment_label {
  border-bottom: 0.1rem solid #d7d7d7;
  padding-bottom: 1rem;
  table-layout: fixed;
  width: 100%; }

.modulor_dialog .modulor_link__action_open {
  display: block;
  position: relative; }

.modulor_dialog .modulor_link__action_open +
.modulor_attachment_label {
  margin-top: 1em; }

.modulor_dialog .modulor_attachment_label +
.modulor_link__action_download {
  display: inline-block;
  margin-top: 1em; }

.modulor_dialog .modulor_link__action_download +
.modulor_auditor_footer {
  margin-top: 1em; }

.modulor_dialog .modulor_attachment_label__group > dl:first-child > dt:before, .modulor_dialog .modulor_attachment_label__group > dl:first-child > dd:before {
  content: " ";
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid #d7d7d7; }

.modulor_attachment_low_resolution_label {
  background-color: #ffff90;
  color: black; }

.modulor_attachment_metrics_svg__line {
  stroke: red; }

.modulor_attachment_metrics_svg {
  width: 100%;
  height: 100%; }

.modulor_dialog .modulor_attachment_metrics_svg {
  position: absolute;
  left: 0;
  top: 0; }

.modulor_draft_submit_for_review_toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input input[type='checkbox'] {
    display: none; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input input[type='checkbox']:checked + span {
      background: #00bd00; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input input[type='checkbox']:checked + span:after {
        left: 50%; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input input[type='checkbox']:disabled + span {
      cursor: default; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input input[type='checkbox']:disabled + span:after {
        opacity: 0.5; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span {
    cursor: pointer;
    display: block;
    height: 1.4em;
    padding: 0.18em;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: calc(2.8em - 0.36em);
    background: red;
    border-radius: 1.4em;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span:after, .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span:before {
      content: '';
      display: block;
      height: 100%;
      position: relative;
      width: 50%; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span:before {
      display: none; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span:after {
      background: white;
      border-radius: 50%;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      left: 0%; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span::-moz-selection {
      background: none; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__input span::selection {
      background: none; }
  .modulor_draft_submit_for_review_toggle .modulor_draft_submit_for_review_toggle__caption {
    margin-right: 0.5em; }
  .modulor_draft_submit_for_review_toggle .modulor_form div.input:not(.hidden) {
    padding: 0; }

.modulor_drafts__drafts {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 0.1rem solid #d7d7d7; }
  .modulor_drafts__drafts tr {
    vertical-align: top; }
  .modulor_drafts__drafts th, .modulor_drafts__drafts td {
    padding: 0;
    margin: 0; }
  .modulor_drafts__drafts tr {
    vertical-align: middle; }
  .modulor_drafts__drafts td {
    border-bottom: 0.1rem solid #d7d7d7;
    padding-top: .5em;
    padding-bottom: .5em; }
  .modulor_drafts__drafts td:not(:last-child) {
      padding-right: 1em; }
  .modulor_drafts__drafts .modulor_draft .modulor_button__action_destroy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    color: #1943fb;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin: 0;
    padding: 0;
    color: red; }
  .modulor_drafts__drafts .modulor_draft .modulor_button__action_destroy:hover {
      color: #1943fb; }
  .modulor_drafts__drafts .modulor_draft .modulor_button__action_destroy:hover {
      background: none; }

.modulor_drafts__heading {
  font-weight: bold;
  margin: 0;
  margin-bottom: .5em; }


.modulor_env_label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  background-color: #ffff90;
  bottom: 0;
  color: black;
  left: 0;
  padding: 1rem;
  position: fixed;
  text-transform: uppercase;
  z-index: 1001; }
  @media all and (max-width: 1023px) {
    .modulor_env_label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_env_label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_env_label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_env_label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  html.email .modulor_env_label {
    display: none; }


.modulor_lock_public_lock_toggle thead {
  display: none; }

.modulor_lock_public_lock_toggle tr td {
  padding: 0 !important;
  width: auto !important; }

.modulor_lock_public_lock_toggle label,
.modulor_lock_public_lock_toggle div.input,
.modulor_lock_public_lock_toggle input[type='checkbox'] {
  padding: 0 !important; }

.modulor_lock_public_lock_toggle label {
  vertical-align: middle; }

.modulor_lock_public_lock_toggle input[type='submit'] {
  display: none; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object {
  border: 0;
  margin: 0;
  padding: 0; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__locks tr {
  border-bottom: 0; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__subject_id__name {
  display: none; }

.modulor_lock_public_lock_toggle .modulor_loading {
  display: none !important; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input input[type='checkbox'] {
  display: none; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input input[type='checkbox']:checked + span {
    background: #00bd00; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input input[type='checkbox']:checked + span:after {
      left: 50%; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input input[type='checkbox']:disabled + span {
    cursor: default; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input input[type='checkbox']:disabled + span:after {
      opacity: 0.5; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span {
  cursor: pointer;
  display: block;
  height: 1.4em;
  padding: 0.18em;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: calc(2.8em - 0.36em);
  background: red;
  border-radius: 1.4em;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span:after, .modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span:before {
    content: '';
    display: block;
    height: 100%;
    position: relative;
    width: 50%; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span:before {
    display: none; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span:after {
    background: white;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    left: 0%; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span::-moz-selection {
    background: none; }

.modulor_lock_public_lock_toggle .modulor_lock_owner_form_object__action .modulor_lock_form_object__outcome_input span::selection {
    background: none; }


.modulor_page_publishers_view_object img:not(:last-child) {
  margin-right: .15em; }

.modulor_page_status_label[data-status='template'] {
  background-color: magenta;
  color: white; }

.modulor_page_status_label[data-status='master'] {
  background-color: #1943fb;
  color: white; }

.modulor_page_version_label {
  color: #aaaaaa; }

.modulor_private_label {
  background-color: red;
  color: white; }

.modulor_subject_type {
  background-color: whitesmoke;
  border-radius: 0.2rem;
  color: #787878;
  padding-left: .2em;
  padding-right: .2em;
  padding-bottom: .1em;
  margin-bottom: -.1em;
  white-space: nowrap; }


.modulor_auditor_footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  color: #aaaaaa; }
  @media all and (max-width: 1023px) {
    .modulor_auditor_footer {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_auditor_footer {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_auditor_footer {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .modulor_auditor_footer {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

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

.modulor_button:disabled {
  background-color: white !important;
  border-color: #d7d7d7 !important;
  color: #d7d7d7 !important; }
  .modulor_button:disabled:hover {
    background-color: white !important;
    border-color: #d7d7d7 !important;
    color: #d7d7d7 !important; }

.modulor_button.modulor_button__action_create {
  border-color: #00bd00;
  background-color: #00bd00;
  color: white; }

.modulor_button.modulor_button__action_destroy {
  border-color: red;
  color: red; }
  .modulor_button.modulor_button__action_destroy:hover {
    border-color: red;
    background-color: red;
    color: white; }

.modulor_button.modulor_button__action_new {
  border-color: #00bd00;
  background-color: #00bd00;
  color: white; }

.modulor_button.modulor_button__action_publish {
  border-color: #00bd00;
  background-color: #00bd00;
  color: white; }

.modulor_button.modulor_button__action_restore {
  background-color: #00bd00;
  border-color: #00bd00;
  color: white; }
  .modulor_button.modulor_button__action_restore:hover {
    background-color: #00bd00;
    border-color: #00bd00;
    color: white; }

.modulor_button.modulor_button__action_update {
  border-color: #ffc305;
  background-color: #ffc305;
  color: white; }

.modulor_button.modulor_button__action_insert {
  border-color: #ffc305;
  background-color: #ffc305;
  color: white; }

@charset "UTF-8";
.modulor_button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  background-color: white;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
@media all and (max-width: 1023px) {
    .modulor_button {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
@media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_button {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
@media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_button {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
@media all and (min-width: 1920px) {
    .modulor_button {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
.modulor_button:disabled {
    color: #aaaaaa;
    cursor: auto; }
.modulor_button:focus {
    outline: 0.2rem solid #bcd6fd; }
.modulor_button[data-confirm]:after {
    content: ' …'; }

.button_group__item {
  vertical-align: middle; }

.button_group {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -0.5em;
  margin-bottom: 0; }
  .button_group > li {
    margin: 0;
    padding: 0; }
  .button_group .button_group__item {
    margin-bottom: 0;
    padding-left: 0.5em;
    vertical-align: middle; }
  .button_group .button_group__item {
    display: inline-block; }
  .button_group:not(:last-child) {
    margin-bottom: 1em; }

.modulor_form .button_group:first-of-type {
  padding-top: 2rem; }

.modulor_form .date_time_picker input:not([type='hidden']) {
  display: inline-block; }
  .modulor_form .date_time_picker input:not([type='hidden']):not(:last-child) {
    margin-right: 1rem; }

.modulor_form fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .modulor_form fieldset:not(:last-of-type) {
    border-bottom: 0.1rem solid #d7d7d7;
    padding-bottom: 1rem; }
  .modulor_form fieldset:not(:first-of-type) {
    padding-top: 1rem; }
  .modulor_form fieldset:first-of-type div.input:not(.hidden):first-of-type {
    padding-top: 0; }
  .modulor_form fieldset.inline > * {
    display: inline-block;
    margin-bottom: 1rem;
    vertical-align: top; }
  .modulor_form fieldset.inline > *:not(:last-child) {
      margin-right: 2rem; }
  .modulor_form fieldset.inline > div.input:first-of-type:not(.hidden) {
    padding-top: 1rem; }

.modulor_form input {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  display: block; }
  @media all and (max-width: 1023px) {
    .modulor_form input {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form input {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form input {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form input {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_form input:focus {
    outline: 0.2rem solid #bcd6fd; }
  .modulor_form input[type="search"], .modulor_form input[type="text"], .modulor_form input[type="password"], .modulor_form input[type="email"], .modulor_form input[type="number"], .modulor_form input[type="tel"], .modulor_form input[type="url"], .modulor_form input.string {
    border: 0.1rem solid #d7d7d7;
    border-radius: 0.2rem;
    background-color: white;
    margin: 0;
    padding: 0.5em; }
  .modulor_form input[type="search"]:disabled, .modulor_form input[type="text"]:disabled, .modulor_form input[type="password"]:disabled, .modulor_form input[type="email"]:disabled, .modulor_form input[type="number"]:disabled, .modulor_form input[type="tel"]:disabled, .modulor_form input[type="url"]:disabled, .modulor_form input.string:disabled {
      color: #aaaaaa; }
  .modulor_form input[type='checkbox'], .modulor_form input[type='radio'] {
    display: inline;
    margin-right: 1rem; }

.modulor_form label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  display: inline-block; }
  @media all and (max-width: 1023px) {
    .modulor_form label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form label {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_form label:first-of-type:not(.checkbox) {
    margin-bottom: 0.5rem; }
  .modulor_form .radio:last-of-type > label {
  margin-bottom: 0 !important; }

.modulor_form__message {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  color: #aaaaaa; }
  @media all and (max-width: 1023px) {
    .modulor_form__message {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form__message {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form__message {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form__message {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_form__message:not(:last-child) {
    margin-bottom: 1em; }

.modulor_form select {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  display: block; }
  @media all and (max-width: 1023px) {
    .modulor_form select {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form select {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form select {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form select {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_form option {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .modulor_form option {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form option {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form option {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form option {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.modulor_form textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  display: block;
  padding: 0.5em;
  resize: vertical; }
  @media all and (max-width: 1023px) {
    .modulor_form textarea {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form textarea {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form textarea {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form textarea {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_form textarea:focus {
    outline: 0.2rem solid #bcd6fd; }
  .modulor_form textarea.full_width {
    width: 100%; }

.modulor_form {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  overflow: visible; }
  @media all and (max-width: 1023px) {
    .modulor_form {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.modulor_form .check_boxes {
  padding-left: .1em; }
  .modulor_form .check_boxes .checkbox {
    display: block; }
  .modulor_form .check_boxes.inline:not(:last-child) {
    margin-bottom: 1em; }
  .modulor_form .check_boxes.inline label.check_boxes {
    display: block; }
  .modulor_form .check_boxes.inline span:not(.hint) {
    display: inline-block;
    white-space: nowrap; }
  .modulor_form .check_boxes.inline span:not(.hint):not(:last-child) {
      margin-right: 1em; }
  .modulor_form .check_boxes.inline span:not(.hint) input[type='checkbox'] {
      margin-right: .5em; }

.modulor_form .radio_buttons {
  padding-left: .1em; }
  .modulor_form .radio_buttons .radio {
    display: block; }
  .modulor_form .radio_buttons.inline label.radio_buttons {
    display: block; }
  .modulor_form .radio_buttons.inline .radio {
    display: inline-block; }
  .modulor_form .radio_buttons.inline .radio:not(:last-child) {
      margin-right: 1em; }
  .modulor_form .radio_buttons.inline .radio label input {
      margin-right: .25em; }

.modulor_form div.input:not(.hidden) {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.modulor_form .error {
  color: red;
  display: block;
  margin-top: 0.5rem; }
  @media all and (max-width: 1023px) {
    .modulor_form .error {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form .error {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form .error {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form .error {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.modulor_form .hint {
  color: #aaaaaa;
  display: block;
  margin-top: 0.5rem; }
  @media all and (max-width: 1023px) {
    .modulor_form .hint {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_form .hint {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_form .hint {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media all and (min-width: 1920px) {
    .modulor_form .hint {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.modulor_form label.boolean.disabled {
  color: #787878; }

.gravatar__circle {
  border-radius: 100%; }

.gravatar__square {
  border-radius: 0.2rem; }

.gravatar {
  background-color: #1943fb;
  display: inline-block;
  height: 1em;
  margin-bottom: -.05em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: baseline;
  width: 1em; }

.modulor_icon {
  display: inline-block;
  height: 1em;
  width: 1em; }

.modulor_label {
  border-radius: 0.2rem;
  margin-bottom: -.1em;
  padding-bottom: .1em;
  padding-left: .2em;
  padding-right: .2em;
  text-transform: uppercase; }

html {
  font-size: 62.5%; }

.modulor_link.modulor_link__action_destroy {
  color: red; }

.modulor_link.modulor_link__action_select_from_assets {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  background-color: white;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  @media all and (max-width: 1023px) {
    .modulor_link.modulor_link__action_select_from_assets {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_link.modulor_link__action_select_from_assets {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_link.modulor_link__action_select_from_assets {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_link.modulor_link__action_select_from_assets {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  .modulor_link.modulor_link__action_select_from_assets:disabled {
    color: #aaaaaa;
    cursor: auto; }
  .modulor_link.modulor_link__action_select_from_assets:hover {
    color: black; }


.modulor_link.modulor_link__logout {
  color: red; }

@charset "UTF-8";
.modulor_link__to_dialog:not(.modulor_link__action_show):after {
  content: ' …'; }

.modulor_link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  color: #1943fb;
  text-decoration: none; }
  .modulor_link:hover {
    color: #1943fb; }


.modulor_paginate {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .modulor_paginate {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_paginate {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_paginate {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_paginate {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.modulor_tabs__tab {
  border-bottom: 0.1rem solid #d7d7d7;
  color: #1943fb;
  cursor: pointer;
  display: inline-block;
  margin-left: -.1rem;
  padding: .5em;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.modulor_tabs__tab__is_current {
  border-bottom: 0.1rem solid #d7d7d7;
  color: #1943fb;
  cursor: pointer;
  display: inline-block;
  margin-left: -.1rem;
  padding: .5em;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.2rem;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: black;
  cursor: default;
  margin-left: 0;
  margin-right: 0; }

.modulor_tabs__tab__is_current a {
    color: black;
    cursor: default; }

.modulor_tabs__tab__is_current a:hover {
      color: black; }

.modulor_tabs {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 1023px) {
    .modulor_tabs {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .modulor_tabs {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .modulor_tabs {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .modulor_tabs {
      font-size: 1.4rem;
      line-height: 1.6rem; } }


.graphic_border_component__root {
  position: absolute; }

[data-placement=bottom] {
  height: 4vmin;
  width: 50vw;
  left: 0;
  bottom: 0; }

[data-placement=right] {
  width: 4vmin;
  height: 100vh;
  right: 0;
  top: 0; }

.graphic_border_component__root[data-placement=right] {
  width: 0%; }

.graphic_border_component__root[data-placement=right][data-animation-play] {
  -webkit-animation: 1s graphic_border_component__border_in forwards;
          animation: 1s graphic_border_component__border_in forwards; }

@-webkit-keyframes graphic_border_component__border_out {
  0% {
    width: 4vmin; }
  100% {
    width: 100%; } }

@keyframes graphic_border_component__border_out {
  0% {
    width: 4vmin; }
  100% {
    width: 100%; } }

@-webkit-keyframes graphic_border_component__border_in {
  0% {
    width: 0%; }
  100% {
    width: 4vmin; } }

@keyframes graphic_border_component__border_in {
  0% {
    width: 0%; }
  100% {
    width: 4vmin; } }

.graphic_bricks_component__root {
  width: 100%;
  height: 100%;
  --animation-transition-step: .02s; }

.graphic_bricks_component__root[data-sequence-direction=in] rect {
  visibility: hidden; }

.graphic_bricks_component__root[data-sequence-direction=out] rect {
  visibility: visible; }

.graphic_bricks_component__root[data-animation-type=sequence][data-sequence-direction=in] rect,
.graphic_bricks_component__root[data-animation-type=shuffle][data-sequence-direction=in] rect {
  -webkit-animation-name: graphic_bricks_component__brick_show;
          animation-name: graphic_bricks_component__brick_show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start; }

.graphic_bricks_component__root[data-animation-type=sequence][data-sequence-direction=out] rect,
.graphic_bricks_component__root[data-animation-type=shuffle][data-sequence-direction=out] rect {
  -webkit-animation-name: graphic_bricks_component__brick_hide;
          animation-name: graphic_bricks_component__brick_hide;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start; }

.graphic_bricks_component__root[data-animation-type=show][data-sequence-direction=in] rect {
  -webkit-animation-name: graphic_bricks_component__brick_show;
          animation-name: graphic_bricks_component__brick_show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(1) {
  -webkit-animation-delay: calc(0 * var(--animation-transition-step));
          animation-delay: calc(0 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(2) {
  -webkit-animation-delay: calc(1 * var(--animation-transition-step));
          animation-delay: calc(1 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(3) {
  -webkit-animation-delay: calc(2 * var(--animation-transition-step));
          animation-delay: calc(2 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(4) {
  -webkit-animation-delay: calc(3 * var(--animation-transition-step));
          animation-delay: calc(3 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(5) {
  -webkit-animation-delay: calc(4 * var(--animation-transition-step));
          animation-delay: calc(4 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(6) {
  -webkit-animation-delay: calc(5 * var(--animation-transition-step));
          animation-delay: calc(5 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(7) {
  -webkit-animation-delay: calc(6 * var(--animation-transition-step));
          animation-delay: calc(6 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(8) {
  -webkit-animation-delay: calc(7 * var(--animation-transition-step));
          animation-delay: calc(7 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(9) {
  -webkit-animation-delay: calc(8 * var(--animation-transition-step));
          animation-delay: calc(8 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(10) {
  -webkit-animation-delay: calc(9 * var(--animation-transition-step));
          animation-delay: calc(9 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(11) {
  -webkit-animation-delay: calc(10 * var(--animation-transition-step));
          animation-delay: calc(10 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(12) {
  -webkit-animation-delay: calc(11 * var(--animation-transition-step));
          animation-delay: calc(11 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(13) {
  -webkit-animation-delay: calc(12 * var(--animation-transition-step));
          animation-delay: calc(12 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(14) {
  -webkit-animation-delay: calc(13 * var(--animation-transition-step));
          animation-delay: calc(13 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(15) {
  -webkit-animation-delay: calc(14 * var(--animation-transition-step));
          animation-delay: calc(14 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(16) {
  -webkit-animation-delay: calc(15 * var(--animation-transition-step));
          animation-delay: calc(15 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(17) {
  -webkit-animation-delay: calc(16 * var(--animation-transition-step));
          animation-delay: calc(16 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(18) {
  -webkit-animation-delay: calc(17 * var(--animation-transition-step));
          animation-delay: calc(17 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(19) {
  -webkit-animation-delay: calc(18 * var(--animation-transition-step));
          animation-delay: calc(18 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(20) {
  -webkit-animation-delay: calc(19 * var(--animation-transition-step));
          animation-delay: calc(19 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(21) {
  -webkit-animation-delay: calc(21 * var(--animation-transition-step));
          animation-delay: calc(21 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(22) {
  -webkit-animation-delay: calc(22 * var(--animation-transition-step));
          animation-delay: calc(22 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(23) {
  -webkit-animation-delay: calc(23 * var(--animation-transition-step));
          animation-delay: calc(23 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(24) {
  -webkit-animation-delay: calc(24 * var(--animation-transition-step));
          animation-delay: calc(24 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(25) {
  -webkit-animation-delay: calc(25 * var(--animation-transition-step));
          animation-delay: calc(25 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(26) {
  -webkit-animation-delay: calc(26 * var(--animation-transition-step));
          animation-delay: calc(26 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(27) {
  -webkit-animation-delay: calc(27 * var(--animation-transition-step));
          animation-delay: calc(27 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(28) {
  -webkit-animation-delay: calc(28 * var(--animation-transition-step));
          animation-delay: calc(28 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(29) {
  -webkit-animation-delay: calc(29 * var(--animation-transition-step));
          animation-delay: calc(29 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=sequence] rect:nth-child(30) {
  -webkit-animation-delay: calc(30 * var(--animation-transition-step));
          animation-delay: calc(30 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(1) {
  -webkit-animation-delay: calc(21 * var(--animation-transition-step));
          animation-delay: calc(21 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(2) {
  -webkit-animation-delay: calc(15 * var(--animation-transition-step));
          animation-delay: calc(15 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(3) {
  -webkit-animation-delay: calc(19 * var(--animation-transition-step));
          animation-delay: calc(19 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(4) {
  -webkit-animation-delay: calc(29 * var(--animation-transition-step));
          animation-delay: calc(29 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(5) {
  -webkit-animation-delay: calc(16 * var(--animation-transition-step));
          animation-delay: calc(16 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(6) {
  -webkit-animation-delay: calc(1 * var(--animation-transition-step));
          animation-delay: calc(1 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(7) {
  -webkit-animation-delay: calc(18 * var(--animation-transition-step));
          animation-delay: calc(18 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(8) {
  -webkit-animation-delay: calc(24 * var(--animation-transition-step));
          animation-delay: calc(24 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(9) {
  -webkit-animation-delay: calc(14 * var(--animation-transition-step));
          animation-delay: calc(14 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(10) {
  -webkit-animation-delay: calc(28 * var(--animation-transition-step));
          animation-delay: calc(28 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(11) {
  -webkit-animation-delay: calc(17 * var(--animation-transition-step));
          animation-delay: calc(17 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(12) {
  -webkit-animation-delay: calc(5 * var(--animation-transition-step));
          animation-delay: calc(5 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(13) {
  -webkit-animation-delay: calc(30 * var(--animation-transition-step));
          animation-delay: calc(30 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(14) {
  -webkit-animation-delay: calc(25 * var(--animation-transition-step));
          animation-delay: calc(25 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(15) {
  -webkit-animation-delay: calc(13 * var(--animation-transition-step));
          animation-delay: calc(13 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(16) {
  -webkit-animation-delay: calc(4 * var(--animation-transition-step));
          animation-delay: calc(4 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(17) {
  -webkit-animation-delay: calc(10 * var(--animation-transition-step));
          animation-delay: calc(10 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(18) {
  -webkit-animation-delay: calc(22 * var(--animation-transition-step));
          animation-delay: calc(22 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(19) {
  -webkit-animation-delay: calc(6 * var(--animation-transition-step));
          animation-delay: calc(6 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(21) {
  -webkit-animation-delay: calc(12 * var(--animation-transition-step));
          animation-delay: calc(12 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(22) {
  -webkit-animation-delay: calc(26 * var(--animation-transition-step));
          animation-delay: calc(26 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(23) {
  -webkit-animation-delay: calc(9 * var(--animation-transition-step));
          animation-delay: calc(9 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(24) {
  -webkit-animation-delay: calc(8 * var(--animation-transition-step));
          animation-delay: calc(8 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(25) {
  -webkit-animation-delay: calc(27 * var(--animation-transition-step));
          animation-delay: calc(27 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(26) {
  -webkit-animation-delay: calc(11 * var(--animation-transition-step));
          animation-delay: calc(11 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(27) {
  -webkit-animation-delay: calc(2 * var(--animation-transition-step));
          animation-delay: calc(2 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(28) {
  -webkit-animation-delay: calc(7 * var(--animation-transition-step));
          animation-delay: calc(7 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(29) {
  -webkit-animation-delay: calc(23 * var(--animation-transition-step));
          animation-delay: calc(23 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(30) {
  -webkit-animation-delay: calc(3 * var(--animation-transition-step));
          animation-delay: calc(3 * var(--animation-transition-step)); }

.graphic_bricks_component__root[data-animation-type=shuffle] rect:nth-child(31) {
  -webkit-animation-delay: calc(0 * var(--animation-transition-step));
          animation-delay: calc(0 * var(--animation-transition-step)); }

@-webkit-keyframes graphic_bricks_component__brick_show {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes graphic_bricks_component__brick_show {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@-webkit-keyframes graphic_bricks_component__brick_hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes graphic_bricks_component__brick_hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.graphic_bricks_component__root[data-fill-color=black] {
  fill: black; }

.graphic_bricks_component__root[data-fill-color=white] {
  fill: white; }

.graphic_bricks_component__root[data-fill-color=red] {
  fill: #fa0000; }

.graphic_bricks_component__root[data-fill-color=green] {
  fill: lime; }

.graphic_bricks_component__root[data-fill-color=yellow] {
  fill: #fffa00; }

.graphic_bricks_component__root[data-fill-color=gray] {
  fill: #afafaf; }

.graphic_bricks_component__root[data-fill-color=gray-light] {
  fill: #c8c8c8; }

.graphic_bricks_component__root[data-fill-color=pink] {
  fill: #ff00c8; }

.graphic_bricks_component__root[data-fill-color=blue-light] {
  fill: #e6ffff; }

.graphic_bricks_component__root[data-fill-color=orange] {
  fill: #ff6400; }

.graphic_bricks_component__root[data-fill-color=cyan] {
  fill: #00ffe4; }

.graphic_bricks_component__root[data-fill-color=norma_2020] {
  fill: #BE00FF; }

.graphic_bricks_sequence_component__root {
  width: 100%;
  height: 100%;
  --animation-transition-step: .02s; }

.graphic_bricks_sequence_component__root[data-sequence-direction=in] rect {
  visibility: hidden; }

.graphic_bricks_sequence_component__root[data-sequence-direction=out] rect {
  visibility: visible; }

.graphic_bricks_sequence_component__root[data-sequence-direction=in][data-animation-type=ordered] rect,
.graphic_bricks_sequence_component__root[data-sequence-direction=in][data-animation-type=shuffle] rect {
  -webkit-animation-name: graphic_bricks_sequence_component__brick_show;
          animation-name: graphic_bricks_sequence_component__brick_show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start; }

.graphic_bricks_sequence_component__root[data-sequence-direction=out][data-animation-type=ordered] rect,
.graphic_bricks_sequence_component__root[data-sequence-direction=out][data-animation-type=shuffle] rect {
  visibility: visible;
  -webkit-animation-name: graphic_bricks_sequence_component__brick_hide;
          animation-name: graphic_bricks_sequence_component__brick_hide;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start; }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(1) {
  -webkit-animation-delay: calc(0 * var(--animation-transition-step));
          animation-delay: calc(0 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(2) {
  -webkit-animation-delay: calc(1 * var(--animation-transition-step));
          animation-delay: calc(1 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(3) {
  -webkit-animation-delay: calc(2 * var(--animation-transition-step));
          animation-delay: calc(2 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(4) {
  -webkit-animation-delay: calc(3 * var(--animation-transition-step));
          animation-delay: calc(3 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(5) {
  -webkit-animation-delay: calc(4 * var(--animation-transition-step));
          animation-delay: calc(4 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(6) {
  -webkit-animation-delay: calc(5 * var(--animation-transition-step));
          animation-delay: calc(5 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(7) {
  -webkit-animation-delay: calc(6 * var(--animation-transition-step));
          animation-delay: calc(6 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(8) {
  -webkit-animation-delay: calc(7 * var(--animation-transition-step));
          animation-delay: calc(7 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(9) {
  -webkit-animation-delay: calc(8 * var(--animation-transition-step));
          animation-delay: calc(8 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(10) {
  -webkit-animation-delay: calc(9 * var(--animation-transition-step));
          animation-delay: calc(9 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(11) {
  -webkit-animation-delay: calc(10 * var(--animation-transition-step));
          animation-delay: calc(10 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(12) {
  -webkit-animation-delay: calc(11 * var(--animation-transition-step));
          animation-delay: calc(11 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(13) {
  -webkit-animation-delay: calc(12 * var(--animation-transition-step));
          animation-delay: calc(12 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(14) {
  -webkit-animation-delay: calc(13 * var(--animation-transition-step));
          animation-delay: calc(13 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(15) {
  -webkit-animation-delay: calc(14 * var(--animation-transition-step));
          animation-delay: calc(14 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(16) {
  -webkit-animation-delay: calc(15 * var(--animation-transition-step));
          animation-delay: calc(15 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(17) {
  -webkit-animation-delay: calc(16 * var(--animation-transition-step));
          animation-delay: calc(16 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(18) {
  -webkit-animation-delay: calc(17 * var(--animation-transition-step));
          animation-delay: calc(17 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(19) {
  -webkit-animation-delay: calc(18 * var(--animation-transition-step));
          animation-delay: calc(18 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(20) {
  -webkit-animation-delay: calc(19 * var(--animation-transition-step));
          animation-delay: calc(19 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(21) {
  -webkit-animation-delay: calc(20 * var(--animation-transition-step));
          animation-delay: calc(20 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(22) {
  -webkit-animation-delay: calc(21 * var(--animation-transition-step));
          animation-delay: calc(21 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(23) {
  -webkit-animation-delay: calc(22 * var(--animation-transition-step));
          animation-delay: calc(22 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(24) {
  -webkit-animation-delay: calc(23 * var(--animation-transition-step));
          animation-delay: calc(23 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(25) {
  -webkit-animation-delay: calc(24 * var(--animation-transition-step));
          animation-delay: calc(24 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(26) {
  -webkit-animation-delay: calc(25 * var(--animation-transition-step));
          animation-delay: calc(25 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(27) {
  -webkit-animation-delay: calc(26 * var(--animation-transition-step));
          animation-delay: calc(26 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(28) {
  -webkit-animation-delay: calc(27 * var(--animation-transition-step));
          animation-delay: calc(27 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(29) {
  -webkit-animation-delay: calc(28 * var(--animation-transition-step));
          animation-delay: calc(28 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(30) {
  -webkit-animation-delay: calc(29 * var(--animation-transition-step));
          animation-delay: calc(29 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(31) {
  -webkit-animation-delay: calc(30 * var(--animation-transition-step));
          animation-delay: calc(30 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(32) {
  -webkit-animation-delay: calc(31 * var(--animation-transition-step));
          animation-delay: calc(31 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(33) {
  -webkit-animation-delay: calc(32 * var(--animation-transition-step));
          animation-delay: calc(32 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(34) {
  -webkit-animation-delay: calc(33 * var(--animation-transition-step));
          animation-delay: calc(33 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(35) {
  -webkit-animation-delay: calc(34 * var(--animation-transition-step));
          animation-delay: calc(34 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(36) {
  -webkit-animation-delay: calc(35 * var(--animation-transition-step));
          animation-delay: calc(35 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(37) {
  -webkit-animation-delay: calc(36 * var(--animation-transition-step));
          animation-delay: calc(36 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(38) {
  -webkit-animation-delay: calc(37 * var(--animation-transition-step));
          animation-delay: calc(37 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(39) {
  -webkit-animation-delay: calc(38 * var(--animation-transition-step));
          animation-delay: calc(38 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(40) {
  -webkit-animation-delay: calc(39 * var(--animation-transition-step));
          animation-delay: calc(39 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(41) {
  -webkit-animation-delay: calc(40 * var(--animation-transition-step));
          animation-delay: calc(40 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(42) {
  -webkit-animation-delay: calc(41 * var(--animation-transition-step));
          animation-delay: calc(41 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(43) {
  -webkit-animation-delay: calc(42 * var(--animation-transition-step));
          animation-delay: calc(42 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(44) {
  -webkit-animation-delay: calc(43 * var(--animation-transition-step));
          animation-delay: calc(43 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(45) {
  -webkit-animation-delay: calc(44 * var(--animation-transition-step));
          animation-delay: calc(44 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(46) {
  -webkit-animation-delay: calc(45 * var(--animation-transition-step));
          animation-delay: calc(45 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(47) {
  -webkit-animation-delay: calc(46 * var(--animation-transition-step));
          animation-delay: calc(46 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(48) {
  -webkit-animation-delay: calc(47 * var(--animation-transition-step));
          animation-delay: calc(47 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(49) {
  -webkit-animation-delay: calc(48 * var(--animation-transition-step));
          animation-delay: calc(48 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(50) {
  -webkit-animation-delay: calc(49 * var(--animation-transition-step));
          animation-delay: calc(49 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(51) {
  -webkit-animation-delay: calc(50 * var(--animation-transition-step));
          animation-delay: calc(50 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(52) {
  -webkit-animation-delay: calc(51 * var(--animation-transition-step));
          animation-delay: calc(51 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(53) {
  -webkit-animation-delay: calc(52 * var(--animation-transition-step));
          animation-delay: calc(52 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(54) {
  -webkit-animation-delay: calc(53 * var(--animation-transition-step));
          animation-delay: calc(53 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(55) {
  -webkit-animation-delay: calc(54 * var(--animation-transition-step));
          animation-delay: calc(54 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(56) {
  -webkit-animation-delay: calc(55 * var(--animation-transition-step));
          animation-delay: calc(55 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(57) {
  -webkit-animation-delay: calc(56 * var(--animation-transition-step));
          animation-delay: calc(56 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(58) {
  -webkit-animation-delay: calc(57 * var(--animation-transition-step));
          animation-delay: calc(57 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(59) {
  -webkit-animation-delay: calc(58 * var(--animation-transition-step));
          animation-delay: calc(58 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(60) {
  -webkit-animation-delay: calc(59 * var(--animation-transition-step));
          animation-delay: calc(59 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(61) {
  -webkit-animation-delay: calc(60 * var(--animation-transition-step));
          animation-delay: calc(60 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(62) {
  -webkit-animation-delay: calc(61 * var(--animation-transition-step));
          animation-delay: calc(61 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(63) {
  -webkit-animation-delay: calc(62 * var(--animation-transition-step));
          animation-delay: calc(62 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(64) {
  -webkit-animation-delay: calc(63 * var(--animation-transition-step));
          animation-delay: calc(63 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(65) {
  -webkit-animation-delay: calc(64 * var(--animation-transition-step));
          animation-delay: calc(64 * var(--animation-transition-step)); }

.graphic_bricks_sequence_component__root[data-animation-type=ordered] rect:nth-child(66) {
  -webkit-animation-delay: calc(65 * var(--animation-transition-step));
          animation-delay: calc(65 * var(--animation-transition-step)); }

@-webkit-keyframes graphic_bricks_sequence_component__brick_show {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes graphic_bricks_sequence_component__brick_show {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@-webkit-keyframes graphic_bricks_sequence_component__brick_hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes graphic_bricks_sequence_component__brick_hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.graphic_bricks_sequence_component__root[data-fill-color=black] {
  fill: black; }

.graphic_bricks_sequence_component__root[data-fill-color=white] {
  fill: white; }

.graphic_bricks_sequence_component__root[data-fill-color=red] {
  fill: #fa0000; }

.graphic_bricks_sequence_component__root[data-fill-color=green] {
  fill: lime; }

.graphic_bricks_sequence_component__root[data-fill-color=yellow] {
  fill: #fffa00; }

.graphic_bricks_sequence_component__root[data-fill-color=gray] {
  fill: #afafaf; }

.graphic_bricks_sequence_component__root[data-fill-color=gray-light] {
  fill: #c8c8c8; }

.graphic_bricks_sequence_component__root[data-fill-color=pink] {
  fill: #ff00c8; }

.graphic_bricks_sequence_component__root[data-fill-color=blue-light] {
  fill: #e6ffff; }

.graphic_bricks_sequence_component__root[data-fill-color=orange] {
  fill: #ff6400; }

.graphic_bricks_sequence_component__root[data-fill-color=cyan] {
  fill: #00ffe4; }

.graphic_bricks_sequence_component__root[data-fill-color=norma_2020] {
  fill: #BE00FF; }

.graphic_curtain_component__root {
  width: 100%;
  height: 100%; }

.graphic_curtain_component__root[data-color=black] {
  color: black; }

.graphic_curtain_component__root[data-color=white] {
  color: white; }

.graphic_curtain_component__root[data-color=red] {
  color: #fa0000; }

.graphic_curtain_component__root[data-color=green] {
  color: #05d701; }

.graphic_curtain_component__root[data-color=yellow] {
  color: #fffa00; }

.graphic_curtain_component__root[data-color=gray] {
  color: #afafaf; }

.graphic_curtain_component__root[data-color=gray-light] {
  color: #c8c8c8; }

.graphic_curtain_component__root[data-color=pink] {
  color: #ff00c8; }

.graphic_curtain_component__root[data-color=blue-light] {
  color: #e6ffff; }

.graphic_curtain_component__root[data-color=orange] {
  color: #ff6400; }

.graphic_curtain_component__root[data-color=cyan] {
  color: #00ffe4; }

.graphic_curtain_component__root[data-color=norma_2020] {
  color: #BE00FF; }

.graphic_curtain_component__root[data-transition-type=slide] {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.graphic_curtain_component__root[data-transition-play] {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=default] {
  -webkit-animation-name: graphic_curtain_component__curtain_default;
          animation-name: graphic_curtain_component__curtain_default;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=slide][data-transition-direction=right] {
  -webkit-animation-name: graphic_curtain_component__curtain_slide_right;
          animation-name: graphic_curtain_component__curtain_slide_right;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=slide][data-transition-direction=down] {
  -webkit-animation-name: graphic_curtain_component__curtain_slide_down;
          animation-name: graphic_curtain_component__curtain_slide_down;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=slide][data-transition-direction=left] {
  -webkit-animation-name: graphic_curtain_component__curtain_slide_left;
          animation-name: graphic_curtain_component__curtain_slide_left;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=pour] {
  -webkit-animation-name: graphic_curtain_component__curtain_pour;
          animation-name: graphic_curtain_component__curtain_pour;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.graphic_curtain_component__root[data-transition-type=appear] {
  opacity: 0; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=appear] {
  -webkit-animation-name: graphic_curtain_component__curtain_appear;
          animation-name: graphic_curtain_component__curtain_appear;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

.graphic_curtain_component__root[data-transition-play][data-transition-type=disappear] {
  -webkit-animation-name: graphic_curtain_component__curtain_disappear;
          animation-name: graphic_curtain_component__curtain_disappear;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

@-webkit-keyframes graphic_curtain_component__curtain_default {
  0% { }
  100% { } }

@keyframes graphic_curtain_component__curtain_default {
  0% { }
  100% { } }

@-webkit-keyframes graphic_curtain_component__curtain_slide_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); } }

@keyframes graphic_curtain_component__curtain_slide_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); } }

@-webkit-keyframes graphic_curtain_component__curtain_slide_left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); } }

@keyframes graphic_curtain_component__curtain_slide_left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); } }

@-webkit-keyframes graphic_curtain_component__curtain_slide_down {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); } }

@keyframes graphic_curtain_component__curtain_slide_down {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); } }

@-webkit-keyframes graphic_curtain_component__curtain_appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes graphic_curtain_component__curtain_appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes graphic_curtain_component__curtain_disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes graphic_curtain_component__curtain_disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.graphic_font_change_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%; }

.graphic_font_change_component__root[data-font-change] {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }

.graphic_house_component__root {
  height: 100%;
  width: 100%; }

.graphic_house_component__root[data-fill-color=black] {
  fill: black; }

.graphic_house_component__root[data-fill-color=white] {
  fill: white; }

.graphic_house_component__root[data-fill-color=red] {
  fill: #fa0000; }

.graphic_house_component__root[data-fill-color=green] {
  fill: lime; }

.graphic_house_component__root[data-fill-color=yellow] {
  fill: #fffa00; }

.graphic_house_component__root[data-fill-color=gray] {
  fill: #afafaf; }

.graphic_house_component__root[data-fill-color=gray-light] {
  fill: #c8c8c8; }

.graphic_house_component__root[data-fill-color=pink] {
  fill: #ff00c8; }

.graphic_house_component__root[data-fill-color=blue-light] {
  fill: #e6ffff; }

.graphic_house_component__root[data-fill-color=orange] {
  fill: #ff6400; }

.graphic_house_component__root[data-fill-color=cyan] {
  fill: #00ffe4; }

.graphic_house_component__root[data-fill-color=norma_2020] {
  fill: #BE00FF; }

.graphic_image_component__root {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.graphic_image_component__root img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.graphic_image_component__root[data-hide] {
  display: none; }

.graphic_panel_component__root {
  display: block; }

.graphic_panel_component__root[data-placement=top] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%; }

.graphic_panel_component__root[data-placement=bottom] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; }

.graphic_panel_component__root[data-placement=left] {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }

.graphic_panel_component__root[data-placement=right] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

.graphic_paragraph_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  visibility: hidden;
  margin: 0; }
  @media all and (max-width: 767px) {
    .graphic_paragraph_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .graphic_paragraph_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .graphic_paragraph_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    .graphic_paragraph_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 1681px) {
    .graphic_paragraph_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  .graphic_paragraph_component__root h1 {
  font-style: italic;
  margin-top: 0; }
  .graphic_paragraph_component__root p {
  margin: 0;
  padding: 0; }
  .graphic_paragraph_component__root p:not(:last-child) {
  margin-bottom: 1em; }
  .graphic_paragraph_component__root [data-text-size=xsmall] svg {
  height: 1.25vmin;
  margin-bottom: 0.375vmin; }
  .graphic_paragraph_component__root[data-appear] {
  visibility: visible;
  -webkit-animation-name: graphic_paragraph_component__paragraph_appear;
          animation-name: graphic_paragraph_component__paragraph_appear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }
  .graphic_paragraph_component__root[data-disappear] {
  visibility: hidden;
  -webkit-animation-name: graphic_paragraph_component__paragraph_disappear;
          animation-name: graphic_paragraph_component__paragraph_disappear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }
  @-webkit-keyframes graphic_paragraph_component__paragraph_appear {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
  @keyframes graphic_paragraph_component__paragraph_appear {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
  @-webkit-keyframes graphic_paragraph_component__paragraph_disappear {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }
  @keyframes graphic_paragraph_component__paragraph_disappear {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

.graphic_plato_bauhaus_logo_component__root {
  margin: auto;
  height: 6rem; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=black] {
  fill: black; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=white] {
  fill: white; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=red] {
  fill: #fa0000; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=green] {
  fill: lime; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=yellow] {
  fill: #fffa00; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=gray] {
  fill: #afafaf; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=gray-light] {
  fill: #c8c8c8; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=pink] {
  fill: #ff00c8; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=blue-light] {
  fill: #e6ffff; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=orange] {
  fill: #ff6400; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=cyan] {
  fill: #00ffe4; }

.graphic_plato_bauhaus_logo_component__root[data-fill-color=norma_2020] {
  fill: #BE00FF; }

.graphic_stripe_component__root {
  --duration: 1s;
  position: absolute;
  opacity: 0; }

.graphic_stripe_component__root[data-direction=vertical] {
  top: 4vmin;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: calc(100% - 2 * 4vmin);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }

.graphic_stripe_component__root[data-direction=horizontal] {
  left: 4vmin;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: calc(100% - 2 * 4vmin);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }

.graphic_stripe_component__root[data-direction=vertical][data-width=thin] {
  width: 1vmin; }

.graphic_stripe_component__root[data-direction=vertical][data-width=thick] {
  width: 4vmin; }

.graphic_stripe_component__root[data-direction=horizontal][data-width=thin] {
  height: 1vmin; }

.graphic_stripe_component__root[data-direction=horizontal][data-width=thick] {
  height: 4vmin; }

.graphic_stripe_component__root[data-direction=vertical][data-animation-play] {
  opacity: 1;
  -webkit-animation: var(--duration) graphic_stripe_component__slide_down forwards;
          animation: var(--duration) graphic_stripe_component__slide_down forwards; }

.graphic_stripe_component__root[data-direction=horizontal][data-animation-play] {
  opacity: 1;
  -webkit-animation: var(--duration) graphic_stripe_component__slide_right forwards;
          animation: var(--duration) graphic_stripe_component__slide_right forwards; }

@-webkit-keyframes graphic_stripe_component__slide_down {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes graphic_stripe_component__slide_down {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@-webkit-keyframes graphic_stripe_component__slide_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes graphic_stripe_component__slide_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

.graphic_component__root {
  width: 100%;
  height: 100%; }

.graphic_component__root[data-name=graphic--panel],
.graphic_component__root[data-name=graphic--house] {
  visibility: hidden; }

.graphic_component__root[data-appear][data-name=graphic--panel],
.graphic_component__root[data-appear][data-name=graphic--house] {
  visibility: visible;
  -webkit-animation-name: graphic_component__appear;
          animation-name: graphic_component__appear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@-webkit-keyframes graphic_component__appear {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes graphic_component__appear {
  0% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@media all and (max-width: 767px) {
  .modulor_grid__container {
    padding: 0 0.8rem 0 0.8rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modulor_grid__container {
    padding: 0 1.12rem 0 1.12rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .modulor_grid__container {
    padding: 0 1.26rem 0 1.26rem; } }

@media (min-width: 1200px) {
  .modulor_grid__container {
    padding: 0 1.4rem 0 1.4rem; } }

@media (min-width: 1681px) {
  .modulor_grid__container {
    padding: 0 1.4rem 0 1.4rem; } }

@charset "UTF-8";
.quick_search_results_component__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
  gap: 2em; }
.quick_search_results_component__list > li {
    margin: 0;
    padding: 0; }
.quick_search_results_component__all_results {
  color: inherit;
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
.quick_search_results_component__all_results::after {
    content: '…'; }
.quick_search_results_component__no_results {
  margin-top: 2em; }

.quick_search_results_section_component__root {
  margin: 0; }

.quick_search_results_section_component__header {
  text-transform: lowercase;
  text-align: center; }

@media all and (max-width: 767px) {
    .quick_search_results_section_component__header {
      font-size: 3.2rem;
      line-height: 3.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .quick_search_results_section_component__header {
      font-size: 3.84rem;
      line-height: 4.32rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_results_section_component__header {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1200px) {
    .quick_search_results_section_component__header {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1681px) {
    .quick_search_results_section_component__header {
      font-size: 6.4rem;
      line-height: 7.2rem; } }

.quick_search_results_section_component__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.quick_search_results_section_component__list > li {
    margin: 0;
    padding: 0; }

.quick_search_results_section_component__list li:not(:last-child) {
    margin-bottom: 1em; }

.quick_search_results_section_component__item mark {
  background-color: #fffa00;
  font-style: inherit; }

.quick_search_results_section_component__link {
  color: inherit;
  text-decoration: none;
  display: block; }

.quick_search_results_section_component__details {
  letter-spacing: 0.025em; }

@media all and (max-width: 767px) {
    .quick_search_results_section_component__details {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .quick_search_results_section_component__details {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .quick_search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .quick_search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }

.quick_search_results_section_component__details .day.a,
  .quick_search_results_section_component__details .day.a + .sep {
    display: none; }

.quick_search_results_section_component__date_range .current_year .month.m + .sep,
.quick_search_results_section_component__date_range .current_year .year.Y {
  display: none; }

.quick_search_results_section_component__date_range .date_range:not(.current_year) .current_year .month.m + .sep,
.quick_search_results_section_component__date_range .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.quick_search_results_section_component__date_range .same_year .from .month.m + .sep,
.quick_search_results_section_component__date_range .same_year .from .year.Y {
  display: none; }

.quick_search_results_section_component__date_range .same_year.same_month .from .day.d + .sep,
.quick_search_results_section_component__date_range .same_year.same_month .from .month,
.quick_search_results_section_component__date_range .same_year.same_month .from .month + .sep {
  display: none; }

.quick_search_results_section_component__date .current_year .month.m + .sep,
.quick_search_results_section_component__date .current_year .year.Y {
  display: none; }

.quick_search_results_section_component__date .date_range:not(.current_year) .current_year .month.m + .sep,
.quick_search_results_section_component__date .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.screen_exhibition_screen_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (max-width: 767px) {
    .screen_exhibition_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_exhibition_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_exhibition_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    .screen_exhibition_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 1681px) {
    .screen_exhibition_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  .screen_exhibition_screen_component__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 2fr 1fr; }
  .screen_exhibition_screen_component__header {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .screen_exhibition_screen_component__header {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_exhibition_screen_component__header {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_exhibition_screen_component__header {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 1200px) {
    .screen_exhibition_screen_component__header {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 1681px) {
    .screen_exhibition_screen_component__header {
      font-size: 10vmin;
      line-height: 1.28; } }
  .screen_exhibition_screen_component__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  @media all and (max-width: 767px) {
    .screen_exhibition_screen_component__title {
      font-size: 13vmin;
      line-height: 1.125; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_exhibition_screen_component__title {
      font-size: 13vmin;
      line-height: 1.125; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_exhibition_screen_component__title {
      font-size: 13vmin;
      line-height: 1.125; } }
  @media (min-width: 1200px) {
    .screen_exhibition_screen_component__title {
      font-size: 13vmin;
      line-height: 1.125; } }
  @media (min-width: 1681px) {
    .screen_exhibition_screen_component__title {
      font-size: 13vmin;
      line-height: 1.125; } }
  .screen_exhibition_screen_component__footer {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: right;
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end; }
  @media all and (max-width: 767px) {
    .screen_exhibition_screen_component__footer {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_exhibition_screen_component__footer {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_exhibition_screen_component__footer {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 1200px) {
    .screen_exhibition_screen_component__footer {
      font-size: 10vmin;
      line-height: 1.28; } }
  @media (min-width: 1681px) {
    .screen_exhibition_screen_component__footer {
      font-size: 10vmin;
      line-height: 1.28; } }

.screen_exterior_screen_component__root {
  letter-spacing: 0.01em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (max-width: 767px) {
    .screen_exterior_screen_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_exterior_screen_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_exterior_screen_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    .screen_exterior_screen_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  @media (min-width: 1681px) {
    .screen_exterior_screen_component__root {
      font-size: 4vmin;
      line-height: 1.4; } }
  .screen_exterior_screen_component__layout {
  height: 100%;
  display: grid; }
  .screen_exterior_screen_component__logo {
  text-align: center;
  visility: hidden; }
  .screen_exterior_screen_component__content_container,
.screen_exterior_screen_component__content_container * {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end; }
  .screen_exterior_screen_component__content_container_columns {
  width: 100%;
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: calc(2 * 4vmin);
  grid-column-gap: calc(2 * 4vmin); }

.screen_farma_screen_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.screen_farma_screen_component__root h1 {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  margin-bottom: 1vmin; }

.screen_farma_screen_component__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr; }

.screen_farma_screen_component__root ul {
  margin: 0;
  padding: 0;
  padding-top: 1vmin;
  margin-bottom: 6vmin;
  border-top: 1vmin solid; }

.screen_farma_screen_component__root li {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.screen_farma_screen_component__footer_container {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end; }

.screen_farma_screen_component__footer_container p {
  margin: 0;
  padding: 0; }

.screen_farma_screen_component__footer_container p:not(:last-child) {
  margin-bottom: 1em; }

.screen_history_screen_component__root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.screen_history_screen_component__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: calc(2 * 4vmin); }

.screen_history_screen_component__layout .graphic_paragraph_component__root:not(:last-child) {
    margin-bottom: 1em; }

.screen_house_bricks_screen_component__root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slide_component__root[data-rotate="-90"] .screen_house_bricks_screen_component__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 50% 50%; }

.slide_component__root[data-rotate="0"] .screen_house_bricks_screen_component__layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%; }

.screen_house_bricks_screen_component__bottom_section {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
  height: 100%; }

.screen_information_screen_component__root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.screen_information_screen_component__layout {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: calc(2 * 4vmin);
  grid-column-gap: calc(2 * 4vmin); }

.slide_component__root[data-rotate="-90"] .screen_information_screen_component__layout {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr); }

.screen_visit_also_screen_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (max-width: 767px) {
    .screen_visit_also_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .screen_visit_also_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .screen_visit_also_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 1200px) {
    .screen_visit_also_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  @media (min-width: 1681px) {
    .screen_visit_also_screen_component__root {
      font-size: 6.5vmin;
      line-height: 1.4; } }
  .screen_visit_also_screen_component__layout {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: calc(2 * 4vmin);
  grid-column-gap: calc(2 * 4vmin); }
  .slide_component__root[data-rotate="-90"] .screen_visit_also_screen_component__layout {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr); }
  .screen_visit_also_screen_component__root h1 {
  font-style: italic;
  margin-top: 0;
  text-align: center; }

.screen_component__root {
  position: relative;
  width: 100vw;
  height: 100vh; }

.screen_component__root [data-name="slide"] {
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.screen_component__root [data-name="slide"][current] {
  visibility: visible;
  z-index: 15;
  display: block; }

.screen_component__root [data-name="slide"][next] {
  visibility: visible;
  z-index: 10;
  display: block; }

.screen_component__root :where(h1, h2, h3, h4, h5, h6) {
  font-weight: normal; }

@media all and (max-width: 767px) {
  .screen_component__root [data-text-size=xsmall] {
    font-size: 1.625vmin;
    line-height: 1.43; } }

@media (min-width: 768px) and (max-width: 991px) {
  .screen_component__root [data-text-size=xsmall] {
    font-size: 1.625vmin;
    line-height: 1.43; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .screen_component__root [data-text-size=xsmall] {
    font-size: 1.625vmin;
    line-height: 1.43; } }

@media (min-width: 1200px) {
  .screen_component__root [data-text-size=xsmall] {
    font-size: 1.625vmin;
    line-height: 1.43; } }

@media (min-width: 1681px) {
  .screen_component__root [data-text-size=xsmall] {
    font-size: 1.625vmin;
    line-height: 1.43; } }

.screen_component__root [data-text-size=small] {
  letter-spacing: 0.01em; }

@media all and (max-width: 767px) {
    .screen_component__root [data-text-size=small] {
      font-size: 4vmin;
      line-height: 1.4; } }

@media (min-width: 768px) and (max-width: 991px) {
    .screen_component__root [data-text-size=small] {
      font-size: 4vmin;
      line-height: 1.4; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .screen_component__root [data-text-size=small] {
      font-size: 4vmin;
      line-height: 1.4; } }

@media (min-width: 1200px) {
    .screen_component__root [data-text-size=small] {
      font-size: 4vmin;
      line-height: 1.4; } }

@media (min-width: 1681px) {
    .screen_component__root [data-text-size=small] {
      font-size: 4vmin;
      line-height: 1.4; } }

.screen_component__root [data-text-size=default] {
  letter-spacing: 0.01em; }

@media all and (max-width: 767px) {
    .screen_component__root [data-text-size=default] {
      font-size: 6.5vmin;
      line-height: 1.4; } }

@media (min-width: 768px) and (max-width: 991px) {
    .screen_component__root [data-text-size=default] {
      font-size: 6.5vmin;
      line-height: 1.4; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .screen_component__root [data-text-size=default] {
      font-size: 6.5vmin;
      line-height: 1.4; } }

@media (min-width: 1200px) {
    .screen_component__root [data-text-size=default] {
      font-size: 6.5vmin;
      line-height: 1.4; } }

@media (min-width: 1681px) {
    .screen_component__root [data-text-size=default] {
      font-size: 6.5vmin;
      line-height: 1.4; } }

.screen_component__root [data-text-size=large] {
  letter-spacing: 0.02em; }

@media all and (max-width: 767px) {
    .screen_component__root [data-text-size=large] {
      font-size: 10vmin;
      line-height: 1.28; } }

@media (min-width: 768px) and (max-width: 991px) {
    .screen_component__root [data-text-size=large] {
      font-size: 10vmin;
      line-height: 1.28; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .screen_component__root [data-text-size=large] {
      font-size: 10vmin;
      line-height: 1.28; } }

@media (min-width: 1200px) {
    .screen_component__root [data-text-size=large] {
      font-size: 10vmin;
      line-height: 1.28; } }

@media (min-width: 1681px) {
    .screen_component__root [data-text-size=large] {
      font-size: 10vmin;
      line-height: 1.28; } }

.screen_component__root [data-text-size=xlarge] {
  letter-spacing: -0.02em; }

@media all and (max-width: 767px) {
    .screen_component__root [data-text-size=xlarge] {
      font-size: 13vmin;
      line-height: 1.125; } }

@media (min-width: 768px) and (max-width: 991px) {
    .screen_component__root [data-text-size=xlarge] {
      font-size: 13vmin;
      line-height: 1.125; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .screen_component__root [data-text-size=xlarge] {
      font-size: 13vmin;
      line-height: 1.125; } }

@media (min-width: 1200px) {
    .screen_component__root [data-text-size=xlarge] {
      font-size: 13vmin;
      line-height: 1.125; } }

@media (min-width: 1681px) {
    .screen_component__root [data-text-size=xlarge] {
      font-size: 13vmin;
      line-height: 1.125; } }

.screen_component__root [data-background-color=black] {
  background-color: black; }

.screen_component__root [data-background-color=white] {
  background-color: white; }

.screen_component__root [data-background-color=red] {
  background-color: #fa0000; }

.screen_component__root [data-background-color=green] {
  background-color: #05d701; }

.screen_component__root [data-background-color=yellow] {
  background-color: #fffa00; }

.screen_component__root [data-background-color=gray] {
  background-color: #afafaf; }

.screen_component__root [data-background-color=gray-light] {
  background-color: #c8c8c8; }

.screen_component__root [data-background-color=pink] {
  background-color: #ff00c8; }

.screen_component__root [data-background-color=blue-light] {
  background-color: #e6ffff; }

.screen_component__root [data-background-color=orange] {
  background-color: #ff6400; }

.screen_component__root [data-background-color=cyan] {
  background-color: #00ffe4; }

.screen_component__root [data-background-color=norma_2020] {
  background-color: #BE00FF; }

@charset "UTF-8";
.search_results_section_component__root {
  margin: 0; }
.search_results_section_component__header {
  text-align: center;
  text-transform: lowercase; }
@media all and (max-width: 767px) {
    .search_results_section_component__header {
      font-size: 3.2rem;
      line-height: 3.6rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .search_results_section_component__header {
      font-size: 3.84rem;
      line-height: 4.32rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .search_results_section_component__header {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
@media (min-width: 1200px) {
    .search_results_section_component__header {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
@media (min-width: 1681px) {
    .search_results_section_component__header {
      font-size: 6.4rem;
      line-height: 7.2rem; } }
.search_results_section_component__list {
  list-style: none;
  margin: 0;
  padding: 0; }
.search_results_section_component__list > li {
    margin: 0;
    padding: 0; }
.search_results_section_component__item mark {
  background-color: #fffa00;
  font-style: inherit; }
.search_results_section_component__item:not(:last-child) {
  margin-bottom: 1em; }
.search_results_section_component__link {
  color: inherit;
  text-decoration: none; }
.search_results_section_component__title {
  letter-spacing: 0.02em; }
@media all and (max-width: 767px) {
    .search_results_section_component__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .search_results_section_component__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .search_results_section_component__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
@media (min-width: 1200px) {
    .search_results_section_component__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media (min-width: 1681px) {
    .search_results_section_component__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
.search_results_section_component__body {
  letter-spacing: 0.025em; }
@media all and (max-width: 767px) {
    .search_results_section_component__body {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .search_results_section_component__body {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .search_results_section_component__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1200px) {
    .search_results_section_component__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1681px) {
    .search_results_section_component__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
.search_results_section_component__body em {
    font-style: normal; }
.search_results_section_component__body mark {
    background-color: #fffa00;
    font-style: inherit; }
.search_results_section_component__body span:before {
    content: " … "; }
.search_results_section_component__body span:after {
    content: " … "; }
.search_results_section_component__body span:not(:last-child):after {
    content: ""; }
.search_results_section_component__details {
  letter-spacing: 0.025em; }
@media all and (max-width: 767px) {
    .search_results_section_component__details {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .search_results_section_component__details {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1200px) {
    .search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1681px) {
    .search_results_section_component__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
.search_results_section_component__details .day.a,
  .search_results_section_component__details .day.a + .sep {
    display: none; }
.search_results_section_component__date_time_range .current_year .month.m + .sep,
.search_results_section_component__date_time_range .current_year .year.Y {
  display: none; }
.search_results_section_component__date_time_range .date_range:not(.current_year) .current_year .month.m + .sep,
.search_results_section_component__date_time_range .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }
.search_results_section_component__date_time_range .same_year .from .month.m + .sep,
.search_results_section_component__date_time_range .same_year .from .year.Y {
  display: none; }
.search_results_section_component__date_time_range .same_year.same_month .from .day.d + .sep,
.search_results_section_component__date_time_range .same_year.same_month .from .month,
.search_results_section_component__date_time_range .same_year.same_month .from .month + .sep {
  display: none; }
.search_results_section_component__date_range .current_year .month.m + .sep,
.search_results_section_component__date_range .current_year .year.Y {
  display: none; }
.search_results_section_component__date_range .date_range:not(.current_year) .current_year .month.m + .sep,
.search_results_section_component__date_range .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }
.search_results_section_component__date_range .same_year .from .month.m + .sep,
.search_results_section_component__date_range .same_year .from .year.Y {
  display: none; }
.search_results_section_component__date_range .same_year.same_month .from .day.d + .sep,
.search_results_section_component__date_range .same_year.same_month .from .month,
.search_results_section_component__date_range .same_year.same_month .from .month + .sep {
  display: none; }
.search_results_section_component__date .current_year .month.m + .sep,
.search_results_section_component__date .current_year .year.Y {
  display: none; }
.search_results_section_component__date .date_range:not(.current_year) .current_year .month.m + .sep,
.search_results_section_component__date .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.slide_component__root {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }
  @media all and (max-width: 767px) {
    .slide_component__root {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slide_component__root {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .slide_component__root {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .slide_component__root {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .slide_component__root {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .slide_component__root[data-rotate="-90"] {
  width: 100vh;
  height: 100vw;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
      -ms-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%); }
  .slide_component__slide_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slide_content_component__root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4vmin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slide_content_component__root[data-full-bleed=true] {
  padding: 0; }

.video_component__root {
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.video_component__video {
  width: 100%;
  height: auto; }

.video_component__retain_aspect_ratio {
  height: 0;
  padding-bottom: calc(100% * var(--aspect-ratio));
  position: relative; }

.video_component__retain_aspect_ratio .video_component__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.attachment_instagram_image__responsive {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative; }
  .attachment_instagram_image__responsive img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .attachment_instagram_image__responsive img.lazyloaded {
      background: none; }



.education_program_page__thumbnail {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .education_program_page__thumbnail a {
    display: block;
    border-top: .1rem solid;
    padding-top: .5em; }
  .education_program_page__thumbnail__title {
  font-style: italic; }
  .education_program_page__thumbnail__new_program {
  color: #ff00c8;
  text-transform: lowercase;
  font-style: normal; }
  .education_program_page__thumbnail__description {
  letter-spacing: 0.025em;
  margin-top: 1em; }
  @media all and (max-width: 767px) {
    .education_program_page__thumbnail__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_page__thumbnail__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_page__thumbnail__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .education_program_page__thumbnail__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .education_program_page__thumbnail__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .education_program_page__thumbnail__description p {
    margin: 0;
    padding: 0; }
  .education_program_page__thumbnail__description p:not(:last-child) {
      margin-bottom: 1em; }

.event_page__thumbnail {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }
  .event_page__thumbnail a {
    display: block;
    border-top: .1rem solid;
    padding-top: .5em;
    position: relative; }
  .event_page__thumbnail .event_page__thumbnail__title {
    overflow-wrap: break-word; }
  .event_page__thumbnail .event_page__thumbnail__exception_option {
    color: #ff00c8; }
  .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
  .event_page__thumbnail .event_page__thumbnail__reservation,
  .event_page__thumbnail .event_page__thumbnail__date_time,
  .event_page__thumbnail .event_page__thumbnail__event_type {
    letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
      .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
      .event_page__thumbnail .event_page__thumbnail__reservation,
      .event_page__thumbnail .event_page__thumbnail__date_time,
      .event_page__thumbnail .event_page__thumbnail__event_type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
      .event_page__thumbnail .event_page__thumbnail__reservation,
      .event_page__thumbnail .event_page__thumbnail__date_time,
      .event_page__thumbnail .event_page__thumbnail__event_type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
      .event_page__thumbnail .event_page__thumbnail__reservation,
      .event_page__thumbnail .event_page__thumbnail__date_time,
      .event_page__thumbnail .event_page__thumbnail__event_type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
      .event_page__thumbnail .event_page__thumbnail__reservation,
      .event_page__thumbnail .event_page__thumbnail__date_time,
      .event_page__thumbnail .event_page__thumbnail__event_type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .event_page__thumbnail .event_page__thumbnail__access_for_hearing_loss,
      .event_page__thumbnail .event_page__thumbnail__reservation,
      .event_page__thumbnail .event_page__thumbnail__date_time,
      .event_page__thumbnail .event_page__thumbnail__event_type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .event_page__thumbnail .event_page__thumbnail__reservation {
    text-transform: lowercase; }
  .event_page__thumbnail .event_page__thumbnail__date_time .whole_hour.cs .hours + .sep,
  .event_page__thumbnail .event_page__thumbnail__date_time .whole_hour.cs .minutes.M,
  .event_page__thumbnail .event_page__thumbnail__date_time .whole_hour.cs .minutes + .sep {
    display: none; }
  .event_page__thumbnail .event_page__thumbnail__date_time .whole_hour.en .hours + .sep,
  .event_page__thumbnail .event_page__thumbnail__date_time .whole_hour.en .minutes.M {
    display: none; }
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .cs .year.Y + .sep,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .cs .hours.H,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .cs .hours.H + .sep,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .cs .minutes.M,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .cs .minutes.M + .str {
    display: none; }
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .year.Y + .sep,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .hours.I,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .hours.I + .sep,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .minutes.M,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .minutes.M + .str,
  .event_page__thumbnail[data-hide-time] .event_page__thumbnail__date_time .en .ampm {
    display: none; }
  .event_page__thumbnail .event_page__thumbnail__description {
    letter-spacing: 0.025em;
    margin-top: 1em; }
  @media all and (max-width: 767px) {
      .event_page__thumbnail .event_page__thumbnail__description {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .event_page__thumbnail .event_page__thumbnail__description {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .event_page__thumbnail .event_page__thumbnail__description {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .event_page__thumbnail .event_page__thumbnail__description {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .event_page__thumbnail .event_page__thumbnail__description {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .event_page__thumbnail .event_page__thumbnail__description p {
      margin: 0;
      padding: 0; }
  .event_page__thumbnail .event_page__thumbnail__description p:not(:last-child) {
        margin-bottom: 1em; }
  .event_page__thumbnail[data-exception-option='cancelled'] .event_page__thumbnail__title__html {
    text-decoration: line-through; }
  .event_page__thumbnail__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .event_page__thumbnail__heading .event_page__thumbnail__date_time {
    margin-right: auto; }
  .event_page__thumbnail__heading .event_page__thumbnail__access_for_hearing_loss {
    font-size: 1.2em; }
  .event_page__thumbnail__locations {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.025em;
  margin-top: 1em;
  text-align: right; }
  .event_page__thumbnail__locations > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .event_page__thumbnail__locations {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_page__thumbnail__locations {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_page__thumbnail__locations {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .event_page__thumbnail__locations {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .event_page__thumbnail__locations {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .event_page__thumbnail__location__bauhaus {
  color: #ff00c8; }
  .event_page__thumbnail__in_collaboration_with {
  letter-spacing: 0.025em;
  margin: 0;
  margin-left: calc(50% - .5rem);
  margin-top: 1em;
  padding: 0;
  padding-left: .5em;
  border-left: 1rem solid #00ffe4; }
  @media all and (max-width: 767px) {
    .event_page__thumbnail__in_collaboration_with {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_page__thumbnail__in_collaboration_with {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .event_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .event_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .event_page__thumbnail__in_collaboration_with dt, .event_page__thumbnail__in_collaboration_with dd {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .event_page__thumbnail__in_collaboration_with {
      margin-left: 0; } }
  .event_page__thumbnail[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .event_page__thumbnail[data-identity="1.5"] .event_page__thumbnail__title {
    font-style: italic; }


.exhibition_page__thumbnail a {
  display: inline-block; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__title {
  word-break: break-word; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .current_year .month.m + .sep,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .current_year .year.Y {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .date_range:not(.current_year) .current_year .month.m + .sep,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .day.a,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range .day.a + .sep {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from:before,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until:before {
  margin-right: 0.3em;
  text-transform: lowercase; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from .semantic.from + .date_range_separator,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from .semantic.to {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from .semantic.from.current_year .month.m + .sep,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from .semantic.from.current_year .year.Y {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until .semantic.from,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until .semantic.from + .date_range_separator {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until .semantic.to.current_year .month.m + .sep,
.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until .semantic.to.current_year .year.Y {
  display: none; }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__from:before {
  content: attr(data-from); }

.exhibition_page__thumbnail .exhibition_page__thumbnail__date_range__until:before {
  content: attr(data-until); }

.exhibition_page__thumbnail__without_link {
  color: #afafaf; }

.exhibition_page__thumbnail__in_collaboration_with {
  letter-spacing: 0.025em;
  margin: 0;
  margin-left: calc(50% - .5rem);
  padding: 0;
  padding-left: .5em;
  border-left: 1rem solid #00ffe4; }

@media all and (max-width: 767px) {
    .exhibition_page__thumbnail__in_collaboration_with {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_page__thumbnail__in_collaboration_with {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .exhibition_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .exhibition_page__thumbnail__in_collaboration_with {
      font-size: 1.4rem;
      line-height: 2rem; } }

.exhibition_page__thumbnail__in_collaboration_with dt, .exhibition_page__thumbnail__in_collaboration_with dd {
    margin: 0;
    padding: 0; }



.intervention_page__thumbnail a {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  font-size: 9vw;
  line-height: 1;
  position: relative;
  display: block; }
  .intervention_page__thumbnail a:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }


.news_page__thumbnail {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }
  .news_page__thumbnail a {
    display: block;
    position: relative;
    text-decoration: none;
    border-top: .1rem solid;
    padding-top: .5em; }
  .news_page__thumbnail .news_page__thumbnail__title {
    overflow-wrap: break-word; }
  .news_page__thumbnail[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .news_page__thumbnail[data-identity="1.5"] .news_page__thumbnail__title {
    font-style: italic; }


.news_page__thumbnail__dposted {
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .news_page__thumbnail__dposted {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_page__thumbnail__dposted {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_page__thumbnail__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .news_page__thumbnail__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .news_page__thumbnail__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .news_page__thumbnail__dposted .current_year .month.m + .sep,
  .news_page__thumbnail__dposted .current_year .year.Y {
    display: none; }
  .news_page__thumbnail__dposted .date_range:not(.current_year) .current_year .month.m + .sep,
  .news_page__thumbnail__dposted .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }



.octopus_press_article_page__thumbnail[data-article-type="image"] {
  --number-of-columns: 2; }
  @media all and (max-width: 767px) {
    .octopus_press_article_page__thumbnail[data-article-type="image"] {
      --number-of-columns: 3; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_page__thumbnail[data-article-type="image"] {
      --number-of-columns: 3; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_page__thumbnail[data-article-type="image"] {
      --number-of-columns: 3; } }
  @media (min-width: 1200px) {
    .octopus_press_article_page__thumbnail[data-article-type="image"] {
      --number-of-columns: 3; } }
  @media (min-width: 1681px) {
    .octopus_press_article_page__thumbnail[data-article-type="image"] {
      --number-of-columns: 2; } }
  .octopus_press_article_page__thumbnail[data-article-type="image"] .octopus_press_article_page__thumbnail__container {
    background-color: #afafaf;
    color: black; }
  .octopus_press_article_page__thumbnail[data-article-type="audio"] {
  --number-of-columns: 2; }
  @media all and (max-width: 767px) {
    .octopus_press_article_page__thumbnail[data-article-type="audio"] {
      --number-of-columns: 3; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_page__thumbnail[data-article-type="audio"] {
      --number-of-columns: 3; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_page__thumbnail[data-article-type="audio"] {
      --number-of-columns: 3; } }
  @media (min-width: 1200px) {
    .octopus_press_article_page__thumbnail[data-article-type="audio"] {
      --number-of-columns: 3; } }
  @media (min-width: 1681px) {
    .octopus_press_article_page__thumbnail[data-article-type="audio"] {
      --number-of-columns: 2; } }
  .octopus_press_article_page__thumbnail[data-article-type="audio"] .octopus_press_article_page__thumbnail__container {
    background-color: #afafaf;
    color: black; }
  .octopus_press_article_page__thumbnail[data-article-type="text"] {
  --number-of-columns: 1; }
  @media all and (max-width: 767px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 2; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 2; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 1.5; } }
  @media (min-width: 1200px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 1.5; } }
  @media (min-width: 1681px) {
    .octopus_press_article_page__thumbnail[data-article-type="text"] {
      --number-of-columns: 1; } }
  .octopus_press_article_page__thumbnail[data-article-type="text"] .octopus_press_article_page__thumbnail__container {
    background-color: white;
    color: black; }
  .octopus_press_article_page__thumbnail[data-article-type="video"] {
  --number-of-columns: 3; }
  @media all and (max-width: 767px) {
    .octopus_press_article_page__thumbnail[data-article-type="video"] {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_page__thumbnail[data-article-type="video"] {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_page__thumbnail[data-article-type="video"] {
      --number-of-columns: 5; } }
  @media (min-width: 1200px) {
    .octopus_press_article_page__thumbnail[data-article-type="video"] {
      --number-of-columns: 5.5; } }
  @media (min-width: 1681px) {
    .octopus_press_article_page__thumbnail[data-article-type="video"] {
      --number-of-columns: 4; } }
  .octopus_press_article_page__thumbnail[data-article-type="video"] .octopus_press_article_page__thumbnail__container {
    background-color: black;
    color: white; }
  @media all and (max-width: 767px) {
  .octopus_press_article_page__thumbnail {
    margin: 1.6rem;
    width: calc((100% / 4 - 1.6rem) * var(--number-of-columns) * 1);
    width: calc((100% / 4 - 1.6rem) * var(--number-of-columns) * var(--scale-factor, 1)); } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_page__thumbnail {
    margin: 2.24rem;
    width: calc((100% / 6 - 2.24rem) * var(--number-of-columns) * 1);
    width: calc((100% / 6 - 2.24rem) * var(--number-of-columns) * var(--scale-factor, 1)); } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_page__thumbnail {
    margin: 2.52rem;
    width: calc((100% / 6 - 2.52rem) * var(--number-of-columns) * 1);
    width: calc((100% / 6 - 2.52rem) * var(--number-of-columns) * var(--scale-factor, 1)); } }
  @media (min-width: 1200px) {
  .octopus_press_article_page__thumbnail {
    margin: 2.8rem;
    width: calc((100% / 8 - 2.8rem) * var(--number-of-columns) * 1);
    width: calc((100% / 8 - 2.8rem) * var(--number-of-columns) * var(--scale-factor, 1)); } }
  @media (min-width: 1681px) {
  .octopus_press_article_page__thumbnail {
    margin: 2.8rem;
    width: calc((100% / 8 - 2.8rem) * var(--number-of-columns) * 1);
    width: calc((100% / 8 - 2.8rem) * var(--number-of-columns) * var(--scale-factor, 1)); } }
  .octopus_press_article_page__thumbnail__link_to {
  display: block;
  text-decoration: none;
  color: inherit; }
  .octopus_press_article_page__thumbnail__responsive {
  height: 0;
  display: block;
  position: relative;
  padding-bottom: calc(100% / (1.777));
  padding-bottom: calc(100% / (var(--aspect-ratio, 1.777))); }
  .octopus_press_article_page__thumbnail__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.8rem 2rem 0.1rem rgba(0, 0, 0, 0.58);
          box-shadow: 0 0.8rem 2rem 0.1rem rgba(0, 0, 0, 0.58);
  outline: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .octopus_press_article_page__thumbnail__image {
  display: block;
  width: 100%;
  height: 100%; }

.press_release_page__thumbnail {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }
  .press_release_page__thumbnail a {
    display: block;
    position: relative;
    text-decoration: none;
    border-top: .1rem solid;
    padding-top: .5em; }
  .press_release_page__thumbnail__dposted .day.a,
.press_release_page__thumbnail__dposted .day.a + .sep {
  display: none; }
  .press_release_page__thumbnail__title {
  overflow-wrap: break-word; }
  .press_release_page__thumbnail[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .press_release_page__thumbnail[data-identity="1.5"] .press_release_page__thumbnail__title {
    font-style: italic; }

.project_page__thumbnail a {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  font-size: 9vw;
  line-height: 1;
  position: relative;
  display: block; }
  .project_page__thumbnail a:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }






@media (min-width: 768px) and (max-width: 991px) {
  .announcement_module__content[data-type="open_door"] .announcement_module__header {
    margin-left: -2.24rem;
    margin-right: -2.24rem; }
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      padding-left: 2.24rem;
      padding-right: 2.24rem;
      padding-top: 2.24rem;
      padding-bottom: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .announcement_module__content[data-type="open_door"] .announcement_module__header {
    margin-left: -2.52rem;
    margin-right: -2.52rem; }
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      padding-left: 2.52rem;
      padding-right: 2.52rem;
      padding-top: 2.52rem;
      padding-bottom: 2.52rem; } }

@media (min-width: 1200px) {
  .announcement_module__content[data-type="open_door"] .announcement_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      padding-top: 2.8rem;
      padding-bottom: 2.8rem; } }

@media (min-width: 1681px) {
  .announcement_module__content[data-type="open_door"] .announcement_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      padding-top: 2.8rem;
      padding-bottom: 2.8rem; } }

.announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
  background-color: #fffa00; }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* s */
      margin-left: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* m */
      margin-left: 16.66667%; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* l */
      margin-left: 12.5%; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* xl */
      margin-left: 12.5%; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* s */
      margin-right: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* m */
      margin-right: 16.66667%; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* l */
      margin-right: 12.5%; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__header .announcement_module__container {
      /* xl */
      margin-right: 12.5%; } }

.announcement_module__content[data-type="open_door"] .announcement_module__body {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center; }

@media all and (max-width: 767px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__body {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__body {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__body {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__body {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__body {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.announcement_module__content[data-type="open_door"] .announcement_module__footer {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: right; }

@media all and (max-width: 767px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__footer {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__footer {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__footer {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__footer {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="open_door"] .announcement_module__footer {
      font-size: 2rem;
      line-height: 2.8rem; } }

.announcement_module__content[data-type="open_door"] .announcement_module__related_page {
  color: inherit;
  text-decoration: none; }

.announcement_module__content[data-type="open_door"] .announcement_module__body p,
.announcement_module__content[data-type="open_door"] .announcement_module__footer p {
  margin: 0;
  padding: 0; }

.announcement_module__content[data-type="new_building"] :root {
  --x-position: 50%; }

@media (min-width: 768px) and (max-width: 991px) {
  .announcement_module__content[data-type="new_building"] .announcement_module__header {
    margin-left: -2.24rem;
    margin-right: -2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .announcement_module__content[data-type="new_building"] .announcement_module__header {
    margin-left: -2.52rem;
    margin-right: -2.52rem; } }

@media (min-width: 1200px) {
  .announcement_module__content[data-type="new_building"] .announcement_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

@media (min-width: 1681px) {
  .announcement_module__content[data-type="new_building"] .announcement_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

.announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* s */
      margin-left: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* m */
      margin-left: 16.66667%; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* l */
      margin-left: 12.5%; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* xl */
      margin-left: 12.5%; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* s */
      margin-right: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* m */
      margin-right: 16.66667%; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* l */
      margin-right: 12.5%; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__header .announcement_module__container {
      /* xl */
      margin-right: 12.5%; } }

.announcement_module__content[data-type="new_building"] .announcement_module__body {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  background-color: #fffa00;
  color: lime;
  text-align: center;
  -webkit-clip-path: polygon(0 0, var(--x-position) 0, var(--x-position) 100%, 0 100%);
          clip-path: polygon(0 0, var(--x-position) 0, var(--x-position) 100%, 0 100%); }

@media all and (max-width: 767px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      padding: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      padding: 2.52rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      padding: 2.8rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body {
      padding: 2.8rem; } }

.announcement_module__content[data-type="new_building"] .announcement_module__body_back {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: lime;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

@media all and (max-width: 767px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      padding: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      padding: 2.52rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      padding: 2.8rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__body_back {
      padding: 2.8rem; } }

.announcement_module__content[data-type="new_building"] .announcement_module__footer {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: #ff00c8;
  text-align: left;
  padding: .25em;
  padding-left: 2.8rem;
  padding-right: 2.8rem; }

@media all and (max-width: 767px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__footer {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__footer {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__footer {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__footer {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .announcement_module__content[data-type="new_building"] .announcement_module__footer {
      font-size: 2rem;
      line-height: 2.8rem; } }

.announcement_module__content[data-type="new_building"] .announcement_module__related_page {
  color: inherit;
  text-decoration: none; }

.announcement_module__content[data-type="new_building"] .announcement_module__body p,
.announcement_module__content[data-type="new_building"] .announcement_module__body_back p,
.announcement_module__content[data-type="new_building"] .announcement_module__footer p {
  margin: 0;
  padding: 0; }

@media all and (max-width: 767px) {
  .column_module__content[data-units="8"][data-width="2"] {
    width: 33.33333%; }
  .column_module__content[data-units="8"][data-width="6"] {
    width: 66.66667%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .column_module__content[data-units="8"][data-width="2"] {
    width: 33.33333%; }
  .column_module__content[data-units="8"][data-width="6"] {
    width: 66.66667%; } }



.community_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-style: italic; }
  .community_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .community_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .community_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .community_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .community_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .community_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }


.community_list_module__content {
  background-color: lime; }
  @media all and (max-width: 767px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .community_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }


.community_list_module__heading {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .community_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .community_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .community_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .community_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .community_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.community_list_module__section .community_list_module__heading {
  display: inline; }
  .community_list_module__section .community_list_module__heading:after {
    content: " "; }
  .community_list_module__section .community_list_module__thumbnails {
  display: contents; }

@charset "UTF-8";
.community_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
.community_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
.community_list_module__thumbnails .community_page__thumbnail {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    display: inline;
    font-style: italic; }
@media all and (max-width: 767px) {
      .community_list_module__thumbnails .community_page__thumbnail {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
      .community_list_module__thumbnails .community_page__thumbnail {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
      .community_list_module__thumbnails .community_page__thumbnail {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
@media (min-width: 1200px) {
      .community_list_module__thumbnails .community_page__thumbnail {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
@media (min-width: 1681px) {
      .community_list_module__thumbnails .community_page__thumbnail {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
.community_list_module__thumbnails .community_page__thumbnail:not(:last-child):after {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal;
      content: " • "; }
.community_list_module__thumbnails .community_page__thumbnail a {
      text-decoration: none;
      color: black; }
.community_list_module__thumbnails .community_page__thumbnail a:hover {
        font-style: normal; }


.education_program_header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .education_program_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }

.education_program_header_module__link_to__parent {
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 0.5em; }
  .education_program_header_module__link_to__parent:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_header_module__link_to__parent {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_header_module__link_to__parent {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_header_module__link_to__parent {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .education_program_header_module__link_to__parent a {
    color: black;
    text-decoration: none; }
  .education_program_header_module__link_to__parent a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }

@media all and (max-width: 767px) {
  .education_program_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .education_program_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .education_program_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .education_program_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .education_program_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.education_program_header_module__sidebar_preview .education_program_sidebar_module__content {
  padding: 0; }

.education_program_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-style: italic; }
  .education_program_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .education_program_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .education_program_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.education_program_header_module__type {
  margin: 0;
  padding: 0;
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  display: inline-block; }
  .education_program_header_module__type:not(:last-child) {
    margin-bottom: 1em; }

.education_program_list_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: lime; }
  @media all and (max-width: 767px) {
    .education_program_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .education_program_list_module__content a {
    text-decoration: none;
    color: inherit; }
  @media all and (max-width: 767px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }

.education_program_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0; }
  .education_program_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .education_program_list_module__heading:not(:last-child) {
    margin-bottom: 0; }
  .education_program_list_module__heading a:hover {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal; }
  .education_program_list_module__heading a:hover:after {
      content: " \2192"; }

.education_program_list_module__note {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .education_program_list_module__note p {
    margin: 0;
    padding: 0; }
  .education_program_list_module__note p:not(:last-child) {
      margin-bottom: 1em; }

@media all and (max-width: 767px) {
  .education_program_list_module__section:not(:last-child) {
    margin-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .education_program_list_module__section:not(:last-child) {
    margin-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .education_program_list_module__section:not(:last-child) {
    margin-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .education_program_list_module__section:not(:last-child) {
    margin-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .education_program_list_module__section:not(:last-child) {
    margin-bottom: 5.6rem; } }

@media all and (max-width: 767px) {
  .education_program_list_module__subsection:not(:last-child) {
    margin-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .education_program_list_module__subsection:not(:last-child) {
    margin-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .education_program_list_module__subsection:not(:last-child) {
    margin-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .education_program_list_module__subsection:not(:last-child) {
    margin-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .education_program_list_module__subsection:not(:last-child) {
    margin-bottom: 5.6rem; } }

.education_program_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em; }
  .education_program_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  .education_program_list_module__thumbnails .education_program_page__thumbnail__location {
    display: none; }
  @media all and (max-width: 767px) {
    .education_program_list_module__thumbnails {
      margin-left: -3.2rem;
      margin-bottom: -2em; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 3.2rem;
        vertical-align: top; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__thumbnails {
      margin-left: -4.48rem;
      margin-bottom: -2em; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 4.48rem;
        vertical-align: top; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__thumbnails {
      margin-left: -5.04rem;
      margin-bottom: -2em; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.04rem;
        vertical-align: top; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .education_program_list_module__thumbnails {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .education_program_list_module__thumbnails {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .education_program_list_module__thumbnails .education_program_page__thumbnail {
        display: inline-block; } }
  @media all and (max-width: 767px) {
    .education_program_list_module__thumbnails .education_program_page__thumbnail {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__thumbnails .education_program_page__thumbnail {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__thumbnails .education_program_page__thumbnail {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .education_program_list_module__thumbnails .education_program_page__thumbnail {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .education_program_list_module__thumbnails .education_program_page__thumbnail {
      /* xl */
      width: 25%; } }

.education_program_list_module__section__group_key {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: right;
  text-transform: lowercase; }
  .education_program_list_module__section__group_key:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_list_module__section__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__section__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__section__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__section__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__section__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .education_program_list_module__section__group_key:not(:last-child) {
    margin-bottom: 0; }

.education_program_list_module__subsection__group_key {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-style: italic; }
  .education_program_list_module__subsection__group_key:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_list_module__subsection__group_key {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__subsection__group_key {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__subsection__group_key {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__subsection__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__subsection__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .education_program_list_module__subsection__group_key:not(:last-child) {
    margin-bottom: 0; }

.education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .education_program_list_module__content[data-view-option='all'] .education_program_list_module__subsection__group_key {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
  .education_program_list_module__content[data-view-option='all'] .education_program_list_module__thumbnails .education_program_page__thumbnail {
    width: 100%; } }


.education_program_sidebar_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .education_program_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .education_program_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .education_program_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .education_program_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .education_program_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .education_program_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .education_program_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .education_program_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .education_program_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .education_program_sidebar_module__content em, .education_program_sidebar_module__content i {
    font-style: normal; }
  .education_program_sidebar_module__content strong, .education_program_sidebar_module__content b {
    font-weight: normal; }
  .education_program_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  .education_program_sidebar_module__content .education_program_sidebar_module__new_program + .education_program_sidebar_module__event_details {
    margin-top: 1em; }

@media all and (max-width: 767px) {
  .education_program_sidebar_module__event_details {
    overflow-wrap: break-word; } }

.education_program_sidebar_module__location {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }

.education_program_sidebar_module__location__label {
  margin: 0;
  padding: 0; }

.education_program_sidebar_module__location__value {
  margin: 0;
  padding: 0; }

.education_program_sidebar_module__locations {
  list-style: none;
  margin: 0;
  padding: 0; }

.education_program_sidebar_module__locations > li {
    margin: 0;
    padding: 0; }

.education_program_sidebar_module__location__link {
  color: inherit;
  text-decoration: none; }

.education_program_sidebar_module__location__plato {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: #ff00c8; }

.education_program_sidebar_module__location__bauhaus {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: lime; }

.education_program_sidebar_module__nav__item {
  letter-spacing: 0.02em;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  @media all and (max-width: 767px) {
    .education_program_sidebar_module__nav__item {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_sidebar_module__nav__item {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_sidebar_module__nav__item {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .education_program_sidebar_module__nav__item {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .education_program_sidebar_module__nav__item {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .education_program_sidebar_module__nav__item a {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    background: none;
    color: black;
    text-decoration: none; }

.education_program_sidebar_module__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  .education_program_sidebar_module__nav > li {
    margin: 0;
    padding: 0; }
  .education_program_sidebar_module__nav .education_program_sidebar_module__nav__item {
    display: inline-block; }
  .education_program_sidebar_module__nav .education_program_sidebar_module__nav__item:not(:last-child) {
      margin-right: .25em; }

.education_program_sidebar_module__new_program {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #ff00c8;
  text-transform: lowercase;
  margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .education_program_sidebar_module__new_program {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .education_program_sidebar_module__new_program {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .education_program_sidebar_module__new_program {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .education_program_sidebar_module__new_program {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .education_program_sidebar_module__new_program {
      font-size: 2rem;
      line-height: 2.8rem; } }

.email_signature_module__body {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .email_signature_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .email_signature_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .email_signature_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .email_signature_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .email_signature_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .email_signature_module__body {
      /* xs */
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .email_signature_module__body {
      /* s */
      width: 66.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .email_signature_module__body {
      /* m */
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .email_signature_module__body {
      /* l */
      width: 50%; } }
  @media (min-width: 1681px) {
    .email_signature_module__body {
      /* xl */
      width: 50%; } }
  .email_signature_module__body p {
    margin: 0;
    padding: 0; }
  .email_signature_module__body p:not(:last-child) {
      margin-bottom: 1em; }
  .email_signature_module__body em, .email_signature_module__body i {
    font-style: normal; }
  .email_signature_module__body strong, .email_signature_module__body b {
    font-weight: normal; }
  .email_signature_module__body a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  .email_signature_module__body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .email_signature_module__body ul > li {
      margin: 0;
      padding: 0; }
  .email_signature_module__body ul:not(:last-child) {
      margin-bottom: 1em; }
  .email_signature_module__body p + ul {
    margin-top: -1em; }


@media all and (max-width: 767px) {
  .email_signature_module__columns {
    margin-left: -3.2rem;
    margin-bottom: -3.92rem; }
    .email_signature_module__columns .email_signature_module__col {
      margin-bottom: 3.92rem;
      padding-left: 3.2rem;
      vertical-align: top; }
    .email_signature_module__columns .email_signature_module__col {
      display: inline-block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .email_signature_module__columns {
    margin-left: -4.48rem;
    margin-bottom: -4.48rem; }
    .email_signature_module__columns .email_signature_module__col {
      margin-bottom: 4.48rem;
      padding-left: 4.48rem;
      vertical-align: top; }
    .email_signature_module__columns .email_signature_module__col {
      display: inline-block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .email_signature_module__columns {
    margin-left: -5.04rem;
    margin-bottom: -5.04rem; }
    .email_signature_module__columns .email_signature_module__col {
      margin-bottom: 5.04rem;
      padding-left: 5.04rem;
      vertical-align: top; }
    .email_signature_module__columns .email_signature_module__col {
      display: inline-block; } }

@media (min-width: 1200px) {
  .email_signature_module__columns {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .email_signature_module__columns .email_signature_module__col {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .email_signature_module__columns .email_signature_module__col {
      display: inline-block; } }

@media (min-width: 1681px) {
  .email_signature_module__columns {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .email_signature_module__columns .email_signature_module__col {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .email_signature_module__columns .email_signature_module__col {
      display: inline-block; } }

@media all and (max-width: 767px) {
  .email_signature_module__columns .email_signature_module__col {
    /* xs */
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .email_signature_module__columns .email_signature_module__col {
    /* s */
    width: 66.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .email_signature_module__columns .email_signature_module__col {
    /* m */
    width: 66.66667%; } }

@media (min-width: 1200px) {
  .email_signature_module__columns .email_signature_module__col {
    /* l */
    width: 50%; } }

@media (min-width: 1681px) {
  .email_signature_module__columns .email_signature_module__col {
    /* xl */
    width: 50%; } }

@media all and (max-width: 767px) {
  .email_signature_module__content .email_signature_module__body + .email_signature_module__signature_form,
  .email_signature_module__content .email_signature_module__signature_form + .email_signature_module__columns {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .email_signature_module__content .email_signature_module__body + .email_signature_module__signature_form,
  .email_signature_module__content .email_signature_module__signature_form + .email_signature_module__columns {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .email_signature_module__content .email_signature_module__body + .email_signature_module__signature_form,
  .email_signature_module__content .email_signature_module__signature_form + .email_signature_module__columns {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .email_signature_module__content .email_signature_module__body + .email_signature_module__signature_form,
  .email_signature_module__content .email_signature_module__signature_form + .email_signature_module__columns {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .email_signature_module__content .email_signature_module__body + .email_signature_module__signature_form,
  .email_signature_module__content .email_signature_module__signature_form + .email_signature_module__columns {
    margin-top: 5.6rem; } }


.email_signature_module__heading {
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #aaaaaa; }
  .email_signature_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 1023px) {
    .email_signature_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .email_signature_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .email_signature_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .email_signature_module__heading {
      font-size: 1.4rem;
      line-height: 1.6rem; } }

.email_signature_module__signature_form .modulor_form {
  background-color: whitesmoke;
  margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .email_signature_module__signature_form .modulor_form {
      padding: 1rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .email_signature_module__signature_form .modulor_form {
      padding: 1rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .email_signature_module__signature_form .modulor_form {
      padding: 1rem; } }
  @media (min-width: 1200px) {
    .email_signature_module__signature_form .modulor_form {
      padding: 1rem; } }
  @media (min-width: 1681px) {
    .email_signature_module__signature_form .modulor_form {
      padding: 1rem; } }
  .email_signature_module__signature_form .modulor_form div.input {
    padding-bottom: 0; }
  .email_signature_module__signature_form .modulor_form fieldset {
    border: 0;
    padding: 0; }

@media all and (max-width: 1023px) {
  .email_signature_module__signature_html {
    font-size: 1.4rem;
    line-height: 1.6rem; } }

@media (min-width: 1024px) and (max-width: 1679px) {
  .email_signature_module__signature_html {
    font-size: 1.4rem;
    line-height: 1.6rem; } }

@media (min-width: 1680px) and (max-width: 1919px) {
  .email_signature_module__signature_html {
    font-size: 1.4rem;
    line-height: 1.6rem; } }

@media all and (min-width: 1920px) {
  .email_signature_module__signature_html {
    font-size: 1.4rem;
    line-height: 1.6rem; } }

.email_signature_module__signature_html .email_signature_module__signature_html__result {
  font-family: "Menlo", "Courier New", "Courier", monospace;
  font-size: 0.85em;
  letter-spacing: 0;
  white-space: normal; }

.email_signature_module__signature_preview {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0; }
  @media all and (max-width: 1023px) {
    .email_signature_module__signature_preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .email_signature_module__signature_preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 1680px) and (max-width: 1919px) {
    .email_signature_module__signature_preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media all and (min-width: 1920px) {
    .email_signature_module__signature_preview {
      font-size: 1.4rem;
      line-height: 1.6rem; } }


.event_header_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .event_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-identity="1.5"] .event_header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.education_program_header_module__type__location {
  text-transform: lowercase; }

.event_header_module__event_type {
  margin: 0;
  padding: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  display: inline-block;
  white-space: nowrap; }
  .event_header_module__event_type:not(:last-child) {
    margin-bottom: 1em; }
  [data-identity="1.5"] .event_header_module__event_type {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }

.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .year.Y + .sep,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .hours.H,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .hours.H + .sep,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .minutes.M,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .minutes.M + .str {
  display: none; }

.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .year.Y + .sep,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .hours.I,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .hours.I + .sep,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .minutes.M,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .minutes.M + .str,
.event_header_module[data-hide-time] .event_sidebar_module__expanded_occurrences .en .ampm {
  display: none; }

.event_header_module__link_to__parent {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 0.5em; }
  .event_header_module__link_to__parent:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .event_header_module__link_to__parent {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_header_module__link_to__parent {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_header_module__link_to__parent {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .event_header_module__link_to__parent a {
    color: black;
    text-decoration: none; }
  .event_header_module__link_to__parent a:hover {
      font-family: 'Plato Text', sans-serif;
      font-weight: normal; }
  [data-identity="1.5"] .event_header_module__link_to__parent {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
  .event_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .event_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .event_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .event_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .event_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.event_header_module__sidebar_preview .event_sidebar_module__content {
  padding: 0; }

.event_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  overflow-wrap: break-word; }
  .event_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .event_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  [data-exception-option="cancelled"] .event_header_module__title {
    text-decoration: line-through; }
  [data-identity="1.5"] .event_header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic; }

.event_list_header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .event_list_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_list_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_list_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }

@charset "UTF-8";
.event_list_header_module__current_tag {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black;
  cursor: pointer;
  margin: 0;
  padding: 0; }
@media all and (max-width: 767px) {
    .event_list_header_module__current_tag {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__current_tag {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__current_tag {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
@media (min-width: 1200px) {
    .event_list_header_module__current_tag {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
@media (min-width: 1681px) {
    .event_list_header_module__current_tag {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
.event_list_header_module__current_tag:after {
    content: " …"; }
.event_list_header_module__current_tag:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

.event_list_header_module__dropdown_tags .event_list_header_module__tags {
  display: none; }

.event_list_header_module__dropdown_tags[aria-expanded="true"] .event_list_header_module__current_tag {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.event_list_header_module__dropdown_tags[aria-expanded="true"] .event_list_header_module__tags {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.event_list_header_module__events_page {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    .event_list_header_module__events_page {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__events_page {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__events_page {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_header_module__events_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_header_module__events_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_header_module__events_page a {
    color: black;
    text-decoration: none; }
  .event_list_header_module__events_page a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }


.event_list_header_module__header {
  position: relative;
  z-index: 1;
  text-align: center; }
  .event_list_header_module__header .event_list_header_module__title,
  .event_list_header_module__header .event_list_header_module__events_page {
    display: inline; }

@charset "UTF-8";
.event_list_header_module__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  background-color: black;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: .5em;
  padding-top: 1em;
  padding-bottom: 1em; }
.event_list_header_module__tags > li {
    margin: 0;
    padding: 0; }
@media all and (max-width: 767px) {
    .event_list_header_module__tags {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__tags {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__tags {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
@media (min-width: 1200px) {
    .event_list_header_module__tags {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media (min-width: 1681px) {
    .event_list_header_module__tags {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
.event_list_header_module__tag {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
@media all and (max-width: 767px) {
    .event_list_header_module__tag {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__tag {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__tag {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
@media (min-width: 1200px) {
    .event_list_header_module__tag {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media (min-width: 1681px) {
    .event_list_header_module__tag {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
.event_list_header_module__tag a {
    color: #fffa00;
    text-decoration: none; }
[data-past] .event_list_header_module__tag a {
      color: #afafaf; }
.event_list_header_module__tag a:after {
      color: black;
      content: " …"; }
.event_list_header_module__tag a:hover {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
.event_list_header_module__tag a:hover:after {
        color: #fffa00; }
[data-past] .event_list_header_module__tag a:hover:after {
          color: #afafaf; }
.event_list_header_module__tag__is_current {
  display: none; }

.event_list_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-transform: lowercase; }
  .event_list_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .event_list_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }


.event_list_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: #fffa00; }
  @media all and (max-width: 767px) {
    .event_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .event_list_module__content a {
    text-decoration: none;
    color: black; }
  @media all and (max-width: 767px) {
    .event_list_module__content .event_list_module__heading + .event_list_module__event_pages,
    .event_list_module__content .event_list_module__subheading + .event_list_module__event_pages {
      margin-top: 1.68rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content .event_list_module__heading + .event_list_module__event_pages,
    .event_list_module__content .event_list_module__subheading + .event_list_module__event_pages {
      margin-top: 1.96rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content .event_list_module__heading + .event_list_module__event_pages,
    .event_list_module__content .event_list_module__subheading + .event_list_module__event_pages {
      margin-top: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content .event_list_module__heading + .event_list_module__event_pages,
    .event_list_module__content .event_list_module__subheading + .event_list_module__event_pages {
      margin-top: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content .event_list_module__heading + .event_list_module__event_pages,
    .event_list_module__content .event_list_module__subheading + .event_list_module__event_pages {
      margin-top: 2.8rem; } }
  @media all and (max-width: 767px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  .exhibition_group_header_module + .event_list_module__content,
.exhibition_header_module + .event_list_module__content,
.event_header_module + .event_list_module__content {
  background: none; }
  @media all and (max-width: 767px) {
    .exhibition_group_header_module + .event_list_module__content,
    .exhibition_header_module + .event_list_module__content,
    .event_header_module + .event_list_module__content {
      margin-top: -3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module + .event_list_module__content,
    .exhibition_header_module + .event_list_module__content,
    .event_header_module + .event_list_module__content {
      margin-top: -4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module + .event_list_module__content,
    .exhibition_header_module + .event_list_module__content,
    .event_header_module + .event_list_module__content {
      margin-top: -5.04rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module + .event_list_module__content,
    .exhibition_header_module + .event_list_module__content,
    .event_header_module + .event_list_module__content {
      margin-top: -5.6rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module + .event_list_module__content,
    .exhibition_header_module + .event_list_module__content,
    .event_header_module + .event_list_module__content {
      margin-top: -5.6rem; } }
  .exhibition_group_header_module + .event_list_module__content .event_list_module__heading,
  .exhibition_header_module + .event_list_module__content .event_list_module__heading,
  .event_header_module + .event_list_module__content .event_list_module__heading {
    display: none; }
  .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
  .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
  .event_header_module + .event_list_module__content .event_list_module__subheading {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
      .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
      .event_header_module + .event_list_module__content .event_list_module__subheading {
        font-size: 1.68rem;
        line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
      .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
      .event_header_module + .event_list_module__content .event_list_module__subheading {
        font-size: 1.96rem;
        line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
      .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
      .event_header_module + .event_list_module__content .event_list_module__subheading {
        font-size: 2.52rem;
        line-height: 3.24rem; } }
  @media (min-width: 1200px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
      .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
      .event_header_module + .event_list_module__content .event_list_module__subheading {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  @media (min-width: 1681px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__subheading,
      .exhibition_header_module + .event_list_module__content .event_list_module__subheading,
      .event_header_module + .event_list_module__content .event_list_module__subheading {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
  .exhibition_header_module + .event_list_module__content .event_list_module__nav,
  .event_header_module + .event_list_module__content .event_list_module__nav {
    letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
      .exhibition_header_module + .event_list_module__content .event_list_module__nav,
      .event_header_module + .event_list_module__content .event_list_module__nav {
        font-size: 1.68rem;
        line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
      .exhibition_header_module + .event_list_module__content .event_list_module__nav,
      .event_header_module + .event_list_module__content .event_list_module__nav {
        font-size: 1.96rem;
        line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
      .exhibition_header_module + .event_list_module__content .event_list_module__nav,
      .event_header_module + .event_list_module__content .event_list_module__nav {
        font-size: 2.52rem;
        line-height: 3.24rem; } }
  @media (min-width: 1200px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
      .exhibition_header_module + .event_list_module__content .event_list_module__nav,
      .event_header_module + .event_list_module__content .event_list_module__nav {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  @media (min-width: 1681px) {
      .exhibition_group_header_module + .event_list_module__content .event_list_module__nav,
      .exhibition_header_module + .event_list_module__content .event_list_module__nav,
      .event_header_module + .event_list_module__content .event_list_module__nav {
        font-size: 2.8rem;
        line-height: 3.6rem; } }

@media all and (max-width: 767px) {
  .event_list_module__event_pages {
    margin-left: -3.2rem;
    margin-bottom: -3.92rem; }
    .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 3.92rem;
      padding-left: 3.2rem;
      vertical-align: top; }
    .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__event_pages {
    margin-left: -4.48rem;
    margin-bottom: -4.48rem; }
    .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 4.48rem;
      padding-left: 4.48rem;
      vertical-align: top; }
    .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__event_pages {
    margin-left: -5.04rem;
    margin-bottom: -5.04rem; }
    .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 5.04rem;
      padding-left: 5.04rem;
      vertical-align: top; }
    .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }

@media (min-width: 1200px) {
  .event_list_module__event_pages {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }

@media (min-width: 1681px) {
  .event_list_module__event_pages {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }

.event_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: lowercase; }
  .event_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .event_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
    .event_list_module__heading:not(:last-child) {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__heading:not(:last-child) {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__heading:not(:last-child) {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .event_list_module__heading:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__heading:not(:last-child) {
      margin-bottom: 5.6rem; } }
  .event_list_module__heading a {
    color: inherit;
    display: inline-block;
    text-decoration: none; }
  .event_list_module__heading a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }

.event_list_module__nav {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  right: 0; }
  @media all and (max-width: 767px) {
    .event_list_module__nav {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__nav {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__nav {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__nav__arrow_prev,
.event_list_module__nav__arrow_next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .event_list_module__nav__arrow_prev__inactive,
.event_list_module__nav__arrow_next__inactive {
  visibility: hidden; }

.event_list_module__section {
  position: relative; }

.event_list_module__subheading {
  all: unset;
  display: block;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__subheading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__subheading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__subheading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__subheading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__subheading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__subheading a:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

.event_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .event_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.a,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.a + .sep {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d + .sep {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d + .sep,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .month.m,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .month.m + .sep {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .month.m + .sep,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .year.Y,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .year.Y + .sep {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .month.m + .sep,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .year.Y {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range .cs.from .minutes.M + .str {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .year.Y + .sep {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range.same_meridian .en.from .minutes.M + .sep,
  .event_list_module__thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range.same_meridian .en.from .ampm {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail .date_queries__event {
    display: none; }
  .event_list_module__thumbnails .event_page__thumbnail:not(:last-child) {
    margin-bottom: 1em; }

.event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-group-option="day"] .event_list_module__section__group_key__day {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
  margin-top: 1em; }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__section__day:not(:last-child) {
    padding-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__section__day:not(:last-child) {
    padding-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__section__day:not(:last-child) {
    padding-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__section__day:not(:last-child) {
    padding-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__section__day:not(:last-child) {
    padding-bottom: 5.6rem; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
    margin-left: -3.2rem;
    margin-bottom: -3.92rem; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      margin-bottom: 3.92rem;
      padding-left: 3.2rem;
      vertical-align: top; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
    margin-left: -4.48rem;
    margin-bottom: -4.48rem; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      margin-bottom: 4.48rem;
      padding-left: 4.48rem;
      vertical-align: top; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
    margin-left: -5.04rem;
    margin-bottom: -5.04rem; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      margin-bottom: 5.04rem;
      padding-left: 5.04rem;
      vertical-align: top; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails {
    margin-left: -5.6rem;
    margin-bottom: -5.6rem; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      margin-bottom: 5.6rem;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__content[data-group-option="day"] .event_list_module__thumbnails .event_page__thumbnail {
      display: inline-block; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="day"] .event_page__thumbnail {
    /* xs */
    width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="day"] .event_page__thumbnail {
    /* s */
    width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="day"] .event_page__thumbnail {
    /* m */
    width: 33.33333%; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="day"] .event_page__thumbnail {
    /* l */
    width: 25%; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="day"] .event_page__thumbnail {
    /* xl */
    width: 25%; } }

.event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-group-option="month"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .event_list_module__content[data-group-option="month"] .event_list_module__event_pages {
  margin-top: 1em; }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__day {
    /* xs */
    width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__day {
    /* s */
    width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__day {
    /* m */
    width: 33.33333%; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__day {
    /* l */
    width: 25%; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__day {
    /* xl */
    width: 25%; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__month:not(:last-child) {
    padding-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__month:not(:last-child) {
    padding-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__month:not(:last-child) {
    padding-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__month:not(:last-child) {
    padding-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="month"] .event_list_module__section__month:not(:last-child) {
    padding-bottom: 5.6rem; } }

.event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-group-option="none"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="none"] .event_list_module__section__day {
    /* xs */
    width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="none"] .event_list_module__section__day {
    /* s */
    width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="none"] .event_list_module__section__day {
    /* m */
    width: 33.33333%; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="none"] .event_list_module__section__day {
    /* l */
    width: 25%; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="none"] .event_list_module__section__day {
    /* xl */
    width: 25%; } }

.event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-group-option="week"] .event_list_module__section__group_key__day {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .event_list_module__content[data-group-option="week"] .event_list_module__event_pages {
  margin-top: 1em; }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__day {
    /* xs */
    width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__day {
    /* s */
    width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__day {
    /* m */
    width: 33.33333%; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__day {
    /* l */
    width: 25%; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__day {
    /* xl */
    width: 25%; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__week:not(:last-child) {
    padding-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__week:not(:last-child) {
    padding-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__week:not(:last-child) {
    padding-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__week:not(:last-child) {
    padding-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-group-option="week"] .event_list_module__section__week:not(:last-child) {
    padding-bottom: 5.6rem; } }

.event_list_module__section__group_key {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .event_list_module__section__group_key:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .event_list_module__section__group_key {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__section__group_key {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__section__group_key {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_list_module__section__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_list_module__section__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .event_list_module__section__group_key:not(:last-child) {
    margin-bottom: 0; }
  .event_list_module__section__group_key__day .current_year .month.m + .sep,
.event_list_module__section__group_key__day .current_year .year.Y {
  display: none; }
  .event_list_module__section__group_key__day .date_range:not(.current_year) .current_year .month.m + .sep,
.event_list_module__section__group_key__day .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }
  .event_list_module__section__group_key__day .same_year .from .month.m + .sep,
.event_list_module__section__group_key__day .same_year .from .year.Y {
  display: none; }
  .event_list_module__section__group_key__day .same_year.same_month .from .day.d + .sep,
.event_list_module__section__group_key__day .same_year.same_month .from .month,
.event_list_module__section__group_key__day .same_year.same_month .from .month + .sep {
  display: none; }
  .event_list_module__section__group_key__day[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .event_list_module__section__group_key__week {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__section__group_key__week {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__section__group_key__week {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__section__group_key__week {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__section__group_key__week {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__section__group_key__week {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__section__group_key__week[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .event_list_module__section__group_key__month {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__section__group_key__month {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__section__group_key__month {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__section__group_key__month {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__section__group_key__month {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__section__group_key__month {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__section__group_key__month .event_list_module__group_key__year {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  .event_list_module__section__group_key__month[data-identity="1.5"] {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .event_list_module__section__group_key__month[data-identity="1.5"] {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__section__group_key__month[data-identity="1.5"] {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__section__group_key__month[data-identity="1.5"] {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .event_list_module__section__group_key__month[data-identity="1.5"] {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .event_list_module__section__group_key__month[data-identity="1.5"] {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .event_list_module__section__group_key__month[data-identity="1.5"] .event_list_module__group_key__year {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }
  .event_list_module__section__group_key__month[data-identity="1.5"] .event_list_module__section__group_key__week {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }

.event_list_module__content[data-time-option="past"] {
  background-color: #afafaf; }
  .event_list_module__content[data-time-option="past"] .date_queries {
    display: none; }


.event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
  position: relative;
  bottom: auto;
  bottom: initial; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.52rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  @media all and (max-width: 767px) {
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages {
    margin-left: -3.2rem;
    margin-bottom: 0; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 0;
      padding-left: 3.2rem;
      vertical-align: top; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages {
    margin-left: -4.48rem;
    margin-bottom: 0; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 0;
      padding-left: 4.48rem;
      vertical-align: top; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages {
    margin-left: -5.04rem;
    margin-bottom: 0; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 0;
      padding-left: 5.04rem;
      vertical-align: top; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }
  @media (min-width: 1200px) {
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }
  @media (min-width: 1681px) {
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .event_list_module__section__day {
      display: inline-block; } }
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages:focus {
  outline: 0; }
  .event_list_module__content[data-view-option="carousel"] .event_list_module__event_pages .flickity-viewport:focus {
  outline: 0; }
  .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  display: inline-block; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      /* xl */
      width: 25%; } }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      padding-left: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      padding-left: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      padding-left: 5.04rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      padding-left: 5.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more {
      padding-left: 5.6rem; } }
  .event_list_module__content[data-view-option="carousel"] .event_list_module__link_to__more a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }

.event_list_module__content[data-view-option="current_past"] {
  background: none;
  padding: 0; }
  @media all and (max-width: 767px) {
    .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past {
      padding: 1.6rem;
      padding-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past {
      padding: 2.24rem;
      padding-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past {
      padding: 2.52rem;
      padding-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past {
      padding: 2.8rem;
      padding-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past {
      padding: 2.8rem;
      padding-bottom: 5.6rem; } }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] {
    background-color: #fffa00; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] .event_list_module__section__tab__current {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] .event_list_module__section__tab__current a {
        pointer-events: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] .event_list_module__section__tab__past {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] .event_list_module__section__current {
      display: block; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='current'] .event_list_module__section__past {
      display: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] {
    background-color: #afafaf; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .date_queries {
      display: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .event_list_module__section__tab__current {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .event_list_module__section__tab__past {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .event_list_module__section__tab__past a {
        pointer-events: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .event_list_module__section__current {
      display: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__current_past[data-current-tab='past'] .event_list_module__section__past {
      display: block; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-align: center; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs > li {
      margin: 0;
      padding: 0; }
  @media all and (max-width: 767px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        margin-bottom: 1.68rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        margin-bottom: 1.96rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        margin-bottom: 2.52rem; } }
  @media (min-width: 1200px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        margin-bottom: 2.8rem; } }
  @media (min-width: 1681px) {
      .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tabs {
        margin-bottom: 2.8rem; } }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tab {
    display: inline;
    text-transform: lowercase; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tab a {
      color: black;
      text-decoration: none; }
  .event_list_module__content[data-view-option="current_past"] .event_list_module__section__tab a:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }

.event_sidebar_module__access_for_hearing_loss__icon {
  font-size: 1.5em;
  display: inline-block;
  margin-top: -.5em; }

.event_sidebar_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .event_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .event_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .event_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .event_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .event_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .event_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .event_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .event_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .event_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .event_sidebar_module__content .current_year .month.m + .sep,
  .event_sidebar_module__content .current_year .year.Y {
    display: none; }
  .event_sidebar_module__content .date_range:not(.current_year) .current_year .month.m + .sep,
  .event_sidebar_module__content .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
  .event_sidebar_module__content .same_year .from .month.m + .sep,
  .event_sidebar_module__content .same_year .from .year.Y {
    display: none; }
  .event_sidebar_module__content .date_range .cs.from .minutes.M + .str {
    display: none; }
  .event_sidebar_module__content .en .year.Y + .sep {
    display: none; }
  .event_sidebar_module__content .date_range.same_meridian .en.from .minutes.M + .sep,
  .event_sidebar_module__content .date_range.same_meridian .en.from .ampm {
    display: none; }
  .event_sidebar_module__content .month,
  .event_sidebar_module__content .month + .sep {
    white-space: nowrap; }
  .event_sidebar_module__content .month:after,
    .event_sidebar_module__content .month + .sep:after {
      content: "\00a0";
      display: inline;
      font-size: 0;
      line-height: 0;
      white-space: nowrap; }
  .event_sidebar_module__content .day.a,
  .event_sidebar_module__content .day.a + .sep,
  .event_sidebar_module__content .day.d,
  .event_sidebar_module__content .day.d + .sep,
  .event_sidebar_module__content .month.m,
  .event_sidebar_module__content .month.m + .sep,
  .event_sidebar_module__content .year.Y,
  .event_sidebar_module__content .year.Y + .sep {
    white-space: nowrap; }
  .event_sidebar_module__content .day.a:after,
    .event_sidebar_module__content .day.a + .sep:after,
    .event_sidebar_module__content .day.d:after,
    .event_sidebar_module__content .day.d + .sep:after,
    .event_sidebar_module__content .month.m:after,
    .event_sidebar_module__content .month.m + .sep:after,
    .event_sidebar_module__content .year.Y:after,
    .event_sidebar_module__content .year.Y + .sep:after {
      content: "\00a0";
      display: inline;
      font-size: 0;
      line-height: 0;
      white-space: nowrap; }
  .event_sidebar_module__content .hours,
  .event_sidebar_module__content .hours + .sep,
  .event_sidebar_module__content .minutes,
  .event_sidebar_module__content .minutes + .sep,
  .event_sidebar_module__content .minutes + .str,
  .event_sidebar_module__content .minutes + .sep + .ampm {
    white-space: nowrap; }
  .event_sidebar_module__content .hours:after,
    .event_sidebar_module__content .hours + .sep:after,
    .event_sidebar_module__content .minutes:after,
    .event_sidebar_module__content .minutes + .sep:after,
    .event_sidebar_module__content .minutes + .str:after,
    .event_sidebar_module__content .minutes + .sep + .ampm:after {
      content: "\00a0";
      display: inline;
      font-size: 0;
      line-height: 0;
      white-space: nowrap; }
  .event_sidebar_module__content .date_range {
    overflow-wrap: break-word; }
  .event_sidebar_module__content .date_range .from.date_time .minutes.M + .str {
    display: none; }
  .event_sidebar_module__content .date_range .to.date_time .year.Y,
  .event_sidebar_module__content .date_range .to.date_time .year.Y + .sep {
    display: none; }
  .event_sidebar_module__content .current_year .year.Y + .sep {
    display: inline; }
  .event_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .event_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .event_sidebar_module__content em, .event_sidebar_module__content i {
    font-style: normal; }
  .event_sidebar_module__content strong, .event_sidebar_module__content b {
    font-weight: normal; }
  .event_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  [data-identity="1.5"] .event_sidebar_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
  .event_sidebar_module__event_details {
    overflow-wrap: break-word; } }

.event_sidebar_module__exception_option {
  color: #ff00c8; }

.event_sidebar_module__expanded_occurrences {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  .event_sidebar_module__expanded_occurrences > li {
    margin: 0;
    padding: 0; }
  .event_sidebar_module__expanded_occurrences .same_day .to .day.a,
  .event_sidebar_module__expanded_occurrences .same_day .to .day.a + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .day.d,
  .event_sidebar_module__expanded_occurrences .same_day .to .day.d + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .day.d + .sep,
  .event_sidebar_module__expanded_occurrences .same_day .to .month.m,
  .event_sidebar_module__expanded_occurrences .same_day .to .month.m + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .cs .month.m + .sep,
  .event_sidebar_module__expanded_occurrences .same_day .to .cs .year.Y,
  .event_sidebar_module__expanded_occurrences .same_day .to .cs .year.Y + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .en .month.m + .sep,
  .event_sidebar_module__expanded_occurrences .same_day .to .en .year.Y {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .date_range .cs.from .minutes.M + .str {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .en .year.Y + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .same_day .to .date_range.same_meridian .en.from .minutes.M + .sep,
  .event_sidebar_module__expanded_occurrences .same_day .to .date_range.same_meridian .en.from .ampm {
    display: none; }
  .event_sidebar_module__expanded_occurrences .whole_hour.cs .hours + .sep,
  .event_sidebar_module__expanded_occurrences .whole_hour.cs .minutes.M,
  .event_sidebar_module__expanded_occurrences .whole_hour.cs .minutes + .sep {
    display: none; }
  .event_sidebar_module__expanded_occurrences .whole_hour.en .hours + .sep,
  .event_sidebar_module__expanded_occurrences .whole_hour.en .minutes.M {
    display: none; }


.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .year.Y + .sep,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .hours.H,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .hours.H + .sep,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .minutes.M,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .cs .minutes.M + .str {
  display: none; }

.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .year.Y + .sep,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .hours.I,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .hours.I + .sep,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .minutes.M,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .minutes.M + .str,
.event_sidebar_module__content[data-hide-time] .event_sidebar_module__expanded_occurrences .en .ampm {
  display: none; }

.event_sidebar_module__in_collaboration_with {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: .5em;
  border-left: 1rem solid #00ffe4; }
  .event_sidebar_module__in_collaboration_with dt, .event_sidebar_module__in_collaboration_with dd {
    margin: 0;
    padding: 0; }

.event_sidebar_module__location {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }

.event_sidebar_module__location__label {
  margin: 0;
  padding: 0; }

.event_sidebar_module__location__value {
  margin: 0;
  padding: 0; }

.event_sidebar_module__locations {
  list-style: none;
  margin: 0;
  padding: 0; }

.event_sidebar_module__locations > li {
    margin: 0;
    padding: 0; }

.event_sidebar_module__location__link {
  color: inherit;
  text-decoration: none; }

.event_sidebar_module__location__plato {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: #ff00c8; }

.event_sidebar_module__location__bauhaus {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: lime; }

.event_sidebar_module__nav__item {
  letter-spacing: 0.02em;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }
  @media all and (max-width: 767px) {
    .event_sidebar_module__nav__item {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .event_sidebar_module__nav__item {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .event_sidebar_module__nav__item {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .event_sidebar_module__nav__item {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .event_sidebar_module__nav__item {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .event_sidebar_module__nav__item a {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    background: none;
    color: black;
    text-decoration: none; }

.event_sidebar_module__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  .event_sidebar_module__nav > li {
    margin: 0;
    padding: 0; }
  .event_sidebar_module__nav .event_sidebar_module__nav__item {
    display: inline-block; }
  .event_sidebar_module__nav .event_sidebar_module__nav__item:not(:last-child) {
      margin-right: .25em; }

.exhibition_group_header_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_group_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header {
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header {
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module__content .exhibition_group_header_module__header .exhibition_group_header_module__heading {
      /* xl */
      margin-right: 12.5%; } }


.exhibition_group_header_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  .exhibition_group_header_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .exhibition_group_header_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_header_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_header_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_header_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_header_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media all and (max-width: 767px) {
  .exhibition_group_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .exhibition_group_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .exhibition_group_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .exhibition_group_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .exhibition_group_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.exhibition_group_header_module__sidebar_preview .exhibition_group_sidebar_module__content {
  padding: 0; }

.exhibition_group_list_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_group_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container {
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container {
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content .exhibition_group_list_module__container .exhibition_group_list_module__wrapper {
      /* xl */
      margin-right: 12.5%; } }


.exhibition_group_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .exhibition_group_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .exhibition_group_list_module__heading {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__heading {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__heading {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .exhibition_group_list_module__heading:not(:last-child) {
    margin: 0; }

.exhibition_group_list_module__content[data-view-option="current"] a {
  color: black;
  text-decoration: none; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
  letter-spacing: -0.02em; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__section:not(:last-child) {
    margin-bottom: 0.5em; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
  letter-spacing: -0.02em;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_page__thumbnail:not(:last-child) {
    margin: 0; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 1.68rem;
      line-height: 2.16rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 1.96rem;
      line-height: 2.52rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 2.52rem;
      line-height: 3.24rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text p {
    margin: 0;
    padding: 0; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text p:not(:last-child) {
      margin-bottom: 1em; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      letter-spacing: 0.04em; } }

@media all and (max-width: 767px) and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media all and (max-width: 767px) and (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media all and (max-width: 767px) and (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__text {
      font-size: 2rem;
      line-height: 2.8rem; } }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: right; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails > li {
    margin: 0;
    padding: 0; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="current"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail a:hover {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail[data-past] {
  display: none; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail[data-past] a {
    color: #afafaf; }

.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail__subtitle,
.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail__dend,
.exhibition_group_list_module__content[data-view-option="current"] .exhibition_page__thumbnail__exhibition_group {
  display: none; }

.exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0; }
  .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading:not(:last-child) {
    margin-bottom: 2em; }
  .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
  letter-spacing: -0.02em;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }
  @media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
  letter-spacing: -0.02em;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  text-align: right; }
  @media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="next"] .exhibition_group_list_module__heading__date {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="related"] a {
  color: black;
  text-decoration: none; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
  letter-spacing: -0.02em; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__section:not(:last-child) {
    margin-bottom: 0.5em; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
  letter-spacing: -0.02em;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail a:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_page__thumbnail:not(:last-child) {
    margin: 0; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: right; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails > li {
    margin: 0;
    padding: 0; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_group_list_module__exhibition__thumbnails {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail a:hover {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail[data-past] {
  display: none; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail[data-past] a {
    color: #afafaf; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__subtitle,
.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__exhibition_group {
  display: none; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }

@media all and (max-width: 767px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend {
      font-size: 2rem;
      line-height: 2.8rem; } }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .current_year .month.m + .sep,
  .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .current_year .year.Y {
    display: none; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .date_range:not(.current_year) .current_year .month.m + .sep,
  .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }

.exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .day.a,
  .exhibition_group_list_module__content[data-view-option="related"] .exhibition_page__thumbnail__dend .day.a + .sep {
    display: none; }

.exhibition_group_sidebar_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_group_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_group_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .exhibition_group_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .exhibition_group_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .exhibition_group_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .exhibition_group_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .exhibition_group_sidebar_module__content em, .exhibition_group_sidebar_module__content i {
    font-style: normal; }
  .exhibition_group_sidebar_module__content strong, .exhibition_group_sidebar_module__content b {
    font-weight: normal; }
  .exhibition_group_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }

.exhibition_group_sidebar_module__dates .day.a,
.exhibition_group_sidebar_module__dates .day.a + .sep {
  display: none; }

.exhibition_group_sidebar_module__dates .current_year .month.m + .sep,
.exhibition_group_sidebar_module__dates .current_year .year.Y {
  display: none; }

.exhibition_group_sidebar_module__dates .date_range:not(.current_year) .current_year .month.m + .sep,
.exhibition_group_sidebar_module__dates .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.exhibition_group_sidebar_module__dates .same_year .from .month.m + .sep,
.exhibition_group_sidebar_module__dates .same_year .from .year.Y {
  display: none; }

@media all and (max-width: 767px) {
  .exhibition_group_sidebar_module__exhibition_group_details {
    overflow-wrap: break-word; } }


.exhibition_header_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__content .exhibition_header_module__header {
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__content .exhibition_header_module__header {
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__content .exhibition_header_module__header {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__content .exhibition_header_module__header {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__content .exhibition_header_module__header .exhibition_header_module__container {
      /* xl */
      margin-right: 12.5%; } }
  [data-identity="1.5"] .exhibition_header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.exhibition_header_module__exhibitions_page {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black;
  text-decoration: none; }
  @media all and (max-width: 767px) {
    .exhibition_header_module__exhibitions_page {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__exhibitions_page {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__exhibitions_page {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__exhibitions_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__exhibitions_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_header_module__exhibitions_page:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    [data-identity="1.5"] .exhibition_header_module__exhibitions_page {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-identity="1.5"] .exhibition_header_module__exhibitions_page:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }


.exhibition_header_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: right; }
  .exhibition_header_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .exhibition_header_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_header_module__heading:not(:last-child) {
    margin: 0; }
  [data-in-exhibition-group] .exhibition_header_module__heading .exhibition_header_module__heading__title,
  [data-in-exhibition-group] .exhibition_header_module__heading .exhibition_header_module__heading__subtitle {
    text-align: right; }
  [data-identity="1.5"] .exhibition_header_module__heading {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic;
  text-align: left; }

.exhibition_header_module__parent {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black;
  text-decoration: none; }
  @media all and (max-width: 767px) {
    .exhibition_header_module__parent {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_header_module__parent {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_header_module__parent {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_header_module__parent {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_header_module__parent {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_header_module__parent:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }

@media all and (max-width: 767px) {
  .exhibition_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .exhibition_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .exhibition_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .exhibition_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .exhibition_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.exhibition_header_module__sidebar_preview .exhibition_sidebar_module__content {
  padding: 0; }





.exhibition_list_header_module__header {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center; }
  @media all and (max-width: 767px) {
    .exhibition_list_header_module__header {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_header_module__header {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_header_module__header {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_header_module__header {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_header_module__header {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_header_module__header {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_header_module__header {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_header_module__header {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_header_module__header {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_header_module__header {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_header_module__header {
      /* xl */
      margin-right: 12.5%; } }
  .exhibition_list_header_module__header .exhibition_list_header_module__title {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__title {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__title {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__title {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase; }
  @media all and (max-width: 767px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page a,
    .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page a {
      color: black;
      text-decoration: none; }
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page a:hover,
      .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page a:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }
  .exhibition_list_header_module__header .exhibition_list_header_module__title,
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_page,
  .exhibition_list_header_module__header .exhibition_list_header_module__exhibitions_archive_page {
    display: inline; }


.exhibition_list_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section {
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section {
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
      .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__title,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__subtitle,
    .exhibition_list_module__content .exhibition_list_module__section .exhibition_list_module__thumbnails {
      /* xl */
      margin-right: 12.5%; } }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group:not(:last-child) {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group:not(:last-child) {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group:not(:last-child) {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content .exhibition_list_module__section__exhibition_group .exhibition_list_module__group_key {
      /* xl */
      margin-right: 12.5%; } }

.exhibition_list_module__group_key {
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_list_module__group_key a {
    color: black;
    text-decoration: none; }
  .exhibition_list_module__group_key a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }


.exhibition_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .exhibition_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal; }
  @media all and (max-width: 767px) {
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail:not(:last-child) {
        margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail:not(:last-child) {
        margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail:not(:last-child) {
        margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail:not(:last-child) {
        margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail:not(:last-child) {
        margin-bottom: 5.6rem; } }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail a {
      text-decoration: none;
      color: black; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail a:hover {
        font-family: 'Plato Basic', sans-serif;
        font-weight: normal; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-past] a {
      color: #afafaf; }
  body[data-past] .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-past] a {
      color: black; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
    .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
      letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
          font-size: 2.88rem;
          line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
          font-size: 5.76rem;
          line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
          font-size: 7.68rem;
          line-height: 8.32rem; } }
  @media (min-width: 1200px) {
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
          font-size: 9.6rem;
          line-height: 10.4rem; } }
  @media (min-width: 1681px) {
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
        .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
          font-size: 9.6rem;
          line-height: 10.4rem; } }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__date_range,
    .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__exhibition_group {
      font-family: 'Plato Text', sans-serif;
      font-weight: normal; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__exhibition_group {
      margin-left: 2em; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] .exhibition_page__thumbnail__title,
    .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] .exhibition_page__thumbnail__subtitle {
      display: inline;
      font-style: italic; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] a:hover {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] a:hover .exhibition_page__thumbnail__title,
      .exhibition_list_module__thumbnails .exhibition_page__thumbnail[data-identity="1.5"] a:hover .exhibition_page__thumbnail__subtitle {
        font-family: 'Plato Regular', sans-serif;
        font-weight: normal;
        font-style: normal; }

.exhibition_list_module__title {
  all: unset;
  display: block;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .exhibition_list_module__title a {
    color: black;
    text-decoration: none; }
  .exhibition_list_module__title a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }

.exhibition_list_module__content[data-group-option='exhibition_group'] .exhibition_page__thumbnail__exhibition_group {
  display: none; }

.exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title {
  text-align: center; }
  .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:after {
    content: ":"; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:not(:last-child) {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:not(:last-child) {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:not(:last-child) {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_list_module__title:not(:last-child) {
      margin-bottom: 5.6rem; } }
  .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_page__thumbnail {
  position: relative; }
  .exhibition_list_module__content[data-time-option='current_and_upcoming'] .exhibition_page__thumbnail:before {
    content: " ";
    display: block;
    left: calc(50% - .5rem);
    height: 100%;
    width: 1rem;
    background-color: #fffa00;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply; }

.exhibition_list_module__content[data-time-option='upcoming'] .exhibition_page__thumbnail {
  position: relative; }
  .exhibition_list_module__content[data-time-option='upcoming'] .exhibition_page__thumbnail:before {
    content: " ";
    display: block;
    left: calc(50% - .5rem);
    height: 100%;
    width: 1rem;
    background-color: #fffa00;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply; }

.exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year {
      margin-bottom: 5.6rem; } }
  .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__thumbnails_in_year .exhibition_page__thumbnail[data-past] a {
    color: black; }
  .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content[data-time-option='past'] .exhibition_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.exhibition_list_module__content[data-time-option='upcoming'] .exhibition_page__thumbnail {
  position: relative; }
  .exhibition_list_module__content[data-time-option='upcoming'] .exhibition_page__thumbnail:before {
    content: " ";
    display: block;
    left: calc(50% - .5rem);
    height: 100%;
    width: 1rem;
    background-color: #fffa00;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply; }


.exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    .exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .exhibition_list_module__content[data-view-option="related"] .exhibition_list_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .exhibition_list_module__content[data-view-option="related"] .exhibition_page__thumbnail[data-in-exhibition-group] {
  text-align: right; }

.exhibition_sidebar_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .exhibition_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exhibition_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .exhibition_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .exhibition_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .exhibition_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .exhibition_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .exhibition_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .exhibition_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .exhibition_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .exhibition_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .exhibition_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .exhibition_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .exhibition_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .exhibition_sidebar_module__content em, .exhibition_sidebar_module__content i {
    font-style: normal; }
  .exhibition_sidebar_module__content strong, .exhibition_sidebar_module__content b {
    font-weight: normal; }
  .exhibition_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  [data-identity="1.5"] .exhibition_sidebar_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.exhibition_sidebar_module__dates .day.a,
.exhibition_sidebar_module__dates .day.a + .sep {
  display: none; }

.exhibition_sidebar_module__dates .current_year .month.m + .sep,
.exhibition_sidebar_module__dates .current_year .year.Y {
  display: none; }

.exhibition_sidebar_module__dates .date_range:not(.current_year) .current_year .month.m + .sep,
.exhibition_sidebar_module__dates .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }

.exhibition_sidebar_module__dates .same_year .from .month.m + .sep,
.exhibition_sidebar_module__dates .same_year .from .year.Y {
  display: none; }

@media all and (max-width: 767px) {
  .exhibition_sidebar_module__exhibition_details {
    overflow-wrap: break-word; } }


.exhibition_sidebar_module__in_collaboration_with {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: .5em;
  border-left: 1rem solid #00ffe4; }
  .exhibition_sidebar_module__in_collaboration_with dt, .exhibition_sidebar_module__in_collaboration_with dd {
    margin: 0;
    padding: 0; }

.exhibition_sidebar_module__location {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }

.exhibition_sidebar_module__location__label {
  margin: 0;
  padding: 0; }

.exhibition_sidebar_module__location__value {
  margin: 0;
  padding: 0; }

.exhibition_sidebar_module__locations {
  list-style: none;
  margin: 0;
  padding: 0; }

.exhibition_sidebar_module__locations > li {
    margin: 0;
    padding: 0; }

.exhibition_sidebar_module__location__link {
  color: inherit;
  text-decoration: none; }

.exhibition_sidebar_module__location__plato {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: #ff00c8; }

.exhibition_sidebar_module__location__bauhaus {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: lime; }

.expandable_section_module__body {
  overflow: hidden;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
  height: 0; }
  @media all and (max-width: 767px) {
    .expandable_section_module__body {
      padding-left: 1.872rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_section_module__body {
      padding-left: 3.744rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_section_module__body {
      padding-left: 4.992rem; } }
  @media (min-width: 1200px) {
    .expandable_section_module__body {
      padding-left: 6.24rem; } }
  @media (min-width: 1681px) {
    .expandable_section_module__body {
      padding-left: 6.24rem; } }
  @media all and (max-width: 767px) {
    .expandable_section_module__content__is_expanded .expandable_section_module__body {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_section_module__content__is_expanded .expandable_section_module__body {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_section_module__content__is_expanded .expandable_section_module__body {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .expandable_section_module__content__is_expanded .expandable_section_module__body {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .expandable_section_module__content__is_expanded .expandable_section_module__body {
      margin-bottom: 5.6rem; } }

.expandable_section_module__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: left;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  padding-left: .65em;
  text-indent: -.65em; }
  @media all and (max-width: 767px) {
    .expandable_section_module__button {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_section_module__button {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_section_module__button {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .expandable_section_module__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .expandable_section_module__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .expandable_section_module__button:focus {
    color: inherit; }
  .expandable_section_module__button:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  .expandable_section_module__button:before {
    content: "\25B6";
    display: inline-block;
    text-indent: 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition: -webkit-transform var(--speed, 0.25s);
    transition: -webkit-transform var(--speed, 0.25s);
    -o-transition: transform var(--speed, 0.25s);
    transition: transform var(--speed, 0.25s);
    transition: transform var(--speed, 0.25s), -webkit-transform var(--speed, 0.25s); }
  .expandable_section_module__content__is_expanded .expandable_section_module__button {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  .expandable_section_module__content__is_expanded .expandable_section_module__button:before {
      -webkit-transform: rotate(90deg) translateX(0.1em) translateY(0);
          -ms-transform: rotate(90deg) translateX(0.1em) translateY(0);
              transform: rotate(90deg) translateX(0.1em) translateY(0); }
  [data-identity="1.5"] .expandable_section_module__button {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .expandable_section_module__button:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }
  [data-identity="1.5"] .expandable_section_module__content__is_expanded .expandable_section_module__button {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
  .expandable_section_module__content + .expandable_section_module__content {
    margin-top: -3.2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module__content + .expandable_section_module__content {
    margin-top: -4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module__content + .expandable_section_module__content {
    margin-top: -5.04rem; } }

@media (min-width: 1200px) {
  .expandable_section_module__content + .expandable_section_module__content {
    margin-top: -5.6rem; } }

@media (min-width: 1681px) {
  .expandable_section_module__content + .expandable_section_module__content {
    margin-top: -5.6rem; } }


@media all and (max-width: 767px) {
  .expandable_section_module:not(.modulor_web_module__is_edit_mode) .expandable_section_module__header {
    padding: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module:not(.modulor_web_module__is_edit_mode) .expandable_section_module__header {
    padding: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module:not(.modulor_web_module__is_edit_mode) .expandable_section_module__header {
    padding: 2.52rem; } }

@media (min-width: 1200px) {
  .expandable_section_module:not(.modulor_web_module__is_edit_mode) .expandable_section_module__header {
    padding: 2.8rem; } }

@media (min-width: 1681px) {
  .expandable_section_module:not(.modulor_web_module__is_edit_mode) .expandable_section_module__header {
    padding: 2.8rem; } }

.expandable_section_module__title {
  margin: 0;
  padding: 0; }


.expandable_text_module__body {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  overflow: hidden;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
  height: 0; }
  @media all and (max-width: 767px) {
    .expandable_text_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .expandable_text_module__body > *:first-child {
      margin-top: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__body > *:first-child {
      margin-top: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__body > *:first-child {
      margin-top: 2.52rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__body > *:first-child {
      margin-top: 2.8rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__body > *:first-child {
      margin-top: 2.8rem; } }
  @media all and (max-width: 767px) {
    .expandable_text_module__body > *:last-child {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__body > *:last-child {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__body > *:last-child {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__body > *:last-child {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__body > *:last-child {
      margin-bottom: 5.6rem; } }
  .expandable_text_module__body p {
    margin: 0;
    padding: 0; }
  .expandable_text_module__body p:not(:last-child) {
      margin-bottom: 1em; }
  .expandable_text_module__body em, .expandable_text_module__body i {
    font-style: normal; }
  .expandable_text_module__body strong, .expandable_text_module__body b {
    font-weight: normal; }
  .expandable_text_module__body small {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
      .expandable_text_module__body small {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .expandable_text_module__body small {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .expandable_text_module__body small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .expandable_text_module__body small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .expandable_text_module__body small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .expandable_text_module__body a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  .expandable_text_module__body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .expandable_text_module__body ul > li {
      margin: 0;
      padding: 0; }
  .expandable_text_module__body ul:not(:last-child) {
      margin-bottom: 1em; }
  .expandable_text_module__body p + ul {
    margin-top: -1em; }

@media all and (max-width: 767px) {
  .expandable_text_module__content + .expandable_text_module__content {
    margin-top: -5.52rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .expandable_text_module__content + .expandable_text_module__content {
    margin-top: -6.72rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .expandable_text_module__content + .expandable_text_module__content {
    margin-top: -7.56rem; } }

@media (min-width: 1200px) {
  .expandable_text_module__content + .expandable_text_module__content {
    margin-top: -8.4rem; } }

@media (min-width: 1681px) {
  .expandable_text_module__content + .expandable_text_module__content {
    margin-top: -8.4rem; } }


.expandable_text_module__title {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .expandable_text_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }


.expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__content[data-text-size='default'] .expandable_text_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }

.expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .expandable_text_module__content[data-text-size='small'] .expandable_text_module__body a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }

.file_module__attachment_file {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }
  @media all and (max-width: 767px) {
    .file_module__attachment_file {
      font-size: 3.2rem;
      line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .file_module__attachment_file {
      font-size: 3.84rem;
      line-height: 4.32rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .file_module__attachment_file {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1200px) {
    .file_module__attachment_file {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1681px) {
    .file_module__attachment_file {
      font-size: 6.4rem;
      line-height: 7.2rem; } }
  .file_module__content[data-label-size='large'] .file_module__attachment_file {
    letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
      .file_module__content[data-label-size='large'] .file_module__attachment_file {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .file_module__content[data-label-size='large'] .file_module__attachment_file {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .file_module__content[data-label-size='large'] .file_module__attachment_file {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .file_module__content[data-label-size='large'] .file_module__attachment_file {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .file_module__content[data-label-size='large'] .file_module__attachment_file {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .file_module__attachment_file a {
    color: black;
    text-decoration: none; }
  .file_module__attachment_file a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }
  [data-identity="1.5"] .file_module__attachment_file {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic; }
  [data-identity="1.5"] .file_module__attachment_file a:hover {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    font-style: normal; }

.file_module__attachment_files {
  list-style: none;
  margin: 0;
  padding: 0; }
  .file_module__attachment_files > li {
    margin: 0;
    padding: 0; }

.file_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .file_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .file_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .file_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .file_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .file_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .file_module__content section:not(:last-child) {
    margin-bottom: 2em; }

.file_module__description {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .file_module__description {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .file_module__description {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .file_module__description {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .file_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .file_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .file_module__description p {
    margin: 0;
    padding: 0; }
  .file_module__description p:not(:last-child) {
      margin-bottom: 1em; }
  .file_module__description a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }

.file_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .file_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .file_module__heading {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .file_module__heading {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .file_module__heading {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .file_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .file_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .file_module[data-label-size='default'] .file_module__heading {
    margin-bottom: .5em; }
  .file_module[data-label-size='large'] .file_module__heading {
    margin-bottom: 1em; }

.file_module__content[data-view-option='grid'] .file_module__attachment_file {
  display: inline-block; }
  .file_module__content[data-view-option='grid'] .file_module__attachment_file:not(:last-child) {
    margin-right: .5em; }

.file_module__content[data-view-option='list'] .file_module__attachment_file {
  display: block; }

.footer_module__col h3 {
  padding: 0;
  margin: 0;
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0; }
  .footer_module__col h3:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .footer_module__col h3 {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__col h3 {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__col h3 {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .footer_module__col h3 {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .footer_module__col h3 {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .footer_module__col h3 {
      letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .footer_module__col h3 {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .footer_module__col h3 {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .footer_module__col h3 {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .footer_module__col h3 {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .footer_module__col h3 {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .footer_module__col h3:not(:last-child) {
    margin-bottom: 0; }
  .footer_module__col ul, .footer_module__col ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer_module__col ul > li, .footer_module__col ol > li {
    margin: 0;
    padding: 0; }
  .footer_module__col ul:not(:last-child), .footer_module__col ol:not(:last-child) {
    margin-bottom: 1em; }
  .footer_module__col p {
  margin: 0;
  padding: 0; }
  .footer_module__col p:not(:last-child) {
    margin-bottom: 1em; }
  .footer_module__col small {
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .footer_module__col small {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__col small {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__col small {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .footer_module__col small {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .footer_module__col small {
      font-size: 1.4rem;
      line-height: 2rem; } }

.footer_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: white;
  color: #afafaf; }
  @media all and (max-width: 767px) {
    .footer_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .footer_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .footer_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .footer_module__content {
      letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .footer_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .footer_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .footer_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .footer_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .footer_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media print {
    .footer_module__content {
      display: none; } }
  .footer_module__content a {
    text-decoration: none;
    color: #afafaf; }
  .footer_module__content a:hover:not(.dumb) {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  .footer_module__content a.underline {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  @media all and (max-width: 767px) {
    .footer_module__content footer {
      margin-left: -3.2rem;
      margin-bottom: -1.6rem; }
      .footer_module__content footer .footer_module__col {
        margin-bottom: 1.6rem;
        padding-left: 3.2rem;
        vertical-align: top; }
      .footer_module__content footer .footer_module__col {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__content footer {
      margin-left: -4.48rem;
      margin-bottom: -2.24rem; }
      .footer_module__content footer .footer_module__col {
        margin-bottom: 2.24rem;
        padding-left: 4.48rem;
        vertical-align: top; }
      .footer_module__content footer .footer_module__col {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__content footer {
      margin-left: -5.04rem;
      margin-bottom: -2.52rem; }
      .footer_module__content footer .footer_module__col {
        margin-bottom: 2.52rem;
        padding-left: 5.04rem;
        vertical-align: top; }
      .footer_module__content footer .footer_module__col {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .footer_module__content footer {
      margin-left: -5.6rem;
      margin-bottom: -2.8rem; }
      .footer_module__content footer .footer_module__col {
        margin-bottom: 2.8rem;
        padding-left: 5.6rem;
        vertical-align: top; }
      .footer_module__content footer .footer_module__col {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .footer_module__content footer {
      margin-left: -5.6rem;
      margin-bottom: -2.8rem; }
      .footer_module__content footer .footer_module__col {
        margin-bottom: 2.8rem;
        padding-left: 5.6rem;
        vertical-align: top; }
      .footer_module__content footer .footer_module__col {
        display: inline-block; } }
  @media all and (max-width: 767px) {
    .footer_module__content footer .footer_module__col {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__content footer .footer_module__col {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__content footer .footer_module__col {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .footer_module__content footer .footer_module__col {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .footer_module__content footer .footer_module__col {
      /* xl */
      width: 25%; } }


.footer_module__last_updated_at {
  letter-spacing: 0.025em;
  color: #afafaf;
  text-align: right;
  margin-top: 1em; }
  @media all and (max-width: 767px) {
    .footer_module__last_updated_at {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__last_updated_at {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__last_updated_at {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .footer_module__last_updated_at {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .footer_module__last_updated_at {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .footer_module__last_updated_at .footer_module__last_updated_at__info,
  .footer_module__last_updated_at .footer_module__last_updated_at__login {
    display: inline; }
  .footer_module__last_updated_at .footer_module__last_updated_at__info +
.footer_module__last_updated_at__login {
    margin-left: 1em; }
  .footer_module__last_updated_at a {
    color: #afafaf; }
  .footer_module__last_updated_at a:hover {
      color: black; }

.footer_module__mailchimp form {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  border: .1rem solid;
  padding: .2em; }

.footer_module__mailchimp input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 100%; }

@media all and (max-width: 767px) {
    .footer_module__mailchimp input[type="email"] {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .footer_module__mailchimp input[type="email"] {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__mailchimp input[type="email"] {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .footer_module__mailchimp input[type="email"] {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .footer_module__mailchimp input[type="email"] {
      font-size: 2rem;
      line-height: 2.8rem; } }

.footer_module__mailchimp input[type="email"]:focus {
    outline: 0; }

.footer_module__mailchimp input[type="email"]::-webkit-input-placeholder {
    color: #afafaf; }

.footer_module__mailchimp input[type="email"]::-moz-placeholder {
    color: #afafaf; }

.footer_module__mailchimp input[type="email"]:-ms-input-placeholder {
    color: #afafaf; }

.footer_module__mailchimp input[type="email"]::-ms-input-placeholder {
    color: #afafaf; }

.footer_module__mailchimp input[type="email"]::placeholder {
    color: #afafaf; }

.footer_module__mailchimp input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: inherit;
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0; }

@media all and (max-width: 767px) {
    .footer_module__mailchimp input[type="submit"] {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .footer_module__mailchimp input[type="submit"] {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__mailchimp input[type="submit"] {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .footer_module__mailchimp input[type="submit"] {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .footer_module__mailchimp input[type="submit"] {
      font-size: 2rem;
      line-height: 2.8rem; } }

.footer_module__mailchimp__heading {
  margin-bottom: 0.2em !important; }

.footer_module__note {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ff00c8;
  cursor: pointer;
  margin-top: 1em;
  text-align: center; }
  @media all and (max-width: 767px) {
    .footer_module__note {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_module__note {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer_module__note {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .footer_module__note {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .footer_module__note {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.footer_module__last_updated_at__info .day.a,
.footer_module__last_updated_at__info .day.a + .sep {
  display: none; }

.footer_module__last_updated_at__info .current_year .month.m + .sep,
.footer_module__last_updated_at__info .current_year .year.Y {
  display: none; }

.footer_module__last_updated_at__info .date_range:not(.current_year) .current_year .month.m + .sep,
.footer_module__last_updated_at__info .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }


.garden_map_module__container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .garden_map_module__container > li {
    margin: 0;
    padding: 0; }
  .garden_map_module__container[data-view-option^="corner_"] {
  background-color: whitesmoke; }
  .garden_map_module__container[data-view-option^="corner_"] .garden_map_module__label__plato {
    display: none; }
  .garden_map_module__container[data-view-option="corner_1"] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(2) translate(0, 0);
      -ms-transform: scale(2) translate(0, 0);
          transform: scale(2) translate(0, 0); }
  .garden_map_module__container[data-view-option="corner_1"] #entry_top {
    display: none; }
  .garden_map_module__container[data-view-option="corner_1"] #flower_beds {
    top: 44% !important; }
  .garden_map_module__container[data-view-option="corner_2"] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(2) translate(-50%, 0);
      -ms-transform: scale(2) translate(-50%, 0);
          transform: scale(2) translate(-50%, 0); }
  .garden_map_module__container[data-view-option="corner_2"] #entry_top {
    display: none; }
  .garden_map_module__container[data-view-option="corner_3"] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(2) translate(0, -50%);
      -ms-transform: scale(2) translate(0, -50%);
          transform: scale(2) translate(0, -50%); }
  .garden_map_module__container[data-view-option="corner_3"] #flower_beds {
    top: 57% !important; }
  .garden_map_module__container[data-view-option="corner_4"] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(2) translate(-50%, -50%);
      -ms-transform: scale(2) translate(-50%, -50%);
          transform: scale(2) translate(-50%, -50%); }

.garden_map_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  overflow: hidden; }
  @media all and (max-width: 767px) {
    .garden_map_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .garden_map_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .garden_map_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }


.garden_map_module__labels {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 11; }

.garden_map_module__label {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-size: 0.9vw;
  line-height: 1.1;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.garden_map_module__label__plato {
  font-size: 6vw; }

.garden_map_module__map {
  position: relative; }

@-webkit-keyframes trees-dash {
  to {
    stroke-dashoffset: -200; } }

@keyframes trees-dash {
  to {
    stroke-dashoffset: -200; } }

.garden_map_module__building {
  fill: whitesmoke; }

.garden_map_module__trees {
  fill: #318013;
  stroke: #318013;
  stroke-width: 2.5px;
  overflow: visible;
  stroke-dasharray: 0.3, 2;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: trees-dash 100s linear infinite;
          animation: trees-dash 100s linear infinite; }

.garden_map_module__tree {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

@-webkit-keyframes tree-1 {
  0%,
  100% {
    -webkit-transform: rotate(0.08deg);
            transform: rotate(0.08deg); }
  50% {
    -webkit-transform: rotate(-0.08deg);
            transform: rotate(-0.08deg); } }

@keyframes tree-1 {
  0%,
  100% {
    -webkit-transform: rotate(0.08deg);
            transform: rotate(0.08deg); }
  50% {
    -webkit-transform: rotate(-0.08deg);
            transform: rotate(-0.08deg); } }

.garden_map_module__tree_1 {
  -webkit-animation: tree-1 3s ease-in-out infinite;
          animation: tree-1 3s ease-in-out infinite; }

@-webkit-keyframes tree-2 {
  0%,
  100% {
    -webkit-transform: rotate(0.1deg);
            transform: rotate(0.1deg); }
  50% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); } }

@keyframes tree-2 {
  0%,
  100% {
    -webkit-transform: rotate(0.1deg);
            transform: rotate(0.1deg); }
  50% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); } }

.garden_map_module__tree_2 {
  -webkit-animation: tree-2 4s ease-in-out infinite;
          animation: tree-2 4s ease-in-out infinite; }

@-webkit-keyframes water {
  from {
    fill: transparent; }
  to {
    fill: white; } }

@keyframes water {
  from {
    fill: transparent; }
  to {
    fill: white; } }

.garden_map_module__water {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  fill: white;
  letter-spacing: 0.029031em;
  -webkit-animation: water 5s ease-in-out infinite alternate;
          animation: water 5s ease-in-out infinite alternate; }

@media all and (max-width: 767px) {
    .garden_map_module__water {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__water {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__water {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .garden_map_module__water {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .garden_map_module__water {
      font-size: 1.4rem;
      line-height: 2rem; } }

.garden_map_module__nav {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
  position: fixed;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear; }

@media all and (max-width: 767px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(25% - 3.2rem); } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(25% - 4.48rem); } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(25% - 5.04rem); } }

@media (min-width: 1200px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(25% - 5.6rem); } }

@media (min-width: 1681px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(25% - 5.6rem); } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(33% - 4.48rem); } }

@media all and (max-width: 767px) {
    .garden_map_module:not(.modulor_web_module__is_edit_mode) .garden_map_module__nav {
      width: calc(33% - 3.2rem); } }

.garden_map_module__nav__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase; }

.garden_map_module__nav__title:not(:last-child) {
    margin-bottom: 1em; }

@media all and (max-width: 767px) {
    .garden_map_module__nav__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .garden_map_module__nav__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .garden_map_module__nav__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

.garden_map_module__nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.garden_map_module__nav__items > li {
    margin: 0;
    padding: 0; }

@media all and (max-width: 767px) {
    .garden_map_module__nav__items {
      grid-column-gap: 3.2rem;
      -webkit-column-gap: 3.2rem;
         -moz-column-gap: 3.2rem;
              column-gap: 3.2rem;
      grid-row-gap: 3.92rem;
      row-gap: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__items {
      grid-column-gap: 4.48rem;
      -webkit-column-gap: 4.48rem;
         -moz-column-gap: 4.48rem;
              column-gap: 4.48rem;
      grid-row-gap: 4.48rem;
      row-gap: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__items {
      grid-column-gap: 5.04rem;
      -webkit-column-gap: 5.04rem;
         -moz-column-gap: 5.04rem;
              column-gap: 5.04rem;
      grid-row-gap: 5.04rem;
      row-gap: 5.04rem; } }

@media (min-width: 1200px) {
    .garden_map_module__nav__items {
      grid-column-gap: 5.6rem;
      -webkit-column-gap: 5.6rem;
         -moz-column-gap: 5.6rem;
              column-gap: 5.6rem;
      grid-row-gap: 5.6rem;
      row-gap: 5.6rem; } }

@media (min-width: 1681px) {
    .garden_map_module__nav__items {
      grid-column-gap: 5.6rem;
      -webkit-column-gap: 5.6rem;
         -moz-column-gap: 5.6rem;
              column-gap: 5.6rem;
      grid-row-gap: 5.6rem;
      row-gap: 5.6rem; } }

@media (min-width: 1200px) {
    .garden_map_module__nav__items {
      grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__items {
      grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__items {
      grid-template-columns: repeat(1, 1fr); } }

@media all and (max-width: 767px) {
    .garden_map_module__nav__items {
      grid-template-columns: repeat(1, 1fr); } }

.garden_map_module__nav__item {
  text-align: center; }

.garden_map_module__nav__item__link {
  color: inherit;
  text-decoration: none;
  display: block; }

.garden_map_module__nav__item__number {
  margin: 0; }

@media all and (max-width: 767px) {
    .garden_map_module__nav__item__number {
      font-size: 3.2rem;
      line-height: 3.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__item__number {
      font-size: 3.84rem;
      line-height: 4.32rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__item__number {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1200px) {
    .garden_map_module__nav__item__number {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1681px) {
    .garden_map_module__nav__item__number {
      font-size: 6.4rem;
      line-height: 7.2rem; } }

.garden_map_module__nav__item__title {
  letter-spacing: 0.04em;
  font-style: italic; }

@media all and (max-width: 767px) {
    .garden_map_module__nav__item__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__item__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__item__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .garden_map_module__nav__item__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .garden_map_module__nav__item__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__nav__item__title {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__nav__item__title {
      display: none; } }

@media all and (max-width: 767px) {
    .garden_map_module__nav__item__title {
      display: none; } }

.garden_map_module__nav__item[data-section="1"] h3 {
  color: #ff85fb; }

.garden_map_module__nav__item[data-section="2"] h3 {
  color: #78e3ff; }

.garden_map_module__nav__item[data-section="3"] h3 {
  color: #fee26d; }

.garden_map_module__nav__item[data-section="4"] h3 {
  color: #ffae70; }

.garden_map_module__zoom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (max-width: 767px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 1.6rem*3);
      --width: calc(var(--full-width)/8 * 6 - 1.6rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 2.24rem*3);
      --width: calc(var(--full-width)/8 * 6 - 2.24rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 2.52rem*3);
      --width: calc(var(--full-width)/8 * 6 - 2.52rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media (min-width: 1200px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 2.8rem*3);
      --width: calc(var(--full-width)/8 * 6 - 2.8rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media (min-width: 1681px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 2.8rem*3);
      --width: calc(var(--full-width)/8 * 6 - 2.8rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 2.24rem*2);
      --width: calc(var(--full-width)/8 * 6 - 2.24rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  @media all and (max-width: 767px) {
    .garden_map_module__zoom {
      --full-width: calc(100vw - 1.6rem*2);
      --width: calc(var(--full-width)/8 * 6 - 1.6rem/2);
      --scale: calc(var(--full-width) / var(--width)); } }
  .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
    background-color: white;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    width: var(--width);
    -webkit-transform: scale(var(--scale));
        -ms-transform: scale(var(--scale));
            transform: scale(var(--scale));
    z-index: 1;
    aspect-ratio: 10/11; }
  @media all and (max-width: 767px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 3.78rem; } }
  @media (min-width: 1200px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 4.2rem; } }
  @media (min-width: 1681px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 4.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 2.24rem; } }
  @media all and (max-width: 767px) {
      .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__container__inner {
        right: 1.6rem; } }
  .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__dummy {
    aspect-ratio: 10/11;
    width: calc(var(--width) * var(--scale)); }
  .garden_map_module__zoom[aria-expanded="true"] .garden_map_module__zoom__button__plus {
    display: none; }
  .garden_map_module__zoom[aria-expanded="false"] .garden_map_module__zoom__button__minus {
    display: none; }
  .garden_map_module__zoom__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black;
  margin-left: auto; }
  @media all and (max-width: 767px) {
    .garden_map_module__zoom__button {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .garden_map_module__zoom__button {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .garden_map_module__zoom__button {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .garden_map_module__zoom__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .garden_map_module__zoom__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .garden_map_module__zoom__container__inner {
  overflow: hidden; }


.header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }

.header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  .header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  [data-identity="1.5"] .header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  text-align: center;
  font-style: italic; }

.homepage_images_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .homepage_images_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .homepage_images_module__content[class*='module__content'] {
    padding-left: 0;
    padding-right: 0; }
  @media all and (max-width: 767px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: -0.8rem;
        margin-right: -0.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: -1.12rem;
        margin-right: -1.12rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: -1.26rem;
        margin-right: -1.26rem; } }
  @media (min-width: 1200px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: -1.4rem;
        margin-right: -1.4rem; } }
  @media (min-width: 1681px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: -1.4rem;
        margin-right: -1.4rem; } }
  @media all and (max-width: 767px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .homepage_images_module__content[class*='module__content'] {
        margin-left: 0;
        margin-right: 0; } }
  .homepage_images_module__layout {
  display: grid; }
  @media all and (max-width: 767px) {
    .homepage_images_module__layout {
      grid-template-columns: 2.4rem auto 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__layout {
      grid-template-columns: 3.36rem auto 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__layout {
      grid-template-columns: 3.78rem auto 5.04rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__layout {
      grid-template-columns: 4.2rem auto 5.6rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__layout {
      grid-template-columns: 4.2rem auto 5.6rem; } }
  @media all and (max-width: 767px) {
    .homepage_images_module__layout {
      grid-template-columns: 1.6rem auto 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__layout {
      grid-template-columns: 2.24rem auto 4.48rem; } }
  .homepage_images_module__column {
  grid-column-start: 3;
  background-color: #ff00c8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .homepage_images_module__items {
  outline: 0;
  width: 100%;
  overflow: hidden;
  grid-column-start: 2; }
  .homepage_images_module__item {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .homepage_images_module__item__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-style: italic;
  margin: 0;
  padding: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media all and (max-width: 767px) {
    .homepage_images_module__item__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__item__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__item__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__item__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__item__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
    .homepage_images_module__item__title {
      padding: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__item__title {
      padding: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__item__title {
      padding: 2.52rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__item__title {
      padding: 2.8rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__item__title {
      padding: 2.8rem; } }
  .homepage_images_module__item__title[data-color="pink"] {
    color: #ff00c8; }
  .homepage_images_module__item__title[data-color="green"] {
    color: lime; }
  .homepage_images_module__item__title[data-color="yellow"] {
    color: #fffa00; }
  .homepage_images_module__attachment_images {
  list-style: none;
  margin: 0;
  padding: 0; }
  .homepage_images_module__attachment_images > li {
    margin: 0;
    padding: 0; }
  .homepage_images_module__link_to__attachment_image {
  color: inherit;
  text-decoration: none;
  display: block; }
  .homepage_images_module__attachment_image__figure {
  all: unset;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .homepage_images_module__attachment_image__figure .modulor_attachment__responsive {
    all: unset;
    padding-bottom: 0 !important;
    padding-bottom: initial !important; }
  .homepage_images_module__attachment_image__figure .modulor_attachment__responsive img {
      all: unset;
      display: block;
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover; }
  .homepage_images_module__related_pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1; }
  .homepage_images_module__related_pages > li {
    margin: 0;
    padding: 0; }
  .homepage_images_module__link_to__related_page {
  color: inherit;
  text-decoration: none; }
  .homepage_images_module__related_page {
  color: inherit;
  text-decoration: none;
  display: block;
  grid-column: 2 / -1;
  background-color: #fffa00;
  padding-top: .5em;
  padding-bottom: .5em; }
  @media all and (max-width: 767px) {
    .homepage_images_module__related_page {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__related_page {
      padding-left: 1.12rem;
      padding-right: 1.12rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__related_page {
      padding-left: 1.26rem;
      padding-right: 1.26rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__related_page {
      padding-left: 1.4rem;
      padding-right: 1.4rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__related_page {
      padding-left: 1.4rem;
      padding-right: 1.4rem; } }
  .homepage_images_module__related_page:hover {
    background-color: lime; }
  .homepage_images_module__related_page__type {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0; }
  .homepage_images_module__related_page__type span {
    text-transform: lowercase; }
  .homepage_images_module__related_page__type span:after {
      content: ":"; }
  .homepage_images_module__related_page__title {
  font-style: italic;
  margin: 0;
  padding: 0; }

.homepage_images_module__counter {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black;
  text-align: right; }
  @media all and (max-width: 767px) {
    .homepage_images_module__counter {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__counter {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__counter {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__counter {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__counter {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
    .homepage_images_module__counter {
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homepage_images_module__counter {
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage_images_module__counter {
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .homepage_images_module__counter {
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .homepage_images_module__counter {
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  .homepage_images_module__counter__arrow_prev,
.homepage_images_module__counter__arrow_next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .homepage_images_module__counter__arrow_prev__inactive,
.homepage_images_module__counter__arrow_next__inactive {
  visibility: hidden; }





@media all and (max-width: 767px) {
  .identity_assets_container_module__section {
    margin-left: -1.6rem;
    margin-right: -1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .identity_assets_container_module__section {
    margin-left: -2.24rem;
    margin-right: -2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .identity_assets_container_module__section {
    margin-left: -2.52rem;
    margin-right: -2.52rem; } }

@media (min-width: 1200px) {
  .identity_assets_container_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

@media (min-width: 1681px) {
  .identity_assets_container_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

.identity_assets_container_module__section .modulor_web_module {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%; }

@media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_container_module__section .modulor_web_module {
      width: 50%; } }

@media all and (max-width: 767px) {
    .identity_assets_container_module__section .modulor_web_module {
      width: 100%; } }

.identity_assets_container_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
  .identity_assets_container_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .identity_assets_container_module__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_container_module__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_container_module__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .identity_assets_container_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .identity_assets_container_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .identity_assets_container_module__title:before {
    letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
      .identity_assets_container_module__title:before {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .identity_assets_container_module__title:before {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .identity_assets_container_module__title:before {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .identity_assets_container_module__title:before {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .identity_assets_container_module__title:before {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .identity_assets_container_module__title:before {
    content: '\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -.6rem;
    display: block; }


.identity_assets_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .identity_assets_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .identity_assets_module__content .identity_assets_module__info {
      margin-top: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__content .identity_assets_module__info {
      margin-top: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__content .identity_assets_module__info {
      margin-top: 2.52rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__content .identity_assets_module__info {
      margin-top: 2.8rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__content .identity_assets_module__info {
      margin-top: 2.8rem; } }
  @media all and (max-width: 767px) {
    .identity_assets_module__content .identity_assets_module__download_attachments {
      margin-top: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__content .identity_assets_module__download_attachments {
      margin-top: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__content .identity_assets_module__download_attachments {
      margin-top: 2rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__content .identity_assets_module__download_attachments {
      margin-top: 2rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__content .identity_assets_module__download_attachments {
      margin-top: 2rem; } }

.identity_assets_module__description {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em; }
  .identity_assets_module__description:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .identity_assets_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .identity_assets_module__description p {
    margin: 0;
    padding: 0; }
  .identity_assets_module__description p:not(:last-child) {
      margin-bottom: 1em; }
  .identity_assets_module__description a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }

.identity_assets_module__download_attachments {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #c8c8c8; }
  .identity_assets_module__download_attachments > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .identity_assets_module__download_attachments {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__download_attachments {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__download_attachments {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__download_attachments {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__download_attachments {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .identity_assets_module__download_attachments a {
    text-decoration: none;
    color: #ff00c8; }


.identity_assets_module__info {
  position: relative; }
  @media all and (max-width: 767px) {
    .identity_assets_module__info .identity_assets_module__description {
      margin-top: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__info .identity_assets_module__description {
      margin-top: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__info .identity_assets_module__description {
      margin-top: 2rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__info .identity_assets_module__description {
      margin-top: 2rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__info .identity_assets_module__description {
      margin-top: 2rem; } }

.identity_assets_module__preview_attachments {
  list-style: none;
  margin: 0;
  padding: 0; }
  .identity_assets_module__preview_attachments > li {
    margin: 0;
    padding: 0; }

.identity_assets_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .identity_assets_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .identity_assets_module__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .identity_assets_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .identity_assets_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }


.identity_assets_module__preview_attachments[data-preview-option='cards'] {
  position: relative;
  -webkit-perspective: 500rem;
          perspective: 500rem; }
  .identity_assets_module__preview_attachments[data-preview-option='cards'] .identity_assets_module__preview_attachment {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .666s;
    transition: -webkit-transform .666s;
    -o-transition: transform .666s;
    transition: transform .666s;
    transition: transform .666s, -webkit-transform .666s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .identity_assets_module__preview_attachments[data-preview-option='cards'] .identity_assets_module__preview_attachment:not(.identity_assets_module__preview_attachment__current) {
      display: none; }
  .identity_assets_module__preview_attachments[data-preview-option='cards'] .identity_assets_module__preview_attachment__front {
    z-index: 1; }
  .identity_assets_module__preview_attachments[data-preview-option='cards'] .identity_assets_module__preview_attachment__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .identity_assets_module__preview_attachments[data-preview-option='cards'] .identity_assets_module__preview_attachment__current {
    cursor: pointer; }
  .identity_assets_module__preview_attachments__flipped[data-preview-option='cards'] .identity_assets_module__preview_attachment__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
  .identity_assets_module__preview_attachments__flipped[data-preview-option='cards'] .identity_assets_module__preview_attachment__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0); }

@charset "UTF-8";
.identity_assets_module__preview_attachments__counter {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  position: absolute;
  right: 0; }
@media all and (max-width: 767px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
@media (min-width: 1200px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media (min-width: 1681px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media all and (max-width: 767px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.12rem;
      bottom: calc(-3.92rem); } }
@media (min-width: 768px) and (max-width: 991px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.12rem;
      bottom: calc(-4.48rem); } }
@media (min-width: 992px) and (max-width: 1199px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.4rem;
      bottom: calc(-5.04rem); } }
@media (min-width: 1200px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.4rem;
      bottom: calc(-5.6rem); } }
@media (min-width: 1681px) {
    .identity_assets_module__preview_attachments__counter {
      font-size: 1.4rem;
      bottom: calc(-5.6rem); } }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="1"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="1"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="1"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="1"]:before {
  content: "Ⅰ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="2"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="2"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="2"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="2"]:before {
  content: "Ⅱ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="3"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="3"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="3"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="3"]:before {
  content: "Ⅲ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="4"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="4"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="4"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="4"]:before {
  content: "Ⅳ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="5"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="5"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="5"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="5"]:before {
  content: "Ⅴ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="6"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="6"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="6"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="6"]:before {
  content: "Ⅵ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="7"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="7"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="7"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="7"]:before {
  content: "Ⅶ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="8"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="8"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="8"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="8"]:before {
  content: "Ⅷ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="9"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="9"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="9"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="9"]:before {
  content: "Ⅸ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="10"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="10"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="10"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="10"]:before {
  content: "Ⅹ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="11"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="11"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="11"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="11"]:before {
  content: "Ⅺ"; }
.identity_assets_module__preview_attachments__counter__index span,
.identity_assets_module__preview_attachments__counter__total span {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
.identity_assets_module__preview_attachments__counter__index[data-index="12"]:before, .identity_assets_module__preview_attachments__counter__index[data-total="12"]:before,
.identity_assets_module__preview_attachments__counter__total[data-index="12"]:before,
.identity_assets_module__preview_attachments__counter__total[data-total="12"]:before {
  content: "Ⅻ"; }

.identity_assets_module__preview_attachments[data-preview-option='gallery'] .identity_assets_module__preview_attachment {
  width: 100%; }

.identity_assets_module__preview_attachments[data-preview-option='gallery'] .flickity-slider {
  cursor: pointer; }

@media all and (max-width: 767px) {
  .identity_header_module__content header {
    margin-left: -3.2rem;
    margin-bottom: 0; }
    .identity_header_module__content header > * {
      margin-bottom: 0;
      padding-left: 3.2rem;
      vertical-align: top; }
    .identity_header_module__content header > * {
      display: inline-block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .identity_header_module__content header {
    margin-left: -4.48rem;
    margin-bottom: 0; }
    .identity_header_module__content header > * {
      margin-bottom: 0;
      padding-left: 4.48rem;
      vertical-align: top; }
    .identity_header_module__content header > * {
      display: inline-block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .identity_header_module__content header {
    margin-left: -5.04rem;
    margin-bottom: 0; }
    .identity_header_module__content header > * {
      margin-bottom: 0;
      padding-left: 5.04rem;
      vertical-align: top; }
    .identity_header_module__content header > * {
      display: inline-block; } }

@media (min-width: 1200px) {
  .identity_header_module__content header {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .identity_header_module__content header > * {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .identity_header_module__content header > * {
      display: inline-block; } }

@media (min-width: 1681px) {
  .identity_header_module__content header {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .identity_header_module__content header > * {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .identity_header_module__content header > * {
      display: inline-block; } }

@media all and (max-width: 767px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* xs */
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* s */
    width: 66.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* m */
    width: 66.66667%; } }

@media (min-width: 1200px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* l */
    width: 50%; } }

@media (min-width: 1681px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* xl */
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .identity_header_module__content .identity_header_module__title,
  .identity_header_module__content .identity_header_module__note {
    /* s */
    max-width: 50%; } }

@media all and (max-width: 767px) {
  .identity_header_module__content .identity_header_module__note {
    margin-top: 2.16rem; } }


.identity_header_module__note {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 0;
  color: #ff00c8; }
  @media all and (max-width: 767px) {
    .identity_header_module__note {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_header_module__note {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_header_module__note {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .identity_header_module__note {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .identity_header_module__note {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .identity_header_module__note:not(:last-child) {
    margin-bottom: 1em; }
  .identity_header_module__note a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: #ff00c8; }

.identity_header_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .identity_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .identity_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .identity_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .identity_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .identity_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }


.image_module__content[data-orientation="portrait"] .image_module__figure {
  width: 100%; }

.image_module__content[data-orientation="landscape"] .image_module__figure {
  width: calc(var(--aspect-ratio) * 100vh); }

.image_module__figure {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.image_module__caption_wrapper {
  display: grid; }

@media all and (max-width: 767px) {
    .image_module__caption_wrapper {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .image_module__caption_wrapper {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .image_module__caption_wrapper {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }

@media (min-width: 1200px) {
    .image_module__caption_wrapper {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }

@media (min-width: 1681px) {
    .image_module__caption_wrapper {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }

.image_module__caption {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  grid-column: 3 / span 6; }

@media all and (max-width: 767px) {
    .image_module__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .image_module__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .image_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .image_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .image_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .image_module__caption {
      grid-column: 3 / span 4; } }

@media (min-width: 768px) and (max-width: 991px) {
    .image_module__caption {
      grid-column: 3 / span 4; } }

@media all and (max-width: 767px) {
    .image_module__caption {
      grid-column: 1 / span 4; } }

[data-identity="1.5"] .image_module__caption {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.images_module__attachment_images {
  outline: 0;
  width: 100%;
  overflow: hidden; }
  .images_module__attachment_images .images_module__attachment_image {
    all: unset;
    display: block;
    width: 100%; }
  .images_module__attachment_images .images_module__attachment_image__caption {
    all: unset;
    display: block;
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    margin-top: 0.5em; }
  @media all and (max-width: 767px) {
      .images_module__attachment_images .images_module__attachment_image__caption {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .images_module__attachment_images .images_module__attachment_image__caption {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .images_module__attachment_images .images_module__attachment_image__caption {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .images_module__attachment_images .images_module__attachment_image__caption {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .images_module__attachment_images .images_module__attachment_image__caption {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .images_module__attachment_images .modulor_attachment__responsive {
    all: unset;
    padding-bottom: 0 !important;
    padding-bottom: initial !important; }
  .images_module__attachment_images .modulor_attachment__responsive img {
      all: unset;
      display: block;
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: hidden; }
  [data-identity="1.5"] .images_module__attachment_images .images_module__attachment_image__caption {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.images_module__content[class*='module__content'] {
  padding-left: 0;
  padding-right: 0; }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] {
      margin-left: -0.8rem;
      margin-right: -0.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] {
      margin-left: -1.12rem;
      margin-right: -1.12rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .images_module__content[class*='module__content'] {
      margin-left: -1.26rem;
      margin-right: -1.26rem; } }
  @media (min-width: 1200px) {
    .images_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem; } }
  @media (min-width: 1681px) {
    .images_module__content[class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem; } }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] {
      margin-left: 0;
      margin-right: 0; } }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      margin-left: -3.2rem;
      margin-bottom: 0;
      padding-left: 2.4rem;
      padding-right: 2.4rem; }
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        margin-bottom: 0;
        padding-left: 3.2rem;
        vertical-align: top; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      margin-left: -4.48rem;
      margin-bottom: 0;
      padding-left: 3.36rem;
      padding-right: 3.36rem; }
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        margin-bottom: 0;
        padding-left: 4.48rem;
        vertical-align: top; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      margin-left: -5.04rem;
      margin-bottom: 0;
      padding-left: 3.78rem;
      padding-right: 3.78rem; }
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        margin-bottom: 0;
        padding-left: 5.04rem;
        vertical-align: top; } }
  @media (min-width: 1200px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      margin-left: -5.6rem;
      margin-bottom: 0;
      padding-left: 4.2rem;
      padding-right: 4.2rem; }
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; } }
  @media (min-width: 1681px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      margin-left: -5.6rem;
      margin-bottom: 0;
      padding-left: 4.2rem;
      padding-right: 4.2rem; }
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    margin-left: auto;
    margin-right: 0; }
  @media (min-width: 1200px) {
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        /* l */
        width: 75%; } }
  @media (min-width: 1681px) {
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        /* xl */
        width: 75%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        /* m */
        width: 66.66667%; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        /* s */
        width: 66.66667%; } }
  @media all and (max-width: 767px) {
      .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
        /* xs */
        width: 62.5%; } }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media all and (max-width: 767px) {
    .images_module__content[class*='module__content'] .images_module__counter {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media all and (max-width: 767px) {
  .expandable_section_module__body .images_module__content[class*='module__content'],
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module__body .images_module__content[class*='module__content'],
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] {
    padding-left: 2.24rem;
    padding-right: 2.24rem;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module__body .images_module__content[class*='module__content'],
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] {
    padding-left: 2.52rem;
    padding-right: 2.52rem;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 1200px) {
  .expandable_section_module__body .images_module__content[class*='module__content'],
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 1681px) {
  .expandable_section_module__body .images_module__content[class*='module__content'],
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin-left: 0;
    margin-right: 0; } }
  @media all and (max-width: 767px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 1200px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 1681px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption {
    padding-left: 0;
    padding-right: 0; } }
  @media all and (max-width: 767px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    width: auto;
    width: initial; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    width: auto;
    width: initial; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    width: auto;
    width: initial; } }
  @media (min-width: 1200px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    width: auto;
    width: initial; } }
  @media (min-width: 1681px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__attachment_image__caption .modulor_attachment__caption {
    width: auto;
    width: initial; } }
  @media all and (max-width: 767px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__counter,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__counter {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__counter,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__counter {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__counter,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__counter {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 1200px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__counter,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__counter {
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 1681px) {
  .expandable_section_module__body .images_module__content[class*='module__content'] .images_module__counter,
  .soft_tabs_container_module__tab_content .images_module__content[class*='module__content'] .images_module__counter {
    padding-left: 0;
    padding-right: 0; } }

.images_module__counter {
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: right; }
  @media all and (max-width: 767px) {
    .images_module__counter {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__counter {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .images_module__counter {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .images_module__counter {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .images_module__counter {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .images_module__counter__current_slide,
.images_module__counter__total_slides,
.images_module__counter__arrow_prev,
.images_module__counter__arrow_next {
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .images_module__counter__current_slide,
    .images_module__counter__total_slides,
    .images_module__counter__arrow_prev,
    .images_module__counter__arrow_next {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .images_module__counter__current_slide,
    .images_module__counter__total_slides,
    .images_module__counter__arrow_prev,
    .images_module__counter__arrow_next {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .images_module__counter__current_slide,
    .images_module__counter__total_slides,
    .images_module__counter__arrow_prev,
    .images_module__counter__arrow_next {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .images_module__counter__current_slide,
    .images_module__counter__total_slides,
    .images_module__counter__arrow_prev,
    .images_module__counter__arrow_next {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .images_module__counter__current_slide,
    .images_module__counter__total_slides,
    .images_module__counter__arrow_prev,
    .images_module__counter__arrow_next {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .images_module__counter__current_slide {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }
  .images_module__counter__total_slides {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }
  .images_module__counter__total_slides:before {
    content: '/'; }
  .images_module__counter__arrow_prev,
.images_module__counter__arrow_next {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }
  .images_module__counter__arrow_prev:hover,
  .images_module__counter__arrow_next:hover {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal; }
  [data-identity="1.5"] .images_module__counter__current_slide {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .images_module__counter__arrow_prev,
[data-identity="1.5"] .images_module__counter__arrow_next {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .images_module__counter__total_slides {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__flash {
  display: none; }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb {
  padding-left: 0;
  width: 294px; }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a {
    display: block;
    position: relative; }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal;
      letter-spacing: -0.02em;
      color: black;
      content: "\2192";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-65%) translateY(-50%) rotate(90deg);
          -ms-transform: translateX(-65%) translateY(-50%) rotate(90deg);
              transform: translateX(-65%) translateY(-50%) rotate(90deg); }

@media all and (max-width: 767px) {
        .instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
          font-size: 2.88rem;
          line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
        .instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
          font-size: 5.76rem;
          line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
        .instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
          font-size: 7.68rem;
          line-height: 8.32rem; } }

@media (min-width: 1200px) {
        .instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
          font-size: 9.6rem;
          line-height: 10.4rem; } }

@media (min-width: 1681px) {
        .instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb a:hover:after {
          font-size: 9.6rem;
          line-height: 10.4rem; } }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__thumb .attachment_instagram_image {
    border: 0.1rem solid #d7d7d7; }

.instagram_generator_module__attachment_form .simple_form_attachments__attachment__col__fields > * {
  display: none; }

.instagram_generator_module__body {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .instagram_generator_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .instagram_generator_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .instagram_generator_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .instagram_generator_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .instagram_generator_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .instagram_generator_module__body {
      /* xs */
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .instagram_generator_module__body {
      /* s */
      width: 66.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .instagram_generator_module__body {
      /* m */
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .instagram_generator_module__body {
      /* l */
      width: 50%; } }
  @media (min-width: 1681px) {
    .instagram_generator_module__body {
      /* xl */
      width: 50%; } }
  .instagram_generator_module__body p {
    margin: 0;
    padding: 0; }
  .instagram_generator_module__body p:not(:last-child) {
      margin-bottom: 1em; }
  .instagram_generator_module__body em, .instagram_generator_module__body i {
    font-style: normal; }
  .instagram_generator_module__body strong, .instagram_generator_module__body b {
    font-weight: normal; }
  .instagram_generator_module__body a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: black;
    text-decoration: none; }
  .instagram_generator_module__body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .instagram_generator_module__body ul > li {
      margin: 0;
      padding: 0; }
  .instagram_generator_module__body ul:not(:last-child) {
      margin-bottom: 1em; }
  .instagram_generator_module__body p + ul {
    margin-top: -1em; }

.instagram_generator_module__content .simple_form_attachments {
  background-color: whitesmoke; }
  @media all and (max-width: 767px) {
    .instagram_generator_module__content .simple_form_attachments {
      padding: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .instagram_generator_module__content .simple_form_attachments {
      padding: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .instagram_generator_module__content .simple_form_attachments {
      padding: 2.52rem; } }
  @media (min-width: 1200px) {
    .instagram_generator_module__content .simple_form_attachments {
      padding: 2.8rem; } }
  @media (min-width: 1681px) {
    .instagram_generator_module__content .simple_form_attachments {
      padding: 2.8rem; } }
  @media all and (max-width: 767px) {
  .instagram_generator_module__content .instagram_generator_module__body {
    margin-bottom: 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .instagram_generator_module__content .instagram_generator_module__body {
    margin-bottom: 1em; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .instagram_generator_module__content .instagram_generator_module__body {
    margin-bottom: 1em; } }
  @media (min-width: 1200px) {
  .instagram_generator_module__content .instagram_generator_module__body {
    margin-bottom: 1em; } }
  @media (min-width: 1681px) {
  .instagram_generator_module__content .instagram_generator_module__body {
    margin-bottom: 1em; } }




.intervention_header_module__dates {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto;
  text-align: right; }
  @media all and (max-width: 767px) {
    .intervention_header_module__dates {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__dates {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__dates {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__dates {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__dates {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .intervention_header_module__dates .day.a,
  .intervention_header_module__dates .day.a + .sep {
    display: none; }
  .intervention_header_module__dates .current_year .month.m + .sep,
  .intervention_header_module__dates .current_year .year.Y {
    display: none; }
  .intervention_header_module__dates .date_range:not(.current_year) .current_year .month.m + .sep,
  .intervention_header_module__dates .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
  @media (min-width: 1200px) {
    .intervention_header_module__dates {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .intervention_header_module__dates {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .intervention_header_module__dates {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__dates {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__dates {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__dates {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__dates {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

.intervention_header_module__description {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 767px) {
    .intervention_header_module__description {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__description {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__description {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__description {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .intervention_header_module__description {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .intervention_header_module__description {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__description {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__description {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__description {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__description {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }


@media (min-width: 768px) and (max-width: 991px) {
  .intervention_header_module__header {
    margin-left: -2.24rem;
    margin-right: -2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .intervention_header_module__header {
    margin-left: -2.52rem;
    margin-right: -2.52rem; } }

@media (min-width: 1200px) {
  .intervention_header_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

@media (min-width: 1681px) {
  .intervention_header_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

.intervention_header_module__link_to__interventions_page {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .intervention_header_module__link_to__interventions_page {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__link_to__interventions_page {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__link_to__interventions_page {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__link_to__interventions_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__link_to__interventions_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__link_to__interventions_page {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__link_to__interventions_page {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .intervention_header_module__link_to__interventions_page {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .intervention_header_module__link_to__interventions_page {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__link_to__interventions_page {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__link_to__interventions_page {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .intervention_header_module__link_to__interventions_page {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .intervention_header_module__link_to__interventions_page {
      /* xl */
      margin-right: 12.5%; } }
  @media all and (max-width: 767px) {
    .intervention_header_module__link_to__interventions_page {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__link_to__interventions_page {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__link_to__interventions_page {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__link_to__interventions_page {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__link_to__interventions_page {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .intervention_header_module__link_to__interventions_page a {
    color: black;
    text-decoration: none; }
  .intervention_header_module__link_to__interventions_page a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }

.intervention_header_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  font-size: 9vw;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .intervention_header_module__title {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .intervention_header_module__title {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .intervention_header_module__title {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_header_module__title {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_header_module__title {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .intervention_header_module__title {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .intervention_header_module__title {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }




.intervention_list_header_module__header {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .intervention_list_header_module__header {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_header_module__header {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_header_module__header {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .intervention_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .intervention_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_header_module__header {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_header_module__header {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .intervention_list_header_module__header {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .intervention_list_header_module__header {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_header_module__header {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_header_module__header {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .intervention_list_header_module__header {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .intervention_list_header_module__header {
      /* xl */
      margin-right: 12.5%; } }
  .intervention_list_header_module__header .intervention_list_header_module__title {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .intervention_list_header_module__header .intervention_list_header_module__title {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .intervention_list_header_module__header .intervention_list_header_module__title {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .intervention_list_header_module__header .intervention_list_header_module__title {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .intervention_list_header_module__header .intervention_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .intervention_list_header_module__header .intervention_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
  .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
      .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .intervention_list_header_module__header .intervention_list_header_module__interventions_page a,
    .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page a {
      color: black;
      text-decoration: none; }
  .intervention_list_header_module__header .intervention_list_header_module__interventions_page a:hover,
      .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page a:hover {
        font-family: 'Plato Basic', sans-serif;
        font-weight: normal; }
  .intervention_list_header_module__header .intervention_list_header_module__title,
  .intervention_list_header_module__header .intervention_list_header_module__interventions_page,
  .intervention_list_header_module__header .intervention_list_header_module__interventions_archive_page {
    display: inline; }


@media (min-width: 768px) and (max-width: 991px) {
  .intervention_list_module__content .intervention_list_module__section {
    margin-left: -2.24rem;
    margin-right: -2.24rem; }
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__heading,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__header__group_key,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__thumbnails {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .intervention_list_module__content .intervention_list_module__section {
    margin-left: -2.52rem;
    margin-right: -2.52rem; }
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__heading,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__header__group_key,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__thumbnails {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }

@media (min-width: 1200px) {
  .intervention_list_module__content .intervention_list_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__heading,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__header__group_key,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__thumbnails {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

@media (min-width: 1681px) {
  .intervention_list_module__content .intervention_list_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__heading,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__header__group_key,
    .intervention_list_module__content .intervention_list_module__section .intervention_list_module__thumbnails {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* s */
    margin-left: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* m */
    margin-left: 16.66667%; } }

@media (min-width: 1200px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* l */
    margin-left: 12.5%; } }

@media (min-width: 1681px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* xl */
    margin-left: 12.5%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* s */
    margin-right: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* m */
    margin-right: 16.66667%; } }

@media (min-width: 1200px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* l */
    margin-right: 12.5%; } }

@media (min-width: 1681px) {
  .intervention_list_module__content .intervention_list_module__heading,
  .intervention_list_module__content .intervention_list_module__header__group_key,
  .intervention_list_module__content .intervention_list_module__thumbnails {
    /* xl */
    margin-right: 12.5%; } }


.intervention_list_module__header__group_key {
  margin: 0;
  padding: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .intervention_list_module__header__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_module__header__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_module__header__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .intervention_list_module__header__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .intervention_list_module__header__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.intervention_list_module__heading {
  margin: 0;
  padding: 0; }

@media all and (max-width: 767px) {
  .intervention_list_module__section__group_key:not(:last-child) {
    margin-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .intervention_list_module__section__group_key:not(:last-child) {
    margin-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .intervention_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .intervention_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .intervention_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.6rem; } }


.intervention_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .intervention_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .intervention_list_module__thumbnails .intervention_page__thumbnail:not(:last-child) {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_module__thumbnails .intervention_page__thumbnail:not(:last-child) {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_module__thumbnails .intervention_page__thumbnail:not(:last-child) {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .intervention_list_module__thumbnails .intervention_page__thumbnail:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .intervention_list_module__thumbnails .intervention_page__thumbnail:not(:last-child) {
      margin-bottom: 5.6rem; } }
  .intervention_list_module__thumbnails .intervention_page__thumbnail a {
    display: block;
    color: black;
    text-decoration: none; }
  .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
  .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
      .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
      .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
      .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
      .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
      .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .intervention_list_module__thumbnails .intervention_page__thumbnail__description,
      .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .intervention_list_module__thumbnails .intervention_page__thumbnail__dates {
    text-align: right; }
  .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .day.a,
    .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .day.a + .sep {
      display: none; }
  .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .current_year .month.m + .sep,
    .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .current_year .year.Y {
      display: none; }
  .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .date_range:not(.current_year) .current_year .month.m + .sep,
    .intervention_list_module__thumbnails .intervention_page__thumbnail__dates .date_range:not(.current_year) .current_year .year.Y {
      display: inline;
      display: initial; }


.intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .intervention_list_module__content[data-view-option="all"] .intervention_list_module__heading a {
    color: black;
    text-decoration: none; }

.intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    .intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .intervention_list_module__content[data-view-option="related"] .intervention_list_module__heading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.intro_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .intro_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .intro_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .intro_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro_module__content section {
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .intro_module__content section .intro_module__logo,
      .intro_module__content section .intro_module__minidedek {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro_module__content section {
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .intro_module__content section .intro_module__logo,
      .intro_module__content section .intro_module__minidedek {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .intro_module__content section {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .intro_module__content section .intro_module__logo,
      .intro_module__content section .intro_module__minidedek {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .intro_module__content section {
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .intro_module__content section .intro_module__logo,
      .intro_module__content section .intro_module__minidedek {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .intro_module__content section .intro_module__logo,
    .intro_module__content section .intro_module__minidedek {
      /* xl */
      margin-right: 12.5%; } }


.intro_module__logo {
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .intro_module__logo {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro_module__logo {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .intro_module__logo {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .intro_module__logo {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .intro_module__logo {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
    .intro_module__logo {
      margin-top: 1em;
      margin-bottom: 1em; } }
  .intro_module__logo svg {
    width: 100%;
    height: auto;
    border: 0; }
  @-webkit-keyframes anim-blink {
  50% {
    opacity: 0; } }
  @keyframes anim-blink {
  50% {
    opacity: 0; } }
  .intro_module__logo [data-font='plato-text'] {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: anim-blink;
            animation-name: anim-blink;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end); }
  .intro_module__logo[data-distance-to-in-days="0"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.005s;
            animation-duration: 0.005s; }
  .intro_module__logo[data-distance-to-in-days="1"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.02s;
            animation-duration: 0.02s; }
  .intro_module__logo[data-distance-to-in-days="2"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.035s;
            animation-duration: 0.035s; }
  .intro_module__logo[data-distance-to-in-days="3"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.05s;
            animation-duration: 0.05s; }
  .intro_module__logo[data-distance-to-in-days="4"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.065s;
            animation-duration: 0.065s; }
  .intro_module__logo[data-distance-to-in-days="5"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.08s;
            animation-duration: 0.08s; }
  .intro_module__logo[data-distance-to-in-days="6"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.095s;
            animation-duration: 0.095s; }
  .intro_module__logo[data-distance-to-in-days="7"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.11s;
            animation-duration: 0.11s; }
  .intro_module__logo[data-distance-to-in-days="8"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.125s;
            animation-duration: 0.125s; }
  .intro_module__logo[data-distance-to-in-days="9"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.14s;
            animation-duration: 0.14s; }
  .intro_module__logo[data-distance-to-in-days="10"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.155s;
            animation-duration: 0.155s; }
  .intro_module__logo[data-distance-to-in-days="11"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.17s;
            animation-duration: 0.17s; }
  .intro_module__logo[data-distance-to-in-days="12"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.185s;
            animation-duration: 0.185s; }
  .intro_module__logo[data-distance-to-in-days="13"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  .intro_module__logo[data-distance-to-in-days="14"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.215s;
            animation-duration: 0.215s; }
  .intro_module__logo[data-distance-to-in-days="15"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.23s;
            animation-duration: 0.23s; }
  .intro_module__logo[data-distance-to-in-days="16"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.245s;
            animation-duration: 0.245s; }
  .intro_module__logo[data-distance-to-in-days="17"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.26s;
            animation-duration: 0.26s; }
  .intro_module__logo[data-distance-to-in-days="18"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.275s;
            animation-duration: 0.275s; }
  .intro_module__logo[data-distance-to-in-days="19"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.29s;
            animation-duration: 0.29s; }
  .intro_module__logo[data-distance-to-in-days="20"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.305s;
            animation-duration: 0.305s; }
  .intro_module__logo[data-distance-to-in-days="21"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.32s;
            animation-duration: 0.32s; }
  .intro_module__logo[data-distance-to-in-days="22"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.335s;
            animation-duration: 0.335s; }
  .intro_module__logo[data-distance-to-in-days="23"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s; }
  .intro_module__logo[data-distance-to-in-days="24"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.365s;
            animation-duration: 0.365s; }
  .intro_module__logo[data-distance-to-in-days="25"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.38s;
            animation-duration: 0.38s; }
  .intro_module__logo[data-distance-to-in-days="26"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.395s;
            animation-duration: 0.395s; }
  .intro_module__logo[data-distance-to-in-days="27"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.41s;
            animation-duration: 0.41s; }
  .intro_module__logo[data-distance-to-in-days="28"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.425s;
            animation-duration: 0.425s; }
  .intro_module__logo[data-distance-to-in-days="29"] [data-font='plato-text'] {
    -webkit-animation-duration: 0.44s;
            animation-duration: 0.44s; }

.intro_module__plato {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.mailchimp_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .mailchimp_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .mailchimp_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mailchimp_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .mailchimp_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .mailchimp_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .mailchimp_module__content form {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto -webkit-min-content -webkit-min-content;
    grid-template-columns: auto min-content min-content;
    border: .1rem solid;
    padding: .5em;
    padding-top: .4em;
    padding-bottom: .2em; }
  .mailchimp_module__content input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    width: 100%; }
  @media all and (max-width: 767px) {
      .mailchimp_module__content input[type="email"] {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .mailchimp_module__content input[type="email"] {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .mailchimp_module__content input[type="email"] {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .mailchimp_module__content input[type="email"] {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .mailchimp_module__content input[type="email"] {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .mailchimp_module__content input[type="email"]:focus {
      outline: 0; }
  .mailchimp_module__content input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
      .mailchimp_module__content input[type="submit"] {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .mailchimp_module__content input[type="submit"] {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .mailchimp_module__content input[type="submit"] {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .mailchimp_module__content input[type="submit"] {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .mailchimp_module__content input[type="submit"] {
        font-size: 2rem;
        line-height: 2.8rem; } }


.mailchimp_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .mailchimp_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .mailchimp_module__heading {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .mailchimp_module__heading {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mailchimp_module__heading {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .mailchimp_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .mailchimp_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .mailchimp_module__heading:not(:last-child) {
    margin-bottom: 0; }

.map_module__marker {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .map_module__marker {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .map_module__marker {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .map_module__marker {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .map_module__marker {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .map_module__marker {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .map_module__marker .map_module__marker__icon {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em;
    background-size: cover;
    display: block;
    height: 3em;
    left: -1em;
    position: relative;
    top: -2em;
    width: 3em; }
  @media all and (max-width: 767px) {
      .map_module__marker .map_module__marker__icon {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .map_module__marker .map_module__marker__icon {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .map_module__marker .map_module__marker__icon {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .map_module__marker .map_module__marker__icon {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .map_module__marker .map_module__marker__icon {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .map_module__marker[title="PLATO"] .map_module__marker__icon {
    background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 900' style='enable-background:new 0 0 1000 900;' xml:space='preserve'%3E %3Crect fill='%23FF00B4' width='1000' height='900'/%3E %3Crect fill='%2300E600' width='323.5' height='86'/%3E %3Crect y='204.2' fill='%2300E600' width='323.5' height='86'/%3E %3Crect y='610.8' fill='%2300E600' width='323.5' height='86'/%3E %3Crect y='407.5' fill='%2300E600' width='323.5' height='86'/%3E %3Crect y='814' fill='%2300E600' width='323.5' height='86'/%3E %3Crect y='305.9' fill='%2300E600' width='155.5' height='86'/%3E %3Crect y='712.4' fill='%2300E600' width='155.5' height='86'/%3E %3Crect y='101.6' fill='%2300E600' width='155.5' height='86'/%3E %3Crect y='509.1' fill='%2300E600' width='155.5' height='86'/%3E %3Crect x='338.2' y='204.2' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='338.2' y='610.8' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='338.2' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='338.2' y='407.5' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='338.2' y='814' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='170.2' y='305.9' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='170.2' y='712.4' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='170.2' y='101.6' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='170.2' y='509.1' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='676.5' y='204.2' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='676.5' y='610.8' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='676.5' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='676.5' y='407.5' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='676.5' y='814' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='508.5' y='305.9' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='508.5' y='712.4' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='508.5' y='101.6' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='508.5' y='509.1' fill='%2300E600' width='323.5' height='86'/%3E %3Crect x='847.1' y='305.9' fill='%2300E600' width='152.9' height='86'/%3E %3Crect x='847.1' y='712.4' fill='%2300E600' width='152.9' height='86'/%3E %3Crect x='847.1' y='101.6' fill='%2300E600' width='152.9' height='86'/%3E %3Crect x='847.1' y='509.1' fill='%2300E600' width='152.9' height='86'/%3E %3C/svg%3E") no-repeat left top; }
  .map_module__marker[title="PLATO Bauhaus"] .map_module__marker__icon {
    background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' style='enable-background:new 0 0 1000 1000;' xml:space='preserve'%3E %3Cpolygon fill='%2300FF00' points='500,0 0,500 0,1000 1000,1000 1000,500 '/%3E %3Cpolygon fill='%23FFFF00' points='870.7,938.3 129.3,938.3 129.3,567.6 500,197 870.7,567.6 '/%3E %3Cpolygon fill='%23FF00C8' points='744.8,877.9 255.2,877.9 255.2,633.2 500,388.4 744.8,633.2 '/%3E %3C/svg%3E") no-repeat left top; }
  .map_module__marker .map_module__marker__info {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    border: none;
    width: 14em; }
  @media all and (max-width: 767px) {
      .map_module__marker .map_module__marker__info {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .map_module__marker .map_module__marker__info {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .map_module__marker .map_module__marker__info {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .map_module__marker .map_module__marker__info {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .map_module__marker .map_module__marker__info {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .map_module__marker .map_module__marker__info__title {
    font-weight: normal;
    margin-bottom: 1em; }

.menu_module__bar {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  overflow: hidden;
  -webkit-transition: width var(--duration), height var(--duration);
  -o-transition: width var(--duration), height var(--duration);
  transition: width var(--duration), height var(--duration);
  position: fixed;
  background-color: #ff00c8;
  width: var(--menu-bar-thickness);
  height: calc(100vh - var(--menu-position-from-top));
  top: var(--menu-position-from-top);
  right: 0; }
  @media all and (max-width: 767px) {
    .menu_module__bar {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__bar {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__bar {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .menu_module__bar {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .menu_module__bar {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .menu_module__bar:hover {
    --menu-bar-thickness: 1.5em;
    --duration: .5s; }

.menu_module__button_to_close {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: black;
  font-size: inherit;
  line-height: inherit; }

.menu_module__button_to_menu {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  position: fixed; }
  @media all and (max-width: 767px) {
    .menu_module__button_to_menu {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__button_to_menu {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__button_to_menu {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .menu_module__button_to_menu {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .menu_module__button_to_menu {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .menu_module__button_to_menu[hidden] {
    display: none; }
  @media all and (max-width: 767px) {
    .menu_module__button_to_menu {
      top: 3.2rem;
      right: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__button_to_menu {
      top: 4.48rem;
      right: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__button_to_menu {
      top: 5.04rem;
      right: 5.04rem; } }
  @media (min-width: 1200px) {
    .menu_module__button_to_menu {
      top: 5.6rem;
      right: 5.6rem; } }
  @media (min-width: 1681px) {
    .menu_module__button_to_menu {
      top: 5.6rem;
      right: 5.6rem; } }
  .menu_module__button_to_menu .menu_module__button_to_menu__hamburger {
    display: block; }
  .menu_module__button_to_menu .menu_module__button_to_menu__hamburger svg {
    width: 10vmax;
    height: auto; }
  .menu_module__button_to_menu .menu_module__button_to_menu__hamburger rect {
    fill: #ff00c8; }
  .menu_module__button_to_menu:not([data-anim]) .menu_module__button_to_menu__hamburger:hover svg {
    background-color: #ff00c8; }
  .menu_module__button_to_menu:not([data-anim]) .menu_module__button_to_menu__hamburger:hover rect {
    fill: lime; }
  .menu_module__content[aria-expanded] .menu_module__button_to_menu {
  display: none; }

.menu_module__container {
  -webkit-transition: left var(--duration), -webkit-clip-path var(--duration);
  transition: left var(--duration), -webkit-clip-path var(--duration);
  -o-transition: clip-path var(--duration), left var(--duration);
  transition: clip-path var(--duration), left var(--duration);
  transition: clip-path var(--duration), left var(--duration), -webkit-clip-path var(--duration);
  position: fixed;
  left: calc(100% - var(--menu-bar-thickness));
  width: var(--menu-horizontal-content-width);
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ff00c8;
  top: var(--menu-position-from-top);
  right: 0;
  height: calc(100vh - var(--menu-position-from-top));
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  z-index: 15; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__container {
      padding-top: 1.4rem; } }
  @media (min-width: 1200px) {
    .menu_module__container {
      padding-top: 1.4rem; } }
  @media (min-width: 1681px) {
    .menu_module__container {
      padding-top: 1.4rem; } }
  .menu_module__content[aria-expanded] .menu_module__container {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  left: calc(100% - var(--menu-horizontal-content-width)); }

.menu_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  --menu-horizontal-content-width: 50vw;
  --menu-position-from-top: 0rem;
  --menu-bar-thickness: 1.5rem;
  --duration: .5s; }
  @media all and (max-width: 767px) {
    .menu_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .menu_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .menu_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__content {
      --menu-horizontal-content-width: 70vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__content {
      --menu-horizontal-content-width: 100vw; } }
  @media all and (max-width: 767px) {
    .menu_module__content {
      --menu-horizontal-content-width: 100vw; } }


.menu_module__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%; }
  @media all and (max-width: 767px) {
    .menu_module__group {
      padding: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__group {
      padding: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__group {
      padding: 2.52rem; } }
  @media (min-width: 1200px) {
    .menu_module__group {
      padding: 2.8rem; } }
  @media (min-width: 1681px) {
    .menu_module__group {
      padding: 2.8rem; } }

.menu_module__groups {
  letter-spacing: 0.02em;
  display: grid;
  grid-row-gap: 1em;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "program" "general" "other" "structures"; }
  @media all and (max-width: 767px) {
    .menu_module__groups {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__groups {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__groups {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .menu_module__groups {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .menu_module__groups {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
  .menu_module__groups {
    font-size: 3.2rem;
    line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .menu_module__groups {
    font-size: 3.84rem;
    line-height: 4.32rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .menu_module__groups {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
  .menu_module__groups {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
  .menu_module__groups {
    font-size: 6.4rem;
    line-height: 7.2rem; } }
  @media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .menu_module__groups {
    font-size: 3.2rem;
    line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .menu_module__groups {
    font-size: 3.84rem;
    line-height: 4.32rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .menu_module__groups {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .menu_module__groups {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
  .menu_module__groups {
    font-size: 6.4rem;
    line-height: 7.2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__groups {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "program structures" "general structures" "other structures";
      grid-column-gap: 2.52rem; } }
  @media (min-width: 1200px) {
    .menu_module__groups {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "program structures" "general structures" "other structures";
      grid-column-gap: 2.8rem; } }
  @media (min-width: 1681px) {
    .menu_module__groups {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "program structures" "general structures" "other structures";
      grid-column-gap: 2.8rem; } }
  .menu_module__pages[data-group="program"] {
  grid-area: program; }
  .menu_module__pages[data-group="general"] {
  grid-area: general; }
  .menu_module__pages[data-group="other"] {
  grid-area: other; }
  .menu_module__pages[data-group="structures"] {
  grid-area: structures; }

.menu_module__pages {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }
  .menu_module__pages > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .menu_module__pages {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__pages {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__pages {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .menu_module__pages {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .menu_module__pages {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
  .menu_module__pages {
    font-size: 3.2rem;
    line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .menu_module__pages {
    font-size: 3.84rem;
    line-height: 4.32rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .menu_module__pages {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
  .menu_module__pages {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
  .menu_module__pages {
    font-size: 6.4rem;
    line-height: 7.2rem; } }
  @media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .menu_module__pages {
    font-size: 3.2rem;
    line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .menu_module__pages {
    font-size: 3.84rem;
    line-height: 4.32rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .menu_module__pages {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
  .menu_module__pages {
    font-size: 5.12rem;
    line-height: 5.76rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
  .menu_module__pages {
    font-size: 6.4rem;
    line-height: 7.2rem; } }
  @media all and (max-width: 767px) {
    .menu_module__pages {
      padding-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__pages {
      padding-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu_module__pages {
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .menu_module__pages {
      padding-left: 0; } }
  @media (min-width: 1681px) {
    .menu_module__pages {
      padding-left: 0; } }
  .menu_module__page {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
  .menu_module__page a {
    color: inherit;
    text-decoration: none; }
  .menu_module__page a:hover {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }
  .menu_module__pages[data-group="nav"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: auto; }
  .menu_module__pages[data-group="nav"] .menu_module__page {
    text-indent: 0;
    text-indent: initial; }
  .menu_module__pages[data-group="nav"] .menu_module__page[data-name="lang"] {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    margin-right: .5em; }
  .menu_module__pages[data-group="nav"] .menu_module__page[data-name="lang"] a {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .menu_module__pages[data-group="nav"] .menu_module__page[data-name="lang"] a:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }
  @media all and (max-width: 767px) {
    .menu_module__pages[data-group="nav"] {
      letter-spacing: 0.02em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_module__pages[data-group="nav"] {
      letter-spacing: 0.02em; } }
  @media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
    .menu_module__pages[data-group="nav"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .menu_module__pages[data-group="structures"] {
  text-transform: lowercase; }
  .menu_module__pages[data-group="structures"] .menu_module__page {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }
  .menu_module__pages[data-group="structures"] a:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }
  .menu_module__search_icon {
  display: inline-block;
  height: 1em; }
  .menu_module__search_icon svg {
    height: .85em;
    overflow: visible; }
  .menu_module__search_icon svg * {
    stroke: black;
    stroke-width: .175rem;
    fill: none; }

.news_header_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .news_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .news_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .news_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-identity="1.5"] .news_header_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }


.news_header_module__link_to__parent {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .news_header_module__link_to__parent:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .news_header_module__link_to__parent {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_header_module__link_to__parent {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_header_module__link_to__parent {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .news_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .news_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .news_header_module__link_to__parent a {
    color: #ff00c8;
    text-decoration: none; }
  .news_header_module__link_to__parent a:hover {
      font-family: 'Plato Text', sans-serif;
      font-weight: normal; }
  .news_header_module__link_to__parent a:after {
      content: ':'; }
  [data-identity="1.5"] .news_header_module__link_to__parent {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
  .news_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .news_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .news_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .news_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .news_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.news_header_module__sidebar_preview .news_sidebar_module__content {
  padding: 0; }

.news_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ff00c8; }
  .news_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .news_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .news_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .news_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  [data-identity="1.5"] .news_header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic; }




.news_list_header_module__header {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ff00c8;
  text-align: center; }
  @media all and (max-width: 767px) {
    .news_list_header_module__header {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_header_module__header {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_header_module__header {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .news_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .news_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .news_list_header_module__header .news_list_header_module__title {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .news_list_header_module__header .news_list_header_module__title {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .news_list_header_module__header .news_list_header_module__title {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .news_list_header_module__header .news_list_header_module__title {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .news_list_header_module__header .news_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .news_list_header_module__header .news_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .news_list_header_module__header .news_list_header_module__news_page,
  .news_list_header_module__header .news_list_header_module__news_archive_page {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase; }
  @media all and (max-width: 767px) {
      .news_list_header_module__header .news_list_header_module__news_page,
      .news_list_header_module__header .news_list_header_module__news_archive_page {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .news_list_header_module__header .news_list_header_module__news_page,
      .news_list_header_module__header .news_list_header_module__news_archive_page {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .news_list_header_module__header .news_list_header_module__news_page,
      .news_list_header_module__header .news_list_header_module__news_archive_page {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .news_list_header_module__header .news_list_header_module__news_page,
      .news_list_header_module__header .news_list_header_module__news_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .news_list_header_module__header .news_list_header_module__news_page,
      .news_list_header_module__header .news_list_header_module__news_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .news_list_header_module__header .news_list_header_module__news_page a,
    .news_list_header_module__header .news_list_header_module__news_archive_page a {
      color: inherit;
      text-decoration: none; }
  .news_list_header_module__header .news_list_header_module__news_page a:hover,
      .news_list_header_module__header .news_list_header_module__news_archive_page a:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }
  .news_list_header_module__header .news_list_header_module__title,
  .news_list_header_module__header .news_list_header_module__news_page,
  .news_list_header_module__header .news_list_header_module__news_archive_page {
    display: inline; }


.news_list_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .news_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .news_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .news_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .news_list_module__content .news_list_module__heading,
  .news_list_module__content .news_page__thumbnail {
    color: #ff00c8; }
  .news_list_module__content .news_list_module__heading a,
    .news_list_module__content .news_page__thumbnail a {
      color: #ff00c8; }
  .news_list_module__content .news_list_module__heading + .news_list_module__thumbnails {
    margin-top: 1em; }


.news_list_module__group_key {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ff00c8; }
  @media all and (max-width: 767px) {
    .news_list_module__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .news_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .news_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .news_list_module__group_key a {
    color: black;
    text-decoration: none; }
  .news_list_module__group_key a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }

.news_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: lowercase; }
  .news_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .news_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .news_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .news_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .news_list_module__heading:not(:last-child) {
    margin-bottom: 5.6rem; }
  .news_list_module__heading a {
    color: inherit;
    display: inline-block;
    text-decoration: none; }
  .news_list_module__heading a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }

.news_list_module__nav {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  right: 0;
  color: #ff00c8; }
  @media all and (max-width: 767px) {
    .news_list_module__nav {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__nav {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__nav {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .news_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .news_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .news_list_module__nav__arrow_prev,
.news_list_module__nav__arrow_next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .news_list_module__nav__arrow_prev__inactive,
.news_list_module__nav__arrow_next__inactive {
  visibility: hidden; }

.news_list_module__section {
  position: relative; }

.news_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .news_list_module__thumbnails .news_page__thumbnail {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__thumbnails .news_page__thumbnail {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__thumbnails .news_page__thumbnail {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .news_list_module__thumbnails .news_page__thumbnail {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .news_list_module__thumbnails .news_page__thumbnail {
      /* xl */
      width: 25%; } }
  .news_list_module__thumbnails .news_page__thumbnail__type {
    letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
      .news_list_module__thumbnails .news_page__thumbnail__type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .news_list_module__thumbnails .news_page__thumbnail__type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .news_list_module__thumbnails .news_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .news_list_module__thumbnails .news_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .news_list_module__thumbnails .news_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media all and (max-width: 767px) {
  .news_list_module__year:not(:last-child) {
    margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .news_list_module__year:not(:last-child) {
    margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .news_list_module__year:not(:last-child) {
    margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
  .news_list_module__year:not(:last-child) {
    margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
  .news_list_module__year:not(:last-child) {
    margin-bottom: 5.6rem; } }
  .news_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  .news_list_module__thumbnails_in_year {
  list-style: none;
  margin: 0;
  margin-top: 1em;
  padding: 0; }
  @media all and (max-width: 767px) {
    .news_list_module__thumbnails_in_year {
      margin-left: -3.2rem;
      margin-bottom: -2em; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 3.2rem;
        vertical-align: top; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__thumbnails_in_year {
      margin-left: -4.48rem;
      margin-bottom: -2em; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 4.48rem;
        vertical-align: top; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__thumbnails_in_year {
      margin-left: -5.04rem;
      margin-bottom: -2em; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.04rem;
        vertical-align: top; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .news_list_module__thumbnails_in_year {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .news_list_module__thumbnails_in_year {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .news_list_module__thumbnails_in_year .news_page__thumbnail {
        display: inline-block; } }


.news_list_module__content[data-time-option="current"] .news_list_module__group_key {
  display: none; }

.news_list_module__content[data-time-option="current"] .news_list_module__thumbnails_in_year {
  margin-top: 0; }

.news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
  position: relative;
  bottom: auto;
  bottom: initial;
  color: #ff00c8;
  margin-top: 1em; }
  @media all and (max-width: 767px) {
    .news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.52rem; } }
  @media (min-width: 1200px) {
    .news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  @media (min-width: 1681px) {
    .news_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  @media all and (max-width: 767px) {
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails {
    margin-left: -3.2rem;
    margin-bottom: 0; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      margin-bottom: 0;
      padding-left: 3.2rem;
      vertical-align: top; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails {
    margin-left: -4.48rem;
    margin-bottom: 0; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      margin-bottom: 0;
      padding-left: 4.48rem;
      vertical-align: top; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails {
    margin-left: -5.04rem;
    margin-bottom: 0; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      margin-bottom: 0;
      padding-left: 5.04rem;
      vertical-align: top; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1200px) {
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1681px) {
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails {
    margin-left: -5.6rem;
    margin-bottom: 0; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      margin-bottom: 0;
      padding-left: 5.6rem;
      vertical-align: top; }
    .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .news_page__thumbnail {
      display: inline-block; } }
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails:focus {
  outline: 0; }
  .news_list_module__content[data-view-option="carousel"] .news_list_module__thumbnails .flickity-viewport:focus {
  outline: 0; }
  .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  display: inline-block;
  color: #ff00c8; }
  @media all and (max-width: 767px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      /* xl */
      width: 25%; } }
  @media all and (max-width: 767px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      padding-left: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      padding-left: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      padding-left: 5.04rem; } }
  @media (min-width: 1200px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      padding-left: 5.6rem; } }
  @media (min-width: 1681px) {
    .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more {
      padding-left: 5.6rem; } }
  .news_list_module__content[data-view-option="carousel"] .news_list_module__link_to__more a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: #ff00c8; }

.news_sidebar_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .news_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .news_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .news_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .news_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .news_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .news_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .news_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .news_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .news_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .news_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .news_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .news_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: #ff00c8; }
  [data-identity="1.5"] .news_sidebar_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.news_sidebar_module__dposted .current_year .month.m + .sep,
.news_sidebar_module__dposted .current_year .year.Y {
  display: none; }

.news_sidebar_module__dposted .date_range:not(.current_year) .current_year .month.m + .sep,
.news_sidebar_module__dposted .date_range:not(.current_year) .current_year .year.Y {
  display: inline;
  display: initial; }




.norma_archive_module__list__item {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 767px) {
    .norma_archive_module__list__item {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .norma_archive_module__list__item {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .norma_archive_module__list__item {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .norma_archive_module__list__item {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .norma_archive_module__list__item {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .norma_archive_module__list__item a {
    color: black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-decoration: none; }
  .norma_archive_module__list__item a:before {
      font-family: 'Plato Outline', sans-serif;
      font-weight: normal;
      color: black;
      content: attr(data-content);
      position: absolute;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      display: none; }
  .norma_archive_module__list__item a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal;
      color: #afafaf;
      margin-left: -.07em; }
  .norma_archive_module__list__item a:hover:before {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }

.norma_archive_module__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .norma_archive_module__list > li {
    margin: 0;
    padding: 0; }

.norma_archive_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .norma_archive_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .norma_archive_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .norma_archive_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .norma_archive_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .norma_archive_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }



.norma_header_module__date_range {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00ffe4;
  white-space: nowrap;
  letter-spacing: -0.01em;
  font-size: 11.2vw;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .norma_header_module__date_range {
      font-size: 10vw; } }
  @media all and (max-width: 767px) {
    .norma_header_module__date_range {
      font-size: 14.1vw; } }
  [data-edition="2020"] .norma_header_module__date_range {
    font-size: 12.6vw; }
  @media (min-width: 768px) and (max-width: 991px) {
      [data-edition="2020"] .norma_header_module__date_range {
        font-size: 11.4vw; } }
  @media all and (max-width: 767px) {
      [data-edition="2020"] .norma_header_module__date_range {
        font-size: 16.2vw; } }
  .norma_header_module__date_range:before {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    color: black;
    content: attr(data-content);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    letter-spacing: 0; }


.norma_header_module__header_wrapper {
  position: relative; }

.norma_header_module__header {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  color: black;
  text-align: center; }

.norma_header_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fa0000;
  text-transform: uppercase;
  font-size: 18vw;
  line-height: 18vw;
  letter-spacing: -0.03em;
  text-indent: 0;
  font-weight: inherit;
  margin: 0;
  padding: 0; }
  [data-edition="2020"] .norma_header_module__title {
    color: #BE00FF; }
  @media (min-width: 768px) and (max-width: 991px) {
    .norma_header_module__title {
      font-size: 16vw;
      line-height: 16vw; } }
  @media all and (max-width: 767px) {
    .norma_header_module__title {
      font-size: 23vw;
      line-height: 23vw; } }
  .norma_header_module__title:before {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    color: black;
    content: attr(data-content);
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    letter-spacing: 0;
    text-indent: 0.05em; }




.norma_list_module__heading {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.norma_list_module__thumbnails {
  all: unset;
  display: block; }
  .norma_list_module__thumbnails .norma_page__thumbnail {
    list-style: none;
    position: relative; }
  .norma_list_module__thumbnails .norma_page__thumbnail a {
      color: black;
      text-decoration: none;
      position: relative; }
  .norma_list_module__thumbnails .norma_page__thumbnail a:hover .norma_page__thumbnail__title:before,
      .norma_list_module__thumbnails .norma_page__thumbnail a:hover .norma_page__thumbnail__date_range:before {
        display: inline;
        display: initial; }
  .norma_list_module__thumbnails .norma_page__thumbnail__title {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: black;
    text-transform: uppercase;
    font-size: 18vw;
    line-height: 18vw;
    font-weight: inherit;
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
      .norma_list_module__thumbnails .norma_page__thumbnail__title {
        font-size: 16vw;
        line-height: 16vw; } }
  @media all and (max-width: 767px) {
      .norma_list_module__thumbnails .norma_page__thumbnail__title {
        font-size: 23vw;
        line-height: 23vw; } }
  .norma_list_module__thumbnails .norma_page__thumbnail__title:before {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal;
      color: #fa0000;
      content: attr(data-content);
      position: absolute;
      z-index: -1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      display: none;
      letter-spacing: -0.03em;
      text-indent: -0.05em; }
  .norma_list_module__thumbnails .norma_page__thumbnail__date_range {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: black;
    font-size: 11.2vw;
    line-height: 1;
    white-space: nowrap; }
  @media (min-width: 768px) and (max-width: 991px) {
      .norma_list_module__thumbnails .norma_page__thumbnail__date_range {
        font-size: 10vw; } }
  @media all and (max-width: 767px) {
      .norma_list_module__thumbnails .norma_page__thumbnail__date_range {
        font-size: 14.1vw; } }
  .norma_list_module__thumbnails .norma_page__thumbnail__date_range:before {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal;
      color: #00ffe4;
      content: attr(data-content);
      position: absolute;
      z-index: -1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      display: none;
      letter-spacing: -0.01em; }
  .norma_page__thumbnail[data-edition="2020"] .norma_page__thumbnail__title:before {
  color: #BE00FF; }
  .norma_page__thumbnail[data-edition="2020"] .norma_page__thumbnail__date_range {
  font-size: 12.6vw; }
  @media (min-width: 768px) and (max-width: 991px) {
    .norma_page__thumbnail[data-edition="2020"] .norma_page__thumbnail__date_range {
      font-size: 11.4vw; } }
  @media all and (max-width: 767px) {
    .norma_page__thumbnail[data-edition="2020"] .norma_page__thumbnail__date_range {
      font-size: 16.2vw; } }


.octopus_module__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". octopus ."; }
  @media all and (max-width: 767px) {
    .octopus_module__content {
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_module__content {
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_module__content {
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_module__content {
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_module__content {
      grid-column-gap: 5.6rem; } }
  @media all and (max-width: 767px) {
    .octopus_module__content {
      display: block; } }
  @media print {
    .octopus_module__content {
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      display: block !important; } }
  .octopus_module__octopus_press_octopus {
  grid-area: octopus; }
  .octopus_module__octopus_press_octopus img {
    width: 100%;
    height: auto; }
  .octopus_module__button_to__octopus_menu {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 100%; }



.octopus_press_article_bio_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media all and (max-width: 767px) {
    .octopus_press_article_bio_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_bio_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_bio_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_bio_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_bio_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_bio_module__content {
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_bio_module__content {
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_bio_module__content {
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_bio_module__content {
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_bio_module__content {
      grid-column-gap: 5.6rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_bio_module__content {
      grid-template-columns: repeat(1, 1fr); } }
  @media print {
    .octopus_press_article_bio_module__content {
      display: block;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .octopus_press_article_bio_module__body {
  border-top: .1rem solid;
  padding-top: .5em; }
  .octopus_press_article_bio_module__body a {
    color: inherit; }
  @media print {
    .octopus_press_article_bio_module__body a {
      text-decoration: none;
      border: 0; } }
  .octopus_press_article_bio_module__body p {
    margin: 0;
    padding: 0; }
  .octopus_press_article_bio_module__body p:not(:last-child) {
      margin-bottom: 1em; }
  [data-identity="1.5"] .octopus_press_article_bio_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }



@charset "UTF-8";
@media print {
  .octopus_press_article_header_module__content {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.octopus_press_article_header_module__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "scene scene" "author author" "title title" "props props" "credits description" "dposted description"; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__header {
      grid-column-gap: 3.2rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__header {
      grid-column-gap: 4.48rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__header {
      grid-column-gap: 5.04rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__header {
      grid-column-gap: 5.6rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__header {
      grid-column-gap: 5.6rem; } }
.octopus_press_article_header_module__scene {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  grid-area: scene;
  display: none; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__scene {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__scene {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__scene {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__scene {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__scene {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
.octopus_press_article_header_module__author {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  display: inline-block;
  grid-area: author; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__author {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__author {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__author {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__author {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__author {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
.octopus_press_article_header_module__author:after {
    content: ":"; }
.octopus_press_article_header_module__title {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  margin-bottom: .25em;
  padding: 0;
  grid-area: title; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
@media print {
    .octopus_press_article_header_module__title {
      margin-bottom: .5em; } }
.octopus_press_article_header_module__props {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-area: props;
  margin-bottom: .5em; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__props {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__props {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__props {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__props {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__props {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media print {
    .octopus_press_article_header_module__props {
      display: none; } }
.octopus_press_article_header_module__prop {
  display: inline-block;
  margin-bottom: .5em; }
.octopus_press_article_header_module__prop:not(:last-child) {
    margin-right: .5em; }
.octopus_press_article_header_module__word_counts,
.octopus_press_article_header_module__durations,
.octopus_press_article_header_module__languages {
  list-style: none;
  margin: 0;
  padding: 0; }
.octopus_press_article_header_module__word_counts,
.octopus_press_article_header_module__durations {
  display: inline; }
.octopus_press_article_header_module__word_count,
.octopus_press_article_header_module__duration {
  display: inline; }
.octopus_press_article_header_module__word_count:not(:last-child):after,
  .octopus_press_article_header_module__duration:not(:last-child):after {
    content: ", "; }
.octopus_press_article_header_module__language,
.octopus_press_article_header_module__current__language {
  text-transform: uppercase; }
.octopus_press_article_header_module__word_count {
  text-transform: lowercase; }
.octopus_press_article_header_module__current__language,
.octopus_press_article_header_module__language {
  display: inline-block; }
.octopus_press_article_header_module__current__language:not(:last-child),
  .octopus_press_article_header_module__language:not(:last-child) {
    margin-right: .1em; }
.octopus_press_article_header_module__pill {
  border: .2rem solid;
  border-radius: 1em;
  padding-top: .05em;
  padding-left: .5em;
  padding-right: .5em; }
.octopus_press_article_header_module__pill__current {
  border-color: currentColor;
  background-color: black;
  color: white; }
[data-article-type="image"] .octopus_press_article_header_module__pill__current,
[data-article-type="audio"] .octopus_press_article_header_module__pill__current {
  border-color: #afafaf;
  color: #afafaf; }
.octopus_press_article_header_module__link_to__language {
  color: inherit;
  text-decoration: none; }
.octopus_press_article_header_module__link_to__language:hover {
    border-color: black;
    background-color: black;
    color: white; }
.octopus_press_article_header_module__prop__pdf_download {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-left: auto; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__prop__pdf_download {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__prop__pdf_download {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__prop__pdf_download {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__prop__pdf_download {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__prop__pdf_download {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
.octopus_press_article_header_module__link_to__pdf_download {
  color: inherit;
  text-decoration: none; }
.octopus_press_article_header_module__link_to__pdf_download:hover {
    border-color: black;
    background-color: black;
    color: white; }
.octopus_press_article_header_module__credits {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  grid-area: credits; }
@media screen {
    .octopus_press_article_header_module__credits {
      letter-spacing: 0.04em; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
@media screen and (min-width: 1200px) {
    .octopus_press_article_header_module__credits {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media screen and (min-width: 1681px) {
    .octopus_press_article_header_module__credits {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media print {
    .octopus_press_article_header_module__credits {
      letter-spacing: 0.025em; } }
@media print and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media print and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media print and (min-width: 1200px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media print and (min-width: 1681px) {
    .octopus_press_article_header_module__credits {
      font-size: 1.4rem;
      line-height: 2rem; } }
.octopus_press_article_header_module__credits a {
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  text-decoration: none;
  color: inherit; }
.octopus_press_article_header_module__credits p {
  margin: 0;
  padding: 0; }
.octopus_press_article_header_module__credits p:not(:last-child) {
    margin-bottom: 1em; }
.octopus_press_article_header_module__dposted {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  grid-area: dposted; }
@media all and (max-width: 767px) {
    .octopus_press_article_header_module__dposted {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__dposted {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1200px) {
    .octopus_press_article_header_module__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media (min-width: 1681px) {
    .octopus_press_article_header_module__dposted {
      font-size: 1.4rem;
      line-height: 2rem; } }
.octopus_press_article_header_module__dposted .current_year .month.m + .sep,
  .octopus_press_article_header_module__dposted .current_year .year.Y {
    display: none; }
.octopus_press_article_header_module__dposted .date_range:not(.current_year) .current_year .month.m + .sep,
  .octopus_press_article_header_module__dposted .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
.octopus_press_article_header_module__dposted .day.a,
  .octopus_press_article_header_module__dposted .day.a + .sep {
    display: none; }
.octopus_press_article_header_module__description_wrapper {
  grid-area: description; }
.octopus_press_article_header_module__description_wrapper p {
    margin: 0;
    padding: 0; }
.octopus_press_article_header_module__description_wrapper p:not(:last-child) {
    margin-bottom: 1em; }
.octopus_press_article_header_module__description,
.octopus_press_article_header_module__details {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }
.octopus_press_article_header_module__description em, .octopus_press_article_header_module__description i,
  .octopus_press_article_header_module__details em,
  .octopus_press_article_header_module__details i {
    font-style: normal; }
.octopus_press_article_header_module__description a,
  .octopus_press_article_header_module__details a {
    color: inherit; }
@media screen {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      letter-spacing: 0.04em; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
@media screen and (min-width: 1200px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media screen and (min-width: 1681px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 2rem;
      line-height: 2.8rem; } }
@media print {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      letter-spacing: 0.025em; } }
@media print and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
@media print and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media print and (min-width: 1200px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
@media print and (min-width: 1681px) {
    .octopus_press_article_header_module__description,
    .octopus_press_article_header_module__details {
      font-size: 1.4rem;
      line-height: 2rem; } }
html[lang="cs"] .octopus_press_article_header_module__description em:before, html[lang="cs"] .octopus_press_article_header_module__description i:before,
html[lang="cs"] .octopus_press_article_header_module__details em:before,
html[lang="cs"] .octopus_press_article_header_module__details i:before {
  content: "„"; }
html[lang="cs"] .octopus_press_article_header_module__description em:after, html[lang="cs"] .octopus_press_article_header_module__description i:after,
html[lang="cs"] .octopus_press_article_header_module__details em:after,
html[lang="cs"] .octopus_press_article_header_module__details i:after {
  content: "“"; }
html[lang="en"] .octopus_press_article_header_module__description em:before, html[lang="en"] .octopus_press_article_header_module__description i:before,
html[lang="en"] .octopus_press_article_header_module__details em:before,
html[lang="en"] .octopus_press_article_header_module__details i:before {
  content: "“"; }
html[lang="en"] .octopus_press_article_header_module__description em:after, html[lang="en"] .octopus_press_article_header_module__description i:after,
html[lang="en"] .octopus_press_article_header_module__details em:after,
html[lang="en"] .octopus_press_article_header_module__details i:after {
  content: "”"; }
.octopus_press_article_header_module__summary {
  list-style: none; }
.octopus_press_article_header_module__summary::-webkit-details-marker {
  display: none; }
.octopus_press_article_header_module__details:not([open]) .octopus_press_article_header_module__summary:after {
  content: attr(data-more-str);
  cursor: pointer;
  display: inline-block; }
@media print {
    .octopus_press_article_header_module__details:not([open]) .octopus_press_article_header_module__summary:after {
      display: none; } }
.octopus_press_article_header_module__details[open] .octopus_press_article_header_module__summary {
  margin-bottom: 1em; }
[data-identity="1.5"] .octopus_press_article_header_module__author {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
[data-identity="1.5"] .octopus_press_article_header_module__title {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
[data-identity="1.5"] .octopus_press_article_header_module__props {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
[data-identity="1.5"] .octopus_press_article_header_module__credits,
[data-identity="1.5"] .octopus_press_article_header_module__description,
[data-identity="1.5"] .octopus_press_article_header_module__details,
[data-identity="1.5"] .octopus_press_article_header_module__dposted {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }



.octopus_press_article_list_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  position: relative; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media print {
    .octopus_press_article_list_module__content {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .octopus_press_article_list_module__section {
  position: relative; }
  .octopus_press_article_list_module__content[data-filter-option="related"] {
  background-color: #c8c8c8; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-filter-option="related"][class*='module__content'] {
      margin-left: 0;
      margin-right: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  .octopus_press_article_list_module__scenes {
  margin: 0;
  padding: 0;
  list-style: none; }
  .octopus_press_article_list_module__scene:not(:last-child) {
  margin-bottom: 3em; }
  .octopus_press_article_list_module__thumbnails {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__thumbnails {
      margin-left: -1.6rem;
      margin-right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__thumbnails {
      margin-left: -2.24rem;
      margin-right: -2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__thumbnails {
      margin-left: -2.52rem;
      margin-right: -2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__thumbnails {
      margin-left: -2.8rem;
      margin-right: -2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__thumbnails {
      margin-left: -2.8rem;
      margin-right: -2.8rem; } }
  .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
  --scale-factor: 2;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "prev next";
  display: none; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
      width: calc(100% - 1.6rem * 2 - 1.6rem); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
      width: calc(100% - 2.24rem * 2 - 2.24rem); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
      width: calc(100% - 2.52rem * 2 - 2.52rem); } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
      width: calc(100% - 2.8rem * 2 - 2.8rem); } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="nav"] .octopus_press_article_list_module__thumbnails {
      width: calc(100% - 2.8rem * 2 - 2.8rem); } }
  .octopus_press_article_list_module__link_to__octopus_press {
  display: block;
  --aspect-ratio: 1.1397616468;
  height: 0;
  padding-bottom: calc(100% * 1 / var(--aspect-ratio));
  position: relative;
  display: block; }
  .octopus_press_article_list_module__octopus_press_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .octopus_press_article_list_module__scene__heading {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__scene__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__scene__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__scene__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__scene__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__scene__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .octopus_press_article_list_module__scene__description_wrapper {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  display: grid; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__scene__description_wrapper {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__exhibition {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: grid;
  grid-row-gap: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__exhibition {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__exhibition {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__exhibition {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__exhibition {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__exhibition {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__exhibition {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__exhibition {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__exhibition {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__exhibition {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__exhibition {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__exhibition__title,
.octopus_press_article_list_module__exhibition__description {
  grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__exhibition__title,
    .octopus_press_article_list_module__exhibition__description {
      grid-column: 1/span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__exhibition__title,
    .octopus_press_article_list_module__exhibition__description {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__exhibition__title,
    .octopus_press_article_list_module__exhibition__description {
      grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__exhibition__title,
    .octopus_press_article_list_module__exhibition__description {
      grid-column: 2/span 6; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__exhibition__title,
    .octopus_press_article_list_module__exhibition__description {
      grid-column: 3/span 4; } }
  .octopus_press_article_list_module__project {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
  display: grid;
  grid-row-gap: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__project {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__project {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__project {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__project {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__project {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__project {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__project {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__project {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__project {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__project {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__scene__description,
.octopus_press_article_list_module__scene__details {
  grid-area: description;
  grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__scene__description,
    .octopus_press_article_list_module__scene__details {
      grid-column: 1/span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__scene__description,
    .octopus_press_article_list_module__scene__details {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__scene__description,
    .octopus_press_article_list_module__scene__details {
      grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__scene__description,
    .octopus_press_article_list_module__scene__details {
      grid-column: 2/span 6; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__scene__description,
    .octopus_press_article_list_module__scene__details {
      grid-column: 3/span 4; } }
  .octopus_press_article_list_module__project__title,
.octopus_press_article_list_module__project__description {
  grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__project__title,
    .octopus_press_article_list_module__project__description {
      grid-column: 1/span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__project__title,
    .octopus_press_article_list_module__project__description {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__project__title,
    .octopus_press_article_list_module__project__description {
      grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__project__title,
    .octopus_press_article_list_module__project__description {
      grid-column: 2/span 6; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__project__title,
    .octopus_press_article_list_module__project__description {
      grid-column: 3/span 4; } }
  .octopus_press_article_list_module__scene__summary {
  list-style: none; }
  .octopus_press_article_list_module__scene__summary::-webkit-details-marker {
  display: none; }
  .octopus_press_article_list_module__scene__details:not([open]) .octopus_press_article_list_module__scene__summary:after {
  content: attr(data-more-str);
  cursor: pointer;
  display: inline-block; }
  .octopus_press_article_list_module__scene__details[open] .octopus_press_article_list_module__scene__summary {
  margin-bottom: 1em; }
  .octopus_press_article_list_module__content[data-view-option="default"][data-filter-option="exhibition"], .octopus_press_article_list_module__content[data-view-option="default"][data-filter-option="selected"], .octopus_press_article_list_module__content[data-view-option="default"][data-filter-option="project"] {
  border-top: .2rem solid; }
  .octopus_press_article_list_module__content:first-child {
  border-top: none !important; }
  .octopus_press_article_list_module__link_to__octopus_press_logo {
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  position: relative;
  --aspect-ratio: 3.9739952719;
  height: 0;
  padding-bottom: calc(100% * 1 / var(--aspect-ratio));
  position: relative;
  display: block; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__link_to__octopus_press_logo {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__link_to__octopus_press_logo {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__link_to__octopus_press_logo {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__link_to__octopus_press_logo {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__link_to__octopus_press_logo {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .octopus_press_article_list_module__octopus_press_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .octopus_press_article_list_module__octopus_press_header {
  display: block;
  grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__octopus_press_header {
      grid-column: 1/-1; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__octopus_press_header {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__octopus_press_header {
      grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__octopus_press_header {
      grid-column: 3/span 4; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__octopus_press_header {
      grid-column: 3/span 4; } }
  .octopus_press_article_list_module__octopus_press_octopus {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: grid; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__octopus_press_octopus {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__octopus_press_octopus {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__octopus_press_octopus {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__octopus_press_octopus {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__octopus_press_octopus {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__link_to__octopus_press {
  display: block;
  --aspect-ratio: 1.1397616468;
  height: 0;
  padding-bottom: calc(100% * 1 / var(--aspect-ratio));
  position: relative;
  display: block;
  grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__link_to__octopus_press {
      grid-column: 2/span 2; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__link_to__octopus_press {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__link_to__octopus_press {
      grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__link_to__octopus_press {
      grid-column: 3/span 4; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__link_to__octopus_press {
      grid-column: 4/span 2; } }

.octopus_press_article_list_module__exhibition__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic;
  text-align: center; }
  .octopus_press_article_list_module__exhibition__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__exhibition__title {
      font-size: 3.2rem;
      line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__exhibition__title {
      font-size: 3.84rem;
      line-height: 4.32rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__exhibition__title {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__exhibition__title {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__exhibition__title {
      font-size: 6.4rem;
      line-height: 7.2rem; } }
  .octopus_press_article_list_module__exhibition__title:not(:last-child) {
    margin-bottom: 0; }
  .octopus_press_article_list_module__exhibition__title a {
    color: inherit;
    text-decoration: none; }
  .octopus_press_article_list_module__exhibition__title a:hover {
      font-style: normal; }
  .octopus_press_article_list_module__exhibition__description p {
  margin: 0;
  padding: 0; }
  .octopus_press_article_list_module__exhibition__description p:not(:last-child) {
    margin-bottom: 1em; }
  .octopus_press_article_list_module__exhibition__description a {
  color: inherit; }


.octopus_press_article_list_module__header {
  display: grid; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__header {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__header {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__header {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__header {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__header {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
    letter-spacing: 0.04em;
    color: inherit;
    display: block;
    text-decoration: none;
    position: relative;
    --aspect-ratio: 3.9739952719;
    height: 0;
    padding-bottom: calc(100% * 1 / var(--aspect-ratio));
    position: relative;
    display: block;
    grid-column: 4 / span 2; }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        grid-column: 2 / span 2; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        grid-column: 3 / span 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        grid-column: 3 / span 2; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        grid-column: 4 / span 2; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__header .octopus_press_article_list_module__link_to__octopus_press {
        grid-column: 4 / span 2; } }
  .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.octopus_press_article_list_module__nav {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__nav {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__nav {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__nav {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__nav {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .octopus_press_article_list_module__nav__arrow_prev,
.octopus_press_article_list_module__nav__arrow_next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .octopus_press_article_list_module__nav__arrow_prev__inactive,
.octopus_press_article_list_module__nav__arrow_next__inactive {
  visibility: hidden; }

.octopus_press_article_list_module__project__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center; }
  .octopus_press_article_list_module__project__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__project__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__project__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__project__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__project__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__project__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .octopus_press_article_list_module__project__title:not(:last-child) {
    margin-bottom: 0; }
  .octopus_press_article_list_module__project__description p {
  margin: 0;
  padding: 0; }
  .octopus_press_article_list_module__project__description p:not(:last-child) {
    margin-bottom: 1em; }
  .octopus_press_article_list_module__project__description a {
  color: inherit; }


.octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
  position: relative;
  bottom: auto;
  bottom: initial;
  color: black;
  margin-top: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .flickity-page-dots {
      font-size: 4.48rem;
      right: -2.8rem; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
  overflow: hidden; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
      margin-left: 0;
      margin-bottom: 0;
      margin-left: -1.6rem;
      margin-right: -1.6rem; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: top; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
      margin-left: 0;
      margin-bottom: 0;
      margin-left: -2.24rem;
      margin-right: -2.24rem; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: top; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
      margin-left: 0;
      margin-bottom: 0;
      margin-left: -2.52rem;
      margin-right: -2.52rem; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: top; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
      margin-left: 0;
      margin-bottom: 0;
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: top; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper {
      margin-left: 0;
      margin-bottom: 0;
      margin-left: -2.8rem;
      margin-right: -2.8rem; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: top; }
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails_wrapper .octopus_press_article_page__thumbnail {
        display: inline-block; } }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 1.6rem;
    margin-right: 1.6rem; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: top; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 2.24rem;
    margin-right: 2.24rem; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: top; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 2.52rem;
    margin-right: 2.52rem; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: top; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1200px) {
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 2.8rem;
    margin-right: 2.8rem; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: top; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      display: inline-block; } }
  @media (min-width: 1681px) {
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    margin-left: 2.8rem;
    margin-right: 2.8rem; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: top; }
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .octopus_press_article_page__thumbnail {
      display: inline-block; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails:focus {
  outline: 0; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .flickity-viewport {
  overflow: visible;
  width: 100%; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__thumbnails .flickity-viewport:focus {
    outline: 0; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  display: inline-block;
  color: black;
  margin-top: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      /* xl */
      width: 25%; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      padding-left: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      padding-left: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      padding-left: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      padding-left: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more {
      padding-left: 2.8rem; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__link_to__more a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
  display: grid;
  position: relative; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
    grid-column: 3 / span 4; }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
        grid-column: 1 / span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
        grid-column: 2 / span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
        grid-column: 2 / span 4; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
        grid-column: 2 / span 6; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__octopus_press_octopus,
      .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__header .octopus_press_article_list_module__description {
        grid-column: 3 / span 4; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__octopus_press_octopus + .octopus_press_article_list_module__description {
  margin-top: 1em; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description p {
    margin: 0;
    padding: 0; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description p:not(:last-child) {
      margin-bottom: 1em; }
  .octopus_press_article_list_module__content[data-view-option="carousel"] .octopus_press_article_list_module__description a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: inherit;
    text-decoration: none; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
  gap: 1em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      letter-spacing: 0.025em; } }
  @media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      letter-spacing: 0.025em; } }
  @media all and (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__languages {
  margin: 0;
  padding: 0;
  list-style: none; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language:not(:first-child) {
  text-transform: uppercase; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_types {
  margin: 0;
  padding: 0;
  list-style: none; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type {
  padding-top: .15em;
  padding-bottom: .15em; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language input[type="radio"],
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type input[type="radio"] {
  display: none; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language label,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type label {
  cursor: pointer; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language span,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type span {
  display: inline-block;
  border: 0.2rem solid black;
  border-radius: 1em;
  padding-top: .05em;
  padding-left: .5em;
  padding-right: .5em;
  margin-top: calc(-1 * (.2rem + .05em)); }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language span,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type span {
      border: 0.1rem solid black; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language span,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type span {
      border: 0.1rem solid black; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language span,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type span {
      border: 0.1rem solid black; } }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language input[type="radio"]:checked + span,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type input[type="radio"]:checked + span {
  background-color: black;
  color: white; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__language label:hover span,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__filters__article_type label:hover span {
  background-color: black;
  color: white; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
  letter-spacing: 0.04em;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  background-color: white;
  border-bottom: .1rem solid;
  padding-top: .5em;
  padding-bottom: .5em; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 1.96rem + 1.5em + .3rem); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 2.24rem + 1.5em + .3rem); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 2.52rem + 1.5em + .3rem); } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 2.8rem + 1.5em + .3rem); } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 2.8rem + 1.5em + .3rem); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 2.24rem + .5em + .3rem); } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key {
      top: calc(.5em + 1.96rem + .5em + .3rem); } }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key div {
        padding-right: 2.8rem; } }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
  grid-column-start: 1; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 3.78rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 4.2rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 4.2rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__index__group_key div {
      padding-left: 2.24rem; } }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="title"] .octopus_press_article_list_module__index__group_key div {
  grid-column-start: 2; }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__index__group_key div {
  grid-column-start: 3; }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__index__group_key {
    display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__index__group_key {
    display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__index__group_key {
    display: none; } }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__index__group_key div {
  grid-column: 4 / span 3; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__index__group_key div {
      grid-column: 3 / span 3; } }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__index__group_key {
    display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__index__group_key {
    display: none; } }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: .5em;
  padding-bottom: 1.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: .3rem solid; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -2.4rem;
      margin-right: -2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -3.36rem;
      margin-right: -3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -3.78rem;
      margin-right: -3.78rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -4.2rem;
      margin-right: -4.2rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -4.2rem;
      margin-right: -4.2rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -1.6rem;
      margin-right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head {
      margin-left: -2.24rem;
      margin-right: -2.24rem; } }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: black;
  display: block;
  width: 100%;
  text-align: left; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__button span {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 3.78rem; } }
  @media (min-width: 1200px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 4.2rem; } }
  @media (min-width: 1681px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 4.2rem; } }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__author {
    padding-left: 2.24rem; } }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__title {
    padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__related_pages {
    display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__related_pages {
    display: none; } }
  @media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__article_type,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__dposted,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__languages,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head__col__related_pages {
    display: none; } }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__head [data-col="author"],
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="title"] .octopus_press_article_list_module__head [data-col="title"],
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__head [data-col="related_pages"],
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__head [data-col="dposted"] {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-col="author"] .octopus_press_article_list_module__head [data-col="author"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="title"] .octopus_press_article_list_module__head [data-col="title"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="related_pages"] .octopus_press_article_list_module__head [data-col="related_pages"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-col="dposted"] .octopus_press_article_list_module__head [data-col="dposted"] span {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
  .octopus_press_article_list_module__content[data-view-option="index"] [data-col="author"]:hover span,
.octopus_press_article_list_module__content[data-view-option="index"] [data-col="title"]:hover span,
.octopus_press_article_list_module__content[data-view-option="index"] [data-col="related_pages"]:hover span,
.octopus_press_article_list_module__content[data-view-option="index"] [data-col="dposted"]:hover span {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal; }
  .octopus_press_article_list_module__content[data-view-option="index"][data-current-dir="asc"][data-current-col="author"] .octopus_press_article_list_module__head [data-col="author"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-dir="asc"][data-current-col="title"] .octopus_press_article_list_module__head [data-col="title"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-dir="asc"][data-current-col="related_pages"] .octopus_press_article_list_module__head [data-col="related_pages"] span,
.octopus_press_article_list_module__content[data-view-option="index"][data-current-dir="asc"][data-current-col="dposted"] .octopus_press_article_list_module__head [data-col="dposted"] span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
  gap: 1em;
  margin-bottom: 1em;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 3.78rem; } }
  @media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 4.2rem; } }
  @media (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 4.2rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__nav {
      padding-top: 2.24rem; } }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__button_to_close {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  color: black;
  font-size: inherit;
  line-height: inherit; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row {
  border-bottom: .1rem solid;
  padding-top: .5em;
  padding-bottom: .5em; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row[data-article-type="video"] {
  background-color: black;
  color: white; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row[data-article-type="image"],
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row[data-article-type="audio"] {
  background-color: #afafaf; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__link {
  text-decoration: none;
  color: inherit; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key,
.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 5ch .5fr .5fr;
  grid-column-gap: 1em; }

@media (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      grid-template-columns: 1fr 1fr 1fr 5ch .5fr 1fr; } }

@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      grid-template-columns: 1fr 1fr 5ch .5fr 1fr; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      grid-template-columns: 1fr 1fr 5ch .5fr 1fr; } }

@media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__group_key,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      grid-template-columns: 1fr 1fr; } }

@media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 2.4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 3.36rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 3.78rem; } }

@media (min-width: 1200px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 4.2rem; } }

@media (min-width: 1681px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 4.2rem; } }

@media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__author {
    padding-left: 2.24rem; } }

@media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__title {
    padding-right: 1.6rem; } }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__languages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: calc(-1 * (.2rem + .05em + .15em));
  margin-bottom: calc(-1 * (.2rem + .05em + .15em)); }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__language {
  display: inline-block;
  text-transform: uppercase;
  border: .2rem solid;
  border-radius: 1em;
  padding-top: .05em;
  padding-left: .5em;
  padding-right: .5em;
  margin-top: .15em;
  margin-bottom: .15em; }

@media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__language {
      border: .1rem solid; } }

@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__language {
      border: .1rem solid; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__language {
      border: .1rem solid; } }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__language:not(:last-child) {
    margin-right: .1em; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__related_pages {
  margin: 0;
  padding: 0;
  list-style: none; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__related_page {
  font-style: italic; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__article_type__pill {
  display: inline-block;
  border: .2rem solid;
  border-radius: 1em;
  padding-top: .05em;
  padding-left: .5em;
  padding-right: .5em;
  margin-top: calc(-1 * (.2rem + .05em)); }

@media all and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__article_type__pill {
      border: .1rem solid; } }

@media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__article_type__pill {
      border: .1rem solid; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__article_type__pill {
      border: .1rem solid; } }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__durations {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__duration {
  display: inline; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__word_counts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline; }

.octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__word_count {
  display: inline; }

@media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
    letter-spacing: 0.025em; } }

@media all and (max-width: 767px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media all and (max-width: 767px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media all and (max-width: 767px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
    letter-spacing: 0.025em; } }

@media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
    letter-spacing: 0.025em; } }

@media all and (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1681px) {
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__head,
    .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__thumbnail {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__related_pages {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__related_pages {
    display: none; } }

@media all and (max-width: 767px) {
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__related_pages,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__dposted,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__languages,
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_page__row__article_type {
    display: none; } }

.octopus_press_article_list_module__content[data-view-option="index"] {
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    color: black;
    background-color: white;
    overflow: auto;
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
    -webkit-transition: -webkit-clip-path .5s;
    transition: -webkit-clip-path .5s;
    -o-transition: clip-path .5s;
    transition: clip-path .5s;
    transition: clip-path .5s, -webkit-clip-path .5s;
    position: fixed; }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 2.4rem;
        padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 3.36rem;
        padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 3.78rem;
        padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 4.2rem;
        padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 4.2rem;
        padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  body[data-octopus-index] .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__index__container {
      -webkit-clip-path: inset(0% 0% 0% 0%);
              clip-path: inset(0% 0% 0% 0%); }
  .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -2.4rem;
        margin-right: -2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -3.36rem;
        margin-right: -3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -3.78rem;
        margin-right: -3.78rem; } }
  @media (min-width: 1200px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -4.2rem;
        margin-right: -4.2rem; } }
  @media (min-width: 1681px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -4.2rem;
        margin-right: -4.2rem; } }
  @media all and (max-width: 767px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -1.6rem;
        margin-right: -1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_article_list_module__content[data-view-option="index"] .octopus_press_article_list_module__rows {
        margin-left: -2.24rem;
        margin-right: -2.24rem; } }
  body[data-octopus-index] {
  overflow: hidden; }

.octopus_press_image_module__content {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }
  @media print {
    .octopus_press_image_module__content {
      display: block;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .octopus_press_image_module__attachment_images,
.octopus_press_image_module__attachment_captions {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(var(--attachment-count, 1), 1fr); }
  @media all and (max-width: 767px) {
    .octopus_press_image_module__attachment_images,
    .octopus_press_image_module__attachment_captions {
      grid-column-gap: 3.2rem;
      grid-row-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_image_module__attachment_images,
    .octopus_press_image_module__attachment_captions {
      grid-column-gap: 4.48rem;
      grid-row-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_image_module__attachment_images,
    .octopus_press_image_module__attachment_captions {
      grid-column-gap: 5.04rem;
      grid-row-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_image_module__attachment_images,
    .octopus_press_image_module__attachment_captions {
      grid-column-gap: 5.6rem;
      grid-row-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_image_module__attachment_images,
    .octopus_press_image_module__attachment_captions {
      grid-column-gap: 5.6rem;
      grid-row-gap: 5.6rem; } }
  .octopus_press_image_module__attachment_image {
  margin: 0;
  padding: 0; }
  .octopus_press_image_module__attachment_image__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%; }
  @media all and (max-width: 767px) {
    .octopus_press_image_module__attachment_image__img {
      max-height: calc(100vh - 1.6rem * 2); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_image_module__attachment_image__img {
      max-height: calc(100vh - 2.24rem * 2); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_image_module__attachment_image__img {
      max-height: calc(100vh - 2.52rem * 2); } }
  @media (min-width: 1200px) {
    .octopus_press_image_module__attachment_image__img {
      max-height: calc(100vh - 2.8rem * 2); } }
  @media (min-width: 1681px) {
    .octopus_press_image_module__attachment_image__img {
      max-height: calc(100vh - 2.8rem * 2); } }
  .octopus_press_image_module__attachment_image__caption {
  text-decoration-thickness: .06em;
  text-underline-offset: .18em;
  font-family: 'EB Garamond', serif;
  margin: 0;
  margin-top: .5em;
  padding: 0; }
  @media screen {
    .octopus_press_image_module__attachment_image__caption {
      letter-spacing: 0.04em; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media screen and (min-width: 1200px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media screen and (min-width: 1681px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media print {
    .octopus_press_image_module__attachment_image__caption {
      letter-spacing: 0.025em; } }
  @media print and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media print and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media print and (min-width: 1200px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media print and (min-width: 1681px) {
    .octopus_press_image_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .octopus_press_image_module__attachment_image__caption a {
    color: inherit;
    text-decoration: underline; }
  @media print {
    .octopus_press_image_module__attachment_image__caption a {
      text-decoration: none; } }



.octopus_press_module__content {
  display: grid; }
  @media all and (max-width: 767px) {
    .octopus_press_module__content {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_module__content {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_module__content {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_module__content {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_module__content {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .octopus_press_module__content .octopus_press_module__section {
    grid-column: 3 / span 4; }
  @media all and (max-width: 767px) {
      .octopus_press_module__content .octopus_press_module__section {
        grid-column: 1 / span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_module__content .octopus_press_module__section {
        grid-column: 2 / span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_module__content .octopus_press_module__section {
        grid-column: 2 / span 4; } }
  @media (min-width: 1200px) {
      .octopus_press_module__content .octopus_press_module__section {
        grid-column: 2 / span 6; } }
  @media (min-width: 1681px) {
      .octopus_press_module__content .octopus_press_module__section {
        grid-column: 3 / span 4; } }
  .octopus_press_module__body {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .octopus_press_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .octopus_press_module__body p {
    margin: 0;
    padding: 0; }
  .octopus_press_module__body p:not(:last-child) {
      margin-bottom: 1em; }
  .octopus_press_module__body a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: inherit;
    text-decoration: none; }
  .octopus_press_module__link_to__octopus_press {
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  position: relative;
  --aspect-ratio: 3.9739952719;
  height: 0;
  padding-bottom: calc(100% * 1 / var(--aspect-ratio));
  position: relative;
  display: block; }
  @media all and (max-width: 767px) {
    .octopus_press_module__link_to__octopus_press {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_module__link_to__octopus_press {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_module__link_to__octopus_press {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .octopus_press_module__link_to__octopus_press {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .octopus_press_module__link_to__octopus_press {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .octopus_press_module__octopus_press_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }



.octopus_press_text_module__content {
  letter-spacing: 0.02em;
  display: grid; }
  @media all and (max-width: 767px) {
    .octopus_press_text_module__content {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_text_module__content {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_text_module__content {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .octopus_press_text_module__content {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_text_module__content {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
    .octopus_press_text_module__content {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_text_module__content {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_text_module__content {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .octopus_press_text_module__content {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_text_module__content {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media print {
    .octopus_press_text_module__content {
      display: block;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .octopus_press_text_module__container {
  grid-column: 3 / span 4; }
  @media all and (max-width: 767px) {
    .octopus_press_text_module__container {
      grid-column: 1 / span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_text_module__container {
      grid-column: 2 / span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_text_module__container {
      grid-column: 2 / span 4; } }
  @media (min-width: 1200px) {
    .octopus_press_text_module__container {
      grid-column: 2 / span 6; } }
  @media (min-width: 1681px) {
    .octopus_press_text_module__container {
      grid-column: 3 / span 4; } }
  .octopus_press_text_module__title,
.octopus_press_text_module__body {
  letter-spacing: 0.02em;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.01em !important; }
  @media all and (max-width: 767px) {
    .octopus_press_text_module__title,
    .octopus_press_text_module__body {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_text_module__title,
    .octopus_press_text_module__body {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_text_module__title,
    .octopus_press_text_module__body {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .octopus_press_text_module__title,
    .octopus_press_text_module__body {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .octopus_press_text_module__title,
    .octopus_press_text_module__body {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .octopus_press_text_module__title {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  .octopus_press_text_module__title a {
    color: inherit; }
  .octopus_press_text_module__body {
  text-decoration-thickness: .06em;
  text-underline-offset: .18em; }
  .octopus_press_text_module__body h1,
  .octopus_press_text_module__body h2,
  .octopus_press_text_module__body h3,
  .octopus_press_text_module__body h4 {
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .octopus_press_text_module__body h1,
      .octopus_press_text_module__body h2,
      .octopus_press_text_module__body h3,
      .octopus_press_text_module__body h4 {
        font-size: 1.68rem;
        line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_text_module__body h1,
      .octopus_press_text_module__body h2,
      .octopus_press_text_module__body h3,
      .octopus_press_text_module__body h4 {
        font-size: 1.96rem;
        line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_text_module__body h1,
      .octopus_press_text_module__body h2,
      .octopus_press_text_module__body h3,
      .octopus_press_text_module__body h4 {
        font-size: 2.52rem;
        line-height: 3.24rem; } }
  @media (min-width: 1200px) {
      .octopus_press_text_module__body h1,
      .octopus_press_text_module__body h2,
      .octopus_press_text_module__body h3,
      .octopus_press_text_module__body h4 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  @media (min-width: 1681px) {
      .octopus_press_text_module__body h1,
      .octopus_press_text_module__body h2,
      .octopus_press_text_module__body h3,
      .octopus_press_text_module__body h4 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .octopus_press_text_module__body h1:not(:last-child),
    .octopus_press_text_module__body h2:not(:last-child),
    .octopus_press_text_module__body h3:not(:last-child),
    .octopus_press_text_module__body h4:not(:last-child) {
      margin-bottom: 1em; }
  .octopus_press_text_module__body h1:not(:first-child) {
    margin-top: 2em; }
  .octopus_press_text_module__body blockquote {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .octopus_press_text_module__body blockquote {
        padding-left: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .octopus_press_text_module__body blockquote {
        padding-left: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .octopus_press_text_module__body blockquote {
        padding-left: 5.04rem; } }
  @media (min-width: 1200px) {
      .octopus_press_text_module__body blockquote {
        padding-left: 5.6rem; } }
  @media (min-width: 1681px) {
      .octopus_press_text_module__body blockquote {
        padding-left: 5.6rem; } }
  .octopus_press_text_module__body blockquote:not(:last-child) {
      margin-bottom: 1em; }
  .octopus_press_text_module__body p {
    margin: 0;
    padding: 0; }
  .octopus_press_text_module__body p:not(:last-child) {
    margin-bottom: 1em; }
  .octopus_press_text_module__body hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: .1rem solid;
    margin-bottom: .5em; }
  .octopus_press_text_module__body sup {
    line-height: 0; }
  .octopus_press_text_module__body sup a {
    color: inherit;
    text-decoration: none; }
  .octopus_press_text_module__body sup a:hover {
      text-decoration: underline; }
  .octopus_press_text_module__body a {
    color: inherit; }
  .octopus_press_text_module__body .footnotes {
    margin-top: 3em; }
  @media screen {
      .octopus_press_text_module__body .footnotes {
        letter-spacing: 0.04em; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .octopus_press_text_module__body .footnotes {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_text_module__body .footnotes {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media screen and (min-width: 1200px) {
    .octopus_press_text_module__body .footnotes {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media screen and (min-width: 1681px) {
    .octopus_press_text_module__body .footnotes {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media print {
      .octopus_press_text_module__body .footnotes {
        font-size: 1.4rem !important;
        line-height: 2.0rem !important; } }
  .octopus_press_text_module__body .footnotes ol {
      margin: 0; }
  .octopus_press_text_module__body .footnotes a {
      color: inherit;
      text-decoration: none; }
  .octopus_press_text_module__body .footnotes a:hover {
        text-decoration: underline; }
  @media print {
      .octopus_press_text_module__body .footnotes a {
        text-decoration: none; } }



.octopus_press_video_module__container {
  height: 0;
  display: block;
  position: relative;
  padding-bottom: calc(100% / (1.777));
  padding-bottom: calc(100% / (var(--aspect-ratio, 1.777)));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 767px) {
    .octopus_press_video_module__container {
      width: calc( 100vh * 1.777);
      width: calc( 100vh * var(--aspect-ratio, 1.777)); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .octopus_press_video_module__container {
      width: calc( 100vh * 1.777);
      width: calc( 100vh * var(--aspect-ratio, 1.777)); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .octopus_press_video_module__container {
      width: calc( 100vh * 1.777);
      width: calc( 100vh * var(--aspect-ratio, 1.777)); } }
  @media (min-width: 1200px) {
    .octopus_press_video_module__container {
      width: calc( 100vh * 1.777);
      width: calc( 100vh * var(--aspect-ratio, 1.777)); } }
  @media (min-width: 1681px) {
    .octopus_press_video_module__container {
      width: calc( 100vh * 1.777);
      width: calc( 100vh * var(--aspect-ratio, 1.777)); } }
  .octopus_press_video_module__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .octopus_press_video_module__poster_for_screenshot {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }



.page_section_list_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .page_section_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .page_section_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .page_section_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .page_section_list_module__section:before {
  content: '\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -.6rem;
  display: block; }
  .page_section_list_module__grid {
  display: grid; }
  @media all and (max-width: 767px) {
    .page_section_list_module__grid {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__grid {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__grid {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .page_section_list_module__grid {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .page_section_list_module__grid {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .page_section_list_module__title {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  grid-column: span 2; }
  @media all and (max-width: 767px) {
    .page_section_list_module__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .page_section_list_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .page_section_list_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .page_section_list_module__title {
      grid-column: span 1; } }
  .page_section_list_module__page_section_modules {
  letter-spacing: 0.02em;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-column: span 6;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }
  @media all and (max-width: 767px) {
    .page_section_list_module__page_section_modules {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__page_section_modules {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__page_section_modules {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .page_section_list_module__page_section_modules {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .page_section_list_module__page_section_modules {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__page_section_modules {
      grid-column: span 4;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__page_section_modules {
      grid-column: span 4;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media all and (max-width: 767px) {
    .page_section_list_module__page_section_modules {
      grid-column: span 3;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media all and (max-width: 767px) {
    .page_section_list_module__page_section_modules {
      grid-column-gap: 3.2rem;
      -webkit-column-gap: 3.2rem;
         -moz-column-gap: 3.2rem;
              column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_list_module__page_section_modules {
      grid-column-gap: 4.48rem;
      -webkit-column-gap: 4.48rem;
         -moz-column-gap: 4.48rem;
              column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_list_module__page_section_modules {
      grid-column-gap: 5.04rem;
      -webkit-column-gap: 5.04rem;
         -moz-column-gap: 5.04rem;
              column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .page_section_list_module__page_section_modules {
      grid-column-gap: 5.6rem;
      -webkit-column-gap: 5.6rem;
         -moz-column-gap: 5.6rem;
              column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .page_section_list_module__page_section_modules {
      grid-column-gap: 5.6rem;
      -webkit-column-gap: 5.6rem;
         -moz-column-gap: 5.6rem;
              column-gap: 5.6rem; } }
  .page_section_list_module__page_section_module a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  .page_section_list_module__page_section_module__is_empty {
  color: #afafaf; }
  .page_section_list_module__page_section_module__is_empty a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }



.page_section_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media all and (max-width: 767px) {
    .page_section_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .page_section_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .page_section_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .page_section_module__section {
  position: relative; }
  .page_section_module__section:before {
    content: '\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -.6rem;
    display: block; }
  @media all and (max-width: 767px) {
    .page_section_module__section {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__section {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__section {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .page_section_module__section {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .page_section_module__section {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .page_section_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .page_section_module__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .page_section_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .page_section_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .page_section_module__subtitle {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0; }
  .page_section_module__content[data-publish-from] .page_section_module__section:before,
.page_section_module__content[data-publish-from] .page_section_module__title,
.page_section_module__content[data-publish-from] .page_section_module__subtitle {
  color: #afafaf; }
  @media all and (max-width: 767px) {
  .page_section_module__title + .page_section_module__subtitle,
  .page_section_module__title + .page_section_module__publish_from {
    margin-top: 0.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .page_section_module__title + .page_section_module__subtitle,
  .page_section_module__title + .page_section_module__publish_from {
    margin-top: 0.28rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .page_section_module__title + .page_section_module__subtitle,
  .page_section_module__title + .page_section_module__publish_from {
    margin-top: 0.72rem; } }
  @media (min-width: 1200px) {
  .page_section_module__title + .page_section_module__subtitle,
  .page_section_module__title + .page_section_module__publish_from {
    margin-top: 0.8rem; } }
  @media (min-width: 1681px) {
  .page_section_module__title + .page_section_module__subtitle,
  .page_section_module__title + .page_section_module__publish_from {
    margin-top: 0.8rem; } }
  .page_section_module__publish_from {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #fa0000; }
  @media all and (max-width: 767px) {
    .page_section_module__publish_from {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__publish_from {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__publish_from {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .page_section_module__publish_from {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .page_section_module__publish_from {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .page_section_module__link_to__page_section_list_module {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: inherit;
  text-decoration: none;
  position: absolute; }
  @media all and (max-width: 767px) {
    .page_section_module__link_to__page_section_list_module {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__link_to__page_section_list_module {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__link_to__page_section_list_module {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .page_section_module__link_to__page_section_list_module {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .page_section_module__link_to__page_section_list_module {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
    .page_section_module__link_to__page_section_list_module {
      right: 1.6rem;
      top: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__link_to__page_section_list_module {
      right: 2.24rem;
      top: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__link_to__page_section_list_module {
      right: 2.52rem;
      top: 2.52rem; } }
  @media (min-width: 1200px) {
    .page_section_module__link_to__page_section_list_module {
      right: 2.8rem;
      top: 2.8rem; } }
  @media (min-width: 1681px) {
    .page_section_module__link_to__page_section_list_module {
      right: 2.8rem;
      top: 2.8rem; } }
  .page_section_module__content > .modulor_web_modules > .text_module__content {
  margin-right: 0;
  margin-left: auto; }
  @media all and (max-width: 767px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* xs */
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* s */
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* m */
      width: 100%; } }
  @media (min-width: 1200px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* xl */
      width: 75%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* m */
      width: 66.66667%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page_section_module__content > .modulor_web_modules > .text_module__content {
      /* s */
      width: 66.66667%; } }



.press_release_header_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: black; }
  @media all and (max-width: 767px) {
    .press_release_header_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_header_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_header_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .press_release_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .press_release_header_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .press_release_header_module__content a {
    color: black; }
  [data-identity="1.5"] .press_release_header_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.press_release_header_module__link_to__parent {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 0.5em; }
  .press_release_header_module__link_to__parent:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .press_release_header_module__link_to__parent {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_header_module__link_to__parent {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_header_module__link_to__parent {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .press_release_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .press_release_header_module__link_to__parent {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .press_release_header_module__link_to__parent a {
    color: black;
    text-decoration: none; }
  .press_release_header_module__link_to__parent a:hover {
      font-family: 'Plato Text', sans-serif;
      font-weight: normal; }
  [data-identity="1.5"] .press_release_header_module__link_to__parent {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .press_release_header_module__link_to__parent a:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

@media all and (max-width: 767px) {
  .press_release_header_module__sidebar_preview {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .press_release_header_module__sidebar_preview {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .press_release_header_module__sidebar_preview {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .press_release_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .press_release_header_module__sidebar_preview {
    margin-top: 5.6rem; } }

.press_release_header_module__sidebar_preview .press_release_sidebar_module__content {
  padding: 0; }

.press_release_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  .press_release_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .press_release_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .press_release_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .press_release_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  [data-identity="1.5"] .press_release_header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-style: italic; }

.press_release_header_module__type {
  margin: 0;
  padding: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: inline-block; }
  .press_release_header_module__type:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .press_release_header_module__type {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_header_module__type {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_header_module__type {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .press_release_header_module__type {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .press_release_header_module__type {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-identity="1.5"] .press_release_header_module__type {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.press_release_list_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: black; }
  @media all and (max-width: 767px) {
    .press_release_list_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_list_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_list_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .press_release_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .press_release_list_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .press_release_list_module__content a {
    text-decoration: none;
    color: black; }

.press_release_list_module__heading {
  padding: 0;
  margin: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: lowercase; }
  .press_release_list_module__heading:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .press_release_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .press_release_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .press_release_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .press_release_list_module__heading:not(:last-child) {
    margin-bottom: 5.6rem; }
  .press_release_list_module__heading a {
    color: inherit;
    display: inline-block;
    text-decoration: none; }
  .press_release_list_module__heading a:hover {
      font-family: 'Plato Medium', sans-serif;
      font-weight: normal; }

.press_release_list_module__section {
  margin-top: 1em; }

.press_release_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .press_release_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .press_release_list_module__thumbnails {
      margin-left: -3.2rem;
      margin-bottom: -2em; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 3.2rem;
        vertical-align: top; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_list_module__thumbnails {
      margin-left: -4.48rem;
      margin-bottom: -2em; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 4.48rem;
        vertical-align: top; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_list_module__thumbnails {
      margin-left: -5.04rem;
      margin-bottom: -2em; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.04rem;
        vertical-align: top; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .press_release_list_module__thumbnails {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .press_release_list_module__thumbnails {
      margin-left: -5.6rem;
      margin-bottom: -2em; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        margin-bottom: 2em;
        padding-left: 5.6rem;
        vertical-align: top; }
      .press_release_list_module__thumbnails .press_release_page__thumbnail {
        display: inline-block; } }
  @media all and (max-width: 767px) {
    .press_release_list_module__thumbnails .press_release_page__thumbnail {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_list_module__thumbnails .press_release_page__thumbnail {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_list_module__thumbnails .press_release_page__thumbnail {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .press_release_list_module__thumbnails .press_release_page__thumbnail {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .press_release_list_module__thumbnails .press_release_page__thumbnail {
      /* xl */
      width: 25%; } }
  .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
    letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
      .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .press_release_list_module__thumbnails .press_release_page__thumbnail__type {
        font-size: 1.4rem;
        line-height: 2rem; } }

@media all and (max-width: 767px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__section:not(:last-child) {
    padding-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__section:not(:last-child) {
    padding-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__section:not(:last-child) {
    padding-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__section:not(:last-child) {
    padding-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__section:not(:last-child) {
    padding-bottom: 5.6rem; } }

.press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0; }

@media all and (max-width: 767px) {
    .press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .press_release_list_module__content[data-view-option='all'] .press_release_list_module__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media all and (max-width: 767px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__thumbnails {
    margin-top: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__thumbnails {
    margin-top: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__thumbnails {
    margin-top: 2.52rem; } }

@media (min-width: 1200px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__thumbnails {
    margin-top: 2.8rem; } }

@media (min-width: 1681px) {
  .press_release_list_module__content[data-view-option='all'] .press_release_list_module__thumbnails {
    margin-top: 2.8rem; } }

@media all and (max-width: 767px) {
  .press_release_sidebar_module__contact {
    overflow-wrap: break-word; } }

.press_release_sidebar_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: black; }
  @media all and (max-width: 767px) {
    .press_release_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .press_release_sidebar_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .press_release_sidebar_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .press_release_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .press_release_sidebar_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .press_release_sidebar_module__content {
      letter-spacing: 0.025em;
      padding-right: 0 !important; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .press_release_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .press_release_sidebar_module__content {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .press_release_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .press_release_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .press_release_sidebar_module__content {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .press_release_sidebar_module__content p {
    margin: 0;
    padding: 0; }
  .press_release_sidebar_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .press_release_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: black; }
  [data-identity="1.5"] .press_release_sidebar_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.press_release_sidebar_module__dposted {
  margin-bottom: 1em; }


.project_header_module__dates {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto;
  text-align: right; }
  @media all and (max-width: 767px) {
    .project_header_module__dates {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__dates {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__dates {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__dates {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__dates {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .project_header_module__dates .day.a,
  .project_header_module__dates .day.a + .sep {
    display: none; }
  .project_header_module__dates .current_year .month.m + .sep,
  .project_header_module__dates .current_year .year.Y {
    display: none; }
  .project_header_module__dates .date_range:not(.current_year) .current_year .month.m + .sep,
  .project_header_module__dates .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
  @media (min-width: 1200px) {
    .project_header_module__dates {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .project_header_module__dates {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .project_header_module__dates {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__dates {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__dates {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__dates {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__dates {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  [data-identity="1.5"] .project_header_module__dates {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }

.project_header_module__description {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 767px) {
    .project_header_module__description {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__description {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__description {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__description {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1200px) {
    .project_header_module__description {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .project_header_module__description {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .project_header_module__description {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__description {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__description {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__description {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__description {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  [data-identity="1.5"] .project_header_module__description {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }


@media (min-width: 768px) and (max-width: 991px) {
  .project_header_module__header {
    margin-left: -2.24rem;
    margin-right: -2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .project_header_module__header {
    margin-left: -2.52rem;
    margin-right: -2.52rem; } }

@media (min-width: 1200px) {
  .project_header_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

@media (min-width: 1681px) {
  .project_header_module__header {
    margin-left: -2.8rem;
    margin-right: -2.8rem; } }

.project_header_module__link_to__projects_page {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .project_header_module__link_to__projects_page {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__link_to__projects_page {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__link_to__projects_page {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .project_header_module__link_to__projects_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .project_header_module__link_to__projects_page {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__link_to__projects_page {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__link_to__projects_page {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .project_header_module__link_to__projects_page {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .project_header_module__link_to__projects_page {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__link_to__projects_page {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__link_to__projects_page {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .project_header_module__link_to__projects_page {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .project_header_module__link_to__projects_page {
      /* xl */
      margin-right: 12.5%; } }
  @media all and (max-width: 767px) {
    .project_header_module__link_to__projects_page {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__link_to__projects_page {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__link_to__projects_page {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__link_to__projects_page {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__link_to__projects_page {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .project_header_module__link_to__projects_page a {
    color: black;
    text-decoration: none; }
  .project_header_module__link_to__projects_page a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }
  [data-identity="1.5"] .project_header_module__link_to__projects_page {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .project_header_module__link_to__projects_page a:hover {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    font-style: italic; }

.project_header_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  font-size: 9vw;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .project_header_module__title {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    .project_header_module__title {
      /* xl */
      width: 75%; } }
  @media all and (max-width: 767px) {
    .project_header_module__title {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_header_module__title {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_header_module__title {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_header_module__title {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_header_module__title {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  [data-identity="1.5"] .project_header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }




.project_list_header_module__header {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .project_list_header_module__header {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_header_module__header {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_header_module__header {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .project_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .project_list_header_module__header {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_header_module__header {
      /* s */
      margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_header_module__header {
      /* m */
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .project_list_header_module__header {
      /* l */
      margin-left: 12.5%; } }
  @media (min-width: 1681px) {
    .project_list_header_module__header {
      /* xl */
      margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_header_module__header {
      /* s */
      margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_header_module__header {
      /* m */
      margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
    .project_list_header_module__header {
      /* l */
      margin-right: 12.5%; } }
  @media (min-width: 1681px) {
    .project_list_header_module__header {
      /* xl */
      margin-right: 12.5%; } }
  .project_list_header_module__header .project_list_header_module__title {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .project_list_header_module__header .project_list_header_module__title {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_list_header_module__header .project_list_header_module__title {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_list_header_module__header .project_list_header_module__title {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .project_list_header_module__header .project_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .project_list_header_module__header .project_list_header_module__title {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .project_list_header_module__header .project_list_header_module__projects_page,
  .project_list_header_module__header .project_list_header_module__projects_archive_page {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: lowercase; }
  @media all and (max-width: 767px) {
      .project_list_header_module__header .project_list_header_module__projects_page,
      .project_list_header_module__header .project_list_header_module__projects_archive_page {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_list_header_module__header .project_list_header_module__projects_page,
      .project_list_header_module__header .project_list_header_module__projects_archive_page {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_list_header_module__header .project_list_header_module__projects_page,
      .project_list_header_module__header .project_list_header_module__projects_archive_page {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .project_list_header_module__header .project_list_header_module__projects_page,
      .project_list_header_module__header .project_list_header_module__projects_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .project_list_header_module__header .project_list_header_module__projects_page,
      .project_list_header_module__header .project_list_header_module__projects_archive_page {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .project_list_header_module__header .project_list_header_module__projects_page a,
    .project_list_header_module__header .project_list_header_module__projects_archive_page a {
      color: black;
      text-decoration: none; }
  .project_list_header_module__header .project_list_header_module__projects_page a:hover,
      .project_list_header_module__header .project_list_header_module__projects_archive_page a:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }
  .project_list_header_module__header .project_list_header_module__title,
  .project_list_header_module__header .project_list_header_module__projects_page,
  .project_list_header_module__header .project_list_header_module__projects_archive_page {
    display: inline; }


@media (min-width: 768px) and (max-width: 991px) {
  .project_list_module__content .project_list_module__section {
    margin-left: -2.24rem;
    margin-right: -2.24rem; }
    .project_list_module__content .project_list_module__section .project_list_module__heading,
    .project_list_module__content .project_list_module__section .project_list_module__header__group_key,
    .project_list_module__content .project_list_module__section .project_list_module__thumbnails {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .project_list_module__content .project_list_module__section {
    margin-left: -2.52rem;
    margin-right: -2.52rem; }
    .project_list_module__content .project_list_module__section .project_list_module__heading,
    .project_list_module__content .project_list_module__section .project_list_module__header__group_key,
    .project_list_module__content .project_list_module__section .project_list_module__thumbnails {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }

@media (min-width: 1200px) {
  .project_list_module__content .project_list_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .project_list_module__content .project_list_module__section .project_list_module__heading,
    .project_list_module__content .project_list_module__section .project_list_module__header__group_key,
    .project_list_module__content .project_list_module__section .project_list_module__thumbnails {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

@media (min-width: 1681px) {
  .project_list_module__content .project_list_module__section {
    margin-left: -2.8rem;
    margin-right: -2.8rem; }
    .project_list_module__content .project_list_module__section .project_list_module__heading,
    .project_list_module__content .project_list_module__section .project_list_module__header__group_key,
    .project_list_module__content .project_list_module__section .project_list_module__thumbnails {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* s */
    margin-left: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* m */
    margin-left: 16.66667%; } }

@media (min-width: 1200px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* l */
    margin-left: 12.5%; } }

@media (min-width: 1681px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* xl */
    margin-left: 12.5%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* s */
    margin-right: 16.66667%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* m */
    margin-right: 16.66667%; } }

@media (min-width: 1200px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* l */
    margin-right: 12.5%; } }

@media (min-width: 1681px) {
  .project_list_module__content .project_list_module__heading,
  .project_list_module__content .project_list_module__header__group_key,
  .project_list_module__content .project_list_module__thumbnails {
    /* xl */
    margin-right: 12.5%; } }


.project_list_module__header__group_key {
  margin: 0;
  padding: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .project_list_module__header__group_key {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_module__header__group_key {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_module__header__group_key {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .project_list_module__header__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .project_list_module__header__group_key {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.project_list_module__heading {
  margin: 0;
  padding: 0; }

@media all and (max-width: 767px) {
  .project_list_module__section__group_key:not(:last-child) {
    margin-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .project_list_module__section__group_key:not(:last-child) {
    margin-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .project_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .project_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .project_list_module__section__group_key:not(:last-child) {
    margin-bottom: 5.6rem; } }


.project_list_module__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }
  .project_list_module__thumbnails > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .project_list_module__thumbnails .project_page__thumbnail:not(:last-child) {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_module__thumbnails .project_page__thumbnail:not(:last-child) {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_module__thumbnails .project_page__thumbnail:not(:last-child) {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .project_list_module__thumbnails .project_page__thumbnail:not(:last-child) {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .project_list_module__thumbnails .project_page__thumbnail:not(:last-child) {
      margin-bottom: 5.6rem; } }
  .project_list_module__thumbnails .project_page__thumbnail a {
    display: block;
    color: black;
    text-decoration: none; }
  .project_list_module__thumbnails .project_page__thumbnail__description,
  .project_list_module__thumbnails .project_page__thumbnail__dates {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
      .project_list_module__thumbnails .project_page__thumbnail__description,
      .project_list_module__thumbnails .project_page__thumbnail__dates {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_list_module__thumbnails .project_page__thumbnail__description,
      .project_list_module__thumbnails .project_page__thumbnail__dates {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_list_module__thumbnails .project_page__thumbnail__description,
      .project_list_module__thumbnails .project_page__thumbnail__dates {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .project_list_module__thumbnails .project_page__thumbnail__description,
      .project_list_module__thumbnails .project_page__thumbnail__dates {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .project_list_module__thumbnails .project_page__thumbnail__description,
      .project_list_module__thumbnails .project_page__thumbnail__dates {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .project_list_module__thumbnails .project_page__thumbnail__dates {
    text-align: right; }
  .project_list_module__thumbnails .project_page__thumbnail__dates .day.a,
    .project_list_module__thumbnails .project_page__thumbnail__dates .day.a + .sep {
      display: none; }
  .project_list_module__thumbnails .project_page__thumbnail__dates .current_year .month.m + .sep,
    .project_list_module__thumbnails .project_page__thumbnail__dates .current_year .year.Y {
      display: none; }
  .project_list_module__thumbnails .project_page__thumbnail__dates .date_range:not(.current_year) .current_year .month.m + .sep,
    .project_list_module__thumbnails .project_page__thumbnail__dates .date_range:not(.current_year) .current_year .year.Y {
      display: inline;
      display: initial; }
  .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }
  .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] a {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] a:hover {
        font-style: italic; }
  .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] a:hover .project_page__thumbnail__description,
        .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] a:hover .project_page__thumbnail__dates {
          font-style: normal; }
  .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] .project_page__thumbnail__description,
    .project_list_module__thumbnails .project_page__thumbnail[data-identity="1.5"] .project_page__thumbnail__dates {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }


.project_list_module__content[data-view-option="all"] .project_list_module__heading {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 767px) {
    .project_list_module__content[data-view-option="all"] .project_list_module__heading {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_module__content[data-view-option="all"] .project_list_module__heading {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_module__content[data-view-option="all"] .project_list_module__heading {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .project_list_module__content[data-view-option="all"] .project_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .project_list_module__content[data-view-option="all"] .project_list_module__heading {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .project_list_module__content[data-view-option="all"] .project_list_module__heading a {
    color: black;
    text-decoration: none; }

.project_list_module__content[data-view-option="related"] .project_list_module__heading {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: lowercase; }
  @media all and (max-width: 767px) {
    .project_list_module__content[data-view-option="related"] .project_list_module__heading {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_list_module__content[data-view-option="related"] .project_list_module__heading {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_list_module__content[data-view-option="related"] .project_list_module__heading {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .project_list_module__content[data-view-option="related"] .project_list_module__heading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .project_list_module__content[data-view-option="related"] .project_list_module__heading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.project_section_module__aside {
  grid-column: span 2; }
  @media all and (max-width: 767px) {
    .project_section_module__aside {
      grid-column: span 1; } }

.project_section_module__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .project_section_module__button:before {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    content: "\25B6";
    display: block;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition: -webkit-transform var(--speed, 0.25s);
    transition: -webkit-transform var(--speed, 0.25s);
    -o-transition: transform var(--speed, 0.25s);
    transition: transform var(--speed, 0.25s);
    transition: transform var(--speed, 0.25s), -webkit-transform var(--speed, 0.25s);
    margin-left: -.6em; }
  @media all and (max-width: 767px) {
      .project_section_module__button:before {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_section_module__button:before {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_section_module__button:before {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .project_section_module__button:before {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .project_section_module__button:before {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  .project_section_module__button:hover:before {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  .project_section_module__button:hover .project_section_module__title h1, .project_section_module__button:hover .project_section_module__title h2, .project_section_module__button:hover .project_section_module__title h3, .project_section_module__button:hover .project_section_module__title h4, .project_section_module__button:hover .project_section_module__title h5, .project_section_module__button:hover .project_section_module__title h6 {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  .project_section_module__content[data-expanded] .project_section_module__button:before {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  -webkit-transform: rotate(90deg) translateX(0.1em) translateY(0);
      -ms-transform: rotate(90deg) translateX(0.1em) translateY(0);
          transform: rotate(90deg) translateX(0.1em) translateY(0); }
  .project_section_module__content[data-expanded] .project_section_module__title h1, .project_section_module__content[data-expanded] .project_section_module__title h2, .project_section_module__content[data-expanded] .project_section_module__title h3, .project_section_module__content[data-expanded] .project_section_module__title h4, .project_section_module__content[data-expanded] .project_section_module__title h5, .project_section_module__content[data-expanded] .project_section_module__title h6 {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal; }

.project_section_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .project_section_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_section_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_section_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
  .project_section_module__content + .project_section_module__content {
    margin-top: -5.52rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .project_section_module__content + .project_section_module__content {
    margin-top: -6.72rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .project_section_module__content + .project_section_module__content {
    margin-top: -7.56rem; } }
  @media (min-width: 1200px) {
  .project_section_module__content + .project_section_module__content {
    margin-top: -8.4rem; } }
  @media (min-width: 1681px) {
  .project_section_module__content + .project_section_module__content {
    margin-top: -8.4rem; } }

.project_section_module__description {
  display: grid;
  overflow: hidden;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s; }
  @media all and (max-width: 767px) {
    .project_section_module__description {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__description {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__description {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .project_section_module__description {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .project_section_module__description {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  .project_section_module__description > * {
    margin-top: 2em; }
  @media all and (max-width: 767px) {
    .project_section_module__description > *:last-child {
      margin-bottom: 3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__description > *:last-child {
      margin-bottom: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__description > *:last-child {
      margin-bottom: 5.04rem; } }
  @media (min-width: 1200px) {
    .project_section_module__description > *:last-child {
      margin-bottom: 5.6rem; } }
  @media (min-width: 1681px) {
    .project_section_module__description > *:last-child {
      margin-bottom: 5.6rem; } }
  .project_section_module__content:not([data-expanded]) .project_section_module__description {
  height: 0; }

.project_section_module__details p {
  margin: 0;
  padding: 0; }
  .project_section_module__details p:not(:last-child) {
    margin-bottom: 1em; }
  .project_section_module__summary {
  list-style: none; }
  .project_section_module__summary::-webkit-details-marker {
  display: none; }
  .project_section_module__details:not([open]) .project_section_module__summary:after {
  content: attr(data-more-str);
  cursor: pointer;
  display: inline-block; }
  .project_section_module__details[open] .project_section_module__summary {
  margin-bottom: 1em; }

.project_section_module__events {
  margin-top: 2em; }
  .project_section_module__events .project_section_module__event_thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1em; }
  .project_section_module__events .project_section_module__event_thumbnails > li {
      margin: 0;
      padding: 0; }
  @media all and (max-width: 767px) {
      .project_section_module__events .project_section_module__event_thumbnails {
        margin-left: -3.2rem;
        margin-bottom: -3.92rem; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          margin-bottom: 3.92rem;
          padding-left: 3.2rem;
          vertical-align: top; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_section_module__events .project_section_module__event_thumbnails {
        margin-left: -4.48rem;
        margin-bottom: -4.48rem; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          margin-bottom: 4.48rem;
          padding-left: 4.48rem;
          vertical-align: top; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_section_module__events .project_section_module__event_thumbnails {
        margin-left: -5.04rem;
        margin-bottom: -5.04rem; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          margin-bottom: 5.04rem;
          padding-left: 5.04rem;
          vertical-align: top; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          display: inline-block; } }
  @media (min-width: 1200px) {
      .project_section_module__events .project_section_module__event_thumbnails {
        margin-left: -5.6rem;
        margin-bottom: -5.6rem; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          margin-bottom: 5.6rem;
          padding-left: 5.6rem;
          vertical-align: top; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          display: inline-block; } }
  @media (min-width: 1681px) {
      .project_section_module__events .project_section_module__event_thumbnails {
        margin-left: -5.6rem;
        margin-bottom: -5.6rem; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          margin-bottom: 5.6rem;
          padding-left: 5.6rem;
          vertical-align: top; }
        .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
          display: inline-block; } }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail a {
      text-decoration: none;
      color: inherit; }
  @media (min-width: 1681px) {
      .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
        width: 33.33333%; } }
  @media (min-width: 1200px) {
      .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
        width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
        width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail {
        width: 50%; } }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.a,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.a + .sep {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d + .sep {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .day.d + .sep,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .month.m,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .month.m + .sep {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .month.m + .sep,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .year.Y,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .cs .year.Y + .sep {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .month.m + .sep,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .year.Y {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range .cs.from .minutes.M + .str {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .en .year.Y + .sep {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range.same_meridian .en.from .minutes.M + .sep,
    .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .event_page__thumbnail__date_time .date_range.same_meridian .en.from .ampm {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail .date_queries__event {
      display: none; }
  .project_section_module__events .project_section_module__event_thumbnails .event_page__thumbnail:not(:last-child) {
      margin-bottom: 1em; }

.project_section_module__exhibitions {
  margin-top: 2em; }

.project_section_module__exhibition_thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }

.project_section_module__exhibition_thumbnails > li {
    margin: 0;
    padding: 0; }

@media (min-width: 1200px) {
    .project_section_module__exhibition_thumbnails {
      padding-right: calc(16.66667% + 1.4rem); } }

@media (min-width: 1681px) {
    .project_section_module__exhibition_thumbnails {
      padding-right: calc(16.66667% + 1.4rem); } }

@media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__exhibition_thumbnails {
      padding-right: calc(25% + 1.12rem); } }

@media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__exhibition_thumbnails {
      padding-right: calc(25% + 1.26rem); } }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    text-align: left; }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail:not(:last-child) {
      margin-bottom: 1em; }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail a {
      text-decoration: none;
      color: black; }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail a:hover {
        font-family: 'Plato Basic', sans-serif;
        font-weight: normal; }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail[data-past] a {
      color: #afafaf; }

body[data-past] .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail[data-past] a {
      color: black; }

@media all and (max-width: 767px) {
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
        font-size: 3.2rem;
        line-height: 3.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
        font-size: 3.84rem;
        line-height: 4.32rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
        font-size: 5.12rem;
        line-height: 5.76rem; } }

@media (min-width: 1200px) {
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
        font-size: 5.12rem;
        line-height: 5.76rem; } }

@media (min-width: 1681px) {
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__title,
      .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__subtitle {
        font-size: 6.4rem;
        line-height: 7.2rem; } }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__date_range,
    .project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__exhibition_group {
      font-family: 'Plato Text', sans-serif;
      font-weight: normal; }

.project_section_module__exhibition_thumbnails .exhibition_page__thumbnail .exhibition_page__thumbnail__exhibition_group {
      margin-left: 2em; }


.project_section_module__heading {
  display: grid; }
  @media all and (max-width: 767px) {
    .project_section_module__heading {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__heading {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__heading {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .project_section_module__heading {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .project_section_module__heading {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }

.project_section_module__image .modulor_attachment__responsive {
  margin-left: auto;
  margin-right: auto; }

.project_section_module__main {
  grid-column: span 6; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__main {
      grid-column: span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__main {
      grid-column: span 4; } }
  @media all and (max-width: 767px) {
    .project_section_module__main {
      grid-column: span 3; } }

.project_section_module__section {
  border-top: .1rem solid;
  padding-top: .5em; }

.project_section_module__sidebar p {
  margin: 0;
  padding: 0; }
  .project_section_module__sidebar p:not(:last-child) {
    margin-bottom: 1em; }

.project_section_module__subheading {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .project_section_module__subheading {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__subheading {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__subheading {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .project_section_module__subheading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .project_section_module__subheading {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.project_section_module__title {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .project_section_module__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .project_section_module__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .project_section_module__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .project_section_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .project_section_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
      .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
        font-size: 2.88rem;
        line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
        font-size: 5.76rem;
        line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
        font-size: 7.68rem;
        line-height: 8.32rem; } }
  @media (min-width: 1200px) {
      .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
        font-size: 9.6rem;
        line-height: 10.4rem; } }
  @media (min-width: 1681px) {
      .project_section_module__title h1, .project_section_module__title h2, .project_section_module__title h3, .project_section_module__title h4, .project_section_module__title h5, .project_section_module__title h6 {
        font-size: 9.6rem;
        line-height: 10.4rem; } }


.quick_search_module__bar {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  overflow: hidden;
  -webkit-transition: width var(--duration), height var(--duration);
  -o-transition: width var(--duration), height var(--duration);
  transition: width var(--duration), height var(--duration);
  position: fixed;
  z-index: 15;
  background-color: lime;
  width: var(--search-horizontal-content-width);
  height: var(--search-bar-thickness);
  bottom: 0;
  right: 0; }
  @media all and (max-width: 767px) {
    .quick_search_module__bar {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__bar {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__bar {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__bar {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__bar {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__bar {
      width: 100vw; } }
  @media all and (max-width: 767px) {
    .quick_search_module__bar {
      width: 100vw; } }
  .quick_search_module__bar:hover {
    --search-bar-thickness: 1.5em;
    --duration: .25s; }

.quick_search_module__button_to_close {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit; }

.quick_search_module__button_to_search {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  position: fixed; }
  @media all and (max-width: 767px) {
    .quick_search_module__button_to_search {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__button_to_search {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__button_to_search {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__button_to_search {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__button_to_search {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .quick_search_module__button_to_search[hidden] {
    display: none; }
  @media all and (max-width: 767px) {
    .quick_search_module__button_to_search {
      top: 3.2rem;
      right: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__button_to_search {
      top: 4.48rem;
      right: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__button_to_search {
      top: 5.04rem;
      right: 5.04rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__button_to_search {
      top: 5.6rem;
      right: 5.6rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__button_to_search {
      top: 5.6rem;
      right: 5.6rem; } }
  .quick_search_module__button_to_search .quick_search_module__button_to_search__hamburger {
    display: block; }
  .quick_search_module__button_to_search .quick_search_module__button_to_search__hamburger svg {
    width: 10vmax;
    height: auto; }
  .quick_search_module__button_to_search .quick_search_module__button_to_search__hamburger rect {
    fill: #ff00c8; }
  .quick_search_module__button_to_search:not([data-anim]) .quick_search_module__button_to_search__hamburger:hover svg {
    background-color: #ff00c8; }
  .quick_search_module__button_to_search:not([data-anim]) .quick_search_module__button_to_search__hamburger:hover rect {
    fill: lime; }

.quick_search_module__container {
  -webkit-transition: top var(--duration), -webkit-clip-path var(--duration);
  transition: top var(--duration), -webkit-clip-path var(--duration);
  -o-transition: clip-path var(--duration), top var(--duration);
  transition: clip-path var(--duration), top var(--duration);
  transition: clip-path var(--duration), top var(--duration), -webkit-clip-path var(--duration);
  position: fixed;
  top: calc(100% - var(--search-bar-thickness));
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: lime;
  right: 0;
  width: var(--search-horizontal-content-width);
  height: calc(100vh - var(--search-position-from-top));
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
  z-index: 30; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__container {
      padding-top: 1.4rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__container {
      padding-top: 1.4rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__container {
      padding-top: 1.4rem; } }
  .quick_search_module__content[aria-expanded] .quick_search_module__container {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  top: 0; }

.quick_search_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding: 0;
  --search-horizontal-content-width: 50vw;
  --search-position-from-top: 0rem;
  --search-bar-thickness: 1.5rem;
  --duration: .25s; }
  @media all and (max-width: 767px) {
    .quick_search_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__content {
      --search-horizontal-content-width: 70vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__content {
      --search-horizontal-content-width: 100vw; } }
  @media all and (max-width: 767px) {
    .quick_search_module__content {
      --search-horizontal-content-width: 100vw; } }

.quick_search_module__group {
  min-height: 100%;
  width: 100%; }
  @media all and (max-width: 767px) {
    .quick_search_module__group {
      padding: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__group {
      padding: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__group {
      padding: 2.52rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__group {
      padding: 2.8rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__group {
      padding: 2.8rem; } }

.quick_search_module__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
  gap: 1em; }
  .quick_search_module__nav > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .quick_search_module__nav {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__nav {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__nav {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__nav {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__nav {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.quick_search_module__search_form {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-gap: 1em;
  gap: 1em;
  width: 100%; }
  @media all and (max-width: 767px) {
    .quick_search_module__search_form {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__search_form {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__search_form {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__search_form {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__search_form {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .quick_search_module__search_form__input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  border-radius: 0;
  border-bottom: .1rem solid;
  background-color: white; }
  @media all and (max-width: 767px) {
    .quick_search_module__search_form__input {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__search_form__input {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__search_form__input {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__search_form__input {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__search_form__input {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .quick_search_module__search_form__input::-webkit-input-placeholder {
    color: #afafaf; }
  .quick_search_module__search_form__input::-moz-placeholder {
    color: #afafaf; }
  .quick_search_module__search_form__input:-ms-input-placeholder {
    color: #afafaf; }
  .quick_search_module__search_form__input::-ms-input-placeholder {
    color: #afafaf; }
  .quick_search_module__search_form__input::placeholder {
    color: #afafaf; }
  .quick_search_module__search_form__input::-webkit-search-decoration, .quick_search_module__search_form__input::-webkit-search-cancel-button, .quick_search_module__search_form__input::-webkit-search-results-button, .quick_search_module__search_form__input::-webkit-search-results-decoration {
    display: none; }
  .quick_search_module__search_form__input:focus {
    outline: none; }
  .quick_search_module__search_form__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: black; }
  @media all and (max-width: 767px) {
    .quick_search_module__search_form__button {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quick_search_module__search_form__button {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quick_search_module__search_form__button {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .quick_search_module__search_form__button {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .quick_search_module__search_form__button {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

.screen_module__content[class*='module__content'] {
  margin: 0;
  padding: 0; }



.search_module__container {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 2fr 6fr; }
  @media all and (max-width: 767px) {
    .search_module__container {
      grid-template-columns: 1fr;
      grid-row-gap: 5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__container {
      grid-template-columns: 1fr;
      grid-row-gap: 5rem; } }

.search_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media all and (max-width: 767px) {
    .search_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .search_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .search_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media all and (max-width: 767px) {
  .search_module__nav {
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .search_module__nav {
    padding-left: 2.24rem;
    padding-right: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .search_module__nav {
    padding-left: 2.52rem;
    padding-right: 2.52rem; } }

@media (min-width: 1200px) {
  .search_module__nav {
    padding-left: 2.8rem;
    padding-right: 2.8rem; } }

@media (min-width: 1681px) {
  .search_module__nav {
    padding-left: 2.8rem;
    padding-right: 2.8rem; } }

.search_module__nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.search_module__nav__list > li {
    margin: 0;
    padding: 0; }

.search_module__nav__link {
  color: inherit;
  text-decoration: none; }

.search_module__no_results {
  margin-top: 3.5em; }
  @media all and (max-width: 767px) {
    .search_module__no_results {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__no_results {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__no_results {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .search_module__no_results {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .search_module__no_results {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }

.search_module__results {
  border-left: .1rem solid;
  margin-left: -.1rem; }
  @media all and (max-width: 767px) {
    .search_module__results {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__results {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__results {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .search_module__results {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .search_module__results {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .search_module__results__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .search_module__results__item:not(:last-child) {
  margin-bottom: 3em; }

.search_module__search_form {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
  grid-gap: 1em;
  gap: 1em;
  width: 100%; }
  @media all and (max-width: 767px) {
    .search_module__search_form {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__search_form {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__search_form {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .search_module__search_form {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .search_module__search_form {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    .search_module__search_form {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__search_form {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__search_form {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .search_module__search_form {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .search_module__search_form {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .search_module__search_form__input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  border-radius: 0;
  border-bottom: 1.5rem solid #fffa00;
  background-color: white;
  width: 100%; }
  @media all and (max-width: 767px) {
    .search_module__search_form__input {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__search_form__input {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__search_form__input {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .search_module__search_form__input {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .search_module__search_form__input {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .search_module__search_form__input::-webkit-input-placeholder {
    color: #c8c8c8; }
  .search_module__search_form__input::-moz-placeholder {
    color: #c8c8c8; }
  .search_module__search_form__input:-ms-input-placeholder {
    color: #c8c8c8; }
  .search_module__search_form__input::-ms-input-placeholder {
    color: #c8c8c8; }
  .search_module__search_form__input::placeholder {
    color: #c8c8c8; }
  .search_module__search_form__input::-webkit-search-decoration, .search_module__search_form__input::-webkit-search-cancel-button, .search_module__search_form__input::-webkit-search-results-button, .search_module__search_form__input::-webkit-search-results-decoration {
    display: none; }
  .search_module__search_form__input:focus {
    outline: none; }
  .search_module__search_form__button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #afafaf; }
  @media all and (max-width: 767px) {
    .search_module__search_form__button {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search_module__search_form__button {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search_module__search_form__button {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .search_module__search_form__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .search_module__search_form__button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.shared_files_module__attachment_file__file_name {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #afafaf; }
  @media all and (max-width: 767px) {
    .shared_files_module__attachment_file__file_name {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__attachment_file__file_name {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__attachment_file__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__attachment_file__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__attachment_file__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .shared_files_module__attachment_file__figure {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }
  @media all and (max-width: 767px) {
    .shared_files_module__attachment_file__figure {
      font-size: 3.2rem;
      line-height: 3.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__attachment_file__figure {
      font-size: 3.84rem;
      line-height: 4.32rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__attachment_file__figure {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__attachment_file__figure {
      font-size: 5.12rem;
      line-height: 5.76rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__attachment_file__figure {
      font-size: 6.4rem;
      line-height: 7.2rem; } }
  .shared_files_module__attachment_file__figure a {
    text-decoration: none;
    color: black; }
  .shared_files_module__attachment_file__figure a:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }
  .shared_files_module__attachment_file__caption {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .shared_files_module__attachment_file__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__attachment_file__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__attachment_file__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__attachment_file__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__attachment_file__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

.shared_files_module__attachment_files {
  list-style: none;
  margin: 0;
  padding: 0; }
  .shared_files_module__attachment_files > li {
    margin: 0;
    padding: 0; }
  .shared_files_module__attachment_files .shared_files_module__attachment_file:not(:last-child) {
    margin-bottom: 1em; }


.shared_files_module__description {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em; }
  .shared_files_module__description:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .shared_files_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }


.shared_files_module__header {
  padding-bottom: 2em; }
  @media all and (max-width: 767px) {
    .shared_files_module__header {
      margin-left: -3.2rem;
      margin-bottom: 0; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        margin-bottom: 0;
        padding-left: 3.2rem;
        vertical-align: top; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__header {
      margin-left: -4.48rem;
      margin-bottom: 0; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        margin-bottom: 0;
        padding-left: 4.48rem;
        vertical-align: top; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__header {
      margin-left: -5.04rem;
      margin-bottom: 0; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        margin-bottom: 0;
        padding-left: 5.04rem;
        vertical-align: top; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .shared_files_module__header {
      margin-left: -5.6rem;
      margin-bottom: 0; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .shared_files_module__header {
      margin-left: -5.6rem;
      margin-bottom: 0; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_files_module__header .shared_files_module__title, .shared_files_module__header .shared_files_module__description {
        display: inline-block; } }
  .shared_files_module__header .shared_files_module__title,
  .shared_files_module__header .shared_files_module__description {
    width: 50%; }

.shared_files_module__section {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .shared_files_module__section {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__section {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__section {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__section {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__section {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .shared_files_module__section:before {
    content: '\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -.6rem;
    display: block; }

.shared_files_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
  .shared_files_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .shared_files_module__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_files_module__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_files_module__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .shared_files_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .shared_files_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }




.shared_header_module__subtitle {
  margin: 0;
  padding: 0;
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .shared_header_module__subtitle {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_header_module__subtitle {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_header_module__subtitle {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .shared_header_module__subtitle {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .shared_header_module__subtitle {
      font-size: 2rem;
      line-height: 2.8rem; } }

.shared_header_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em; }
  .shared_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .shared_header_module__title {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_header_module__title {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_header_module__title {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .shared_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .shared_header_module__title {
      font-size: 9.6rem;
      line-height: 10.4rem; } }


.shared_images_module__attachment_image__file_name {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #afafaf;
  margin-top: 0.5em; }
  @media all and (max-width: 767px) {
    .shared_images_module__attachment_image__file_name {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__attachment_image__file_name {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__attachment_image__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_images_module__attachment_image__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_images_module__attachment_image__file_name {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .shared_images_module__attachment_image__figure {
  margin: 0;
  padding: 0; }
  .shared_images_module__attachment_image__figure a {
    text-decoration: none; }
  .shared_images_module__attachment_image__caption {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .shared_images_module__attachment_image__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__attachment_image__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_images_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_images_module__attachment_image__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

.shared_images_module__attachment_images {
  list-style: none;
  margin: 0;
  padding: 0; }
  .shared_images_module__attachment_images > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .shared_images_module__attachment_images {
      margin-left: -3.2rem;
      margin-bottom: -3.2rem; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        margin-bottom: 3.2rem;
        padding-left: 3.2rem;
        vertical-align: top; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__attachment_images {
      margin-left: -4.48rem;
      margin-bottom: -4.48rem; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        margin-bottom: 4.48rem;
        padding-left: 4.48rem;
        vertical-align: top; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__attachment_images {
      margin-left: -5.04rem;
      margin-bottom: -5.04rem; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        margin-bottom: 5.04rem;
        padding-left: 5.04rem;
        vertical-align: top; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .shared_images_module__attachment_images {
      margin-left: -5.6rem;
      margin-bottom: -5.6rem; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        margin-bottom: 5.6rem;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .shared_images_module__attachment_images {
      margin-left: -5.6rem;
      margin-bottom: -5.6rem; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        margin-bottom: 5.6rem;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_images_module__attachment_images .shared_images_module__attachment_image {
        display: inline-block; } }
  @media all and (max-width: 767px) {
    .shared_images_module__attachment_images .shared_images_module__attachment_image {
      /* xs */
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__attachment_images .shared_images_module__attachment_image {
      /* s */
      width: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__attachment_images .shared_images_module__attachment_image {
      /* m */
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .shared_images_module__attachment_images .shared_images_module__attachment_image {
      /* l */
      width: 25%; } }
  @media (min-width: 1681px) {
    .shared_images_module__attachment_images .shared_images_module__attachment_image {
      /* xl */
      width: 25%; } }


.shared_images_module__description {
  padding: 0;
  margin: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em; }
  .shared_images_module__description:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .shared_images_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__description {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .shared_images_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .shared_images_module__description {
      font-size: 1.4rem;
      line-height: 2rem; } }


.shared_images_module__header {
  padding-bottom: 2em; }
  @media all and (max-width: 767px) {
    .shared_images_module__header {
      margin-left: -3.2rem;
      margin-bottom: 0; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        margin-bottom: 0;
        padding-left: 3.2rem;
        vertical-align: top; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        display: inline-block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__header {
      margin-left: -4.48rem;
      margin-bottom: 0; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        margin-bottom: 0;
        padding-left: 4.48rem;
        vertical-align: top; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__header {
      margin-left: -5.04rem;
      margin-bottom: 0; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        margin-bottom: 0;
        padding-left: 5.04rem;
        vertical-align: top; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .shared_images_module__header {
      margin-left: -5.6rem;
      margin-bottom: 0; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        display: inline-block; } }
  @media (min-width: 1681px) {
    .shared_images_module__header {
      margin-left: -5.6rem;
      margin-bottom: 0; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        margin-bottom: 0;
        padding-left: 5.6rem;
        vertical-align: top; }
      .shared_images_module__header .shared_images_module__title, .shared_images_module__header .shared_images_module__description {
        display: inline-block; } }
  .shared_images_module__header .shared_images_module__title,
  .shared_images_module__header .shared_images_module__description {
    width: 50%; }

.shared_images_module__link_to__download {
  display: inline-block;
  text-decoration: none;
  color: black;
  margin-top: 1em; }
  .shared_images_module__link_to__download:before {
    content: "\2193  "; }
  .shared_images_module__link_to__download:hover span {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }

.shared_images_module__section {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .shared_images_module__section {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__section {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__section {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .shared_images_module__section {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .shared_images_module__section {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .shared_images_module__section:before {
    content: '\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014\2014';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -.6rem;
    display: block; }

.shared_images_module__title {
  padding: 0;
  margin: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
  .shared_images_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .shared_images_module__title {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shared_images_module__title {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shared_images_module__title {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .shared_images_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .shared_images_module__title {
      font-size: 2.8rem;
      line-height: 3.6rem; } }


.site_header_module__button_to__index {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit; }
  @media all and (max-width: 767px) {
    .site_header_module__button_to__index {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__button_to__index {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__button_to__index {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__button_to__index {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__button_to__index {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media print {
    .site_header_module__button_to__index {
      visibility: hidden; } }
  .site_header_module__button_to__index:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

.site_header_module__button_to_menu {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit; }
  @media all and (max-width: 767px) {
    .site_header_module__button_to_menu {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__button_to_menu {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__button_to_menu {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__button_to_menu {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__button_to_menu {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .site_header_module__button_to_menu:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }
  .site_header_module__button_to_menu .site_header_module__button_to_menu__hamburger {
    display: block;
    font-size: 1.15em;
    margin-left: .25em; }
  @media all and (max-width: 767px) {
      .site_header_module__button_to_menu .site_header_module__button_to_menu__hamburger {
        display: none; } }

.site_header_module__button_to_search {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: inherit;
  cursor: pointer !important;
  margin-right: .5em;
  height: 1em; }
  @media all and (max-width: 767px) {
    .site_header_module__button_to_search {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__button_to_search {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__button_to_search {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__button_to_search {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__button_to_search {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .site_header_module__button_to_search:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }
  .site_header_module__button_to_search svg {
    height: .85em;
    overflow: visible; }
  .site_header_module__button_to_search svg * {
    stroke: black;
    stroke-width: .175rem;
    fill: none; }

@media print {
  .site_header_module__content {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.site_header_module__content[class*='module__content'] {
  padding-left: 0;
  padding-right: 0; }

.site_header_module__heading {
  margin: 0;
  padding: 0; }
  .site_header_module__heading .plato_logo {
    --animation-transition-step: .2s;
    --animation-pause-length: 10s; }
  .site_header_module__heading .plato_logo .letter {
    -webkit-animation: change-type calc(2 * var(--animation-pause-length)) infinite;
            animation: change-type calc(2 * var(--animation-pause-length)) infinite;
    -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start; }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter {
    opacity: 1; }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter:first-child {
    -webkit-animation-delay: calc(0 * var(--animation-transition-step) + var(--animation-pause-length));
            animation-delay: calc(0 * var(--animation-transition-step) + var(--animation-pause-length)); }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter:nth-child(2) {
    -webkit-animation-delay: calc(1 * var(--animation-transition-step) + var(--animation-pause-length));
            animation-delay: calc(1 * var(--animation-transition-step) + var(--animation-pause-length)); }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter:nth-child(3) {
    -webkit-animation-delay: calc(2 * var(--animation-transition-step) + var(--animation-pause-length));
            animation-delay: calc(2 * var(--animation-transition-step) + var(--animation-pause-length)); }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter:nth-child(4) {
    -webkit-animation-delay: calc(3 * var(--animation-transition-step) + var(--animation-pause-length));
            animation-delay: calc(3 * var(--animation-transition-step) + var(--animation-pause-length)); }
  .site_header_module__heading .plato_logo g[data-font="plato-medium"] .letter:nth-child(5) {
    -webkit-animation-delay: calc(4 * var(--animation-transition-step) + var(--animation-pause-length));
            animation-delay: calc(4 * var(--animation-transition-step) + var(--animation-pause-length)); }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter {
    opacity: 0; }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter:first-child {
    -webkit-animation-delay: calc(0 * var(--animation-transition-step));
            animation-delay: calc(0 * var(--animation-transition-step)); }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter:nth-child(2) {
    -webkit-animation-delay: calc(1 * var(--animation-transition-step));
            animation-delay: calc(1 * var(--animation-transition-step)); }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter:nth-child(3) {
    -webkit-animation-delay: calc(2 * var(--animation-transition-step));
            animation-delay: calc(2 * var(--animation-transition-step)); }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter:nth-child(4) {
    -webkit-animation-delay: calc(3 * var(--animation-transition-step));
            animation-delay: calc(3 * var(--animation-transition-step)); }
  .site_header_module__heading .plato_logo g[data-font="plato-regular"] .letter:nth-child(5) {
    -webkit-animation-delay: calc(4 * var(--animation-transition-step));
            animation-delay: calc(4 * var(--animation-transition-step)); }
  @-webkit-keyframes change-type {
  0%, 50% {
    opacity: 0; }
  51%, 100% {
    opacity: 1; } }
  @keyframes change-type {
  0%, 50% {
    opacity: 0; }
  51%, 100% {
    opacity: 1; } }

.site_header_module__hours {
  color: #ff00c8; }
  .site_header_module__hours .whole_hour.cs .hours + .sep,
  .site_header_module__hours .whole_hour.cs .minutes.M,
  .site_header_module__hours .whole_hour.cs .minutes + .sep {
    display: none; }
  .site_header_module__hours .whole_hour.en .hours + .sep,
  .site_header_module__hours .whole_hour.en .minutes.M {
    display: none; }
  .site_header_module__hours .date_range .cs.from .minutes.M + .str {
    display: none; }
  .site_header_module__hours .en .year.Y + .sep {
    display: none; }
  .site_header_module__hours .date_range.same_meridian .en.from .minutes.M + .sep,
  .site_header_module__hours .date_range.same_meridian .en.from .ampm {
    display: none; }
  .site_header_module__hours .hours,
  .site_header_module__hours .hours + .sep,
  .site_header_module__hours .minutes,
  .site_header_module__hours .minutes + .sep,
  .site_header_module__hours .minutes + .str,
  .site_header_module__hours .minutes + .sep + .ampm {
    white-space: nowrap; }
  .site_header_module__hours .hours:after,
    .site_header_module__hours .hours + .sep:after,
    .site_header_module__hours .minutes:after,
    .site_header_module__hours .minutes + .sep:after,
    .site_header_module__hours .minutes + .str:after,
    .site_header_module__hours .minutes + .sep + .ampm:after {
      content: "\00a0";
      display: inline;
      font-size: 0;
      line-height: 0;
      white-space: nowrap; }
  .site_header_module__hours time {
    white-space: nowrap; }

.site_header_module__lang_switch {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: right; }
  @media all and (max-width: 767px) {
    .site_header_module__lang_switch {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__lang_switch {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__lang_switch {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__lang_switch {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__lang_switch {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media print {
    .site_header_module__lang_switch {
      visibility: hidden; } }
  .site_header_module__lang_switch a {
    color: black;
    text-decoration: none; }
  .site_header_module__lang_switch a.lang_switch__locale {
      font-family: 'Plato Regular', sans-serif;
      font-weight: normal; }
  .site_header_module__lang_switch a.lang_switch__locale:hover {
        font-family: 'Plato Medium', sans-serif;
        font-weight: normal; }

.site_header_module__link_to__octopus_press {
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  position: relative;
  --aspect-ratio: 3.9739952719;
  height: 0;
  padding-bottom: calc(100% * 1 / var(--aspect-ratio));
  position: relative;
  display: block; }
  @media all and (max-width: 767px) {
    .site_header_module__link_to__octopus_press {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__link_to__octopus_press {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__link_to__octopus_press {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .site_header_module__link_to__octopus_press {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .site_header_module__link_to__octopus_press {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .site_header_module__octopus_press_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site_header_module__link_to__parent {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: black;
  display: block;
  text-align: center;
  text-decoration: none; }
  @media all and (max-width: 767px) {
    .site_header_module__link_to__parent {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__link_to__parent {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__link_to__parent {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__link_to__parent {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__link_to__parent {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .site_header_module__link_to__parent svg {
    display: block;
    width: 100%;
    height: auto; }
  .site_header_module__link_to__parent:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

.site_header_module__octopus_press_logo {
  display: block;
  width: 100%;
  height: auto; }

.site_header_module__ticker__items {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em; }
  .site_header_module__ticker__items > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .site_header_module__ticker__items {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__ticker__items {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__ticker__items {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .site_header_module__ticker__items {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .site_header_module__ticker__items {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
    .site_header_module__ticker__items {
      letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .site_header_module__ticker__items {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .site_header_module__ticker__items {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__ticker__items {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .site_header_module__ticker__items {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .site_header_module__ticker__items {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .site_header_module__ticker__items a {
    color: black;
    text-decoration: none; }
  .site_header_module__ticker__item:not(.site_header_module__ticker__item__is_current) {
  height: 0;
  overflow: hidden; }

.site_header_module__title {
  padding: 0;
  margin: 0;
  text-align: center; }
  .site_header_module__title:not(:last-child) {
    margin-bottom: 1em; }
  @-webkit-keyframes anim-blink {
  50% {
    opacity: 0; } }
  @keyframes anim-blink {
  50% {
    opacity: 0; } }
  .site_header_module__title [data-font='plato-text'] {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: anim-blink;
            animation-name: anim-blink;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end); }

.site_header_module__event_page__thumbnail__type {
  color: #ff00c8;
  text-transform: lowercase; }

.site_header_module__exhibition_page__thumbnail__type {
  color: #ff00c8;
  text-transform: lowercase; }

.site_header_module__news_page__thumbnail__type {
  font-family: 'Plato Medium', sans-serif;
  font-weight: normal;
  text-transform: lowercase; }

.site_header_module__content[data-view-option="norma"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .site_header_module__content[data-view-option="norma"] .site_header_module__title,
  .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
  .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
    width: 33.33333%; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title,
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
      .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title,
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
      .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title,
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
      .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
        padding-left: 2.52rem;
        padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title,
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
      .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title,
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading,
      .site_header_module__content[data-view-option="norma"] .site_header_module__lang_switch {
        padding-left: 2.8rem;
        padding-right: 2.8rem; } }
  .site_header_module__content[data-view-option="norma"] .site_header_module__title {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: black;
    text-align: left; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        letter-spacing: 0.025em; } }
  @media all and (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 1681px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        letter-spacing: 0.025em; } }
  @media all and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1681px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__title {
        letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .site_header_module__content[data-view-option="norma"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .site_header_module__content[data-view-option="norma"] .site_header_module__title a {
      color: black;
      text-decoration: none;
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: black; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
        font-size: 1.68rem;
        line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
        font-size: 1.96rem;
        line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
        font-size: 2.52rem;
        line-height: 3.24rem; } }
  @media (min-width: 1200px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  @media (min-width: 1681px) {
      .site_header_module__content[data-view-option="norma"] .site_header_module__heading {
        font-size: 2.8rem;
        line-height: 3.6rem; } }

.site_header_module__content[data-view-option="octopus_press"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media all and (max-width: 767px) {
    .site_header_module__content[data-view-option="octopus_press"] {
      grid-column-gap: 1.6rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__content[data-view-option="octopus_press"] {
      grid-column-gap: 2.24rem;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__content[data-view-option="octopus_press"] {
      grid-column-gap: 2.52rem;
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .site_header_module__content[data-view-option="octopus_press"] {
      grid-column-gap: 2.8rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .site_header_module__content[data-view-option="octopus_press"] {
      grid-column-gap: 2.8rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
    letter-spacing: 0.04em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column: 4 / span 2; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav .site_header_module__lang_switch {
      margin-right: .5em; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav .site_header_module__lang_switch {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="octopus_press"] .site_header_module__nav .site_header_module__lang_switch {
        display: none; } }

.site_header_module__content[data-view-option="plato"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media all and (max-width: 767px) {
    .site_header_module__content[data-view-option="plato"] {
      grid-column-gap: 1.6rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .site_header_module__content[data-view-option="plato"] {
      grid-column-gap: 2.24rem;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .site_header_module__content[data-view-option="plato"] {
      grid-column-gap: 2.52rem;
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    .site_header_module__content[data-view-option="plato"] {
      grid-column-gap: 2.8rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    .site_header_module__content[data-view-option="plato"] {
      grid-column-gap: 2.8rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
    letter-spacing: 0.04em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .site_header_module__content[data-view-option="plato"] .site_header_module__nav .site_header_module__lang_switch {
      margin-right: .5em; }
  @media all and (max-width: 767px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav .site_header_module__lang_switch {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .site_header_module__content[data-view-option="plato"] .site_header_module__nav .site_header_module__lang_switch {
        display: none; } }

.soft_tab_content_module__tab__preview {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  background-color: black;
  color: white;
  display: inline-block;
  padding: .2em;
  padding-top: .1em;
  padding-bottom: 0;
  text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .soft_tab_content_module__tab__preview {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .soft_tab_content_module__tab__preview {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .soft_tab_content_module__tab__preview {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .soft_tab_content_module__tab__preview {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .soft_tab_content_module__tab__preview {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

@media all and (max-width: 767px) {
  .soft_tabs_container_module__content .soft_tabs_container_module__tabs {
    margin-bottom: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .soft_tabs_container_module__content .soft_tabs_container_module__tabs {
    margin-bottom: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .soft_tabs_container_module__content .soft_tabs_container_module__tabs {
    margin-bottom: 2.52rem; } }

@media (min-width: 1200px) {
  .soft_tabs_container_module__content .soft_tabs_container_module__tabs {
    margin-bottom: 2.8rem; } }

@media (min-width: 1681px) {
  .soft_tabs_container_module__content .soft_tabs_container_module__tabs {
    margin-bottom: 2.8rem; } }

.soft_tabs_container_module__tab_content {
  border-left: 0.1rem solid black;
  margin-left: -.1rem; }
  @media all and (max-width: 767px) {
    .soft_tabs_container_module__tab_content [class*='module__content'] {
      padding-bottom: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .soft_tabs_container_module__tab_content [class*='module__content'] {
      padding-bottom: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .soft_tabs_container_module__tab_content [class*='module__content'] {
      padding-bottom: 2.52rem; } }
  @media (min-width: 1200px) {
    .soft_tabs_container_module__tab_content [class*='module__content'] {
      padding-bottom: 2.8rem; } }
  @media (min-width: 1681px) {
    .soft_tabs_container_module__tab_content [class*='module__content'] {
      padding-bottom: 2.8rem; } }

.soft_tabs_container_module__tab {
  display: inline-block; }
  .soft_tabs_container_module__tab a {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    background-color: black;
    color: white;
    display: inline-block;
    padding: .2em;
    padding-top: .1em;
    padding-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default; }
  @media all and (max-width: 767px) {
      .soft_tabs_container_module__tab a {
        font-size: 1.68rem;
        line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .soft_tabs_container_module__tab a {
        font-size: 1.96rem;
        line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .soft_tabs_container_module__tab a {
        font-size: 2.52rem;
        line-height: 3.24rem; } }
  @media (min-width: 1200px) {
      .soft_tabs_container_module__tab a {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  @media (min-width: 1681px) {
      .soft_tabs_container_module__tab a {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  [data-past] .soft_tabs_container_module__tab a {
      color: #afafaf; }
  .soft_tabs_container_module__tab__inactive a {
  background: none;
  color: black;
  cursor: pointer; }
  [data-past] .soft_tabs_container_module__tab__inactive a {
    color: black; }
  .soft_tabs_container_module__tab__inactive a:hover {
    background-color: black;
    color: white; }
  [data-past] .soft_tabs_container_module__tab__inactive a:hover {
      color: #afafaf; }

.soft_tabs_container_module__tabs {
  letter-spacing: 0.02em;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media all and (max-width: 767px) {
    .soft_tabs_container_module__tabs {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .soft_tabs_container_module__tabs {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .soft_tabs_container_module__tabs {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .soft_tabs_container_module__tabs {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .soft_tabs_container_module__tabs {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .soft_tabs_container_module__tabs > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .soft_tabs_container_module__tabs {
      padding-left: calc(1.6rem - .2em);
      padding-right: calc(1.6rem - .2em); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .soft_tabs_container_module__tabs {
      padding-left: calc(2.24rem - .2em);
      padding-right: calc(2.24rem - .2em); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .soft_tabs_container_module__tabs {
      padding-left: calc(2.52rem - .2em);
      padding-right: calc(2.52rem - .2em); } }
  @media (min-width: 1200px) {
    .soft_tabs_container_module__tabs {
      padding-left: calc(2.8rem - .2em);
      padding-right: calc(2.8rem - .2em); } }
  @media (min-width: 1681px) {
    .soft_tabs_container_module__tabs {
      padding-left: calc(2.8rem - .2em);
      padding-right: calc(2.8rem - .2em); } }
  .soft_tabs_container_module__tabs .soft_tabs_container_module__tab:not(:last-child) {
    margin-right: .5em; }

.spreadsheet_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: #e6ffff; }
  @media all and (max-width: 767px) {
    .spreadsheet_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .spreadsheet_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .spreadsheet_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .spreadsheet_module__content[class*='module__content'] {
    padding-left: 0;
    padding-right: 0; }
  @media all and (max-width: 767px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: -0.8rem;
        margin-right: -0.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: -1.12rem;
        margin-right: -1.12rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: -1.26rem;
        margin-right: -1.26rem; } }
  @media (min-width: 1200px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: -1.4rem;
        margin-right: -1.4rem; } }
  @media (min-width: 1681px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: -1.4rem;
        margin-right: -1.4rem; } }
  @media all and (max-width: 767px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .spreadsheet_module__content[class*='module__content'] {
        margin-left: 0;
        margin-right: 0; } }
  @media all and (max-width: 767px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 2.4rem;
        padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 3.36rem;
        padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 3.78rem;
        padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 4.2rem;
        padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 4.2rem;
        padding-right: 4.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 2.24rem;
        padding-right: 2.24rem; } }
  @media all and (max-width: 767px) {
      .spreadsheet_module__content[class*='module__content'] .spreadsheet_module__container {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
  .spreadsheet_module__search,
.spreadsheet_module__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media all and (max-width: 767px) {
    .spreadsheet_module__search,
    .spreadsheet_module__cards {
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet_module__search,
    .spreadsheet_module__cards {
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet_module__search,
    .spreadsheet_module__cards {
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .spreadsheet_module__search,
    .spreadsheet_module__cards {
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .spreadsheet_module__search,
    .spreadsheet_module__cards {
      grid-column-gap: 5.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .spreadsheet_module__search {
    display: block; } }
  @media all and (max-width: 767px) {
  .spreadsheet_module__search {
    display: block; } }
  .spreadsheet_module__search__input {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  grid-column: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 0;
  border: 0;
  outline: none;
  margin: 0;
  margin-bottom: 1em;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%; }
  @media all and (max-width: 767px) {
    .spreadsheet_module__search__input {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet_module__search__input {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet_module__search__input {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .spreadsheet_module__search__input {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .spreadsheet_module__search__input {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .spreadsheet_module__search__input::-webkit-input-placeholder {
  color: #c8c8c8; }
  .spreadsheet_module__search__input::-moz-placeholder {
  color: #c8c8c8; }
  .spreadsheet_module__search__input:-ms-input-placeholder {
  color: #c8c8c8; }
  .spreadsheet_module__search__input::-ms-input-placeholder {
  color: #c8c8c8; }
  .spreadsheet_module__search__input::placeholder {
  color: #c8c8c8; }



body:not(.is_edit_mode) .structure_header_module__content {
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media all and (max-width: 767px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      padding-bottom: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      padding-bottom: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      padding-bottom: 2.52rem; } }
  @media (min-width: 1200px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      padding-bottom: 2.8rem; } }
  @media (min-width: 1681px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      padding-bottom: 2.8rem; } }
  @media (min-width: 1200px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      /* l */
      width: 75%; } }
  @media (min-width: 1681px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      /* xl */
      width: 75%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      /* m */
      width: 66.66667%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      /* s */
      width: 66.66667%; } }
  @media all and (max-width: 767px) {
    body:not(.is_edit_mode) .structure_header_module__content {
      /* xs */
      width: 75%; } }


.structure_header_module__header {
  text-align: right; }

.structure_header_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  text-transform: lowercase;
  font-size: 18vmax;
  line-height: 1;
  letter-spacing: -.05em;
  position: relative;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear; }
  .structure_header_module__title .structure_header_module__char {
    display: inline-block;
    position: relative; }
  .structure_header_module__title .structure_header_module__char:after {
      content: attr(data-char);
      font-family: 'Plato Text', sans-serif;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .structure_header_module__title .structure_header_module__char__is_hidden {
    display: none; }
  [data-identity="1.5"] .structure_header_module__title {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .structure_header_module__title .structure_header_module__char:after {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }


.structure_module__body {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  position: relative;
  text-align: right; }
  @media all and (max-width: 767px) {
    .structure_module__body {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structure_module__body {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structure_module__body {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .structure_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .structure_module__body {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media all and (max-width: 767px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 5.04rem; } }

@media (min-width: 1200px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 5.6rem; } }

@media (min-width: 1681px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 5.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 1.26rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 1.12rem; } }

@media all and (max-width: 767px) {
  .structure_module__content[data-structure="materialova-knihovna"] {
    margin-top: 0.98rem; } }

.structure_module__event_pages {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .structure_module__event_pages > li {
    margin: 0;
    padding: 0; }
  .structure_module__event_pages .event_page__thumbnail {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: black; }
  @media all and (max-width: 767px) {
      .structure_module__event_pages .event_page__thumbnail {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .structure_module__event_pages .event_page__thumbnail {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .structure_module__event_pages .event_page__thumbnail {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .structure_module__event_pages .event_page__thumbnail {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .structure_module__event_pages .event_page__thumbnail {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .structure_module__event_pages .event_page__thumbnail a {
      color: black;
      text-decoration: none;
      margin: 0;
      padding: 0;
      border: 0; }
  .structure_module__event_pages .event_page__thumbnail__heading {
    display: inline; }
  .structure_module__event_pages .event_page__thumbnail__date_time,
  .structure_module__event_pages .event_page__thumbnail__event_type {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
      .structure_module__event_pages .event_page__thumbnail__date_time,
      .structure_module__event_pages .event_page__thumbnail__event_type {
        font-size: 1.4rem;
        line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .structure_module__event_pages .event_page__thumbnail__date_time,
      .structure_module__event_pages .event_page__thumbnail__event_type {
        font-size: 1.6rem;
        line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .structure_module__event_pages .event_page__thumbnail__date_time,
      .structure_module__event_pages .event_page__thumbnail__event_type {
        font-size: 1.8rem;
        line-height: 2.52rem; } }
  @media (min-width: 1200px) {
      .structure_module__event_pages .event_page__thumbnail__date_time,
      .structure_module__event_pages .event_page__thumbnail__event_type {
        font-size: 2rem;
        line-height: 2.8rem; } }
  @media (min-width: 1681px) {
      .structure_module__event_pages .event_page__thumbnail__date_time,
      .structure_module__event_pages .event_page__thumbnail__event_type {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .structure_module__event_pages .event_page__thumbnail__date_time .current_year .month.m + .sep,
  .structure_module__event_pages .event_page__thumbnail__date_time .current_year .year.Y {
    display: none; }
  .structure_module__event_pages .event_page__thumbnail__date_time .date_range:not(.current_year) .current_year .month.m + .sep,
  .structure_module__event_pages .event_page__thumbnail__date_time .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
  .structure_module__event_pages .event_page__thumbnail__event_type,
  .structure_module__event_pages .event_page__thumbnail__title {
    display: inline; }
  .structure_module__event_pages .event_page__thumbnail__description {
    display: none; }


.structure_module__section {
  text-align: right; }

.structure_module__title {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 18vw;
  line-height: 1em;
  letter-spacing: -.05em;
  display: inline-block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 768px) and (max-width: 991px) {
    .structure_module__title {
      font-size: 16vw; } }
  @media all and (max-width: 767px) {
    .structure_module__title {
      font-size: 21vw; } }
  .structure_module__title span {
    position: relative;
    display: inline-block; }
  .structure_module__title span:after {
      content: attr(data-char);
      font-family: 'Plato Text', sans-serif;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

.structure_module__waqi {
  margin: 0;
  padding: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  position: relative;
  text-align: right; }
  .structure_module__waqi:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .structure_module__waqi {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structure_module__waqi {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structure_module__waqi {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .structure_module__waqi {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .structure_module__waqi {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-aqi-level="1"] .structure_module__aqi,
[data-aqi-level="2"] .structure_module__aqi {
  color: lime; }
  [data-aqi-level="3"] .structure_module__aqi,
[data-aqi-level="4"] .structure_module__aqi {
  color: #ff6400; }
  [data-aqi-level="5"] .structure_module__aqi,
[data-aqi-level="6"] .structure_module__aqi,
[data-aqi-level="7"] .structure_module__aqi {
  color: #fa0000; }
  .structure_module__waqi__credit {
  letter-spacing: 0.025em;
  color: #afafaf; }
  @media all and (max-width: 767px) {
    .structure_module__waqi__credit {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structure_module__waqi__credit {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structure_module__waqi__credit {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .structure_module__waqi__credit {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .structure_module__waqi__credit {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .structure_module__waqi__credit .day.a,
  .structure_module__waqi__credit .day.a + .sep {
    display: none; }
  .structure_module__waqi__credit .whole_hour.cs .hours + .sep,
  .structure_module__waqi__credit .whole_hour.cs .minutes.M,
  .structure_module__waqi__credit .whole_hour.cs .minutes + .sep {
    display: none; }
  .structure_module__waqi__credit .whole_hour.en .hours + .sep,
  .structure_module__waqi__credit .whole_hour.en .minutes.M {
    display: none; }
  .structure_module__waqi__credit .current_year .month.m + .sep,
  .structure_module__waqi__credit .current_year .year.Y {
    display: none; }
  .structure_module__waqi__credit .date_range:not(.current_year) .current_year .month.m + .sep,
  .structure_module__waqi__credit .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }


.structures_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .structures_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structures_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .structures_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .structures_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }


.structures_module__pages {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: relative; }
  .structures_module__pages > li {
    margin: 0;
    padding: 0; }
  @media all and (max-width: 767px) {
    .structures_module__pages {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__pages {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structures_module__pages {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .structures_module__pages {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .structures_module__pages {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  .structures_module__pages:first-child:after {
    content: " ";
    display: block;
    background-color: #fffa00;
    position: absolute;
    width: 100%; }
  @media all and (max-width: 767px) {
      .structures_module__pages:first-child:after {
        bottom: -3.2rem;
        height: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .structures_module__pages:first-child:after {
        bottom: -4.48rem;
        height: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .structures_module__pages:first-child:after {
        bottom: -5.04rem;
        height: 5.04rem; } }
  @media (min-width: 1200px) {
      .structures_module__pages:first-child:after {
        bottom: -5.6rem;
        height: 5.6rem; } }
  @media (min-width: 1681px) {
      .structures_module__pages:first-child:after {
        bottom: -5.6rem;
        height: 5.6rem; } }
  .structures_module__pages:last-child:after {
    content: " ";
    display: block;
    background-color: #ff00c8;
    position: absolute;
    top: 0;
    height: 100%; }
  @media all and (max-width: 767px) {
      .structures_module__pages:last-child:after {
        right: -1.6rem;
        width: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .structures_module__pages:last-child:after {
        right: -2.24rem;
        width: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .structures_module__pages:last-child:after {
        right: -2.52rem;
        width: 5.04rem; } }
  @media (min-width: 1200px) {
      .structures_module__pages:last-child:after {
        right: -2.8rem;
        width: 5.6rem; } }
  @media (min-width: 1681px) {
      .structures_module__pages:last-child:after {
        right: -2.8rem;
        width: 5.6rem; } }
  @media all and (max-width: 767px) {
    .structures_module__pages:first-child:after {
      background-color: #ff00c8;
      top: 0;
      right: -1.6rem;
      width: 3.2rem;
      height: 100%; }
    .structures_module__pages:last-child:after {
      background-color: #fffa00;
      top: auto;
      top: initial;
      left: 0;
      bottom: -3.2rem;
      height: 3.2rem;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__pages:first-child:after {
      background-color: #ff00c8;
      top: 0;
      right: -2.24rem;
      width: 4.48rem;
      height: 100%; }
    .structures_module__pages:last-child:after {
      background-color: #fffa00;
      top: auto;
      top: initial;
      left: 0;
      bottom: -4.48rem;
      height: 4.48rem;
      width: 100%; } }
  .structures_module__page {
  text-transform: lowercase; }
  .structures_module__page__link {
  color: inherit;
  text-decoration: none; }
  .structures_module__page__link:hover {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }

.structures_module__section {
  letter-spacing: -0.02em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em; }
  @media all and (max-width: 767px) {
    .structures_module__section {
      font-size: 2.88rem;
      line-height: 3.12rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__section {
      font-size: 5.76rem;
      line-height: 6.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structures_module__section {
      font-size: 7.68rem;
      line-height: 8.32rem; } }
  @media (min-width: 1200px) {
    .structures_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media (min-width: 1681px) {
    .structures_module__section {
      font-size: 9.6rem;
      line-height: 10.4rem; } }
  @media all and (max-width: 767px) {
    .structures_module__section {
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__section {
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structures_module__section {
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    .structures_module__section {
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    .structures_module__section {
      grid-column-gap: 5.6rem; } }
  @media all and (max-width: 767px) {
    .structures_module__section {
      grid-template-columns: 1fr; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .structures_module__section {
      grid-template-columns: 1fr; } }


.text_module__content {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal; }
  .text_module__content p {
    margin: 0;
    padding: 0; }
  .text_module__content p:not(:last-child) {
      margin-bottom: 1em; }
  .text_module__content em, .text_module__content i {
    font-style: normal; }
  .text_module__content strong, .text_module__content b {
    font-weight: normal; }
  .text_module__content small {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
      .text_module__content small {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .text_module__content small {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .text_module__content small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .text_module__content small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .text_module__content small {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .text_module__content a {
    color: black;
    text-decoration: none; }
  .text_module__content ul:not(:last-child), .text_module__content li:not(:last-child) {
    margin-bottom: 1em; }
  .text_module__content hr {
    margin: 0;
    margin-bottom: .25em;
    padding: 0;
    border: 0;
    border-top: .1rem solid; }
  .text_module__content sup {
    line-height: 0; }
  .text_module__content .footnotes {
    margin-top: 2em; }
  .text_module__content .footnotes ol {
    letter-spacing: 0.025em;
    margin: 0; }
  @media all and (max-width: 767px) {
      .text_module__content .footnotes ol {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .text_module__content .footnotes ol {
        font-size: 1.12rem;
        line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .text_module__content .footnotes ol {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1200px) {
      .text_module__content .footnotes ol {
        font-size: 1.4rem;
        line-height: 2rem; } }
  @media (min-width: 1681px) {
      .text_module__content .footnotes ol {
        font-size: 1.4rem;
        line-height: 2rem; } }
  [data-identity="1.5"] .text_module__content {
  font-family: 'Plato Regular', sans-serif;
  font-weight: normal; }
  [data-identity="1.5"] .text_module__content em, [data-identity="1.5"] .text_module__content i {
    font-style: italic; }
  [data-identity="1.5"] .text_module__content strong, [data-identity="1.5"] .text_module__content b {
    font-family: 'Plato Medium', sans-serif;
    font-weight: normal; }
  [data-identity="1.5"] .text_module__content small {
    font-family: 'Plato Regular', sans-serif;
    font-weight: normal; }

.text_module__detail_toggle {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
  color: inherit;
  text-transform: lowercase;
  display: inline-block; }
  .text_module__detail_toggle:before {
    content: "("; }
  .text_module__detail_toggle:after {
    content: ")"; }
  .text_module__detail_toggle[aria-expanded="true"] .text_module__detail_toggle__show {
    display: none; }
  .text_module__detail_toggle[aria-expanded="false"] .text_module__detail_toggle__hide {
    display: none; }
  .text_module__detail {
  display: none; }
  .text_module__detail_toggle[aria-expanded="true"] + .text_module__detail {
  display: block;
  margin-top: 1em; }

.text_module__content[data-text-size="default"] {
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .text_module__content[data-text-size="default"] {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .text_module__content[data-text-size="default"] {
      font-size: 2rem;
      line-height: 2.8rem; } }
  .text_module__content[data-text-size="default"] a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  @media all and (max-width: 767px) {
    .text_module__content[data-text-size="default"] {
      letter-spacing: 0.025em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .text_module__content[data-text-size="default"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media all and (max-width: 767px) {
      .text_module__content[data-text-size="default"] a {
        text-decoration: none;
        -webkit-print-color-adjust: exact;
        background-size: 100%;
        background-repeat: repeat-x;
        background-position: 100% 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); } }

.text_module__content[data-text-size="large"] {
  letter-spacing: 0.02em; }
  @media all and (max-width: 767px) {
    .text_module__content[data-text-size="large"] {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text_module__content[data-text-size="large"] {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media (min-width: 1200px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media (min-width: 1681px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .text_module__content[data-text-size="large"] a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(0, black), color-stop(0.1em, black), color-stop(0.1em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em); }
  @media all and (max-width: 767px) {
    .text_module__content[data-text-size="large"] {
      letter-spacing: 0.02em; } }
  @media all and (max-width: 767px) and (max-width: 767px) {
    .text_module__content[data-text-size="large"] {
      font-size: 1.68rem;
      line-height: 2.16rem; } }
  @media all and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .text_module__content[data-text-size="large"] {
      font-size: 1.96rem;
      line-height: 2.52rem; } }
  @media all and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.52rem;
      line-height: 3.24rem; } }
  @media all and (max-width: 767px) and (min-width: 1200px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) and (min-width: 1681px) {
    .text_module__content[data-text-size="large"] {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  @media all and (max-width: 767px) {
      .text_module__content[data-text-size="large"] a {
        text-decoration: none;
        -webkit-print-color-adjust: exact;
        background-size: 100%;
        background-repeat: repeat-x;
        background-position: 100% 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(0, black), color-stop(0.1em, black), color-stop(0.1em, rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em); } }

.text_module__content[data-text-size="small"] {
  letter-spacing: 0.025em; }
  @media all and (max-width: 767px) {
    .text_module__content[data-text-size="small"] {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text_module__content[data-text-size="small"] {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text_module__content[data-text-size="small"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .text_module__content[data-text-size="small"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .text_module__content[data-text-size="small"] {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .text_module__content[data-text-size="small"] a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }

.toolbar_module__content {
  background-color: white; }

.video_module__caption {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin: 0;
  margin-top: 0.5em;
  padding: 0; }
  @media all and (max-width: 767px) {
    .video_module__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .video_module__caption {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .video_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .video_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .video_module__caption {
      font-size: 1.4rem;
      line-height: 2rem; } }

.video_module__video {
  all: unset;
  display: block;
  width: 100%; }

.waqi_module__aqi {
  margin: 0;
  padding: 0;
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  .waqi_module__aqi:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .waqi_module__aqi {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .waqi_module__aqi {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .waqi_module__aqi {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .waqi_module__aqi {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .waqi_module__aqi {
      font-size: 2rem;
      line-height: 2.8rem; } }
  [data-aqi-level="1"] .waqi_module__aqi,
  [data-aqi-level="2"] .waqi_module__aqi {
    color: lime; }
  [data-aqi-level="3"] .waqi_module__aqi,
  [data-aqi-level="4"] .waqi_module__aqi {
    color: #ff6400; }
  [data-aqi-level="5"] .waqi_module__aqi,
  [data-aqi-level="6"] .waqi_module__aqi,
  [data-aqi-level="7"] .waqi_module__aqi {
    color: #fa0000; }

.waqi_module__content {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .waqi_module__content {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .waqi_module__content {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .waqi_module__content {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .waqi_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .waqi_module__content {
      font-size: 2rem;
      line-height: 2.8rem; } }

.waqi_module__footer {
  margin: 0;
  padding: 0;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  color: #afafaf; }
  .waqi_module__footer:not(:last-child) {
    margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .waqi_module__footer {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .waqi_module__footer {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .waqi_module__footer {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .waqi_module__footer {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .waqi_module__footer {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .waqi_module__footer .day.a,
  .waqi_module__footer .day.a + .sep {
    display: none; }
  .waqi_module__footer .whole_hour.cs .hours + .sep,
  .waqi_module__footer .whole_hour.cs .minutes.M,
  .waqi_module__footer .whole_hour.cs .minutes + .sep {
    display: none; }
  .waqi_module__footer .whole_hour.en .hours + .sep,
  .waqi_module__footer .whole_hour.en .minutes.M {
    display: none; }
  .waqi_module__footer .current_year .month.m + .sep,
  .waqi_module__footer .current_year .year.Y {
    display: none; }
  .waqi_module__footer .date_range:not(.current_year) .current_year .month.m + .sep,
  .waqi_module__footer .date_range:not(.current_year) .current_year .year.Y {
    display: inline;
    display: initial; }
  .waqi_module__footer a {
    text-decoration: none;
    color: #afafaf;
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }


.waqi_module__heading {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 767px) {
    .waqi_module__heading {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .waqi_module__heading {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .waqi_module__heading {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .waqi_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .waqi_module__heading {
      font-size: 2rem;
      line-height: 2.8rem; } }


.spreadsheet__card {
  border-top: .1rem solid;
  padding-top: .25em;
  padding-bottom: 1.25em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.spreadsheet__column {
  max-height: 100vh;
  overflow: auto; }

.spreadsheet__column__main {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1; }

.spreadsheet__column__code {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.spreadsheet__card__heading {
  margin-bottom: 1em; }

.spreadsheet__card__catalog {
  letter-spacing: 0.025em; }

@media all and (max-width: 767px) {
    .spreadsheet__card__catalog {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet__card__catalog {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet__card__catalog {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .spreadsheet__card__catalog {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .spreadsheet__card__catalog {
      font-size: 1.4rem;
      line-height: 2rem; } }

.spreadsheet__card__specs {
  letter-spacing: 0.025em;
  margin-top: 1em; }

@media all and (max-width: 767px) {
    .spreadsheet__card__specs {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet__card__specs {
      font-size: 1.12rem;
      line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet__card__specs {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1200px) {
    .spreadsheet__card__specs {
      font-size: 1.4rem;
      line-height: 2rem; } }

@media (min-width: 1681px) {
    .spreadsheet__card__specs {
      font-size: 1.4rem;
      line-height: 2rem; } }

.spreadsheet__prop {
  margin: 0;
  padding: 0; }

.spreadsheet__languages {
  margin: 0;
  padding: 0;
  list-style: none; }

.spreadsheet__language {
  display: inline; }

.spreadsheet__language:not(:last-child):after {
  content: ", "; }

.spreadsheet__prop__code {
  font-family: 'Plato Outline', sans-serif;
  font-weight: normal; }

@media all and (max-width: 767px) {
    .spreadsheet__prop__code {
      font-size: 3.2rem;
      line-height: 3.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet__prop__code {
      font-size: 3.84rem;
      line-height: 4.32rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet__prop__code {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1200px) {
    .spreadsheet__prop__code {
      font-size: 5.12rem;
      line-height: 5.76rem; } }

@media (min-width: 1681px) {
    .spreadsheet__prop__code {
      font-size: 6.4rem;
      line-height: 7.2rem; } }

.spreadsheet__prop__location {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center; }

@media all and (max-width: 767px) {
    .spreadsheet__prop__location {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet__prop__location {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet__prop__location {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .spreadsheet__prop__location {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .spreadsheet__prop__location {
      font-size: 2rem;
      line-height: 2.8rem; } }

.spreadsheet__card[data-color="orange"] .spreadsheet__prop__location {
  background-color: #ff6400; }

.spreadsheet__card[data-color="green"] .spreadsheet__prop__location {
  background-color: lime; }

.spreadsheet__card[data-color="red"] .spreadsheet__prop__location {
  background-color: #fa0000; }

.spreadsheet__card[data-color="yellow"] .spreadsheet__prop__location {
  background-color: #fffa00; }

.spreadsheet__card[data-color="orange"] mark {
  background-color: #ff6400; }

.spreadsheet__card[data-color="green"] mark {
  background-color: lime; }

.spreadsheet__card[data-color="red"] mark {
  background-color: #fa0000; }

.spreadsheet__card[data-color="yellow"] mark {
  background-color: #fffa00; }

.spreadsheet__prop__title {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em; }

@media all and (max-width: 767px) {
    .spreadsheet__prop__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .spreadsheet__prop__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .spreadsheet__prop__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }

@media (min-width: 1200px) {
    .spreadsheet__prop__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

@media (min-width: 1681px) {
    .spreadsheet__prop__title {
      font-size: 2rem;
      line-height: 2.8rem; } }

.spreadsheet__prop__author {
  margin-top: 1em; }

.spreadsheet__link__next_page {
  height: 0;
  visibility: hidden; }

.spreadsheet__filter__decades,
.spreadsheet__filter__languages,
.spreadsheet__filter__categories {
  color: #afafaf;
  margin: 0;
  padding: 0;
  list-style: none; }

.spreadsheet__filter__decades:not(:last-child),
.spreadsheet__filter__languages:not(:last-child),
.spreadsheet__filter__categories:not(:last-child) {
  margin-bottom: 1em; }

.spreadsheet__filter__decade,
.spreadsheet__filter__language,
.spreadsheet__filter__category {
  display: inline; }

.spreadsheet__filter__decade:not(:last-child):after,
.spreadsheet__filter__language:not(:last-child):after,
.spreadsheet__filter__category:not(:last-child):after {
  content: ", "; }

@media (min-width: 768px) and (max-width: 991px) {
  .spreadsheet__filter__categories {
    display: none; } }

@media all and (max-width: 767px) {
  .spreadsheet__filter__categories {
    display: none; } }

.spreadsheet__link_to {
  color: inherit;
  text-decoration: none; }

.spreadsheet__link_to__current {
  color: black; }

.spreadsheet__no_results {
  margin: 0;
  padding: 0;
  color: #afafaf;
  text-align: center; }

.turbolinks-progress-bar {
  background-color: #ff00c8; }

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}
.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  -o-transition: left 0s;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

.vjs-plato-video-skin:hover .vjs-big-play-button {
  background: none !important; }

.vjs-plato-video-skin .vjs-big-play-button {
  font-family: 'Plato Basic', sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  height: auto;
  height: initial;
  width: auto;
  width: initial;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

@media all and (max-width: 767px) {
    .vjs-plato-video-skin .vjs-big-play-button {
      font-size: 2.88rem;
      line-height: 3.12rem; } }

@media (min-width: 768px) and (max-width: 991px) {
    .vjs-plato-video-skin .vjs-big-play-button {
      font-size: 5.76rem;
      line-height: 6.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .vjs-plato-video-skin .vjs-big-play-button {
      font-size: 7.68rem;
      line-height: 8.32rem; } }

@media (min-width: 1200px) {
    .vjs-plato-video-skin .vjs-big-play-button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

@media (min-width: 1681px) {
    .vjs-plato-video-skin .vjs-big-play-button {
      font-size: 9.6rem;
      line-height: 10.4rem; } }

.vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal;
    color: white;
    content: "\25B6";
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media all and (max-width: 767px) {
      .vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 5.76rem;
        line-height: 6.24rem; } }

@media (min-width: 768px) and (max-width: 991px) {
      .vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 11.52rem;
        line-height: 12.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
      .vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 15.36rem;
        line-height: 16.64rem; } }

@media (min-width: 1200px) {
      .vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 19.2rem;
        line-height: 20.8rem; } }

@media (min-width: 1681px) {
      .vjs-plato-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
        font-size: 19.2rem;
        line-height: 20.8rem; } }

.vjs-plato-video-skin .vjs-button > .vjs-icon-placeholder:before {
  font-size: inherit;
  line-height: inherit; }

.vjs-plato-video-skin .vjs-control-bar {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  height: 1.25em;
  color: black;
  background: white; }
  @media all and (max-width: 767px) {
    .vjs-plato-video-skin .vjs-control-bar {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vjs-plato-video-skin .vjs-control-bar {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .vjs-plato-video-skin .vjs-control-bar {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .vjs-plato-video-skin .vjs-control-bar {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .vjs-plato-video-skin .vjs-control-bar {
      font-size: 2rem;
      line-height: 2.8rem; } }

.vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
  letter-spacing: 0.04em; }
  @media all and (max-width: 767px) {
    .vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    .vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    .vjs-plato-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      font-size: 2rem;
      line-height: 2.8rem; } }

.vjs-plato-video-skin .vjs-progress-control .vjs-progress-holder {
  background-color: white;
  height: 100%; }
  .vjs-plato-video-skin .vjs-progress-control .vjs-progress-holder .vjs-load-progress div {
    background-color: #fffa00; }
  .vjs-plato-video-skin .vjs-progress-control .vjs-progress-holder .vjs-play-progress {
    background-color: #ff00c8; }
  .vjs-plato-video-skin .vjs-progress-control .vjs-progress-holder .vjs-play-progress:before {
      display: none; }
  .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
.vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  background-color: white;
  border-radius: 0;
  border-radius: initial;
  color: black;
  padding: .1em;
  padding-top: .2em;
  padding-left: .2em;
  padding-right: .15em; }
  @media all and (max-width: 767px) {
    .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
    .vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
    .vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
      font-size: 1.12rem;
      line-height: 1.6rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
    .vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1200px) {
    .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
    .vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (min-width: 1681px) {
    .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip,
    .vjs-plato-video-skin .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .vjs-plato-video-skin .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  background-color: black;
  color: white; }

.vjs-plato-video-skin .vjs-time-control {
  font-size: inherit;
  line-height: inherit; }

.vjs-plato-video-skin .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  height: 100%; }

.vjs-plato-video-skin .vjs-volume-bar.vjs-slider-horizontal {
  height: 100%;
  margin: 0; }

.vjs-plato-video-skin .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.vjs-plato-video-skin .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.vjs-plato-video-skin .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.vjs-plato-video-skin .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.vjs-plato-video-skin .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-plato-video-skin .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  height: 100%; }

.vjs-plato-video-skin .vjs-slider-horizontal .vjs-volume-level {
  height: 100%; }

.vjs-plato-video-skin .vjs-slider-horizontal .vjs-volume-level:before {
    display: none; }

.vjs-plato-video-skin .vjs-volume-level {
  background-color: black; }

.vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
    font-family: 'Plato Text', sans-serif;
    font-weight: normal;
    letter-spacing: 0.025em;
    background-color: white;
    border-radius: 0;
    border-radius: initial;
    color: black;
    padding: .1em;
    padding-top: .2em;
    padding-left: .2em;
    padding-right: .15em; }

@media all and (max-width: 767px) {
      .vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
        font-size: 1.12rem;
        line-height: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
      .vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
        font-size: 1.12rem;
        line-height: 1.6rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
      .vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
        font-size: 1.4rem;
        line-height: 2rem; } }

@media (min-width: 1200px) {
      .vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
        font-size: 1.4rem;
        line-height: 2rem; } }

@media (min-width: 1681px) {
      .vjs-plato-video-skin .vjs-volume-level .vjs-control-text {
        font-size: 1.4rem;
        line-height: 2rem; } }

.off-screen {
  height: 1px;
  left: -10000px !important;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.bricks {
  --animation-transition-step: .02s;
  --animation-duration-in: .2s;
  --animation-duration-out: .1s; }

@-webkit-keyframes brick-appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes brick-appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes brick-disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes brick-disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

[data-anim="in"] .bricks rect {
  --animation-transition-step: .02s;
  -webkit-animation-name: brick-appear;
          animation-name: brick-appear;
  -webkit-animation-duration: var(--animation-duration-in);
          animation-duration: var(--animation-duration-in);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  opacity: 0; }

[data-anim="out"] .bricks rect {
  --animation-transition-step: .01s;
  -webkit-animation-name: brick-disappear;
          animation-name: brick-disappear;
  -webkit-animation-duration: var(--animation-duration-out);
          animation-duration: var(--animation-duration-out);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  opacity: 1; }

.bricks rect:nth-child(1) {
  -webkit-animation-delay: calc(0 * var(--animation-transition-step));
          animation-delay: calc(0 * var(--animation-transition-step)); }

.bricks rect:nth-child(2) {
  -webkit-animation-delay: calc(1 * var(--animation-transition-step));
          animation-delay: calc(1 * var(--animation-transition-step)); }

.bricks rect:nth-child(3) {
  -webkit-animation-delay: calc(2 * var(--animation-transition-step));
          animation-delay: calc(2 * var(--animation-transition-step)); }

.bricks rect:nth-child(4) {
  -webkit-animation-delay: calc(3 * var(--animation-transition-step));
          animation-delay: calc(3 * var(--animation-transition-step)); }

.bricks rect:nth-child(5) {
  -webkit-animation-delay: calc(4 * var(--animation-transition-step));
          animation-delay: calc(4 * var(--animation-transition-step)); }

.bricks rect:nth-child(6) {
  -webkit-animation-delay: calc(5 * var(--animation-transition-step));
          animation-delay: calc(5 * var(--animation-transition-step)); }

.bricks rect:nth-child(7) {
  -webkit-animation-delay: calc(6 * var(--animation-transition-step));
          animation-delay: calc(6 * var(--animation-transition-step)); }

.bricks rect:nth-child(8) {
  -webkit-animation-delay: calc(7 * var(--animation-transition-step));
          animation-delay: calc(7 * var(--animation-transition-step)); }

.bricks rect:nth-child(9) {
  -webkit-animation-delay: calc(8 * var(--animation-transition-step));
          animation-delay: calc(8 * var(--animation-transition-step)); }

.bricks rect:nth-child(10) {
  -webkit-animation-delay: calc(9 * var(--animation-transition-step));
          animation-delay: calc(9 * var(--animation-transition-step)); }

.bricks rect:nth-child(11) {
  -webkit-animation-delay: calc(10 * var(--animation-transition-step));
          animation-delay: calc(10 * var(--animation-transition-step)); }

.bricks rect:nth-child(12) {
  -webkit-animation-delay: calc(11 * var(--animation-transition-step));
          animation-delay: calc(11 * var(--animation-transition-step)); }

.bricks rect:nth-child(13) {
  -webkit-animation-delay: calc(12 * var(--animation-transition-step));
          animation-delay: calc(12 * var(--animation-transition-step)); }

.bricks rect:nth-child(14) {
  -webkit-animation-delay: calc(13 * var(--animation-transition-step));
          animation-delay: calc(13 * var(--animation-transition-step)); }

.bricks rect:nth-child(15) {
  -webkit-animation-delay: calc(14 * var(--animation-transition-step));
          animation-delay: calc(14 * var(--animation-transition-step)); }

.bricks rect:nth-child(16) {
  -webkit-animation-delay: calc(15 * var(--animation-transition-step));
          animation-delay: calc(15 * var(--animation-transition-step)); }

.bricks rect:nth-child(17) {
  -webkit-animation-delay: calc(16 * var(--animation-transition-step));
          animation-delay: calc(16 * var(--animation-transition-step)); }

.bricks rect:nth-child(18) {
  -webkit-animation-delay: calc(17 * var(--animation-transition-step));
          animation-delay: calc(17 * var(--animation-transition-step)); }

.bricks rect:nth-child(19) {
  -webkit-animation-delay: calc(18 * var(--animation-transition-step));
          animation-delay: calc(18 * var(--animation-transition-step)); }

.bricks rect:nth-child(20) {
  -webkit-animation-delay: calc(19 * var(--animation-transition-step));
          animation-delay: calc(19 * var(--animation-transition-step)); }

.bricks rect:nth-child(21) {
  -webkit-animation-delay: calc(21 * var(--animation-transition-step));
          animation-delay: calc(21 * var(--animation-transition-step)); }

.bricks rect:nth-child(22) {
  -webkit-animation-delay: calc(22 * var(--animation-transition-step));
          animation-delay: calc(22 * var(--animation-transition-step)); }

.bricks rect:nth-child(23) {
  -webkit-animation-delay: calc(23 * var(--animation-transition-step));
          animation-delay: calc(23 * var(--animation-transition-step)); }

.bricks rect:nth-child(24) {
  -webkit-animation-delay: calc(24 * var(--animation-transition-step));
          animation-delay: calc(24 * var(--animation-transition-step)); }

.bricks rect:nth-child(25) {
  -webkit-animation-delay: calc(25 * var(--animation-transition-step));
          animation-delay: calc(25 * var(--animation-transition-step)); }

.bricks rect:nth-child(26) {
  -webkit-animation-delay: calc(26 * var(--animation-transition-step));
          animation-delay: calc(26 * var(--animation-transition-step)); }

.bricks rect:nth-child(27) {
  -webkit-animation-delay: calc(27 * var(--animation-transition-step));
          animation-delay: calc(27 * var(--animation-transition-step)); }

.bricks rect:nth-child(28) {
  -webkit-animation-delay: calc(28 * var(--animation-transition-step));
          animation-delay: calc(28 * var(--animation-transition-step)); }

.bricks rect:nth-child(29) {
  -webkit-animation-delay: calc(29 * var(--animation-transition-step));
          animation-delay: calc(29 * var(--animation-transition-step)); }

.bricks rect:nth-child(30) {
  -webkit-animation-delay: calc(30 * var(--animation-transition-step));
          animation-delay: calc(30 * var(--animation-transition-step)); }

@charset "UTF-8";
@font-face {
  font-family: "Plato Basic";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_15012020.eot?sha=4ff773d717192af2");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_15012020.eot?sha=4ff773d717192af2") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZjIiXV0/plato_basic_15012020.woff2?sha=eeba2dd402ccba03") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZiJdXQ/plato_basic_15012020.woff?sha=5388eb038091f399") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwidHRmIl0sWyJwIiwidHRmX2F1dG9oaW50Il1d/plato_basic_15012020.ttf?sha=fef96d52e67ea31d") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMTUwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwic3ZnIl1d/plato_basic_15012020.svg?sha=128573b3e1cacba5") format("svg"); }
.plato_basic {
  font-family: "Plato Basic"; }
@font-face {
  font-family: "Plato Outline";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_10112020.eot?sha=51291150262464a2");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_10112020.eot?sha=51291150262464a2") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_outline_10112020.woff2?sha=976afba460a81578") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_outline_10112020.woff?sha=e449dd0e6cfb7f6a") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_outline_10112020.ttf?sha=b389d3c0d81f5fca") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8xMDExMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_outline_10112020.svg?sha=491b7521550bf987") format("svg"); }
.plato_outline {
  font-family: "Plato Outline"; }
@font-face {
  font-family: "Plato Text";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_15012020.eot?sha=5f4aae089146b01b");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_15012020.eot?sha=5f4aae089146b01b") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_text_15012020.woff2?sha=cd76d75dea1ad9a6") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_text_15012020.woff?sha=9f24d1141d247a9b") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_text_15012020.ttf?sha=e945e5ea84313f9f") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8xNTAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_text_15012020.svg?sha=e478ced930719b11") format("svg"); }
.plato_text {
  font-family: "Plato Text"; }
@font-face {
  font-family: "Plato Regular";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/2024-11-26-PlatoSans-Regular.eot?sha=bd7341cde77b07a6");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/2024-11-26-PlatoSans-Regular.eot?sha=bd7341cde77b07a6") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/2024-11-26-PlatoSans-Regular.woff2?sha=155e6228472ac444") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/2024-11-26-PlatoSans-Regular.woff?sha=729fc1e2dc8a55b3") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/2024-11-26-PlatoSans-Regular.ttf?sha=a2de65b6d03e8d3f") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhci5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/2024-11-26-PlatoSans-Regular.svg?sha=725ce1c580e2ed6d") format("svg"); }
.plato_regular {
  font-family: "Plato Regular"; }
@font-face {
  font-family: "Plato Regular";
  font-style: italic;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/2024-11-26-PlatoSans-RegularItalic.eot?sha=323907036163bc21");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/2024-11-26-PlatoSans-RegularItalic.eot?sha=323907036163bc21") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/2024-11-26-PlatoSans-RegularItalic.woff2?sha=ddf3f3e591d7faaf") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/2024-11-26-PlatoSans-RegularItalic.woff?sha=d177d61a7ac0d4d8") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/2024-11-26-PlatoSans-RegularItalic.ttf?sha=c61ab53277d39d83") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtUmVndWxhckl0YWxpYy5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/2024-11-26-PlatoSans-RegularItalic.svg?sha=7a0db75c7844f358") format("svg"); }
.plato_regular_italic {
  font-family: "Plato Regular"; }
@font-face {
  font-family: "Plato Medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsImVvdCJdXQ/2024-11-26-PlatoSans-Medium.eot?sha=797fba7cda294720");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsImVvdCJdXQ/2024-11-26-PlatoSans-Medium.eot?sha=797fba7cda294720") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsIndvZmYyIl1d/2024-11-26-PlatoSans-Medium.woff2?sha=ef244c9b1e6bba05") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsIndvZmYiXV0/2024-11-26-PlatoSans-Medium.woff?sha=63e7f538d713ed42") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsInR0ZiJdLFsicCIsInR0Zl9hdXRvaGludCJdXQ/2024-11-26-PlatoSans-Medium.ttf?sha=bdc35a46f6e39b40") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvMjAyNC0xMS0yNi1QbGF0b1NhbnMtTWVkaXVtLm90ZiJdLFsicCIsIm5vcm1hbGl6ZV9uYW1lcyJdLFsicCIsImVuY29kZSIsInN2ZyJdXQ/2024-11-26-PlatoSans-Medium.svg?sha=9afd2c043f54d2f1") format("svg"); }
.plato_medium {
  font-family: "Plato Medium"; }
@font-face {
  font-family: "Plato Basic";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_02012020.eot?sha=7939bf0b1d3447cb");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_02012020.eot?sha=7939bf0b1d3447cb") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZjIiXV0/plato_basic_02012020.woff2?sha=d3b94ce4a835dfac") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZiJdXQ/plato_basic_02012020.woff?sha=c539c095639d80de") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwidHRmIl0sWyJwIiwidHRmX2F1dG9oaW50Il1d/plato_basic_02012020.ttf?sha=59d28b49920a9b4a") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMDIwMTIwMjAub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwic3ZnIl1d/plato_basic_02012020.svg?sha=53bbb4f19ec2669e") format("svg"); }
@font-face {
  font-family: "Plato Outline";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_02012020.eot?sha=cae963fc2bc75244");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_02012020.eot?sha=cae963fc2bc75244") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_outline_02012020.woff2?sha=41b995fce782ed9f") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_outline_02012020.woff?sha=8a2a8da85b79b108") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_outline_02012020.ttf?sha=4fcbb9b33f71a467") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_outline_02012020.svg?sha=35ab03568e620531") format("svg"); }
@font-face {
  font-family: "Plato Text";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_02012020.eot?sha=f4205aa923a1518e");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_02012020.eot?sha=f4205aa923a1518e") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_text_02012020.woff2?sha=124716db416a88d1") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_text_02012020.woff?sha=f720e3582a5b83c1") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_text_02012020.ttf?sha=8df3b3b884e29432") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8wMjAxMjAyMC5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_text_02012020.svg?sha=58e50a9372fe1ff7") format("svg"); }
@font-face {
  font-family: "Plato Basic Compat";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_25042019.eot?sha=ccab7179001c224a");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwiZW90Il1d/plato_basic_25042019.eot?sha=ccab7179001c224a") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZjIiXV0/plato_basic_25042019.woff2?sha=1e169b0fb2a7a62b") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwid29mZiJdXQ/plato_basic_25042019.woff?sha=a0df40723db3204c") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwidHRmIl0sWyJwIiwidHRmX2F1dG9oaW50Il1d/plato_basic_25042019.ttf?sha=c8449cae110203e0") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fYmFzaWNfMjUwNDIwMTkub3RmIl0sWyJwIiwibm9ybWFsaXplX25hbWVzIl0sWyJwIiwiZW5jb2RlIiwic3ZnIl1d/plato_basic_25042019.svg?sha=a0fe89de7ef9cd9f") format("svg"); }
@font-face {
  font-family: "Plato Outline Compat";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_25042019.eot?sha=167a36ef9bb3bc60");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_outline_25042019.eot?sha=167a36ef9bb3bc60") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_outline_25042019.woff2?sha=a05e0710faa4c267") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_outline_25042019.woff?sha=837d7c9c213853e9") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_outline_25042019.ttf?sha=1dfcde22e2fec97f") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fb3V0bGluZV8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_outline_25042019.svg?sha=6e00bdfbcc8ce690") format("svg"); }
@font-face {
  font-family: "Plato Text Compat";
  font-style: normal;
  font-weight: normal;
  src: url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_25042019.eot?sha=a98b3a79687f08e9");
  src: local("☺"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJlb3QiXV0/plato_text_25042019.eot?sha=a98b3a79687f08e9") format("embedded-opentype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmMiJdXQ/plato_text_25042019.woff2?sha=a1e3ff56fb7ede74") format("woff2"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ3b2ZmIl1d/plato_text_25042019.woff?sha=44a1549ed0af8982") format("woff"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJ0dGYiXSxbInAiLCJ0dGZfYXV0b2hpbnQiXV0/plato_text_25042019.ttf?sha=e08a5e4f019fe2ab") format("truetype"), url("https://d1ogwtdcuwdlfz.cloudfront.net/media/assets/W1siZiIsInZlbmRvci9hc3NldHMvZm9udHMvcGxhdG9fdGV4dF8yNTA0MjAxOS5vdGYiXSxbInAiLCJub3JtYWxpemVfbmFtZXMiXSxbInAiLCJlbmNvZGUiLCJzdmciXV0/plato_text_25042019.svg?sha=2a6186e1f9b685f1") format("svg"); }

.lang_switch__locale {
  text-transform: uppercase; }
  .lang_switch__locale:not(:last-child):after {
    content: '/'; }

body[data-aqi-level] .modulor_page__is_master[data-permalink="Footer"] {
  position: relative; }
  body[data-aqi-level] .modulor_page__is_master[data-permalink="Footer"]:after, body[data-aqi-level] .modulor_page__is_master[data-permalink="Footer"]:before {
    content: " ";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 4;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
  body[data-aqi-level] .modulor_page__is_master[data-permalink="Footer"]:after {
    background-color: black; }
  body[data-aqi-level] .modulor_page__is_master[data-permalink="Footer"]:before {
    background-color: white;
    mix-blend-mode: saturation; }
  body[data-aqi-level="3"] .modulor_page__is_master[data-permalink="Footer"]:after,
body[data-aqi-level="3"] .modulor_page__is_master[data-permalink="Footer"]:before {
  display: block; }
  body[data-aqi-level="3"] .modulor_page__is_master[data-permalink="Footer"]:after {
  opacity: 0.1; }
  body[data-aqi-level="3"] .modulor_page__is_master[data-permalink="Footer"]:before {
  opacity: 0.2; }
  body[data-aqi-level="4"] .modulor_page__is_master[data-permalink="Footer"]:after,
body[data-aqi-level="4"] .modulor_page__is_master[data-permalink="Footer"]:before {
  display: block; }
  body[data-aqi-level="4"] .modulor_page__is_master[data-permalink="Footer"]:after {
  opacity: 0.2; }
  body[data-aqi-level="4"] .modulor_page__is_master[data-permalink="Footer"]:before {
  opacity: 0.4; }
  body[data-aqi-level="5"] .modulor_page__is_master[data-permalink="Footer"]:after,
body[data-aqi-level="5"] .modulor_page__is_master[data-permalink="Footer"]:before {
  display: block; }
  body[data-aqi-level="5"] .modulor_page__is_master[data-permalink="Footer"]:after {
  opacity: 0.3; }
  body[data-aqi-level="5"] .modulor_page__is_master[data-permalink="Footer"]:before {
  opacity: 0.6; }
  body[data-aqi-level="6"] .modulor_page__is_master[data-permalink="Footer"]:after,
body[data-aqi-level="6"] .modulor_page__is_master[data-permalink="Footer"]:before {
  display: block; }
  body[data-aqi-level="6"] .modulor_page__is_master[data-permalink="Footer"]:after {
  opacity: 0.4; }
  body[data-aqi-level="6"] .modulor_page__is_master[data-permalink="Footer"]:before {
  opacity: 0.8; }
  body[data-aqi-level="7"] .modulor_page__is_master[data-permalink="Footer"]:after,
body[data-aqi-level="7"] .modulor_page__is_master[data-permalink="Footer"]:before {
  display: block; }
  body[data-aqi-level="7"] .modulor_page__is_master[data-permalink="Footer"]:after {
  opacity: 0.5; }
  body[data-aqi-level="7"] .modulor_page__is_master[data-permalink="Footer"]:before {
  opacity: 1; }

body {
  background-color: #ffffff;
  margin: 0;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "kern" on, "kern", "kern", "kern";
          font-feature-settings: "kern" on, "kern", "kern", "kern";
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
  body .modulor_page__is_master[data-permalink="Footer"] > .modulor_web_modules {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh; }
  body .modulor_page__is_master[data-permalink="Footer"] > .modulor_web_modules > .yield_module__content {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  @media all and (max-width: 767px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 0.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 1.12rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 1.26rem; } }
  @media (min-width: 1200px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 1.4rem; } }
  @media (min-width: 1681px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 1.4rem; } }
  @media all and (max-width: 767px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .modulor_page__is_master[data-permalink^="Norma"],
    body .modulor_page__is_master[data-permalink="Octopus-Press"],
    body .modulor_page__is_master[data-permalink="Site"] {
      padding: 0; } }
  @media all and (max-width: 767px) {
    body > .modulor_page {
      width: 100%;
      overflow-x: hidden; } }

@media all and (max-width: 767px) {
  .modulor_web_module {
    margin-bottom: 3.92rem; }
    .modulor_web_module:not(.modulor_web_module__is_edit_mode) {
      margin-bottom: 0.72rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modulor_web_module {
    margin-bottom: 4.48rem; }
    .modulor_web_module:not(.modulor_web_module__is_edit_mode) {
      margin-bottom: 0rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .modulor_web_module {
    margin-bottom: 5.04rem; }
    .modulor_web_module:not(.modulor_web_module__is_edit_mode) {
      margin-bottom: 0rem; } }

@media (min-width: 1200px) {
  .modulor_web_module {
    margin-bottom: 5.6rem; }
    .modulor_web_module:not(.modulor_web_module__is_edit_mode) {
      margin-bottom: 0rem; } }

@media (min-width: 1681px) {
  .modulor_web_module {
    margin-bottom: 5.6rem; }
    .modulor_web_module:not(.modulor_web_module__is_edit_mode) {
      margin-bottom: 0rem; } }

@media all and (max-width: 767px) {
  .modulor_web_module__add {
    margin-bottom: 3.92rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modulor_web_module__add {
    margin-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .modulor_web_module__add {
    margin-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  .modulor_web_module__add {
    margin-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  .modulor_web_module__add {
    margin-bottom: 5.6rem; } }

.analytics_module:not(.modulor_web_module__is_edit_mode),
.column_module:not(.modulor_web_module__is_edit_mode),
.expandable_section_module:not(.modulor_web_module__is_edit_mode),
.flash_module:not(.modulor_web_module__is_edit_mode),
.footer_module:not(.modulor_web_module__is_edit_mode),
.menu_module:not(.modulor_web_module__is_edit_mode),
.toolbar_module:not(.modulor_web_module__is_edit_mode),
.yield_module:not(.modulor_web_module__is_edit_mode) {
  margin-bottom: 0; }

@media all and (max-width: 767px) {
  [class*='module__content'],
  [class*='module__form'] {
    padding: 1.6rem;
    padding-bottom: 3.2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  [class*='module__content'],
  [class*='module__form'] {
    padding: 2.24rem;
    padding-bottom: 4.48rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  [class*='module__content'],
  [class*='module__form'] {
    padding: 2.52rem;
    padding-bottom: 5.04rem; } }

@media (min-width: 1200px) {
  [class*='module__content'],
  [class*='module__form'] {
    padding: 2.8rem;
    padding-bottom: 5.6rem; } }

@media (min-width: 1681px) {
  [class*='module__content'],
  [class*='module__form'] {
    padding: 2.8rem;
    padding-bottom: 5.6rem; } }

div:not(.modulor_web_module__is_edit_mode) .analytics_module, div:not(.modulor_web_module__is_edit_mode)
.column_module, div:not(.modulor_web_module__is_edit_mode)
.expandable_section_module, div:not(.modulor_web_module__is_edit_mode)
.menu_module, div:not(.modulor_web_module__is_edit_mode)
.soft_tabs_container_module, div:not(.modulor_web_module__is_edit_mode)
.yield_module {
  padding: 0; }

div:not(.modulor_web_module__is_edit_mode) .flash_module {
  padding-top: 0;
  padding-bottom: 0; }

@media all and (max-width: 767px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 2.4rem;
    padding-right: 2.4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 3.36rem;
    padding-right: 3.36rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 3.78rem;
    padding-right: 3.78rem; } }

@media (min-width: 1200px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 4.2rem;
    padding-right: 4.2rem; } }

@media (min-width: 1681px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 4.2rem;
    padding-right: 4.2rem; } }

@media all and (max-width: 767px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  div:not(.modulor_web_module__is_edit_mode) .footer_module {
    padding-left: 2.24rem;
    padding-right: 2.24rem; } }

body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: lime; }
  @media all and (max-width: 767px) {
    body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 3.92rem;
      margin-bottom: -3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 4.48rem;
      margin-bottom: -4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.04rem;
      margin-bottom: -5.04rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="community_page"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }

body[data-page-type="community_page"] .event_list_module__content {
  background: none; }

body[data-page-type="community_page"] .soft_tabs_container_module__tab a {
  color: lime; }

body[data-page-type="community_page"] .soft_tabs_container_module__tab__inactive a {
  color: black; }

body[data-page-type="community_page"] .soft_tabs_container_module__tab__inactive a:hover {
    color: lime; }

body[data-page-type="exhibition_group_page"][data-past] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-page-type="exhibition_group_page"] .exhibition_list_module__content .exhibition_page__thumbnail__exhibition_group {
  display: none; }

body[data-page-type="exhibition_page"][data-past] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }


body[data-page-type="news_page"] .exhibition_group_list_module__content {
  color: #ff00c8; }
  body[data-page-type="news_page"] .exhibition_group_list_module__content a {
    color: #ff00c8; }
  body[data-page-type="news_page"] .exhibition_group_list_module__content a:hover {
      color: #ff00c8; }

body[data-page-type="news_page"] .file_module__content {
  color: #ff00c8; }
  body[data-page-type="news_page"] .file_module__content .file_module__description {
    color: #ff00c8; }
  body[data-page-type="news_page"] .file_module__content .file_module__description a {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
      color: #ff00c8; }
  body[data-page-type="news_page"] .file_module__content .file_module__attachment_file a {
    color: #ff00c8; }

body[data-page-type="news_page"] .news_sidebar_module__content {
  color: #ff00c8; }
  body[data-page-type="news_page"] .news_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: #ff00c8; }

body[data-page-type="news_page"] .text_module__content {
  color: #ff00c8; }
  body[data-page-type="news_page"] .text_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: #ff00c8; }

body[data-page-type="norma_page"][data-past] .modulor_page__is_master[data-permalink^="Norma"] {
  background-color: #afafaf; }

@media all and (max-width: 767px) {
  body[data-page-type="norma_page"] .column_module__content {
    width: 100% !important; } }

body[data-page-type="norma_page"] .event_list_module__content .event_list_module__section__current_past[data-current-tab='current'], body[data-page-type="norma_page"] .event_list_module__content .event_list_module__section__current_past[data-current-tab='past'] {
  background-color: #00ffe4; }

body[data-page-type="norma_page"] .event_list_module__content .event_list_module__section__tabs,
body[data-page-type="norma_page"] .event_list_module__content .event_list_module__heading,
body[data-page-type="norma_page"] .event_list_module__content .date_queries__event,
body[data-page-type="norma_page"] .event_list_module__content .event_page__thumbnail__event_type {
  display: none; }

body[data-page-type="norma_page"] .expandable_section_module__button {
  color: black;
  position: relative;
  white-space: nowrap; }
  body[data-page-type="norma_page"] .expandable_section_module__button:after {
    font-family: 'Plato Outline', sans-serif;
    font-weight: normal;
    color: black;
    content: attr(data-content);
    position: absolute;
    top: 0;
    margin-left: 0.65em;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    display: none; }
  body[data-page-type="norma_page"] .expandable_section_module__button:hover {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  body[data-page-type="norma_page"] .expandable_section_module__button:hover:after {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  body[data-page-type="norma_page"] .expandable_section_module__content__is_expanded .expandable_section_module__button:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  body[data-page-type="norma_page"][data-path*="2019"] .expandable_section_module__button:hover {
  color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2019"] .expandable_section_module__content__is_expanded .expandable_section_module__button {
  color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2020"] .expandable_section_module__button:hover {
  color: #BE00FF; }
  body[data-page-type="norma_page"][data-path*="2020"] .expandable_section_module__content__is_expanded .expandable_section_module__button {
  color: #BE00FF; }

body[data-page-type="norma_page"] .expandable_text_module__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__title {
    color: black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-decoration: none;
    white-space: nowrap; }
  body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__title:before {
      font-family: 'Plato Outline', sans-serif;
      font-weight: normal;
      color: black;
      content: attr(data-content);
      position: absolute;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      display: none; }
  body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__title:hover {
      font-family: 'Plato Basic', sans-serif;
      font-weight: normal; }
  body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__title:hover:before {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__body {
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__body {
      /* s */
      margin-right: 33.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__body {
      /* m */
      margin-right: 33.33333%; } }
  @media (min-width: 1200px) {
    body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__body {
      /* l */
      margin-right: 25%; } }
  @media (min-width: 1681px) {
    body[data-page-type="norma_page"] .expandable_text_module__content .expandable_text_module__body {
      /* xl */
      margin-right: 25%; } }
  body[data-page-type="norma_page"] .expandable_text_module__content.expandable_text_module__content__is_expanded .expandable_text_module__title {
    font-family: 'Plato Basic', sans-serif;
    font-weight: normal; }
  body[data-page-type="norma_page"] .expandable_text_module__content.expandable_text_module__content__is_expanded .expandable_text_module__title:before {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  body[data-page-type="norma_page"][data-path*="2019"] .expandable_text_module__content .expandable_text_module__title:hover {
  color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2019"] .expandable_text_module__content.expandable_text_module__content__is_expanded .expandable_text_module__title {
  color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2020"] .expandable_text_module__content .expandable_text_module__title:hover {
  color: #BE00FF; }
  body[data-page-type="norma_page"][data-path*="2020"] .expandable_text_module__content.expandable_text_module__content__is_expanded .expandable_text_module__title {
  color: #BE00FF; }

@media all and (max-width: 767px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -0.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: -1.12rem;
    margin-right: -1.12rem;
    margin-bottom: -1.12rem;
    padding-left: 3.36rem;
    padding-right: 3.36rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: -1.26rem;
    margin-right: -1.26rem;
    margin-bottom: -1.26rem;
    padding-left: 3.78rem;
    padding-right: 3.78rem; } }

@media (min-width: 1200px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    margin-bottom: -1.4rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem; } }

@media (min-width: 1681px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    margin-bottom: -1.4rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem; } }

@media all and (max-width: 767px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="norma_page"] .footer_module__content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 2.24rem;
    padding-right: 2.24rem; } }

body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_list_module__heading,
body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_list_module__group_key,
body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_page__thumbnail {
  color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_list_module__heading a,
  body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_list_module__group_key a,
  body[data-page-type="norma_page"][data-path*="2019"] .news_list_module__content .news_page__thumbnail a {
    color: #fa0000; }
  body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_list_module__heading,
body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_list_module__group_key,
body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_page__thumbnail {
  color: #BE00FF; }
  body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_list_module__heading a,
  body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_list_module__group_key a,
  body[data-page-type="norma_page"][data-path*="2020"] .news_list_module__content .news_page__thumbnail a {
    color: #BE00FF; }

body[data-page-type="norma_page"][data-past] .press_release_list_module__content {
  color: black; }
  body[data-page-type="norma_page"][data-past] .press_release_list_module__content a {
    color: black; }

body[data-page-type="norma_page"] .site_header_module__heading {
  visibility: hidden; }


body[data-page-type="octopus_press_article_page"][data-article-type="video"] {
  background-color: black; }

body[data-page-type="octopus_press_article_page"][data-article-type="video"]:not(.is_edit_mode) [data-permalink="Octopus-Press"] {
  color: white; }

body[data-page-type="octopus_press_article_page"][data-article-type="image"] {
  background-color: #afafaf; }

body[data-page-type="octopus_press_article_page"][data-article-type="audio"] {
  background-color: #afafaf; }

[data-permalink="Octopus-Press-Article"] {
  position: relative; }

body[data-page-type="octopus_press_article_page"] .footer_module__content {
  background: none;
  color: inherit; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      margin-bottom: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      margin-bottom: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      margin-bottom: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  body[data-page-type="octopus_press_article_page"] .footer_module__content a {
    color: inherit; }
  body[data-page-type="octopus_press_article_page"] .footer_module__content a:hover {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }

body[data-page-type="octopus_press_article_page"][data-article-type="video"] .octopus_press_article_list_module__octopus_press_octopus {
  -webkit-filter: invert();
          filter: invert(); }

body[data-page-type="octopus_press_article_page"] .site_header_module__content[class*='module__content'] {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media screen {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content[class*='module__content'] {
      padding-bottom: 0; } }
  body[data-page-type="octopus_press_article_page"] .site_header_module__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-template-columns: repeat(4, 1fr); } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-column-gap: 3.2rem;
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      margin-bottom: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-column-gap: 4.48rem;
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      margin-bottom: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-column-gap: 5.04rem;
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      margin-bottom: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-column-gap: 5.6rem;
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      grid-column-gap: 5.6rem;
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  body[data-page-type="octopus_press_article_page"] .site_header_module__link_to_plato {
  display: none; }
  body[data-page-type="octopus_press_article_page"] .site_header_module__title {
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: left; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_article_page"] .site_header_module__title {
      display: none; } }
  @media all and (max-width: 767px) {
  body[data-page-type="octopus_press_article_page"] .site_header_module__heading {
    grid-column: 2/span 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="octopus_press_article_page"] .site_header_module__heading {
    grid-column: 2/span 2; } }
  body[data-page-type="octopus_press_article_page"] .site_header_module__link_to__parent img {
  display: block;
  width: 100%;
  height: auto; }
  @media all and (max-width: 767px) {
  body[data-page-type="octopus_press_article_page"] .site_header_module__lang_switch {
    grid-column: 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="octopus_press_article_page"] .site_header_module__lang_switch {
    grid-column: 4; } }
  body[data-page-type="octopus_press_article_page"] .site_header_module__lang_switch a {
  color: inherit; }
  body[data-page-type="octopus_press_article_page"][data-article-type="video"] .site_header_module__octopus_press_logo {
  -webkit-filter: invert();
          filter: invert(); }

body[data-page-type="octopus_press_page"] .footer_module__content {
  background: none;
  color: inherit; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      margin-bottom: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      margin-bottom: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      margin-bottom: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  body[data-page-type="octopus_press_page"] .footer_module__content a {
    color: inherit; }
  body[data-page-type="octopus_press_page"] .footer_module__content a:hover {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }

body[data-page-type="octopus_press_page"] .site_header_module__content[class*='module__content'] {
  margin-bottom: 0; }
  @media screen {
    body[data-page-type="octopus_press_page"] .site_header_module__content[class*='module__content'] {
      padding-bottom: 0; } }
  body[data-page-type="octopus_press_page"] .site_header_module__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "title title link_to_plato lang_switch lang_switch" ". heading heading heading ."; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      grid-column-gap: 3.2rem;
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      margin-bottom: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      grid-column-gap: 4.48rem;
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      margin-bottom: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      grid-column-gap: 5.04rem;
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      margin-bottom: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      grid-column-gap: 5.6rem;
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      grid-column-gap: 5.6rem;
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .site_header_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  body[data-page-type="octopus_press_page"] .site_header_module__link_to_plato {
  grid-area: link_to_plato; }
  body[data-page-type="octopus_press_page"] .site_header_module__title {
  grid-area: title;
  font-family: 'Plato Text', sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-align: left; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      font-size: 1.4rem;
      line-height: 1.96rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      font-size: 1.6rem;
      line-height: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      font-size: 1.8rem;
      line-height: 2.52rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      display: none; } }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .site_header_module__title {
      display: none; } }
  body[data-page-type="octopus_press_page"] .site_header_module__heading {
  grid-area: heading; }
  body[data-page-type="octopus_press_page"] .site_header_module__link_to__parent img {
  display: block;
  width: 100%;
  height: auto; }
  body[data-page-type="octopus_press_page"] .site_header_module__lang_switch {
  grid-area: lang_switch; }
  body[data-page-type="octopus_press_page"] .site_header_module__lang_switch a {
  color: inherit; }

body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
  display: grid; }
  @media all and (max-width: 767px) {
    body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 5.04rem; } }
  @media (min-width: 1200px) {
    body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  @media (min-width: 1681px) {
    body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] {
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 5.6rem; } }
  body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
    grid-column: 3/span 4; }
  @media all and (max-width: 767px) {
      body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
        grid-column: 1/span 4; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
        grid-column: 2/span 4; } }
  @media (min-width: 768px) and (max-width: 991px) {
      body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
        grid-column: 2/span 4; } }
  @media (min-width: 1200px) {
      body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
        grid-column: 2/span 6; } }
  @media (min-width: 1681px) {
      body[data-page-type="octopus_press_page"] .text_module__content[class*='module__content'] section {
        grid-column: 3/span 4; } }

@media (min-width: 768px) and (max-width: 991px) {
  body:not([data-page-type]) .column_module__content {
    width: 100% !important; } }

@media all and (max-width: 767px) {
  body:not([data-page-type]) .column_module__content {
    width: 100% !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body:not([data-page-type]) .column_module__content[data-width="1"][data-units="4"],
  body:not([data-page-type]) .column_module__content[data-width="2"][data-units="8"] {
    width: 50% !important; } }

body[data-page-type="project_page"][data-past] .press_release_list_module__content {
  color: black; }
  body[data-page-type="project_page"][data-past] .press_release_list_module__content a {
    color: black; }

body[data-page-type="shared_page"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #e6ffff; }

body[data-page-type="structure_page"][data-past] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

@media all and (max-width: 767px) {
  body[data-page-type="structure_page"] .modulor_page__is_current .modulor_web_modules .images_module__content + .modulor_web_module {
    margin-top: -2.32rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="structure_page"] .modulor_page__is_current .modulor_web_modules .images_module__content + .modulor_web_module {
    margin-top: -2.24rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body[data-page-type="structure_page"] .modulor_page__is_current .modulor_web_modules .images_module__content + .modulor_web_module {
    margin-top: -2.52rem; } }

@media (min-width: 1200px) {
  body[data-page-type="structure_page"] .modulor_page__is_current .modulor_web_modules .images_module__content + .modulor_web_module {
    margin-top: -2.8rem; } }

@media (min-width: 1681px) {
  body[data-page-type="structure_page"] .modulor_page__is_current .modulor_web_modules .images_module__content + .modulor_web_module {
    margin-top: -2.8rem; } }

body[data-page-type="event_page"] .modulor_page__is_master[data-permalink*='Norma'] .event_header_module__event_type {
  display: none; }

body[data-page-type="event_page"][data-past] .modulor_page__is_master[data-permalink*='Norma'] {
  background-color: #afafaf; }

body[data-page-type="event_page"]:not([data-past]) .modulor_page__is_master[data-permalink*='Norma'] {
  background-color: #00ffe4; }

.modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
  color: #afafaf; }
  @media all and (max-width: 767px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: -0.8rem;
      margin-right: -0.8rem;
      margin-bottom: -0.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: -1.12rem;
      margin-right: -1.12rem;
      margin-bottom: -1.12rem;
      padding-left: 3.36rem;
      padding-right: 3.36rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: -1.26rem;
      margin-right: -1.26rem;
      margin-bottom: -1.26rem;
      padding-left: 3.78rem;
      padding-right: 3.78rem; } }
  @media (min-width: 1200px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media (min-width: 1681px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      margin-bottom: -1.4rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media all and (max-width: 767px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content a {
    color: #afafaf; }
  .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content a:hover:not(.dumb) {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  .modulor_page__is_master[data-permalink*='Norma'] .footer_module__content a.underline {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #afafaf), color-stop(0.11em, #afafaf), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #afafaf 0.01em, #afafaf 0.11em, rgba(0, 0, 0, 0) 0.11em); }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content {
  color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content a {
    color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content a:hover {
      color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content {
  color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content a {
    color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .exhibition_group_list_module__content a:hover {
      color: #BE00FF; }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content {
  color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__description {
    color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__description a {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #fa0000), color-stop(0.11em, #fa0000), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
      color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__attachment_file a {
    color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content {
  color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__description {
    color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__description a {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #BE00FF), color-stop(0.11em, #BE00FF), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
      color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .file_module__content .file_module__attachment_file a {
    color: #BE00FF; }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .news_header_module__title {
  color: #fa0000; }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .news_header_module__link_to__parent a {
  color: #fa0000; }

body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .news_header_module__title {
  color: #BE00FF; }

body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .news_header_module__link_to__parent a {
  color: #BE00FF; }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .news_sidebar_module__content {
  color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .news_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #fa0000), color-stop(0.11em, #fa0000), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .news_sidebar_module__content {
  color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .news_sidebar_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #BE00FF), color-stop(0.11em, #BE00FF), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
    text-decoration: none;
    color: #BE00FF; }

body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .text_module__content {
  color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2019/"] .modulor_page__is_master[data-permalink*='Norma'] .text_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #fa0000), color-stop(0.11em, #fa0000), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #fa0000 0.01em, #fa0000 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: #fa0000; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .text_module__content {
  color: #BE00FF; }
  body[data-page-type="news_page"][data-path*="/2020/"] .modulor_page__is_master[data-permalink*='Norma'] .text_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #BE00FF), color-stop(0.11em, #BE00FF), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #BE00FF 0.01em, #BE00FF 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: #BE00FF; }

body[data-path^="O-Nas"] .expandable_section_module__button {
  color: #ff00c8; }

body[data-path^="O-Nas"] .file_module__content {
  color: #ff00c8; }
  body[data-path^="O-Nas"] .file_module__content .file_module__description {
    color: #ff00c8; }
  body[data-path^="O-Nas"] .file_module__content .file_module__description a {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
      color: #ff00c8; }
  body[data-path^="O-Nas"] .file_module__content .file_module__attachment_file a {
    color: #ff00c8; }

body[data-path^="O-Nas"] .header_module__title {
  color: #ff00c8; }

body[data-path^="O-Nas"] .images_module__content {
  color: #ff00c8; }

body[data-path^="O-Nas"] .text_module__content {
  color: #ff00c8; }
  body[data-path^="O-Nas"] .text_module__content a {
    text-decoration: none;
    -webkit-print-color-adjust: exact;
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 100% 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, #ff00c8), color-stop(0.11em, #ff00c8), color-stop(0.11em, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, #ff00c8 0.01em, #ff00c8 0.11em, rgba(0, 0, 0, 0) 0.11em);
    color: #ff00c8; }
  body[data-path^="O-Nas"] .text_module__content path {
    fill: #ff00c8; }

body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: lime; }
  @media all and (max-width: 767px) {
    body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 3.92rem;
      margin-bottom: -3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 4.48rem;
      margin-bottom: -4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.04rem;
      margin-bottom: -5.04rem; } }
  @media (min-width: 1200px) {
    body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }
  @media (min-width: 1681px) {
    body[data-path^="Prostor/Pro-Skoly"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }

body[data-path^="Email"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #e6ffff; }

body[data-path="Vystavy/Archiv"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-path="Vystavy"] .exhibition_list_module__content[data-time-option="current"] .exhibition_list_module__title {
  display: none; }

body[data-path="Vystavy"] .text_module__content {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-path="Vystavy"] .text_module__content .text_module__section {
      padding-left: 2.24rem;
      padding-right: 2.24rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-path="Vystavy"] .text_module__content .text_module__section {
      padding-left: 2.52rem;
      padding-right: 2.52rem; } }
  @media (min-width: 1200px) {
    body[data-path="Vystavy"] .text_module__content .text_module__section {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 1681px) {
    body[data-path="Vystavy"] .text_module__content .text_module__section {
      padding-left: 2.8rem;
      padding-right: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
  body[data-path="Vystavy"] .text_module__section {
    /* s */
    margin-left: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  body[data-path="Vystavy"] .text_module__section {
    /* m */
    margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
  body[data-path="Vystavy"] .text_module__section {
    /* l */
    margin-left: 12.5%; } }
  @media (min-width: 1681px) {
  body[data-path="Vystavy"] .text_module__section {
    /* xl */
    margin-left: 12.5%; } }
  @media (min-width: 768px) and (max-width: 991px) {
  body[data-path="Vystavy"] .text_module__section {
    /* s */
    margin-right: 16.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  body[data-path="Vystavy"] .text_module__section {
    /* m */
    margin-right: 16.66667%; } }
  @media (min-width: 1200px) {
  body[data-path="Vystavy"] .text_module__section {
    /* l */
    margin-right: 12.5%; } }
  @media (min-width: 1681px) {
  body[data-path="Vystavy"] .text_module__section {
    /* xl */
    margin-right: 12.5%; } }

body[data-path^="Identita"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #e6ffff; }

body[data-path^="Instagram"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #e6ffff; }

body[data-path="Intervence/Archiv"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-path="Intervence"] .intervention_list_module__heading {
  display: none; }

body[data-path^="Aktuality/Archiv"] .modulor_page__is_master[data-permalink="Site"],
body[data-path^="Aktuality"][data-past] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-path^="Aktuality"] .news_list_module__heading {
  display: none; }

body[data-path^="Press"] .file_module__content {
  color: black; }
  body[data-path^="Press"] .file_module__content .file_module__description {
    color: black; }
  body[data-path^="Press"] .file_module__content .file_module__description a {
      text-decoration: none;
      -webkit-print-color-adjust: exact;
      background-size: 100%;
      background-repeat: repeat-x;
      background-position: 100% 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
      color: black; }
  body[data-path^="Press"] .file_module__content .file_module__attachment_file a {
    color: black; }

body[data-path^="Press"] .header_module__title {
  color: black; }

body[data-path^="Press"] .soft_tabs_container_module__tab a {
  color: black; }

body[data-path^="Press"] .soft_tabs_container_module__tab__inactive a {
  color: black; }

body[data-path^="Press"] .soft_tabs_container_module__tab__inactive a:hover {
    color: black; }

body[data-path^="Press"] .text_module__content {
  color: black; }
  body[data-path^="Press"] .text_module__content a {
    color: black; }
  body[data-path^="Press"] .text_module__content[data-text-size="small"] a {
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  body[data-path^="Press"] .text_module__content[data-text-size="default"] a {
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0.01em, rgba(0, 0, 0, 0)), color-stop(0.01em, black), color-stop(0.11em, black), color-stop(0.11em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0.01em, black 0.01em, black 0.11em, rgba(0, 0, 0, 0) 0.11em); }
  body[data-path^="Press"] .text_module__content[data-text-size="large"] a {
  text-decoration: none;
  -webkit-print-color-adjust: exact;
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(0, black), color-stop(0.1em, black), color-stop(0.1em, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0, black 0, black 0.1em, rgba(0, 0, 0, 0) 0.1em); }

body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #fffa00; }
  @media all and (max-width: 767px) {
    body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 3.92rem;
      margin-bottom: -3.92rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 4.48rem;
      margin-bottom: -4.48rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.04rem;
      margin-bottom: -5.04rem; } }
  @media (min-width: 1200px) {
    body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }
  @media (min-width: 1681px) {
    body[data-path^="Program"] .modulor_page__is_master[data-permalink="Site"] {
      padding-bottom: 5.6rem;
      margin-bottom: -5.6rem; } }
  body[data-path^="Program"][data-past] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }
  body[data-path^="Program"][data-past] .event_header_module__content .date_queries,
body[data-path^="Program"][data-past] .event_sidebar_module__content .date_queries {
  display: none; }
  body[data-path^="Program/Archiv"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-path="Program"] .event_list_module__heading {
  display: none; }

body[data-path^="Program"] .soft_tabs_container_module__tab a {
  color: #fffa00; }

body[data-path^="Program"] .soft_tabs_container_module__tab__inactive a {
  color: black; }

body[data-path^="Program"] .soft_tabs_container_module__tab__inactive a:hover {
    color: #fffa00; }

body[data-path^="Program"][data-past] .soft_tabs_container_module__tab a {
  color: #afafaf; }

body[data-path^="Program"][data-past] .soft_tabs_container_module__tab__inactive a {
  color: black; }

body[data-path^="Program"][data-past] .soft_tabs_container_module__tab__inactive a:hover {
    color: #afafaf; }

body[data-path="Projekty/Archiv"] .modulor_page__is_master[data-permalink="Site"] {
  background-color: #afafaf; }

body[data-path="Projekty"] .project_list_module__heading {
  display: none; }

[data-structure="bistro"] .structure_module__title,
[data-structure="bistro"] .structure_header_module__title {
  color: #ff00c8; }
  [data-structure="bistro"] .structure_module__title span:after,
  [data-structure="bistro"] .structure_header_module__title span:after {
    color: lime; }
  [data-structure="bistro"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="kino"] .structure_module__title,
[data-structure="kino"] .structure_header_module__title {
  color: lime; }
  [data-structure="kino"] .structure_module__title span:after,
  [data-structure="kino"] .structure_header_module__title span:after {
    color: #fffa00; }
  [data-structure="kino"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="knihovna"] .structure_module__title,
[data-structure="knihovna"] .structure_header_module__title {
  color: #fffa00; }
  [data-structure="knihovna"] .structure_module__title span:after,
  [data-structure="knihovna"] .structure_header_module__title span:after {
    color: lime; }
  [data-structure="knihovna"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="kavarna"] .structure_module__title,
[data-structure="kavarna"] .structure_header_module__title {
  color: #ff00c8; }
  [data-structure="kavarna"] .structure_module__title span:after,
  [data-structure="kavarna"] .structure_header_module__title span:after {
    color: #fffa00; }
  [data-structure="kavarna"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="rostliny"] .structure_module__title,
[data-structure="rostliny"] .structure_header_module__title {
  color: lime; }
  [data-structure="rostliny"] .structure_module__title span:after,
  [data-structure="rostliny"] .structure_header_module__title span:after {
    color: #fffa00; }
  [data-structure="rostliny"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="zahrada-pritomnosti"] .structure_module__title,
[data-structure="zahrada-pritomnosti"] .structure_header_module__title {
  color: lime; }
  [data-structure="zahrada-pritomnosti"] .structure_module__title span:after,
  [data-structure="zahrada-pritomnosti"] .structure_header_module__title span:after {
    color: #fffa00; }
  [data-structure="zahrada-pritomnosti"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="prodejna"] .structure_module__title,
[data-structure="prodejna"] .structure_header_module__title {
  color: #fffa00; }
  [data-structure="prodejna"] .structure_module__title span:after,
  [data-structure="prodejna"] .structure_header_module__title span:after {
    color: lime; }
  [data-structure="prodejna"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="stage"] .structure_module__title,
[data-structure="stage"] .structure_header_module__title {
  color: #ff00c8; }
  [data-structure="stage"] .structure_module__title span:after,
  [data-structure="stage"] .structure_header_module__title span:after {
    color: #fffa00; }
  [data-structure="stage"] .structure_module__title:hover span:after {
  color: white; }
  [data-structure="zahrada"] .structure_module__title,
[data-structure="zahrada"] .structure_header_module__title {
  color: lime; }
  [data-structure="materialova-knihovna"] .structure_module__title,
[data-structure="materialova-knihovna"] .structure_header_module__title {
  font-size: 9vw;
  color: white; }
  [data-structure="materialova-knihovna"] .structure_module__title span:after,
  [data-structure="materialova-knihovna"] .structure_header_module__title span:after {
    color: #fffa00; }
  @media (min-width: 768px) and (max-width: 991px) {
    [data-structure="materialova-knihovna"] .structure_module__title,
    [data-structure="materialova-knihovna"] .structure_header_module__title {
      font-size: 10vw; } }
  @media all and (max-width: 767px) {
    [data-structure="materialova-knihovna"] .structure_module__title,
    [data-structure="materialova-knihovna"] .structure_header_module__title {
      font-size: 12vw; } }
  [data-structure="materialova-knihovna"] .structure_module__title:hover {
  color: #fffa00; }
  [data-structure="materialova-knihovna"] .structure_module__title:hover span:after {
    color: white; }

.date_queries {
  display: inline;
  text-transform: lowercase;
  color: #ff00c8; }


/*# sourceMappingURL=application-bde10883.css.map*/