@charset "UTF-8";
/*!
 * Theme Name: Museo Fisogni
 * Theme URI:
 * Author: Marco Caivano
 * Author URI: https://www.ulissewebagency.it
 * Description: Website for Museo Fisogni website
 * Version: 1.0
 * Text Domain: museo
 */
/* -----------------------------------------------------------*/
/* Wordpress Variables */
/* Grid variables */
/* Prefixes */
/* Aspect ratio */
/* Media breakpoint */
/* ULISSE GRID */
body {
  padding: 0;
  margin: 0; }

/* Typography */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0; }

/* Grid */
.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  .container .row, .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box; }
    .container .row > .col, .container .row > [class*="col-"], .container-fluid .row > .col, .container-fluid .row > [class*="col-"] {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box; }
  .container .no-gutters, .container-fluid .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .container .no-gutters > .col, .container .no-gutters > [class*="col-"], .container-fluid .no-gutters > .col, .container-fluid .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1440px; } }

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

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

/* Text */
.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

/* Form */
form {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  border: 0; }
  form fieldset {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    border: 0; }

/* Breakpoint classes */
@media (min-width: 0) {
  /* Columns classes */
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-1 {
    order: 1; }
  .col-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-2 {
    order: 2; }
  .col-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-3 {
    order: 3; }
  .col-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-4 {
    order: 4; }
  .col-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-5 {
    order: 5; }
  .col-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-6 {
    order: 6; }
  .col-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-7 {
    order: 7; }
  .col-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-8 {
    order: 8; }
  .col-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-9 {
    order: 9; }
  .col-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-10 {
    order: 10; }
  .col-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-11 {
    order: 11; }
  .col-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-12 {
    order: 12; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
  /* Display classes */
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-fill {
    flex: 1 1 auto !important; }
  .flex-grow-0 {
    flex-grow: 0 !important; }
  .flex-grow-1 {
    flex-grow: 1 !important; }
  .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-0 {
    margin: 0 !important; }
  .mt-0, .my-0 {
    margin-top: 0 !important; }
  .mr-0, .mx-0 {
    margin-right: 0 !important; }
  .mb-0, .my-0 {
    margin-bottom: 0 !important; }
  .ml-0, .mx-0 {
    margin-left: 0 !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto, .my-auto {
    margin-top: auto !important; }
  .mr-auto, .mx-auto {
    margin-right: auto !important; }
  .mb-auto, .my-auto {
    margin-bottom: auto !important; }
  .ml-auto, .mx-auto {
    margin-left: auto !important; }
  .mt-small {
    margin-top: 40px !important; }
  .mt-medium {
    margin-top: 60px !important; }
  .mt-big {
    margin-top: 120px !important; }
  .mb-small {
    margin-bottom: 40px !important; }
  .mb-medium {
    margin-bottom: 60px !important; }
  .mb-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-0 {
    padding: 0 !important; }
  .pt-0, .py-0 {
    padding-top: 0 !important; }
  .pr-0, .px-0 {
    padding-right: 0 !important; }
  .pb-0, .py-0 {
    padding-bottom: 0 !important; }
  .pl-0, .px-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; } }

@media (min-width: 576px) {
  /* Columns classes */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-sm-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-sm-1 {
    order: 1; }
  .col-sm-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-sm-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-sm-2 {
    order: 2; }
  .col-sm-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-sm-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-sm-3 {
    order: 3; }
  .col-sm-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-sm-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-sm-4 {
    order: 4; }
  .col-sm-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-sm-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-sm-5 {
    order: 5; }
  .col-sm-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-sm-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-sm-6 {
    order: 6; }
  .col-sm-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-sm-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-sm-7 {
    order: 7; }
  .col-sm-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-sm-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-sm-8 {
    order: 8; }
  .col-sm-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-sm-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-sm-9 {
    order: 9; }
  .col-sm-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-sm-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-sm-10 {
    order: 10; }
  .col-sm-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-sm-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-sm-11 {
    order: 11; }
  .col-sm-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-sm-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-sm-12 {
    order: 12; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  /* Display classes */
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; }
  .mt-sm-small {
    margin-top: 40px !important; }
  .mt-sm-medium {
    margin-top: 60px !important; }
  .mt-sm-big {
    margin-top: 120px !important; }
  .mb-sm-small {
    margin-bottom: 40px !important; }
  .mb-sm-medium {
    margin-bottom: 60px !important; }
  .mb-sm-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* Columns classes */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-md-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-md-1 {
    order: 1; }
  .col-md-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-md-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-md-2 {
    order: 2; }
  .col-md-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-md-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-md-3 {
    order: 3; }
  .col-md-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-md-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-md-4 {
    order: 4; }
  .col-md-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-md-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-md-5 {
    order: 5; }
  .col-md-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-md-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-md-6 {
    order: 6; }
  .col-md-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-md-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-md-7 {
    order: 7; }
  .col-md-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-md-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-md-8 {
    order: 8; }
  .col-md-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-md-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-md-9 {
    order: 9; }
  .col-md-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-md-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-md-10 {
    order: 10; }
  .col-md-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-md-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-md-11 {
    order: 11; }
  .col-md-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-md-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-md-12 {
    order: 12; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  /* Display classes */
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; }
  .mt-md-small {
    margin-top: 40px !important; }
  .mt-md-medium {
    margin-top: 60px !important; }
  .mt-md-big {
    margin-top: 120px !important; }
  .mb-md-small {
    margin-bottom: 40px !important; }
  .mb-md-medium {
    margin-bottom: 60px !important; }
  .mb-md-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* Columns classes */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-lg-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-lg-1 {
    order: 1; }
  .col-lg-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-lg-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-lg-2 {
    order: 2; }
  .col-lg-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-lg-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-lg-3 {
    order: 3; }
  .col-lg-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-lg-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-lg-4 {
    order: 4; }
  .col-lg-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-lg-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-lg-5 {
    order: 5; }
  .col-lg-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-lg-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-lg-6 {
    order: 6; }
  .col-lg-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-lg-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-lg-7 {
    order: 7; }
  .col-lg-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-lg-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-lg-8 {
    order: 8; }
  .col-lg-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-lg-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-lg-9 {
    order: 9; }
  .col-lg-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-lg-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-lg-10 {
    order: 10; }
  .col-lg-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-lg-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-lg-11 {
    order: 11; }
  .col-lg-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-lg-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-lg-12 {
    order: 12; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  /* Display classes */
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; }
  .mt-lg-small {
    margin-top: 40px !important; }
  .mt-lg-medium {
    margin-top: 60px !important; }
  .mt-lg-big {
    margin-top: 120px !important; }
  .mb-lg-small {
    margin-bottom: 40px !important; }
  .mb-lg-medium {
    margin-bottom: 60px !important; }
  .mb-lg-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  /* Columns classes */
  .col-lg-1024 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1024-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1024-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-lg-1024-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-lg-1024-1 {
    order: 1; }
  .col-lg-1024-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-lg-1024-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-lg-1024-2 {
    order: 2; }
  .col-lg-1024-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-lg-1024-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-lg-1024-3 {
    order: 3; }
  .col-lg-1024-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-lg-1024-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-lg-1024-4 {
    order: 4; }
  .col-lg-1024-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-lg-1024-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-lg-1024-5 {
    order: 5; }
  .col-lg-1024-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-lg-1024-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-lg-1024-6 {
    order: 6; }
  .col-lg-1024-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-lg-1024-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-lg-1024-7 {
    order: 7; }
  .col-lg-1024-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-lg-1024-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-lg-1024-8 {
    order: 8; }
  .col-lg-1024-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-lg-1024-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-lg-1024-9 {
    order: 9; }
  .col-lg-1024-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-lg-1024-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-lg-1024-10 {
    order: 10; }
  .col-lg-1024-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-lg-1024-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-lg-1024-11 {
    order: 11; }
  .col-lg-1024-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-lg-1024-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-lg-1024-12 {
    order: 12; }
  .order-lg-1024-first {
    order: -1; }
  .order-lg-1024-last {
    order: 13; }
  /* Display classes */
  .d-lg-1024-none {
    display: none !important; }
  .d-lg-1024-inline {
    display: inline !important; }
  .d-lg-1024-inline-block {
    display: inline-block !important; }
  .d-lg-1024-block {
    display: block !important; }
  .d-lg-1024-table {
    display: table !important; }
  .d-lg-1024-table-row {
    display: table-row !important; }
  .d-lg-1024-table-cell {
    display: table-cell !important; }
  .d-lg-1024-flex {
    display: flex !important; }
  .d-lg-1024-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-lg-1024-row {
    flex-direction: row !important; }
  .flex-lg-1024-column {
    flex-direction: column !important; }
  .flex-lg-1024-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-1024-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-1024-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-1024-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-1024-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-1024-fill {
    flex: 1 1 auto !important; }
  .flex-lg-1024-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-1024-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-1024-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-1024-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-1024-start {
    justify-content: flex-start !important; }
  .justify-content-lg-1024-end {
    justify-content: flex-end !important; }
  .justify-content-lg-1024-center {
    justify-content: center !important; }
  .justify-content-lg-1024-between {
    justify-content: space-between !important; }
  .justify-content-lg-1024-around {
    justify-content: space-around !important; }
  .align-items-lg-1024-start {
    align-items: flex-start !important; }
  .align-items-lg-1024-end {
    align-items: flex-end !important; }
  .align-items-lg-1024-center {
    align-items: center !important; }
  .align-items-lg-1024-baseline {
    align-items: baseline !important; }
  .align-items-lg-1024-stretch {
    align-items: stretch !important; }
  .align-content-lg-1024-start {
    align-content: flex-start !important; }
  .align-content-lg-1024-end {
    align-content: flex-end !important; }
  .align-content-lg-1024-center {
    align-content: center !important; }
  .align-content-lg-1024-between {
    align-content: space-between !important; }
  .align-content-lg-1024-around {
    align-content: space-around !important; }
  .align-content-lg-1024-stretch {
    align-content: stretch !important; }
  .align-self-lg-1024-auto {
    align-self: auto !important; }
  .align-self-lg-1024-start {
    align-self: flex-start !important; }
  .align-self-lg-1024-end {
    align-self: flex-end !important; }
  .align-self-lg-1024-center {
    align-self: center !important; }
  .align-self-lg-1024-baseline {
    align-self: baseline !important; }
  .align-self-lg-1024-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-lg-1024-0 {
    margin: 0 !important; }
  .mt-lg-1024-0, .my-lg-1024-0 {
    margin-top: 0 !important; }
  .mr-lg-1024-0, .mx-lg-1024-0 {
    margin-right: 0 !important; }
  .mb-lg-1024-0, .my-lg-1024-0 {
    margin-bottom: 0 !important; }
  .ml-lg-1024-0, .mx-lg-1024-0 {
    margin-left: 0 !important; }
  .m-lg-1024-auto {
    margin: auto !important; }
  .mt-lg-1024-auto, .my-lg-1024-auto {
    margin-top: auto !important; }
  .mr-lg-1024-auto, .mx-lg-1024-auto {
    margin-right: auto !important; }
  .mb-lg-1024-auto, .my-lg-1024-auto {
    margin-bottom: auto !important; }
  .ml-lg-1024-auto, .mx-lg-1024-auto {
    margin-left: auto !important; }
  .mt-lg-1024-small {
    margin-top: 40px !important; }
  .mt-lg-1024-medium {
    margin-top: 60px !important; }
  .mt-lg-1024-big {
    margin-top: 120px !important; }
  .mb-lg-1024-small {
    margin-bottom: 40px !important; }
  .mb-lg-1024-medium {
    margin-bottom: 60px !important; }
  .mb-lg-1024-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-lg-1024-0 {
    padding: 0 !important; }
  .pt-lg-1024-0, .py-lg-1024-0 {
    padding-top: 0 !important; }
  .pr-lg-1024-0, .px-lg-1024-0 {
    padding-right: 0 !important; }
  .pb-lg-1024-0, .py-lg-1024-0 {
    padding-bottom: 0 !important; }
  .pl-lg-1024-0, .px-lg-1024-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-lg-1024-left {
    text-align: left !important; }
  .text-lg-1024-right {
    text-align: right !important; }
  .text-lg-1024-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* Columns classes */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-xl-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-xl-1 {
    order: 1; }
  .col-xl-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-xl-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-xl-2 {
    order: 2; }
  .col-xl-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-xl-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-xl-3 {
    order: 3; }
  .col-xl-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-xl-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-xl-4 {
    order: 4; }
  .col-xl-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-xl-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-xl-5 {
    order: 5; }
  .col-xl-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-xl-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-xl-6 {
    order: 6; }
  .col-xl-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-xl-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-xl-7 {
    order: 7; }
  .col-xl-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-xl-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-xl-8 {
    order: 8; }
  .col-xl-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-xl-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-xl-9 {
    order: 9; }
  .col-xl-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-xl-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-xl-10 {
    order: 10; }
  .col-xl-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-xl-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-xl-11 {
    order: 11; }
  .col-xl-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-xl-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-xl-12 {
    order: 12; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  /* Display classes */
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; }
  .mt-xl-small {
    margin-top: 40px !important; }
  .mt-xl-medium {
    margin-top: 60px !important; }
  .mt-xl-big {
    margin-top: 120px !important; }
  .mb-xl-small {
    margin-bottom: 40px !important; }
  .mb-xl-medium {
    margin-bottom: 60px !important; }
  .mb-xl-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  /* Columns classes */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-xxl-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-xxl-1 {
    order: 1; }
  .col-xxl-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-xxl-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-xxl-2 {
    order: 2; }
  .col-xxl-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-xxl-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-xxl-3 {
    order: 3; }
  .col-xxl-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-xxl-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-xxl-4 {
    order: 4; }
  .col-xxl-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-xxl-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-xxl-5 {
    order: 5; }
  .col-xxl-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-xxl-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-xxl-6 {
    order: 6; }
  .col-xxl-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-xxl-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-xxl-7 {
    order: 7; }
  .col-xxl-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-xxl-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-xxl-8 {
    order: 8; }
  .col-xxl-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-xxl-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-xxl-9 {
    order: 9; }
  .col-xxl-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-xxl-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-xxl-10 {
    order: 10; }
  .col-xxl-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-xxl-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-xxl-11 {
    order: 11; }
  .col-xxl-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-xxl-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-xxl-12 {
    order: 12; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  /* Display classes */
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important; }
  .mt-xxl-small {
    margin-top: 40px !important; }
  .mt-xxl-medium {
    margin-top: 60px !important; }
  .mt-xxl-big {
    margin-top: 120px !important; }
  .mb-xxl-small {
    margin-bottom: 40px !important; }
  .mb-xxl-medium {
    margin-bottom: 60px !important; }
  .mb-xxl-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  /* Columns classes */
  .col-xxl-1920 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-1920-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1920-1 {
    flex: 0 0 calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .offset-xxl-1920-1 {
    margin-left: calc((100% / 12) * 1); }
  .order-xxl-1920-1 {
    order: 1; }
  .col-xxl-1920-2 {
    flex: 0 0 calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .offset-xxl-1920-2 {
    margin-left: calc((100% / 12) * 2); }
  .order-xxl-1920-2 {
    order: 2; }
  .col-xxl-1920-3 {
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .offset-xxl-1920-3 {
    margin-left: calc((100% / 12) * 3); }
  .order-xxl-1920-3 {
    order: 3; }
  .col-xxl-1920-4 {
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .offset-xxl-1920-4 {
    margin-left: calc((100% / 12) * 4); }
  .order-xxl-1920-4 {
    order: 4; }
  .col-xxl-1920-5 {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .offset-xxl-1920-5 {
    margin-left: calc((100% / 12) * 5); }
  .order-xxl-1920-5 {
    order: 5; }
  .col-xxl-1920-6 {
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .offset-xxl-1920-6 {
    margin-left: calc((100% / 12) * 6); }
  .order-xxl-1920-6 {
    order: 6; }
  .col-xxl-1920-7 {
    flex: 0 0 calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .offset-xxl-1920-7 {
    margin-left: calc((100% / 12) * 7); }
  .order-xxl-1920-7 {
    order: 7; }
  .col-xxl-1920-8 {
    flex: 0 0 calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .offset-xxl-1920-8 {
    margin-left: calc((100% / 12) * 8); }
  .order-xxl-1920-8 {
    order: 8; }
  .col-xxl-1920-9 {
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .offset-xxl-1920-9 {
    margin-left: calc((100% / 12) * 9); }
  .order-xxl-1920-9 {
    order: 9; }
  .col-xxl-1920-10 {
    flex: 0 0 calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .offset-xxl-1920-10 {
    margin-left: calc((100% / 12) * 10); }
  .order-xxl-1920-10 {
    order: 10; }
  .col-xxl-1920-11 {
    flex: 0 0 calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .offset-xxl-1920-11 {
    margin-left: calc((100% / 12) * 11); }
  .order-xxl-1920-11 {
    order: 11; }
  .col-xxl-1920-12 {
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12); }
  .offset-xxl-1920-12 {
    margin-left: calc((100% / 12) * 12); }
  .order-xxl-1920-12 {
    order: 12; }
  .order-xxl-1920-first {
    order: -1; }
  .order-xxl-1920-last {
    order: 13; }
  /* Display classes */
  .d-xxl-1920-none {
    display: none !important; }
  .d-xxl-1920-inline {
    display: inline !important; }
  .d-xxl-1920-inline-block {
    display: inline-block !important; }
  .d-xxl-1920-block {
    display: block !important; }
  .d-xxl-1920-table {
    display: table !important; }
  .d-xxl-1920-table-row {
    display: table-row !important; }
  .d-xxl-1920-table-cell {
    display: table-cell !important; }
  .d-xxl-1920-flex {
    display: flex !important; }
  .d-xxl-1920-inline-flex {
    display: inline-flex !important; }
  /* Align classes */
  .flex-xxl-1920-row {
    flex-direction: row !important; }
  .flex-xxl-1920-column {
    flex-direction: column !important; }
  .flex-xxl-1920-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-1920-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-1920-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-1920-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-1920-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-1920-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-1920-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-1920-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-1920-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-1920-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-1920-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-1920-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-1920-center {
    justify-content: center !important; }
  .justify-content-xxl-1920-between {
    justify-content: space-between !important; }
  .justify-content-xxl-1920-around {
    justify-content: space-around !important; }
  .align-items-xxl-1920-start {
    align-items: flex-start !important; }
  .align-items-xxl-1920-end {
    align-items: flex-end !important; }
  .align-items-xxl-1920-center {
    align-items: center !important; }
  .align-items-xxl-1920-baseline {
    align-items: baseline !important; }
  .align-items-xxl-1920-stretch {
    align-items: stretch !important; }
  .align-content-xxl-1920-start {
    align-content: flex-start !important; }
  .align-content-xxl-1920-end {
    align-content: flex-end !important; }
  .align-content-xxl-1920-center {
    align-content: center !important; }
  .align-content-xxl-1920-between {
    align-content: space-between !important; }
  .align-content-xxl-1920-around {
    align-content: space-around !important; }
  .align-content-xxl-1920-stretch {
    align-content: stretch !important; }
  .align-self-xxl-1920-auto {
    align-self: auto !important; }
  .align-self-xxl-1920-start {
    align-self: flex-start !important; }
  .align-self-xxl-1920-end {
    align-self: flex-end !important; }
  .align-self-xxl-1920-center {
    align-self: center !important; }
  .align-self-xxl-1920-baseline {
    align-self: baseline !important; }
  .align-self-xxl-1920-stretch {
    align-self: stretch !important; }
  /* Margin classes */
  .m-xxl-1920-0 {
    margin: 0 !important; }
  .mt-xxl-1920-0, .my-xxl-1920-0 {
    margin-top: 0 !important; }
  .mr-xxl-1920-0, .mx-xxl-1920-0 {
    margin-right: 0 !important; }
  .mb-xxl-1920-0, .my-xxl-1920-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-1920-0, .mx-xxl-1920-0 {
    margin-left: 0 !important; }
  .m-xxl-1920-auto {
    margin: auto !important; }
  .mt-xxl-1920-auto, .my-xxl-1920-auto {
    margin-top: auto !important; }
  .mr-xxl-1920-auto, .mx-xxl-1920-auto {
    margin-right: auto !important; }
  .mb-xxl-1920-auto, .my-xxl-1920-auto {
    margin-bottom: auto !important; }
  .ml-xxl-1920-auto, .mx-xxl-1920-auto {
    margin-left: auto !important; }
  .mt-xxl-1920-small {
    margin-top: 40px !important; }
  .mt-xxl-1920-medium {
    margin-top: 60px !important; }
  .mt-xxl-1920-big {
    margin-top: 120px !important; }
  .mb-xxl-1920-small {
    margin-bottom: 40px !important; }
  .mb-xxl-1920-medium {
    margin-bottom: 60px !important; }
  .mb-xxl-1920-big {
    margin-bottom: 120px !important; }
  /* Padding classes */
  .p-xxl-1920-0 {
    padding: 0 !important; }
  .pt-xxl-1920-0, .py-xxl-1920-0 {
    padding-top: 0 !important; }
  .pr-xxl-1920-0, .px-xxl-1920-0 {
    padding-right: 0 !important; }
  .pb-xxl-1920-0, .py-xxl-1920-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-1920-0, .px-xxl-1920-0 {
    padding-left: 0 !important; }
  /* Text */
  .text-xxl-1920-left {
    text-align: left !important; }
  .text-xxl-1920-right {
    text-align: right !important; }
  .text-xxl-1920-center {
    text-align: center !important; } }

.txt-black {
  color: #000000 !important; }

.txt-white {
  color: #FFFFFF !important; }

.txt-text {
  color: #1B262B !important; }

.txt-red {
  color: #BF3C3C !important; }

.txt-red-dark {
  color: #984141 !important; }

.txt-gray-light {
  color: #F3F5F6 !important; }

.txt-gray-medium {
  color: #AFBCC1 !important; }

.txt-gray-dark {
  color: #5F7A83 !important; }

.txt-gray-darkest {
  color: #253033 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-text {
  background-color: #1B262B !important; }

.bg-red {
  background-color: #BF3C3C !important; }

.bg-red-dark {
  background-color: #984141 !important; }

.bg-yellow {
  background-color: #F2CC00 !important; }

.bg-gray-light {
  background-color: #F3F5F6 !important; }

.bg-gray-medium {
  background-color: #AFBCC1 !important; }

.bg-gray-alternative {
  background-color: #EEEEEE !important; }

.bg-gray-dark {
  background-color: #5F7A83 !important; }

.bg-gray-darkest {
  background-color: #253033 !important; }

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 8px 5%;
  background-color: rgba(17, 17, 17, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  z-index: 1000300;
  text-align: center;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 18px; }

.cc-cookies a, .cc-cookies a:hover {
  color: #fff !important;
  text-decoration: underline; }

.cc-cookies p {
  display: inline;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center; }

.cc-cookies a:hover {
  text-decoration: none; }

.cc-overlay {
  height: 100%;
  padding-top: 25%; }

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #FFF; }

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline;
  color: #000 !important;
  text-decoration: none;
  background: #fff;
  padding: 0.1em 0.75em;
  margin: 0 8px;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in; }

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
  background: #fff;
  margin-left: 0.5em;
  color: #000 !important; }

.cc-cookies a.cc-cookie-reset {
  background: #fff;
  color: #000; }

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #efefef !important;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  color: #FFF; }

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin: 8px; }

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto; }

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline; }

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
  color: #FFF; }

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: inline;
    margin: 8px; } }

.cc-cookies {
  padding: 16px 5%;
  font-size: 12px; }

/* -- Fonticons -- */
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/museo/library/fonts/icomoon.eot?6trqlr");
  src: url("/wp-content/themes/museo/library/fonts/icomoon.eot?6trqlr#iefix") format("embedded-opentype"), url("/wp-content/themes/museo/library/fonts/icomoon.ttf?6trqlr") format("truetype"), url("/wp-content/themes/museo/library/fonts/icomoon.woff?6trqlr") format("woff"), url("/wp-content/themes/museo/library/fonts/icomoon.svg?6trqlr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-down:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-press:before {
  content: ""; }

.icon-tv:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-social-facebook:before {
  content: ""; }

.icon-social-instagram:before {
  content: ""; }

.icon-social-twitter:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-social-youtube:before {
  content: ""; }

.icon-world:before {
  content: ""; }

/* -- Plugins -- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba(0, 0, 0, 0.3); }

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit; }

[dir=rtl] .mm-menu {
  direction: rtl; }

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-panel:after {
  height: 44px; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size); }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel__content {
  padding: 20px 20px 0; }

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0; }

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button); }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto; }

[dir=rtl] .mm-btn_close:before {
  left: 25px; }

[dir=rtl] .mm-btn_close:after {
  left: 18px; }

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-navbar > * {
  min-height: 44px; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1; } }

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden; }

.mm-navbar__title:not(:last-child) {
  padding-right: 0; }

.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0; }

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px; }

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit; }

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%; }

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px; }

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none; }

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_opened .mm-page {
  min-height: 100vh; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  -o-transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed); }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px; }

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05); }

@supports (position: -webkit-sticky) or (position: sticky) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0; }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size); } }

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight); }

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important; }

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important; }

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

:root {
  --mm-iconbar-size:50px; }

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size); }

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size); }

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center; }

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0; }

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0; }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

:root {
  --mm-iconpanel-size:50px; }

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size)); }

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: 0; }

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.mm-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none; }

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.mm-navbars_bottom .mm-navbar {
  border-bottom: none; }

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border); }

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0; }

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0; }

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px; }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0; }

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0; }

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent; }

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text); }

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1); }

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1); }

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border); }

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border); }

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none; }

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border); }

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent; }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none; }

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border); }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent; }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden; }

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px; }

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit; }

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text); }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%; }

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none; }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0; }

.mm-sectionindexer_active {
  right: 0; }

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px; }

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:440px; }

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh; }

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }

input.mm-toggle:before {
  background: #f3f3f3; }

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease; }

input.mm-toggle:checked {
  background: #4bd963; }

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px); }

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2); }

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

input.mm-check:checked:before {
  opacity: 1; }

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }

.mm-menu_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }

.mm-listview_inset .mm-listitem {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 ); }

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 ); }

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none; }

body.modal-open .mm-slideout {
  z-index: unset; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-error-text-color: #f7f7f7;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px; }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp {
  position: fixed; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin-top: -0.5em;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
  text-align: center; }

.pswp__error-msg a {
  color: var(--pswp-error-text-color);
  text-decoration: underline; }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  border-radius: 50%; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

/* Display arrows only when user hovers over them */
/* .pswp--ui-visible {
  .pswp__button--arrow, {
    opacity: 0.75;

    &:hover,
    &:focus {
      opacity: 1;
      outline: none;
    }
  }
} */
.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border: 3px solid var(--pswp-preloader-color);
  border-left-color: var(--pswp-preloader-color-secondary);
  border-radius: 50%;
  /* left:50% / top:50% styles are defined via JS,
    as size of PhotoSwipe viewport might change visually
    (because of UI elements like sidebar),
    use !important if you want to override them */ }

.pswp__preloader--active {
  display: block;
  animation: pswp-fadein 333ms linear, pswp-clockwise 600ms linear infinite; }

.pswp__preloader--hiding {
  animation: pswp-clockwise 600ms linear infinite;
  /* use of !important to override hide-on-close styles */
  opacity: 0 !important; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes pswp-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 18px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  opacity: 0.85;
  margin-right: auto;
  /* align left */ }

.pswp--one-slide .pswp__counter {
  display: none; }

/* -- Layout -- */
.txt-black {
  color: #000000 !important; }

.txt-white {
  color: #FFFFFF !important; }

.txt-text {
  color: #1B262B !important; }

.txt-red {
  color: #BF3C3C !important; }

.txt-red-dark {
  color: #984141 !important; }

.txt-gray-light {
  color: #F3F5F6 !important; }

.txt-gray-medium {
  color: #AFBCC1 !important; }

.txt-gray-dark {
  color: #5F7A83 !important; }

.txt-gray-darkest {
  color: #253033 !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-text {
  background-color: #1B262B !important; }

.bg-red {
  background-color: #BF3C3C !important; }

.bg-red-dark {
  background-color: #984141 !important; }

.bg-yellow {
  background-color: #F2CC00 !important; }

.bg-gray-light {
  background-color: #F3F5F6 !important; }

.bg-gray-medium {
  background-color: #AFBCC1 !important; }

.bg-gray-alternative {
  background-color: #EEEEEE !important; }

.bg-gray-dark {
  background-color: #5F7A83 !important; }

.bg-gray-darkest {
  background-color: #253033 !important; }

html, body {
  color: #1B262B;
  font-family: "Oswald", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
  font-weight: normal;
  text-align: left;
  color: #1B262B;
  font-family: "Oswald", sans-serif; }

h1, .h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: calc(30px + 55 * ((100vw - 320px) / 1280));
  line-height: calc(30px + 55 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 85px;
      line-height: 85px; } }

h2, .h2 {
  font-weight: 700;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1280));
  line-height: calc(36px + 30 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 60px;
      line-height: 66px; } }

h3, .h3 {
  font-weight: 700;
  font-size: calc(34px + 14 * ((100vw - 320px) / 1280));
  line-height: calc(40px + 16 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h3, .h3 {
      font-size: 48px;
      line-height: 56px; } }

h4, .h4 {
  color: #1B262B;
  font-weight: 400;
  font-size: calc(26px + 4 * ((100vw - 320px) / 1280));
  line-height: calc(34px + 4 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h4, .h4 {
      font-size: 30px;
      line-height: 38px; } }

h5, .h5 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: calc(30px + 6 * ((100vw - 320px) / 1280));
  line-height: calc(36px + 6 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h5, .h5 {
      font-size: 36px;
      line-height: 42px; } }

h6, .h6 {
  color: #1B262B;
  font-weight: 400;
  text-align: center;
  font-size: calc(24px + 6 * ((100vw - 320px) / 1280));
  line-height: calc(30px + 6 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    h6, .h6 {
      font-size: 30px;
      line-height: 36px; } }

p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
  line-height: calc(30px + 6 * ((100vw - 320px) / 1280));
  color: #1B262B;
  text-align: left;
  font-weight: 300; }
  @media (min-width: 1600px) {
    p {
      font-size: 24px;
      line-height: 36px; } }
  p.abstract {
    text-transform: uppercase; }
  p.note {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(20px + 4 * ((100vw - 320px) / 1280));
    font-style: italic; }
    @media (min-width: 1600px) {
      p.note {
        font-size: 18px;
        line-height: 24px; } }
  p a {
    font-weight: 400;
    text-decoration: underline;
    color: #1B262B;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (min-width: 992px) {
      p a:hover {
        text-decoration: none; } }

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

q {
  display: block;
  float: left;
  width: 100%;
  font-size: calc(26px + 14 * ((100vw - 320px) / 1280));
  line-height: calc(34px + 16 * ((100vw - 320px) / 1280));
  color: #000000;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-weight: 700; }
  @media (min-width: 1600px) {
    q {
      font-size: 40px;
      line-height: 50px; } }
  q:before, q:after {
    content: none; }

a.phone {
  text-decoration: none;
  font-weight: 300; }
  @media (min-width: 1200px) {
    a.phone {
      cursor: default;
      pointer-events: none; } }

.container {
  max-width: 100%; }
  @media (min-width: 1600px) {
    .container {
      max-width: 1728px; } }
  .container .row {
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    .container.responsive {
      max-width: 690px; } }
  @media (min-width: 992px) {
    .container.responsive {
      max-width: 920px; } }
  @media (min-width: 1200px) {
    .container.responsive {
      max-width: 1120px; } }
  @media (min-width: 1600px) {
    .container.responsive {
      max-width: 1520px; } }
  @media (min-width: 1920px) {
    .container.responsive {
      max-width: 1728px; } }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }
  .container-fluid .row {
    margin-right: 0;
    margin-left: 0; }
    .container-fluid .row > [class*="col-"] {
      padding-right: 1px;
      padding-left: 1px; }

.content-wrapper {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .content-wrapper {
      padding-top: 0; } }

.side-half {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.hero-header + .txt-img-section {
  margin-top: 0; }
  @media (min-width: 992px) {
    .hero-header + .txt-img-section {
      margin-top: 0;
      margin-bottom: calc(-40px - 40 * ((100vw - 992px) / 608)); }
      .hero-header + .txt-img-section .side-content {
        position: relative;
        top: calc(-40px - 40 * ((100vw - 992px) / 608)); }
      .hero-header + .txt-img-section .side-image, .hero-header + .txt-img-section .side-video {
        -webkit-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -moz-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -o-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -ms-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608))); } }
  @media (min-width: 1600px) {
    .hero-header + .txt-img-section {
      margin-bottom: -80px; }
      .hero-header + .txt-img-section .side-content {
        top: -80px; }
      .hero-header + .txt-img-section .side-image, .hero-header + .txt-img-section .side-video {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px); } }

.m-overlying {
  margin-top: 0; }
  @media (min-width: 992px) {
    .m-overlying {
      margin-top: 0;
      margin-bottom: calc(-40px - 40 * ((100vw - 992px) / 608)); }
      .m-overlying .side-content, .m-overlying .side-image, .m-overlying .side-video {
        -webkit-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -moz-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -o-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        -ms-transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608)));
        transform: translateY(calc(-40px - 40 * ((100vw - 992px) / 608))); } }
  @media (min-width: 1600px) {
    .m-overlying {
      margin-bottom: -80px; }
      .m-overlying .side-content, .m-overlying .side-image, .m-overlying .side-video {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px); } }

@media (min-width: 768px) {
  .overlying {
    margin-top: calc(-80px - 80 * ((100vw - 768px) / 832)); } }

@media (min-width: 1600px) {
  .overlying {
    margin-top: -160px; } }

.b-overlying {
  position: relative;
  z-index: 1; }

.w-auto {
  width: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.mt-big {
  margin-top: calc(60px + 60 * ((100vw - 320px) / 1280)) !important; }
  @media (min-width: 1600px) {
    .mt-big {
      margin-top: 120px !important; } }

* {
  outline: 0 !important; }

input, textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important; }

img {
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  height: auto; }

*:focus {
  outline: none;
  outline: 0; }

ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }
  ul li {
    display: block;
    float: left;
    width: 100%; }

body {
  background-color: #FFFFFF; }

section {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1280));
  z-index: 2; }
  @media (min-width: 1600px) {
    section {
      margin-top: 80px; } }
  section.prefooter {
    margin-top: 0;
    padding-bottom: calc(55px + 55 * ((100vw - 320px) / 1280));
    padding-top: calc(40px + 40 * ((100vw - 320px) / 1280));
    background-color: #F3F5F6; }
    @media (min-width: 1600px) {
      section.prefooter {
        padding-bottom: 110px;
        padding-top: 80px; } }
  section.top-gray {
    position: relative;
    z-index: 2; }
    section.top-gray .container {
      position: relative;
      z-index: 2; }
    section.top-gray:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100px;
      width: 100%;
      padding-bottom: 6.25%;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1; }
    section.top-gray:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100px;
      background-color: #EEEEEE;
      z-index: 1; }
  section.bottom-yellow {
    position: relative;
    z-index: 2; }
    section.bottom-yellow .container {
      position: relative;
      z-index: 2; }
    section.bottom-yellow:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 60px;
      width: 100%;
      padding-bottom: 6.25%;
      background-image: url("/wp-content/themes/museo/dist/img/paint-top-yellow.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1; }
    section.bottom-yellow:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 60px;
      background-color: #F2CC00;
      z-index: 1; }
  section.half-bottom-gray-light {
    position: relative;
    z-index: 2; }
    section.half-bottom-gray-light .container {
      position: relative;
      z-index: 2; }
    section.half-bottom-gray-light:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 50%;
      width: 100%;
      padding-bottom: 6.25%;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1; }
    section.half-bottom-gray-light:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: #F3F5F6;
      z-index: 1; }
  section.home-news-gray-light {
    margin-top: 0;
    padding-top: calc(40px + 40 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      section.home-news-gray-light {
        padding-top: 80px; } }
    section.home-news-gray-light .container {
      position: relative;
      z-index: 2; }
    section.home-news-gray-light .component-bkg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0;
      background-color: #F3F5F6;
      z-index: 1; }
  section.top-gradient {
    overflow: hidden; }
    section.top-gradient .news-list {
      position: relative; }
      section.top-gradient .news-list:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 30px;
        width: 100vw;
        height: 150px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: content;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.top-gradient .news-list:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 180px;
        width: 100vw;
        height: 420px;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #f3f5f6;
        background: -moz-linear-gradient(0deg, rgba(243, 245, 246, 0) 0%, #f3f5f6 100%);
        background: -webkit-linear-gradient(0deg, rgba(243, 245, 246, 0) 0%, #f3f5f6 100%);
        background: linear-gradient(0deg, rgba(243, 245, 246, 0) 0%, #f3f5f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f5f6",endColorstr="#f3f5f6",GradientType=1); }
      section.top-gradient .news-list > div {
        position: relative;
        z-index: 2; }
  section[class^='bg-'], section[class*=' bg-'] {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 1280));
    padding-bottom: calc(40px + 40 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      section[class^='bg-'], section[class*=' bg-'] {
        padding-top: 80px;
        padding-bottom: 80px; } }

aside {
  margin-top: 40px; }
  @media (min-width: 992px) {
    aside {
      margin-top: 0; } }
  aside > *:last-child {
    margin-bottom: 0; }

.block-list-img {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%; }
  .block-list-img:not(.no-border):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 6px solid #ccc; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  padding: 10px 0;
  flex-direction: row;
  z-index: 99;
  background-color: #131716;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .header {
      background-color: transparent;
      padding: calc(20px + 20 * ((100vw - 992px) / 608)) 0 20px 0; } }
  @media (min-width: 1600px) {
    .header {
      padding: 40px 0 20px 0; } }
  .header:before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: black;
    background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    @media (min-width: 992px) {
      .header:before {
        content: ''; } }
  .header .row > div {
    display: flex;
    flex-direction: row; }
  .header .header-logo {
    display: block;
    float: left;
    height: 50px; }
    @media (min-width: 992px) {
      .header .header-logo {
        height: calc(50px + 20 * ((100vw - 992px) / 608)); } }
    @media (min-width: 1600px) {
      .header .header-logo {
        height: 70px; } }
    .header .header-logo img {
      width: auto;
      height: 100%; }
  .header .header-wrapper {
    display: block;
    float: right;
    width: 100%; }
    .header .header-wrapper .header-meta {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      margin-bottom: 12px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 2; }
      @media (min-width: 992px) {
        .header .header-wrapper .header-meta {
          display: block;
          margin-bottom: calc(12px + 12 * ((100vw - 992px) / 608)); } }
      @media (min-width: 1600px) {
        .header .header-wrapper .header-meta {
          margin-bottom: 24px; } }
      .header .header-wrapper .header-meta > ul {
        width: auto;
        float: right; }
        .header .header-wrapper .header-meta > ul > li {
          position: relative;
          width: auto;
          margin-left: 60px; }
          .header .header-wrapper .header-meta > ul > li:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 50%;
            width: 1px;
            height: 24px;
            background-color: #5F7A83;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .header .header-wrapper .header-meta > ul > li:first-child {
            margin-left: 0;
            padding-left: 0; }
            .header .header-wrapper .header-meta > ul > li:first-child:before {
              content: none; }
          .header .header-wrapper .header-meta > ul > li.search input {
            display: block;
            float: left;
            width: 100px;
            padding: 0;
            margin: 0;
            border: 0 none;
            font-size: 18px;
            line-height: 24px;
            color: #FFFFFF;
            font-style: italic;
            font-family: "Oswald", sans-serif;
            font-weight: 300;
            background-color: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .header .header-wrapper .header-meta > ul > li.search input::-webkit-input-placeholder {
              color: #FFFFFF; }
            .header .header-wrapper .header-meta > ul > li.search input::-moz-placeholder {
              color: #FFFFFF; }
            .header .header-wrapper .header-meta > ul > li.search input:-ms-input-placeholder {
              color: #FFFFFF; }
            .header .header-wrapper .header-meta > ul > li.search input:-moz-placeholder {
              color: #FFFFFF; }
            .header .header-wrapper .header-meta > ul > li.search input:focus {
              width: 240px; }
          .header .header-wrapper .header-meta > ul > li.search button {
            display: block;
            float: left;
            width: 24px;
            height: 24px;
            padding: 0;
            margin: 0 0 0 14px;
            border: 0 none;
            background-color: transparent;
            cursor: pointer; }
            .header .header-wrapper .header-meta > ul > li.search button i {
              display: block;
              float: left;
              width: 24px;
              height: 24px;
              font-size: 24px;
              line-height: 24px;
              color: #AFBCC1;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            @media (min-width: 992px) {
              .header .header-wrapper .header-meta > ul > li.search button:hover i {
                color: #F3F5F6; } }
          .header .header-wrapper .header-meta > ul > li.lang {
            position: relative;
            cursor: pointer; }
            .header .header-wrapper .header-meta > ul > li.lang span {
              position: relative;
              display: block;
              float: left;
              padding-right: 36px;
              font-size: 18px;
              line-height: 24px;
              color: #FFFFFF;
              text-transform: uppercase;
              font-family: "Oswald", sans-serif;
              font-weight: 400;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              .header .header-wrapper .header-meta > ul > li.lang span i {
                position: absolute;
                right: 0;
                top: 50%;
                width: 24px;
                height: 24px;
                font-size: 24px;
                line-height: 24px;
                color: #AFBCC1;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
              .header .header-wrapper .header-meta > ul > li.lang span:before {
                content: '';
                position: absolute;
                left: -12px;
                top: -12px;
                width: calc(100% + 24px);
                height: calc(100% + 24px);
                background-color: transparent;
                z-index: -1;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease; }
            .header .header-wrapper .header-meta > ul > li.lang ul {
              position: absolute;
              right: -12px;
              top: -9999px;
              width: calc(100% + 24px);
              padding: 12px 0;
              border-top: 1px solid #AFBCC1;
              background-color: #FFFFFF;
              opacity: 0;
              -webkit-transition: opacity 0.3s ease;
              -moz-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              -ms-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
              .header .header-wrapper .header-meta > ul > li.lang ul li {
                padding: 8px 12px;
                border-bottom: 1px solid #F3F5F6; }
                .header .header-wrapper .header-meta > ul > li.lang ul li:first-child {
                  padding-top: 0; }
                .header .header-wrapper .header-meta > ul > li.lang ul li:last-child {
                  padding-bottom: 0;
                  border-bottom: 0 none; }
                .header .header-wrapper .header-meta > ul > li.lang ul li a {
                  display: block;
                  float: left;
                  width: 100%;
                  font-size: 18px;
                  line-height: 24px;
                  color: #5F7A83;
                  text-transform: uppercase;
                  font-family: "Oswald", sans-serif;
                  font-weight: 400;
                  text-decoration: none;
                  -webkit-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease;
                  transition: all 0.3s ease; }
                  @media (min-width: 992px) {
                    .header .header-wrapper .header-meta > ul > li.lang ul li a:hover {
                      color: #AFBCC1; } }
            .header .header-wrapper .header-meta > ul > li.lang:hover span {
              color: #AFBCC1; }
              .header .header-wrapper .header-meta > ul > li.lang:hover span:before {
                background-color: #FFFFFF; }
            .header .header-wrapper .header-meta > ul > li.lang:hover ul {
              top: calc(100% + 12px);
              opacity: 1; }
    .header .header-wrapper .header-menu {
      position: relative;
      display: none;
      float: left;
      width: 100%;
      z-index: 1; }
      @media (min-width: 992px) {
        .header .header-wrapper .header-menu {
          display: block; } }
      .header .header-wrapper .header-menu > ul {
        float: right;
        width: auto; }
        .header .header-wrapper .header-menu > ul > li {
          position: relative;
          width: auto;
          margin-left: 36px; }
          @media (min-width: 992px) {
            .header .header-wrapper .header-menu > ul > li {
              margin-left: calc(36px + 10 * ((100vw - 992px) / 608)); } }
          @media (min-width: 1600px) {
            .header .header-wrapper .header-menu > ul > li {
              margin-left: 46px; } }
          .header .header-wrapper .header-menu > ul > li > a {
            position: relative;
            display: block;
            float: left;
            width: auto;
            font-size: 22px;
            line-height: 28px;
            color: #FFFFFF;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 300;
            -webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
            -moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
            -o-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
            -ms-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
            text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: 2; }
            @media (min-width: 992px) {
              .header .header-wrapper .header-menu > ul > li > a {
                font-size: calc(22px + 4 * ((100vw - 992px) / 608));
                line-height: calc(28px + 4 * ((100vw - 992px) / 608)); } }
            @media (min-width: 1600px) {
              .header .header-wrapper .header-menu > ul > li > a {
                font-size: 26px;
                line-height: 32px; } }
          .header .header-wrapper .header-menu > ul > li.current-menu-item:before {
            content: '';
            position: absolute;
            left: -15px;
            top: -5px;
            width: 34px;
            height: 44px;
            background-color: #BF3C3C;
            z-index: 1; }
          .header .header-wrapper .header-menu > ul > li.current-menu-item:after {
            content: '';
            position: absolute;
            left: 2px;
            top: -5px;
            width: 24px;
            height: 44px;
            background-color: #BF3C3C;
            z-index: 1;
            -webkit-transform: skew(-18deg);
            -moz-transform: skew(-18deg);
            -o-transform: skew(-18deg);
            -ms-transform: skew(-18deg);
            transform: skew(-18deg); }
          .header .header-wrapper .header-menu > ul > li.current-menu-item > a {
            color: #FFFFFF !important; }
          .header .header-wrapper .header-menu > ul > li.menu-item-has-children {
            position: relative; }
            .header .header-wrapper .header-menu > ul > li.menu-item-has-children > a:before {
              content: '';
              position: absolute;
              left: 50%;
              bottom: -12px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 8px 8px 8px;
              border-color: transparent transparent #FFFFFF transparent;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: opacity 0.3s ease;
              -moz-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              -ms-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease;
              opacity: 0; }
            .header .header-wrapper .header-menu > ul > li.menu-item-has-children > a:after {
              content: "";
              position: absolute;
              left: 50%;
              bottom: -12px;
              width: 12px;
              height: 12px;
              font-size: 12px;
              line-height: 12px;
              color: inherit;
              font-family: "icomoon" !important;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: opacity 0.3s ease;
              -moz-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              -ms-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
            .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul {
              position: absolute;
              left: -20px;
              top: -9999px;
              width: auto;
              padding: 18px 20px;
              background-color: #FFFFFF;
              opacity: 0;
              -webkit-transition: opacity 0.3s ease;
              -moz-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              -ms-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease;
              -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
              -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
              -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
              -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
              .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul:before {
                content: '';
                position: absolute;
                left: 0;
                top: -12px;
                width: 100%;
                height: 12px;
                background-color: transparent; }
              .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li {
                position: relative;
                margin-top: 10px;
                padding-top: 10px; }
                .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 30px;
                  height: 1px;
                  background-color: #D5DCDF; }
                .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li:first-child {
                  margin-top: 0;
                  padding-top: 0; }
                  .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li:first-child:before {
                    content: none; }
                .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li a {
                  font-size: 18px;
                  line-height: 26px;
                  color: #5F7A83;
                  text-decoration: none;
                  font-weight: 300;
                  white-space: nowrap;
                  -webkit-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease;
                  transition: all 0.3s ease; }
                  @media (min-width: 992px) {
                    .header .header-wrapper .header-menu > ul > li.menu-item-has-children > ul li a:hover {
                      color: #1B262B; } }
            @media (min-width: 992px) {
              .header .header-wrapper .header-menu > ul > li.menu-item-has-children:hover > a:before {
                opacity: 1; }
              .header .header-wrapper .header-menu > ul > li.menu-item-has-children:hover > a:after {
                opacity: 0; }
              .header .header-wrapper .header-menu > ul > li.menu-item-has-children:hover > ul {
                top: calc(100% + 10px);
                opacity: 1; } }
    .header .header-wrapper .mobile-menu {
      position: relative;
      display: block;
      float: right;
      width: 44px;
      height: 50px; }
      .header .header-wrapper .mobile-menu i {
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        color: #F3F5F6;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media (min-width: 992px) {
        .header .header-wrapper .mobile-menu {
          display: none; } }

.header-scroll .header {
  padding: 10px 0;
  background-color: #131716;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65); }
  @media (min-width: 992px) {
    .header-scroll .header {
      padding: 20px 0; } }
  .header-scroll .header:before {
    height: 100%;
    opacity: 0; }
  .header-scroll .header .header-wrapper .header-meta {
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .header-scroll .header .header-wrapper .header-meta {
        margin-bottom: calc(12px + 8 * ((100vw - 992px) / 608)); } }
    @media (min-width: 1600px) {
      .header-scroll .header .header-wrapper .header-meta {
        margin-bottom: 20px; } }

/* Mobile menu */
.mm-menu {
  width: 100%;
  background-color: #5F7A83; }
  .mm-menu .mm-navbars_top .mm-navbar {
    border: 0 none;
    justify-content: flex-end;
    background-color: transparent; }
  .mm-menu .mm-navbars_top .mm-btn:before {
    content: none; }
  .mm-menu .mm-navbars_top .mm-btn:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 18px;
    line-height: 18px;
    color: #AFBCC1;
    font-family: "icomoon" !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mm-menu .mm-panels {
    background-color: transparent; }
    .mm-menu .mm-panels .mm-panel {
      background-color: transparent; }
      .mm-menu .mm-panels .mm-panel .mm-navbar {
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .mm-menu .mm-panels .mm-panel .mm-navbar .mm-navbar__title {
          justify-content: flex-start;
          color: #FFFFFF; }
        .mm-menu .mm-panels .mm-panel .mm-navbar .mm-btn:before {
          border-color: #AFBCC1; }
      .mm-menu .mm-panels .mm-panel#mm-1 .mm-navbar {
        display: none; }
      .mm-menu .mm-panels .mm-panel .mm-listview {
        margin-top: 10px;
        padding-bottom: 20px; }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem:after {
          content: none;
          border-color: rgba(37, 48, 51, 0.4); }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text {
          padding: 7px 15px;
          font-size: 22px;
          line-height: 28px;
          color: #FFFFFF;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 300; }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn_next {
          border: 0 none; }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn_next:after {
            border-color: #AFBCC1; }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item {
          position: relative; }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item:before {
            content: '';
            position: absolute;
            left: -10px;
            top: 0;
            width: 34px;
            height: 44px;
            background-color: #BF3C3C;
            z-index: 1; }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item:after {
            content: '';
            position: absolute;
            left: 12px !important;
            top: 0;
            width: 24px;
            height: 44px;
            background-color: #BF3C3C;
            z-index: 1;
            -webkit-transform: skew(-18deg);
            -moz-transform: skew(-18deg);
            -o-transform: skew(-18deg);
            -ms-transform: skew(-18deg);
            transform: skew(-18deg); }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.current-menu-item > .mm-listitem__text {
            z-index: 2; }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search {
          padding: 15px; }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form {
            position: relative; }
            .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form input {
              position: relative;
              display: block;
              float: left;
              width: 100%;
              padding: 10px 15px;
              margin: 0;
              border: 0 none;
              font-size: 18px;
              line-height: 24px;
              color: #FFFFFF;
              font-style: italic;
              font-family: "Oswald", sans-serif;
              font-weight: 300;
              background-color: rgba(255, 255, 255, 0.3);
              z-index: 1; }
              .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form input::-webkit-input-placeholder {
                color: #FFFFFF; }
              .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form input::-moz-placeholder {
                color: #FFFFFF; }
              .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form input:-ms-input-placeholder {
                color: #FFFFFF; }
              .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form input:-moz-placeholder {
                color: #FFFFFF; }
            .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form button {
              position: absolute;
              right: 0;
              top: 0;
              width: 44px;
              height: 44px;
              margin: 0;
              padding: 0;
              border: 0 none;
              background-color: transparent;
              z-index: 2; }
              .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search form button i {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 20px;
                height: 20px;
                font-size: 20px;
                line-height: 20px;
                color: #FFFFFF;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang {
          display: block;
          float: left;
          width: 100%;
          margin-top: 4px; }
          .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang a {
            display: block;
            float: left;
            width: auto;
            padding: 4px 22px;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            font-size: 16px;
            line-height: 20px;
            font-weight: 400; }
            .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang a:first-child {
              padding-left: 15px; }
            .mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang a:last-child {
              padding-right: 15px;
              border-right: 0 none; }

.item-en-only a:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -5px;
  z-index: 2;
  opacity: 0.75;
  background-image: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png");
  width: 18px;
  height: 12px;
  margin: 0;
  padding: 0; }

.footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0;
  padding-bottom: calc(30px + 30 * ((100vw - 320px) / 1280));
  background-color: #131716;
  z-index: 2; }
  @media (min-width: 1600px) {
    .footer {
      padding-bottom: 60px; } }
  .footer .row > div {
    text-align: center; }
    @media (min-width: 992px) {
      .footer .row > div {
        text-align: left; } }
  .footer .footer-logo {
    display: inline-block;
    float: none;
    width: calc(156px + 60 * ((100vw - 320px) / 1280));
    margin-top: -16px; }
    @media (min-width: 992px) {
      .footer .footer-logo {
        float: left; } }
    @media (min-width: 1600px) {
      .footer .footer-logo {
        width: 216px; } }
  .footer .footer-content {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 20px;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .footer .footer-content {
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end; } }
    @media (min-width: 1200px) {
      .footer .footer-content {
        margin-top: 20px; } }
    .footer .footer-content .footer-menu {
      display: block;
      float: left;
      width: 100%;
      margin-top: 20px;
      text-align: center; }
      @media (min-width: 992px) {
        .footer .footer-content .footer-menu {
          width: 45%;
          margin-top: 0;
          text-align: left;
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); } }
      .footer .footer-content .footer-menu p {
        position: relative;
        width: 100%;
        font-family: "Oswald", sans-serif;
        font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
        line-height: calc(24px + 6 * ((100vw - 320px) / 1280));
        color: #FFFFFF;
        font-weight: 300;
        text-align: center; }
        @media (min-width: 992px) {
          .footer .footer-content .footer-menu p {
            width: auto;
            text-align: left;
            padding-right: calc(8px + 8 * ((100vw - 992px) / 608));
            margin-right: calc(7px + 8 * ((100vw - 992px) / 608)); } }
        @media (min-width: 1600px) {
          .footer .footer-content .footer-menu p {
            padding-right: 16px;
            margin-right: 15px;
            font-size: 20px;
            line-height: 30px; } }
        .footer .footer-content .footer-menu p:after {
          content: none;
          position: absolute;
          right: 0;
          top: 50%;
          width: 1px;
          height: 80%;
          background-color: #5F7A83;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (min-width: 992px) {
            .footer .footer-content .footer-menu p:after {
              content: none;
              height: calc(80% + 20 * ((100vw - 992px) / 608)); } }
          @media (min-width: 1600px) {
            .footer .footer-content .footer-menu p:after {
              height: 100%; } }
      .footer .footer-content .footer-menu ul {
        width: 100%;
        margin-top: 4px;
        text-align: center;
        font-size: 0; }
        @media (min-width: 992px) {
          .footer .footer-content .footer-menu ul {
            width: auto;
            margin-top: 0;
            text-align: left;
            column-count: 2; } }
        .footer .footer-content .footer-menu ul li {
          position: relative;
          display: inline-block;
          float: none;
          width: auto;
          padding-right: 8px;
          margin-right: 7px; }
          @media (min-width: 992px) {
            .footer .footer-content .footer-menu ul li {
              display: block;
              float: left;
              width: 100%;
              padding-right: calc(8px + 8 * ((100vw - 992px) / 608));
              margin-right: calc(7px + 8 * ((100vw - 992px) / 608));
              padding-top: 10px;
              padding-bottom: 10px; } }
          @media (min-width: 1600px) {
            .footer .footer-content .footer-menu ul li {
              padding-right: 16px;
              margin-right: 15px; } }
          .footer .footer-content .footer-menu ul li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 80%;
            background-color: #5F7A83;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (min-width: 992px) {
              .footer .footer-content .footer-menu ul li:after {
                top: inherit;
                bottom: 0;
                left: 0;
                width: calc(100% - 15px);
                height: 1px; } }
          .footer .footer-content .footer-menu ul li:last-child {
            padding-right: 0;
            margin-right: 0; }
            .footer .footer-content .footer-menu ul li:last-child:after {
              content: none; }
          .footer .footer-content .footer-menu ul li a {
            display: block;
            float: left;
            width: auto;
            font-family: "Oswald", sans-serif;
            font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
            line-height: calc(24px + 6 * ((100vw - 320px) / 1280));
            color: #FFFFFF;
            font-weight: 300;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media (min-width: 992px) {
              .footer .footer-content .footer-menu ul li a:hover {
                color: #AFBCC1; } }
            @media (min-width: 1600px) {
              .footer .footer-content .footer-menu ul li a {
                font-size: 20px;
                line-height: 30px; } }
    .footer .footer-content .footer-sponsor {
      display: flex;
      float: right;
      width: 100%;
      justify-content: flex-end;
      flex-direction: column; }
      @media (min-width: 992px) {
        .footer .footer-content .footer-sponsor {
          flex-direction: row; } }
      .footer .footer-content .footer-sponsor .sponsor {
        position: relative;
        float: left;
        width: 100%;
        padding-bottom: 22px;
        text-align: center; }
        @media (min-width: 992px) {
          .footer .footer-content .footer-sponsor .sponsor {
            width: auto;
            padding-right: calc(20px + 5 * ((100vw - 992px) / 608));
            padding-bottom: 0;
            text-align: center; } }
        @media (min-width: 1600px) {
          .footer .footer-content .footer-sponsor .sponsor {
            padding-right: 25px; } }
        .footer .footer-content .footer-sponsor .sponsor:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: #5F7A83;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media (min-width: 992px) {
            .footer .footer-content .footer-sponsor .sponsor:after {
              top: 50%;
              bottom: inherit;
              width: 1px;
              height: 90px; } }
        .footer .footer-content .footer-sponsor .sponsor p {
          width: 100%;
          font-family: "Oswald", sans-serif;
          font-size: calc(16px + 0 * ((100vw - 320px) / 1280));
          line-height: calc(24px + 0 * ((100vw - 320px) / 1280));
          color: #FFFFFF;
          font-weight: 300;
          font-style: italic;
          text-align: center; }
          @media (min-width: 992px) {
            .footer .footer-content .footer-sponsor .sponsor p {
              width: 100%;
              text-align: center;
              margin-bottom: 10px !important; } }
          @media (min-width: 1600px) {
            .footer .footer-content .footer-sponsor .sponsor p {
              font-size: 16px;
              line-height: 24px; } }
        .footer .footer-content .footer-sponsor .sponsor a {
          display: inline-block;
          float: none;
          width: 185px;
          height: auto;
          margin-top: 10px; }
          @media (min-width: 992px) {
            .footer .footer-content .footer-sponsor .sponsor a {
              display: inline-block;
              float: none;
              vertical-align: middle;
              width: calc(85px + 100 * ((100vw - 992px) / 928));
              margin-top: 0;
              margin-right: 15px;
              margin-bottom: 15px; } }
        .footer .footer-content .footer-sponsor .sponsor .sponsor-logos {
          float: right;
          display: flex;
          margin: 0;
          width: inherit;
          flex-direction: column; }
          .footer .footer-content .footer-sponsor .sponsor .sponsor-logos a {
            margin-bottom: 15px; }
      .footer .footer-content .footer-sponsor ul {
        width: 100%;
        margin-top: 10px;
        text-align: center; }
        @media (min-width: 992px) {
          .footer .footer-content .footer-sponsor ul {
            width: auto;
            margin-left: calc(20px + 5 * ((100vw - 992px) / 608));
            margin-top: 0; } }
        @media (min-width: 1600px) {
          .footer .footer-content .footer-sponsor ul {
            margin-left: 25px; } }
        .footer .footer-content .footer-sponsor ul li {
          display: inline-block;
          float: none;
          width: auto;
          height: 60px;
          margin-left: 6px;
          margin-right: 6px;
          margin-top: 12px; }
          @media (min-width: 992px) {
            .footer .footer-content .footer-sponsor ul li {
              display: block;
              float: left;
              margin-top: 0;
              margin-bottom: 10px;
              /*
                        &:first-child {
                            margin-left:0;
                        }*/ }
              .footer .footer-content .footer-sponsor ul li:last-child {
                margin-right: 0; } }
          @media (min-width: 992px) {
            .footer .footer-content .footer-sponsor ul li {
              height: calc(40px + 40 * ((100vw - 992px) / 928));
              margin-left: calc(6px + 9 * ((100vw - 992px) / 928));
              margin-right: calc(6px + 9 * ((100vw - 992px) / 928)); } }
          @media (min-width: 1600px) {
            .footer .footer-content .footer-sponsor ul li {
              height: 80px;
              margin-left: 15px;
              margin-right: 15px; } }
          .footer .footer-content .footer-sponsor ul li img {
            width: auto;
            height: 100%; }

/* -- Components -- */
.hero-home {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  z-index: 1; }
  @media (min-width: 768px) {
    .hero-home {
      margin-bottom: calc(-54px - 10 * ((100vw - 576px) / 416)); } }
  @media (min-width: 992px) {
    .hero-home {
      margin-bottom: 0; } }
  .hero-home .hero-slider {
    position: relative;
    display: none;
    float: left;
    width: 100%; }
    .hero-home .hero-slider.slick-initialized {
      display: block; }
    .hero-home .hero-slider .slick-slide {
      position: relative; }
      .hero-home .hero-slider .slick-slide .hero-content {
        float: left;
        width: 100%;
        padding-top: 20px;
        z-index: 3; }
        @media (min-width: 576px) {
          .hero-home .hero-slider .slick-slide .hero-content {
            position: absolute;
            left: 0;
            bottom: calc(20px + 110 * ((100vw - 576px) / 1024));
            padding-top: 0; } }
        @media (min-width: 1600px) {
          .hero-home .hero-slider .slick-slide .hero-content {
            bottom: 130px; } }
        .hero-home .hero-slider .slick-slide .hero-content h1, .hero-home .hero-slider .slick-slide .hero-content .h1, .hero-home .hero-slider .slick-slide .hero-content h2, .hero-home .hero-slider .slick-slide .hero-content .h2 {
          margin-top: 3px;
          font-family: "Oswald", sans-serif;
          font-weight: 700;
          font-size: calc(30px + 30 * ((100vw - 320px) / 1280));
          line-height: calc(36px + 30 * ((100vw - 320px) / 1280));
          color: #131716; }
          @media (min-width: 576px) {
            .hero-home .hero-slider .slick-slide .hero-content h1, .hero-home .hero-slider .slick-slide .hero-content .h1, .hero-home .hero-slider .slick-slide .hero-content h2, .hero-home .hero-slider .slick-slide .hero-content .h2 {
              color: #FFFFFF;
              -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); } }
          @media (min-width: 1600px) {
            .hero-home .hero-slider .slick-slide .hero-content h1, .hero-home .hero-slider .slick-slide .hero-content .h1, .hero-home .hero-slider .slick-slide .hero-content h2, .hero-home .hero-slider .slick-slide .hero-content .h2 {
              font-size: 60px;
              line-height: 66px; } }
        .hero-home .hero-slider .slick-slide .hero-content p {
          margin-top: calc(5px + 30 * ((100vw - 320px) / 1280));
          color: #131716; }
          @media (min-width: 576px) {
            .hero-home .hero-slider .slick-slide .hero-content p {
              color: #FFFFFF;
              -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
              text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); } }
          @media (min-width: 1600px) {
            .hero-home .hero-slider .slick-slide .hero-content p {
              margin-top: 35px; } }
          .hero-home .hero-slider .slick-slide .hero-content p.eyelet {
            margin-top: 0;
            font-size: calc(20px + 6 * ((100vw - 320px) / 1280));
            text-transform: uppercase; }
            @media (min-width: 1600px) {
              .hero-home .hero-slider .slick-slide .hero-content p.eyelet {
                font-size: 26px; } }
        .hero-home .hero-slider .slick-slide .hero-content .btn {
          margin-top: calc(20px + 15 * ((100vw - 320px) / 1280)); }
          @media (min-width: 1600px) {
            .hero-home .hero-slider .slick-slide .hero-content .btn {
              margin-top: 35px; } }
      .hero-home .hero-slider .slick-slide .hero-image {
        float: left;
        width: 100%;
        background-color: #984141;
        z-index: 1; }
        .hero-home .hero-slider .slick-slide .hero-image > img {
          position: relative;
          float: right;
          width: 100%;
          z-index: 1; }
          @media (min-width: 576px) {
            .hero-home .hero-slider .slick-slide .hero-image > img {
              width: 71%; } }
        .hero-home .hero-slider .slick-slide .hero-image:before {
          content: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-position: left top;
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 2; }
          @media (min-width: 576px) {
            .hero-home .hero-slider .slick-slide .hero-image:before {
              content: ''; } }
      .hero-home .hero-slider .slick-slide:before {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 350px;
        opacity: 0.7;
        z-index: 2;
        background: black;
        background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
        @media (min-width: 576px) {
          .hero-home .hero-slider .slick-slide:before {
            content: ''; } }
      .hero-home .hero-slider .slick-slide:after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 800px;
        height: 100%;
        opacity: 0.5;
        z-index: 2;
        background: black;
        background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
        @media (min-width: 576px) {
          .hero-home .hero-slider .slick-slide:after {
            content: ''; } }
    .hero-home .hero-slider .slick-dots {
      position: absolute;
      left: 50%;
      bottom: -45px;
      width: 100%;
      padding: 0 15px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .hero-home .hero-slider .slick-dots {
          bottom: 0;
          max-width: 690px; } }
      @media (min-width: 992px) {
        .hero-home .hero-slider .slick-dots {
          bottom: calc(20px + 10 * ((100vw - 992px) / 608));
          max-width: 920px; } }
      @media (min-width: 1200px) {
        .hero-home .hero-slider .slick-dots {
          max-width: 1120px; } }
      @media (min-width: 1600px) {
        .hero-home .hero-slider .slick-dots {
          bottom: 30px;
          max-width: 1520px; } }
      @media (min-width: 1920px) {
        .hero-home .hero-slider .slick-dots {
          max-width: 1728px; } }
      .hero-home .hero-slider .slick-dots li {
        width: auto;
        margin-right: calc(10px + 10 * ((100vw - 320px) / 1280)); }
        @media (min-width: 1600px) {
          .hero-home .hero-slider .slick-dots li {
            margin-right: 20px; } }
        .hero-home .hero-slider .slick-dots li button {
          position: relative;
          display: block;
          float: left;
          width: calc(40px + 40 * ((100vw - 320px) / 1280));
          height: 34px;
          border: 0 none !important;
          text-indent: -9999px;
          background-color: transparent !important;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          cursor: pointer; }
          @media (min-width: 1600px) {
            .hero-home .hero-slider .slick-dots li button {
              width: 80px; } }
          .hero-home .hero-slider .slick-dots li button:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: 4px;
            background-color: #AFBCC1;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
          @media (min-width: 768px) {
            .hero-home .hero-slider .slick-dots li button:before {
              background-color: rgba(255, 255, 255, 0.4); } }
          @media (min-width: 992px) {
            .hero-home .hero-slider .slick-dots li button:hover:before {
              background-color: rgba(255, 255, 255, 0.7); } }
        .hero-home .hero-slider .slick-dots li.slick-active button:before {
          background-color: #5F7A83; }
          @media (min-width: 768px) {
            .hero-home .hero-slider .slick-dots li.slick-active button:before {
              background-color: #FFFFFF; } }
        .hero-home .hero-slider .slick-dots li:last-child {
          margin-right: 0; }

.hero-header {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .hero-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    background: black;
    background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  .hero-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    opacity: 0.7;
    z-index: 2;
    background: black;
    background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  .hero-header .hero-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 320px;
    padding: 40px 0;
    text-align: center;
    -webkit-text-shadow: 0px 0px 20px black;
    -moz-text-shadow: 0px 0px 20px black;
    -o-text-shadow: 0px 0px 20px black;
    -ms-text-shadow: 0px 0px 20px black;
    text-shadow: 0px 0px 20px black;
    z-index: 3; }
    @media (min-width: 768px) {
      .hero-header .hero-content {
        padding: 60px 0; } }
    @media (min-width: 992px) {
      .hero-header .hero-content {
        min-height: calc(320px + 110 * ((100vw - 992px) / 608));
        padding: calc(100px + 30 * ((100vw - 992px) / 608)) 0 calc(50px + 30 * ((100vw - 992px) / 608)) 0; } }
    @media (min-width: 1600px) {
      .hero-header .hero-content {
        min-height: 430px;
        padding: 150px 0 80px 0; } }
    .hero-header .hero-content h1, .hero-header .hero-content .h1, .hero-header .hero-content h2, .hero-header .hero-content .h2 {
      text-align: center; }
    .hero-header .hero-content h2, .hero-header .hero-content .h2 {
      margin-top: calc(14px + 6 * ((100vw - 320px) / 1280));
      font-size: calc(22px + 8 * ((100vw - 320px) / 1280));
      line-height: calc(30px + 8 * ((100vw - 320px) / 1280));
      color: #FFFFFF;
      font-weight: 300; }
      @media (min-width: 1600px) {
        .hero-header .hero-content h2, .hero-header .hero-content .h2 {
          margin-top: 20px;
          font-size: 30px;
          line-height: 38px; } }
    .hero-header .hero-content ul {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
      font-size: 0;
      z-index: 2; }
      .hero-header .hero-content ul li {
        display: inline-block;
        float: none;
        width: auto;
        padding-right: calc(10px + 10 * ((100vw - 320px) / 1280));
        margin-right: calc(10px + 10 * ((100vw - 320px) / 1280));
        border-right: 1px solid #5F7A83; }
        @media (min-width: 1600px) {
          .hero-header .hero-content ul li {
            padding-right: 20px;
            margin-right: 20px; } }
        .hero-header .hero-content ul li time, .hero-header .hero-content ul li a {
          display: block;
          float: left;
          width: auto;
          font-size: calc(16px + 6 * ((100vw - 320px) / 1280));
          line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
          color: #FFFFFF;
          font-weight: 300;
          text-transform: uppercase;
          text-decoration: none; }
          @media (min-width: 1600px) {
            .hero-header .hero-content ul li time, .hero-header .hero-content ul li a {
              font-size: 22px;
              line-height: 30px; } }
        .hero-header .hero-content ul li a {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) {
            .hero-header .hero-content ul li a:hover {
              color: #AFBCC1; } }
        .hero-header .hero-content ul li:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: 0 none; }
  .hero-header nav[itemprop="breadcrumb"] {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .hero-header nav[itemprop="breadcrumb"] {
        display: block;
        bottom: calc(20px + 20 * ((100vw - 768px) / 832)); } }
    @media (min-width: 1600px) {
      .hero-header nav[itemprop="breadcrumb"] {
        bottom: 40px;
        max-width: 1728px; } }
    .hero-header nav[itemprop="breadcrumb"] > span {
      width: auto; }
      .hero-header nav[itemprop="breadcrumb"] > span span {
        position: relative;
        width: auto;
        color: #FFFFFF; }
        .hero-header nav[itemprop="breadcrumb"] > span span a {
          padding-right: 19px;
          margin-right: 18px;
          position: relative; }
          .hero-header nav[itemprop="breadcrumb"] > span span a:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #5F7A83; }
          .hero-header nav[itemprop="breadcrumb"] > span span a:last-child {
            padding-right: 0;
            margin-right: 0; }
            .hero-header nav[itemprop="breadcrumb"] > span span a:last-child:after {
              content: none; }
        .hero-header nav[itemprop="breadcrumb"] > span span a, .hero-header nav[itemprop="breadcrumb"] > span span span {
          display: block;
          float: left;
          width: auto;
          color: #FFFFFF;
          font-size: 20px;
          line-height: 26px;
          text-transform: uppercase;
          font-weight: 300;
          text-decoration: none;
          -webkit-text-shadow: 0px 0px 20px black;
          -moz-text-shadow: 0px 0px 20px black;
          -o-text-shadow: 0px 0px 20px black;
          -ms-text-shadow: 0px 0px 20px black;
          text-shadow: 0px 0px 20px black; }
        .hero-header nav[itemprop="breadcrumb"] > span span a {
          color: #AFBCC1;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) {
            .hero-header nav[itemprop="breadcrumb"] > span span a:hover {
              color: #FFFFFF; } }

.intro-article {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .intro-article {
      margin-top: 0;
      padding-right: 45px; } }
  .intro-article p {
    margin-top: calc(20px + 20 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .intro-article p {
        margin-top: 40px; } }
    .intro-article p.abstract {
      margin-top: calc(10px + 10 * ((100vw - 320px) / 1280));
      font-size: calc(24px + 6 * ((100vw - 320px) / 1280));
      line-height: calc(30px + 8 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .intro-article p.abstract {
          margin-top: 20px;
          font-size: 30px;
          line-height: 38px; } }
  .intro-article .btn {
    margin-top: calc(25px + 10 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .intro-article .btn {
        margin-top: 35px; } }

.visit-museum {
  float: left;
  padding: 25px 15px;
  color: #FFFFFF;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .visit-museum {
      padding: calc(30px + 25 * ((100vw - 992px) / 608)) calc(30px + 30 * ((100vw - 992px) / 608)) calc(30px + 30 * ((100vw - 992px) / 608)) calc(30px + 30 * ((100vw - 992px) / 608)); } }
  @media (min-width: 1600px) {
    .visit-museum {
      padding: 55px 60px 60px 60px; } }
  .visit-museum .visit-museum-content {
    float: left;
    width: 100%; }
    .visit-museum .visit-museum-content h3, .visit-museum .visit-museum-content .h3 {
      color: #FFFFFF;
      font-size: calc(30px + 10 * ((100vw - 320px) / 1280));
      line-height: calc(38px + 10 * ((100vw - 320px) / 1280));
      -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); }
      @media (min-width: 1600px) {
        .visit-museum .visit-museum-content h3, .visit-museum .visit-museum-content .h3 {
          font-size: 40px;
          line-height: 48px; } }
    .visit-museum .visit-museum-content p {
      margin-top: calc(20px + 10 * ((100vw - 320px) / 1280));
      color: #FFFFFF;
      -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); }
      @media (min-width: 1600px) {
        .visit-museum .visit-museum-content p {
          margin-top: 30px; } }
    .visit-museum .visit-museum-content ul {
      margin-top: 5px; }
      .visit-museum .visit-museum-content ul li {
        position: relative;
        width: auto;
        padding-right: 15px;
        margin-right: 14px; }
        .visit-museum .visit-museum-content ul li:after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 1px;
          height: 90%;
          background-color: #FFFFFF;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .visit-museum .visit-museum-content ul li a {
          font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
          line-height: calc(30px + 4 * ((100vw - 320px) / 1280));
          color: #FFFFFF;
          text-align: left;
          font-weight: 300;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
          -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
          -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
          -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
          text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); }
          @media (min-width: 992px) {
            .visit-museum .visit-museum-content ul li a:hover {
              color: #AFBCC1; } }
          @media (min-width: 1600px) {
            .visit-museum .visit-museum-content ul li a {
              font-size: 24px;
              line-height: 34px; } }
        .visit-museum .visit-museum-content ul li:last-child {
          padding-right: 0;
          margin-right: 0; }
          .visit-museum .visit-museum-content ul li:last-child:after {
            content: none; }
    .visit-museum .visit-museum-content .btn {
      margin-top: 22px; }
  .visit-museum .visit-museum-table {
    float: left;
    width: 100%;
    margin-top: calc(40px + 25 * ((100vw - 320px) / 1280));
    overflow: hidden; }
    @media (min-width: 1600px) {
      .visit-museum .visit-museum-table {
        margin-top: 65px; } }
    .visit-museum .visit-museum-table .table {
      float: left;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      border-spacing: 0;
      text-align: left; }
      @media (min-width: 992px) {
        .visit-museum .visit-museum-table .table {
          width: calc(100% + 60px);
          margin-left: -30px;
          margin-right: -30px; } }
      .visit-museum .visit-museum-table .table tr th, .visit-museum .visit-museum-table .table tr td {
        padding: 15px;
        border-right: 1px solid #AFBCC1;
        border-bottom: 1px solid #AFBCC1;
        color: #FFFFFF;
        vertical-align: top;
        -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
        -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
        -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
        -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
        text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); }
        .visit-museum .visit-museum-table .table tr th[rowspan], .visit-museum .visit-museum-table .table tr td[rowspan] {
          vertical-align: middle; }
        @media (min-width: 992px) {
          .visit-museum .visit-museum-table .table tr th, .visit-museum .visit-museum-table .table tr td {
            padding: 25px 30px; } }
      .visit-museum .visit-museum-table .table tr th {
        padding-top: 0;
        text-transform: uppercase;
        font-size: calc(13px + 3 * ((100vw - 320px) / 1280));
        line-height: calc(16px + 4 * ((100vw - 320px) / 1280));
        font-weight: 700; }
        @media (min-width: 1600px) {
          .visit-museum .visit-museum-table .table tr th {
            font-size: 16px;
            line-height: 20px; } }
      .visit-museum .visit-museum-table .table tr td {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1280));
        line-height: calc(24px + 10 * ((100vw - 320px) / 1280));
        font-weight: 300; }
        @media (min-width: 1600px) {
          .visit-museum .visit-museum-table .table tr td {
            font-size: 24px;
            line-height: 34px; } }
        .visit-museum .visit-museum-table .table tr td p {
          font-size: calc(16px + 8 * ((100vw - 320px) / 1280));
          line-height: calc(24px + 10 * ((100vw - 320px) / 1280));
          font-weight: 300;
          color: #FFFFFF; }
          @media (min-width: 1600px) {
            .visit-museum .visit-museum-table .table tr td p {
              font-size: 24px;
              line-height: 34px; } }
        .visit-museum .visit-museum-table .table tr td em {
          font-size: calc(14px + 6 * ((100vw - 320px) / 1280));
          font-style: normal; }
          @media (min-width: 1600px) {
            .visit-museum .visit-museum-table .table tr td em {
              font-size: 20px; } }
        .visit-museum .visit-museum-table .table tr td a {
          display: inline;
          float: none;
          width: auto;
          font-size: calc(14px + 6 * ((100vw - 320px) / 1280));
          line-height: calc(22px + 8 * ((100vw - 320px) / 1280));
          font-weight: 300;
          font-style: italic;
          color: #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) {
            .visit-museum .visit-museum-table .table tr td a:hover {
              color: #AFBCC1; } }
          @media (min-width: 1600px) {
            .visit-museum .visit-museum-table .table tr td a {
              font-size: 20px;
              line-height: 30px; } }
      .visit-museum .visit-museum-table .table tr:last-child th, .visit-museum .visit-museum-table .table tr:last-child td {
        padding-bottom: 0;
        border-bottom: 0 none; }
  .visit-museum.wide {
    width: 100%;
    padding: 25px 15px; }
    @media (min-width: 992px) {
      .visit-museum.wide {
        padding: calc(30px + 25 * ((100vw - 992px) / 608)) calc(30px + 30 * ((100vw - 992px) / 608)); } }
    @media (min-width: 1600px) {
      .visit-museum.wide {
        padding: 55px 60px; } }
    .visit-museum.wide .visit-museum-table {
      margin-top: 0; }

.side-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .side-image {
      width: 50%; } }
  .side-image.right {
    left: inherit;
    right: 0; }
  .side-image > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .side-image > div {
    position: relative;
    float: left;
    width: 100%;
    margin-top: calc(40px + 20 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .side-image > div {
        margin-top: 60px; } }
    .side-image > div a {
      position: absolute;
      right: 0;
      bottom: -30px; }
      @media (min-width: 992px) {
        .side-image > div a {
          left: 30px;
          right: inherit; } }
    .side-image > div:first-child {
      margin-top: 0; }

.main-news {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .main-news {
      margin-bottom: 0; } }
  .main-news .side-image {
    height: 0;
    padding-bottom: 56.25%; }
    @media (min-width: 992px) {
      .main-news .side-image {
        height: 100%;
        padding-bottom: 0; } }

.side-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (min-width: 768px) {
    .side-video {
      width: 50%; } }
  .side-video.right {
    left: inherit;
    right: 0; }
  .side-video > div {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 56.25%; }
    .side-video > div iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.side-content {
  display: block;
  float: left;
  width: 100%;
  padding: calc(30px + 45 * ((100vw - 320px) / 1280)) calc(30px + 50 * ((100vw - 320px) / 1280));
  margin: 80px 0 -20px 0;
  background-color: #F3F5F6 !important; }
  @media (min-width: 992px) {
    .side-content {
      margin: calc(100px + 20 * ((100vw - 992px) / 608)) 0 calc(20px + 20 * ((100vw - 992px) / 608)) 0; } }
  @media (min-width: 1600px) {
    .side-content {
      padding: 75px 80px;
      margin: 120px 0 40px 0; } }
  .side-content.mt-more {
    margin-top: 140px; }
    .side-content.mt-more.news {
      margin-top: 50%; }
      @media (min-width: 768px) {
        .side-content.mt-more.news {
          margin-top: calc(40px + 100 * ((100vw - 768px) / 832)); } }
      @media (min-width: 1600px) {
        .side-content.mt-more.news {
          margin-top: 140px; } }
  .side-content h5, .side-content .h5 {
    color: #1B262B; }
  .side-content p {
    margin-top: calc(20px + 5 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .side-content p {
        margin-top: 25px; } }
    .side-content p.abstract {
      margin-top: 5px; }
  .side-content .btn {
    margin-top: calc(25px + 10 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .side-content .btn {
        margin-top: 35px; } }
  .side-content > *:first-child {
    margin-top: 0 !important; }
  @media (min-width: 768px) {
    .side-content.news {
      width: 50%; } }
  @media (min-width: 992px) {
    .side-content.news {
      width: 100%; } }
  .side-content.news .content {
    padding: 0; }
  .side-content.neutral {
    padding: 0;
    margin: 30px 0 0 0;
    background-color: transparent !important; }
    @media (min-width: 992px) {
      .side-content.neutral {
        padding: 0 20px 30px 0;
        margin: calc(30px + 50 * ((100vw - 992px) / 608)) 0 0 0; } }
    @media (min-width: 1600px) {
      .side-content.neutral {
        margin: 80px 0 0 0; } }

.block-intro {
  position: relative; }
  .block-intro .side-image, .block-intro .side-video {
    position: relative;
    z-index: 2; }
    .block-intro .side-image.right, .block-intro .side-video.right {
      float: right; }
    .block-intro .side-image.left, .block-intro .side-video.left {
      float: left; }
  .block-intro .container {
    position: relative;
    z-index: 1; }

.appearances-section {
  overflow: hidden; }
  .appearances-section .appearances-list {
    display: flex;
    width: calc(100% + 50px);
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .appearances-section .appearances-list {
        width: calc(100% + 90px);
        margin-left: -45px;
        margin-right: -45px; } }
    .appearances-section .appearances-list li {
      flex-basis: calc(100% / 2);
      padding: 0 25px;
      margin-top: 30px;
      text-align: center;
      font-size: 0; }
      @media (min-width: 992px) {
        .appearances-section .appearances-list li {
          padding: 0 45px;
          margin-top: 50px; } }
      .appearances-section .appearances-list li > img {
        display: inline-block;
        float: none;
        max-height: 72px;
        width: auto; }
      @media (min-width: 576px) {
        .appearances-section .appearances-list li {
          flex-basis: calc(100% / 3); } }
      @media (min-width: 768px) {
        .appearances-section .appearances-list li {
          flex-basis: calc(100% / 4); } }
      @media (min-width: 992px) {
        .appearances-section .appearances-list li {
          flex-basis: calc(100% / 5); } }
      @media (min-width: 1200px) {
        .appearances-section .appearances-list li {
          flex-basis: calc(100% / 6); } }
      @media (min-width: 1600px) {
        .appearances-section .appearances-list li {
          flex-basis: calc(100% / 7); } }
  .appearances-section .row > div p {
    margin-top: calc(24px + 10 * ((100vw - 320px) / 1280));
    font-style: italic;
    text-align: center;
    font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(24px + 4 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .appearances-section .row > div p {
        margin-top: 34px;
        font-size: 20px;
        line-height: 28px; } }

.full-box {
  position: relative;
  display: block;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 768px) {
    .full-box {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .full-box a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 30px 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .full-box a {
        padding: calc(30px + 50 * ((100vw - 768px) / 832)) 30% calc(30px + 50 * ((100vw - 768px) / 832)) calc(15px + 65 * ((100vw - 768px) / 832)); } }
    @media (min-width: 992px) {
      .full-box a {
        padding-right: 40%; } }
    @media (min-width: 1600px) {
      .full-box a {
        padding: 80px 50% 80px 80px; } }
    .full-box a h3, .full-box a .h3, .full-box a p {
      color: #FFFFFF;
      -webkit-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -moz-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -o-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      -ms-text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65);
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.65); }
    .full-box a p {
      margin-top: calc(20px + 5 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .full-box a p {
          margin-top: 25px; } }
      .full-box a p.abstract {
        margin-top: 5px; }
    .full-box a .btn {
      margin-top: calc(25px + 10 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .full-box a .btn {
          margin-top: 35px; } }
    .full-box a > * {
      position: relative;
      z-index: 2; }
    .full-box a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 1100px;
      height: 1000px;
      background-color: rgba(37, 48, 51, 0.8);
      z-index: 1;
      -webkit-transform: translate(-50%, -50%) skew(-18deg);
      -moz-transform: translate(-50%, -50%) skew(-18deg);
      -o-transform: translate(-50%, -50%) skew(-18deg);
      -ms-transform: translate(-50%, -50%) skew(-18deg);
      transform: translate(-50%, -50%) skew(-18deg);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .full-box a:hover:before {
        background-color: rgba(37, 48, 51, 0.9); } }

.contact-box {
  position: relative;
  display: flex;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contact-box {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .contact-box {
      flex-direction: row; } }
  .contact-box:before {
    content: none;
    position: absolute;
    right: -180px;
    top: 50%;
    width: 1100px;
    height: 1000px;
    background-color: rgba(27, 38, 43, 0.4);
    z-index: 1;
    -webkit-transform: translate(50%, -50%) skew(-18deg);
    -moz-transform: translate(50%, -50%) skew(-18deg);
    -o-transform: translate(50%, -50%) skew(-18deg);
    -ms-transform: translate(50%, -50%) skew(-18deg);
    transform: translate(50%, -50%) skew(-18deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .contact-box:before {
        content: '';
        right: calc(-180px + 180 * ((100vw - 992px) / 608)); } }
    @media (min-width: 1600px) {
      .contact-box:before {
        right: 0; } }
  .contact-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 38, 43, 0.4);
    z-index: 1; }
    @media (min-width: 992px) {
      .contact-box:after {
        content: none; } }
  .contact-box > div {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .contact-box > div {
        padding: calc(30px + 40 * ((100vw - 768px) / 832)) calc(15px + 45 * ((100vw - 768px) / 832)); } }
    @media (min-width: 1600px) {
      .contact-box > div {
        padding: 70px 60px; } }
    .contact-box > div h5, .contact-box > div .h5 {
      white-space: nowrap;
      text-align: center; }
      @media (min-width: 992px) {
        .contact-box > div h5, .contact-box > div .h5 {
          text-align: left; } }
    .contact-box > div.contact-newsletter {
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .contact-box > div.contact-newsletter {
          width: auto; } }
      .contact-box > div.contact-newsletter p {
        margin-top: calc(8px + 4 * ((100vw - 320px) / 1280));
        font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
        line-height: calc(22px + 4 * ((100vw - 320px) / 1280));
        font-style: italic;
        color: #FFFFFF;
        font-weight: 300;
        text-align: center; }
        @media (min-width: 992px) {
          .contact-box > div.contact-newsletter p {
            text-align: left; } }
        @media (min-width: 1600px) {
          .contact-box > div.contact-newsletter p {
            margin-top: 12px;
            font-size: 20px;
            line-height: 26px; } }
        .contact-box > div.contact-newsletter p a {
          font-weight: 400;
          text-decoration: underline;
          color: #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 4px; }
          @media (min-width: 992px) {
            .contact-box > div.contact-newsletter p a:hover {
              text-decoration: none; } }
      .contact-box > div.contact-newsletter form > p:not(:first-child) {
        display: flex;
        flex-direction: row;
        margin-top: 25px; }
      .contact-box > div.contact-newsletter input:not([type="submit"]) {
        display: block;
        float: left;
        width: 100%;
        padding: calc(9px + 6 * ((100vw - 320px) / 1280)) calc(15px + 10 * ((100vw - 320px) / 1280));
        margin: 0;
        border: 0 none;
        font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
        line-height: 26px;
        color: #FFFFFF;
        font-style: italic;
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contact-box > div.contact-newsletter input:not([type="submit"])::-webkit-input-placeholder {
          color: #FFFFFF; }
        .contact-box > div.contact-newsletter input:not([type="submit"])::-moz-placeholder {
          color: #FFFFFF; }
        .contact-box > div.contact-newsletter input:not([type="submit"]):-ms-input-placeholder {
          color: #FFFFFF; }
        .contact-box > div.contact-newsletter input:not([type="submit"]):-moz-placeholder {
          color: #FFFFFF; }
        .contact-box > div.contact-newsletter input:not([type="submit"]):focus {
          background-color: rgba(0, 0, 0, 0.4); }
        @media (min-width: 992px) {
          .contact-box > div.contact-newsletter input:not([type="submit"]) {
            max-width: calc(320px + 200 * ((100vw - 992px) / 928)); } }
        @media (min-width: 1600px) {
          .contact-box > div.contact-newsletter input:not([type="submit"]) {
            padding: 15px 25px;
            font-size: 20px; } }
        @media (min-width: 1920px) {
          .contact-box > div.contact-newsletter input:not([type="submit"]) {
            max-width: 520px; } }
      .contact-box > div.contact-newsletter input[type="submit"] {
        display: flex;
        flex-shrink: 0;
        margin-left: 2px; }
    .contact-box > div.contact-social {
      float: right;
      width: 100%;
      padding-top: 0;
      text-align: center; }
      @media (min-width: 992px) {
        .contact-box > div.contact-social {
          width: auto;
          padding-top: calc(41px + 29 * ((100vw - 992px) / 608));
          text-align: right; } }
      @media (min-width: 1600px) {
        .contact-box > div.contact-social {
          padding-top: 70px; } }
      .contact-box > div.contact-social h5, .contact-box > div.contact-social .h5 {
        text-align: center; }
        @media (min-width: 992px) {
          .contact-box > div.contact-social h5, .contact-box > div.contact-social .h5 {
            text-align: right; } }
      .contact-box > div.contact-social ul {
        display: inline-block;
        float: none;
        width: auto;
        margin-top: calc(20px + 25 * ((100vw - 320px) / 1280)); }
        @media (min-width: 992px) {
          .contact-box > div.contact-social ul {
            display: block;
            float: right; } }
        @media (min-width: 1600px) {
          .contact-box > div.contact-social ul {
            margin-top: 45px; } }
        .contact-box > div.contact-social ul li {
          float: none;
          display: inline-block;
          width: auto;
          margin-left: calc(5px + 13 * ((100vw - 320px) / 1280)); }
          @media (min-width: 1600px) {
            .contact-box > div.contact-social ul li {
              margin-left: 18px; } }
          .contact-box > div.contact-social ul li:first-child {
            margin-left: 0; }
          .contact-box > div.contact-social ul li a {
            position: relative;
            display: block;
            float: left;
            width: calc(34px + 30 * ((100vw - 320px) / 1280));
            height: calc(34px + 30 * ((100vw - 320px) / 1280)); }
            @media (min-width: 1600px) {
              .contact-box > div.contact-social ul li a {
                width: 64px;
                height: 64px; } }
            .contact-box > div.contact-social ul li a i {
              position: absolute;
              left: 50%;
              top: 50%;
              width: calc(15px + 12 * ((100vw - 320px) / 1280));
              height: calc(15px + 12 * ((100vw - 320px) / 1280));
              font-size: calc(15px + 12 * ((100vw - 320px) / 1280));
              line-height: calc(15px + 12 * ((100vw - 320px) / 1280));
              color: #FFFFFF;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              @media (min-width: 1600px) {
                .contact-box > div.contact-social ul li a i {
                  width: 27px;
                  height: 27px;
                  font-size: 27px;
                  line-height: 27px; } }
            .contact-box > div.contact-social ul li a:before {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              width: 100%;
              height: 100%;
              border: 1px solid #BF3C3C;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -o-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            @media (min-width: 992px) {
              .contact-box > div.contact-social ul li a:hover:before {
                border: calc(30px + 7 * ((100vw - 992px) / 608)) solid #BF3C3C; } }
  @media (min-width: 992px) and (min-width: 1600px) {
    .contact-box > div.contact-social ul li a:hover:before {
      border: 37px solid #BF3C3C; } }

.section-title {
  float: left;
  width: 100%; }
  .section-title > * {
    text-align: center; }
  .section-title h5, .section-title .h5 {
    color: #1B262B; }
  .section-title p.abstract {
    margin-top: 5px; }

.side-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2; }
  @media (min-width: 768px) {
    .side-title {
      padding: 12px 0 18px 0; }
      .side-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #BF3C3C; } }
  .side-title h5, .side-title .h5 {
    color: #1B262B;
    text-align: left; }
    @media (min-width: 768px) {
      .side-title h5, .side-title .h5 {
        padding-right: 30px; } }
  @media (min-width: 768px) {
    .side-title.text-right h5, .side-title.text-right .h5 {
      padding-right: 0;
      padding-left: 30px;
      text-align: right; } }

.more-button, .load-more {
  float: left;
  width: 100%;
  margin-top: calc(30px + 25 * ((100vw - 320px) / 1280));
  text-align: center;
  font-size: 0; }
  @media (min-width: 1600px) {
    .more-button, .load-more {
      margin-top: 55px; } }
  .more-button > *, .load-more > * {
    text-align: center; }

.agreement-list {
  display: block;
  float: left;
  text-align: center;
  font-size: 0; }
  .agreement-list li {
    display: inline-block;
    float: none;
    width: auto;
    max-width: 62px;
    margin: calc(22px + 10 * ((100vw - 320px) / 1280)) calc(12px + 10 * ((100vw - 320px) / 1280)) 0 calc(12px + 10 * ((100vw - 320px) / 1280)); }
    @media (min-width: 992px) {
      .agreement-list li {
        max-width: inherit; } }
    @media (min-width: 1600px) {
      .agreement-list li {
        margin: 32px 22px 0 22px; } }
    .agreement-list li a {
      display: block;
      float: left; }
      .agreement-list li a img {
        width: auto; }

.content-article {
  display: block;
  float: left;
  width: 100%;
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    .content-article {
      margin-top: 50px; } }
  .content-article.col2 {
    margin-top: -30px !important; }
    @media (min-width: 992px) {
      .content-article.col2 {
        column-count: 2;
        column-gap: 30px; } }
    .content-article.col2.col2title {
      margin-top: 50px !important; }
    .content-article.col2 > *:first-child {
      margin-top: 30px !important; }
    .content-article.col2 > p {
      margin-top: 0 !important;
      margin-bottom: 30px !important; }
      .content-article.col2 > p:first-child {
        margin-top: 0 !important; }
  .content-article > * {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 1280)) !important; }
    @media (min-width: 1600px) {
      .content-article > * {
        margin-top: 30px !important; } }
    .content-article > *:first-child {
      margin-top: 0 !important; }

.container .row:first-child > div > .content-article:first-child {
  margin-top: 0; }

.full-image {
  float: left;
  width: 100%; }
  .full-image.b-overlying {
    margin-bottom: calc(-40px - 20 * ((100vw - 320px) / 448)); }
    @media (min-width: 768px) {
      .full-image.b-overlying {
        margin-bottom: calc(-100px - 130 * ((100vw - 768px) / 1152)); } }
    @media (min-width: 1920px) {
      .full-image.b-overlying {
        margin-bottom: -230px; } }

.founder-section {
  position: relative;
  padding: calc(30px + 50 * ((100vw - 320px) / 1280)) 0;
  background-color: #5F7A83; }
  @media (max-width: 767.98px) {
    .founder-section {
      padding-bottom: 0; } }
  @media (min-width: 1600px) {
    .founder-section {
      padding: 80px 0; } }
  .founder-section > span {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    @media (min-width: 768px) {
      .founder-section > span {
        display: block; } }
    .founder-section > span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 1000px;
      height: 1000px;
      background-color: rgba(27, 38, 43, 0.4);
      z-index: 1;
      -webkit-transform: translate(-50%, -50%) skew(-18deg);
      -moz-transform: translate(-50%, -50%) skew(-18deg);
      -o-transform: translate(-50%, -50%) skew(-18deg);
      -ms-transform: translate(-50%, -50%) skew(-18deg);
      transform: translate(-50%, -50%) skew(-18deg);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .founder-section .founder-image {
    position: relative;
    width: 100%;
    max-width: 712px;
    margin-top: 20px;
    z-index: 2; }
    @media (min-width: 768px) {
      .founder-section .founder-image {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(412px + 300 * ((100vw - 768px) / 832));
        margin-top: 0; } }
    @media (min-width: 1600px) {
      .founder-section .founder-image {
        width: 712px; } }
    .founder-section .founder-image img {
      position: relative;
      z-index: 2; }
  .founder-section .container {
    position: relative;
    z-index: 3; }
  .founder-section article {
    display: block;
    float: left;
    width: 100%; }
    .founder-section article h3, .founder-section article .h3 {
      font-size: calc(28px + 20 * ((100vw - 320px) / 1280));
      line-height: calc(36px + 20 * ((100vw - 320px) / 1280));
      color: #FFFFFF; }
      @media (min-width: 1600px) {
        .founder-section article h3, .founder-section article .h3 {
          font-size: 48px;
          line-height: 56px; } }
    .founder-section article p {
      margin-top: 30px;
      font-style: italic;
      color: #FFFFFF; }
    .founder-section article .beside-button {
      float: left;
      width: 100%;
      margin-top: 20px; }
      .founder-section article .beside-button .btn {
        margin-top: 10px;
        margin-right: 20px; }
        .founder-section article .beside-button .btn:last-child {
          margin-right: 0; }

.contact-info {
  float: left;
  width: 100%;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .contact-info {
      padding-bottom: 0;
      padding-right: 20px; } }
  .contact-info p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(24px + 6 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .contact-info p {
        font-size: 20px;
        line-height: 30px; } }
    .contact-info p strong {
      font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
      line-height: calc(28px + 6 * ((100vw - 320px) / 1280));
      font-weight: 400; }
      @media (min-width: 1600px) {
        .contact-info p strong {
          font-size: 24px;
          line-height: 34px; } }

.gallery-slider {
  position: relative;
  display: none;
  float: left;
  width: 100%; }
  .gallery-slider .slick-prev, .gallery-slider .slick-next {
    position: absolute;
    top: calc( 50% - 21px);
    cursor: pointer;
    z-index: 2;
    background: none;
    border: 0;
    font-size: 0; }
  .gallery-slider .slick-prev {
    left: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .gallery-slider .slick-prev:before {
      content: "";
      font-family: "icomoon";
      color: #FFFFFF;
      font-size: 42px;
      background: none;
      border: 0; }
  .gallery-slider .slick-slide {
    position: relative; }
    .gallery-slider .slick-slide .description {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      font-size: 24px;
      line-height: 34px;
      text-align: center;
      color: #FFFFFF;
      -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
      -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
      -o-text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
      -ms-text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.9); }
  .gallery-slider .slick-next {
    right: 15px; }
    .gallery-slider .slick-next:before {
      content: "";
      font-family: "icomoon";
      color: #FFFFFF;
      font-size: 42px;
      background: none;
      border: 0; }
  .gallery-slider.slick-initialized {
    display: block; }
  .gallery-slider .slick-dots {
    display: block;
    float: left;
    width: 100%;
    margin-top: calc(10px + 5 * ((100vw - 320px) / 1280));
    margin-bottom: -15px;
    text-align: center;
    font-size: 0; }
    @media (min-width: 1600px) {
      .gallery-slider .slick-dots {
        margin-top: 15px; } }
    .gallery-slider .slick-dots li {
      display: inline-block;
      float: none;
      width: auto;
      margin: 0 calc(6px + 4 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .gallery-slider .slick-dots li {
          margin: 0 10px; } }
      .gallery-slider .slick-dots li button {
        position: relative;
        display: block;
        float: left;
        width: calc(30px + 30 * ((100vw - 320px) / 1280));
        height: calc(24px + 10 * ((100vw - 320px) / 1280));
        border: 0 none !important;
        text-indent: -9999px;
        background-color: transparent !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        cursor: pointer; }
        @media (min-width: 1600px) {
          .gallery-slider .slick-dots li button {
            width: 60px;
            height: 34px; } }
        .gallery-slider .slick-dots li button:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 4px;
          background-color: rgba(95, 122, 131, 0.3);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        @media (min-width: 992px) {
          .gallery-slider .slick-dots li button:hover:before {
            background-color: rgba(95, 122, 131, 0.6); } }
      .gallery-slider .slick-dots li.slick-active button:before {
        background-color: #BF3C3C; }

.thumb-slider {
  position: relative;
  display: none;
  float: left;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px; }
  .thumb-slider.slick-initialized {
    display: block; }
  .thumb-slider .slick-slide {
    padding: 0 1px;
    position: relative; }
    .thumb-slider .slick-slide figure {
      display: block;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .thumb-slider .slick-slide figure figcaption {
        display: block;
        float: left;
        width: 100%;
        margin-top: calc(12px + 2 * ((100vw - 320px) / 1280));
        font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
        line-height: 22px;
        color: #1B262B;
        text-align: center;
        font-weight: 300;
        font-style: italic;
        font-family: "Oswald", sans-serif; }
        @media (min-width: 1600px) {
          .thumb-slider .slick-slide figure figcaption {
            margin-top: 14px;
            font-size: 18px; } }
  .thumb-slider .slick-dots {
    display: block;
    float: left;
    width: 100%;
    margin-top: calc(15px + 30 * ((100vw - 320px) / 1280));
    /*margin-bottom:-15px;*/
    text-align: center;
    font-size: 0; }
    @media (min-width: 1600px) {
      .thumb-slider .slick-dots {
        margin-top: 45px; } }
    .thumb-slider .slick-dots li {
      display: inline-block;
      float: none;
      width: auto;
      margin: 0 calc(6px + 4 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .thumb-slider .slick-dots li {
          margin: 0 10px; } }
      .thumb-slider .slick-dots li button {
        position: relative;
        display: block;
        float: left;
        width: calc(30px + 30 * ((100vw - 320px) / 1280));
        height: calc(24px + 10 * ((100vw - 320px) / 1280));
        border: 0 none !important;
        text-indent: -9999px;
        background-color: transparent !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        cursor: pointer; }
        @media (min-width: 1600px) {
          .thumb-slider .slick-dots li button {
            width: 60px;
            height: 34px; } }
        .thumb-slider .slick-dots li button:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 4px;
          background-color: rgba(95, 122, 131, 0.3);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        @media (min-width: 992px) {
          .thumb-slider .slick-dots li button:hover:before {
            background-color: rgba(95, 122, 131, 0.6); } }
      .thumb-slider .slick-dots li.slick-active button:before {
        background-color: #BF3C3C; }

a.download {
  position: relative;
  display: block;
  float: left;
  width: calc(240px + 50 * ((100vw - 320px) / 1280));
  padding: calc(20px + 4 * ((100vw - 320px) / 1280)) calc(60px + 14 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280));
  background-color: #1B262B;
  overflow: hidden; }
  @media (min-width: 1600px) {
    a.download {
      width: 290px;
      padding: 24px 74px 24px 24px; } }
  a.download p {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: calc(22px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(24px + 2 * ((100vw - 320px) / 1280));
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    z-index: 2; }
    a.download p em {
      display: block;
      float: left;
      width: 100%;
      font-style: normal;
      font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
      line-height: calc(28px + 4 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      a.download p {
        font-size: 26px;
        line-height: 26px; }
        a.download p em {
          font-size: 18px;
          line-height: 32px; } }
  a.download:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 270px;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transform: translate(110%, -50%) skew(-18deg);
    -moz-transform: translate(110%, -50%) skew(-18deg);
    -o-transform: translate(110%, -50%) skew(-18deg);
    -ms-transform: translate(110%, -50%) skew(-18deg);
    transform: translate(110%, -50%) skew(-18deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a.download:after {
    content: "";
    position: absolute;
    right: calc(22px + 4 * ((100vw - 320px) / 1280));
    bottom: calc(22px + 4 * ((100vw - 320px) / 1280));
    width: calc(20px + 10 * ((100vw - 320px) / 1280));
    height: calc(20px + 10 * ((100vw - 320px) / 1280));
    font-size: calc(20px + 10 * ((100vw - 320px) / 1280));
    line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
    color: #AFBCC1;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    z-index: 3; }
    @media (min-width: 1600px) {
      a.download:after {
        right: 26px;
        bottom: 26px;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px; } }
  @media (min-width: 992px) {
    a.download:hover:before {
      -webkit-transform: translate(50%, -50%) skew(-18deg);
      -moz-transform: translate(50%, -50%) skew(-18deg);
      -o-transform: translate(50%, -50%) skew(-18deg);
      -ms-transform: translate(50%, -50%) skew(-18deg);
      transform: translate(50%, -50%) skew(-18deg); } }

.video-content {
  position: relative;
  float: left;
  width: 100%;
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1280));
  padding-bottom: 56.25%; }
  @media (min-width: 1600px) {
    .video-content {
      margin-top: 50px; } }
  .video-content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.separator-image {
  position: relative; }
  .separator-image .bkg-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 72%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .separator-image .container {
    z-index: 2; }
  .separator-image .image {
    float: left;
    width: 100%;
    margin: calc(20px + 100 * ((100vw - 320px) / 1280)) 0 calc(20px + 20 * ((100vw - 320px) / 1280)) 0; }
    @media (min-width: 1600px) {
      .separator-image .image {
        margin: 120px 0 40px 0; } }

.page-id-14687 article.content-article h5, .page-id-14687 article.content-article .h5 {
  font-size: 28px;
  line-height: 38px;
  color: #1B262B; }

.page-id-14687 article.content-article ul {
  padding-left: 40px; }
  .page-id-14687 article.content-article ul li {
    display: list-item;
    list-style: disc;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin: 5px 0; }
    .page-id-14687 article.content-article ul li::marker {
      color: #5F7A83; }
    .page-id-14687 article.content-article ul li ul {
      margin: 20px 0 15px 0; }
      .page-id-14687 article.content-article ul li ul li {
        display: list-item;
        list-style: circle; }

.btn {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  padding: calc(14px + 4 * ((100vw - 320px) / 1280)) calc(52px + 20 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280));
  margin: 0;
  border: 0 none;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
  line-height: calc(16px + 4 * ((100vw - 320px) / 1280));
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background-color: #BF3C3C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  cursor: pointer; }
  .btn > span {
    position: relative;
    z-index: 3; }
    .btn > span em {
      font-style: normal;
      font-size: calc(16px + 0 * ((100vw - 320px) / 1280)); }
  .btn:before {
    content: '';
    position: absolute;
    right: calc(34px + 12 * ((100vw - 320px) / 1280));
    top: 50%;
    height: 200px;
    width: 40px;
    background-color: #984141;
    -webkit-transform: skew(-18deg) translateY(-50%);
    -moz-transform: skew(-18deg) translateY(-50%);
    -o-transform: skew(-18deg) translateY(-50%);
    -ms-transform: skew(-18deg) translateY(-50%);
    transform: skew(-18deg) translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: calc(16px + 6 * ((100vw - 320px) / 1280)) calc(14px + 6 * ((100vw - 320px) / 1280)) calc(16px + 6 * ((100vw - 320px) / 1280)) 10px;
    font-size: calc(10px + 2 * ((100vw - 320px) / 1280));
    line-height: 12px;
    color: #FFFFFF;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    background-color: #984141;
    z-index: 2; }
  @media (min-width: 992px) {
    .btn:not([disabled]):hover:before {
      width: 80px !important; } }
  @media (min-width: 1600px) {
    .btn {
      padding: 18px 72px 18px 18px;
      font-size: 20px;
      line-height: 20px; }
      .btn:before {
        right: 46px; }
      .btn:after {
        padding: 22px 20px 22px 10px;
        font-size: 12px; } }
  .btn.btn-white {
    padding: calc(14px + 4 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280)) calc(52px + 20 * ((100vw - 320px) / 1280));
    color: #1B262B;
    background-color: #FFFFFF; }
    .btn.btn-white:before {
      left: calc(1px + 12 * ((100vw - 320px) / 1280));
      right: inherit;
      width: 40px;
      background-color: #F3F5F6;
      -webkit-transform: skew(-18deg);
      -moz-transform: skew(-18deg);
      -o-transform: skew(-18deg);
      -ms-transform: skew(-18deg);
      transform: skew(-18deg); }
    .btn.btn-white:after {
      content: '';
      left: 0;
      right: inherit;
      background-color: #F3F5F6; }
    @media (min-width: 1600px) {
      .btn.btn-white {
        padding: 18px 18px 18px 72px; }
        .btn.btn-white:before {
          left: 13px; } }
  .btn.btn-gray {
    color: #1B262B;
    background-color: #AFBCC1; }
    .btn.btn-gray:before {
      background-color: #5F7A83; }
    .btn.btn-gray:after {
      color: #FFFFFF;
      background-color: #5F7A83; }
    .btn.btn-gray.btn-map {
      padding: calc(14px + 4 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280)) calc(14px + 4 * ((100vw - 320px) / 1280)) calc(52px + 20 * ((100vw - 320px) / 1280)); }
      .btn.btn-gray.btn-map:before {
        left: calc(-32px + 18 * ((100vw - 320px) / 1280));
        right: inherit; }
      .btn.btn-gray.btn-map:after {
        content: '';
        left: 0;
        right: inherit; }
      @media (min-width: 1600px) {
        .btn.btn-gray.btn-map {
          padding: 18px 18px 18px 72px; }
          .btn.btn-gray.btn-map:before {
            left: -14px; } }
  .btn.btn-map i {
    position: absolute;
    left: calc(0px + 5 * ((100vw - 320px) / 1280));
    top: 50%;
    width: calc(52px + 14 * ((100vw - 320px) / 1280));
    height: calc(52px + 14 * ((100vw - 320px) / 1280));
    font-size: calc(52px + 14 * ((100vw - 320px) / 1280));
    line-height: calc(52px + 14 * ((100vw - 320px) / 1280));
    color: #D5DCDF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
    @media (min-width: 1600px) {
      .btn.btn-map i {
        left: 5px;
        width: 66px;
        height: 66px;
        font-size: 66px;
        line-height: 66px; } }
  .btn.btn-download:after {
    content: ""; }

.btn-more {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 calc(35px + 10 * ((100vw - 320px) / 1280)) 0 calc(15px + 10 * ((100vw - 320px) / 1280));
  font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
  line-height: 26px;
  font-style: italic;
  color: #1B262B;
  font-weight: 300;
  text-decoration: none; }
  @media (min-width: 1600px) {
    .btn-more {
      padding: 0 45px 0 25px;
      font-size: 20px; } }
  .btn-more i {
    position: absolute;
    right: calc(14px + 6 * ((100vw - 320px) / 1280));
    top: 50%;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #984141;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 1600px) {
      .btn-more i {
        right: 20px; } }
  .btn-more:before, .btn-more:after {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #AFBCC1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .btn-more:before {
    left: 100%; }
  .btn-more:after {
    right: 100%; }
  .btn-more.light {
    padding: 0 20px 0 0; }
    .btn-more.light i {
      right: 0; }
    .btn-more.light:before, .btn-more.light:after {
      content: none; }
  @media (min-width: 992px) {
    .btn-more:hover {
      color: #984141; } }

.btn-back {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  color: #1B262B;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #984141;
    font-family: "icomoon" !important;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  @media (min-width: 992px) {
    .btn-back:hover {
      color: #984141; } }

.load-more {
  overflow: hidden; }
  .load-more .btn-more:first-child:before {
    width: 1px;
    height: 30px; }
  .load-more .btn-more:last-child:after {
    content: none; }

@media (min-width: 992px) {
  a:hover .btn:before {
    width: 80px !important; }
  a:hover .btn-more {
    color: #984141; } }

.contact-form > div {
  margin-top: calc(-18px - 12 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    .contact-form > div {
      margin-top: -30px; } }

form {
  display: block;
  float: left;
  width: 100%; }
  form .form-field {
    float: left;
    width: 100%;
    margin-top: calc(18px + 12 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      form .form-field {
        margin-top: 30px; } }
    form .form-field input, form .form-field textarea {
      display: block;
      float: left;
      width: 100%;
      padding: calc(14px + 8 * ((100vw - 320px) / 1280)) calc(18px + 8 * ((100vw - 320px) / 1280));
      font-size: calc(18px + 10 * ((100vw - 320px) / 1280));
      line-height: calc(26px + 10 * ((100vw - 320px) / 1280));
      color: #1B262B;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-style: italic;
      border: 1px solid #AFBCC1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      form .form-field input:focus, form .form-field textarea:focus {
        border: 1px solid #5F7A83; }
      @media (min-width: 1600px) {
        form .form-field input, form .form-field textarea {
          padding: 22px 26px;
          font-size: 28px;
          line-height: 36px; } }
    form .form-field textarea {
      height: calc(168px + 92 * ((100vw - 320px) / 1280));
      resize: none; }
      @media (min-width: 1600px) {
        form .form-field textarea {
          height: 260px; } }
    form .form-field [type="checkbox"]:checked, form .form-field [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    form .form-field [type="checkbox"]:checked + label, form .form-field [type="checkbox"]:not(:checked) + label {
      position: relative;
      display: inline-block;
      width: auto;
      padding: calc(5px + 2 * ((100vw - 320px) / 1280)) 0 0 calc(48px + 10 * ((100vw - 320px) / 1280));
      margin: 0;
      cursor: pointer;
      font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
      line-height: calc(26px + 4 * ((100vw - 320px) / 1280));
      color: #1B262B;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-style: italic; }
      @media (min-width: 1600px) {
        form .form-field [type="checkbox"]:checked + label, form .form-field [type="checkbox"]:not(:checked) + label {
          padding: 7px 0 0 58px;
          font-size: 20px;
          line-height: 30px; } }
      form .form-field [type="checkbox"]:checked + label a, form .form-field [type="checkbox"]:not(:checked) + label a {
        font-weight: 400;
        text-decoration: underline;
        color: #1B262B;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (min-width: 992px) {
          form .form-field [type="checkbox"]:checked + label a:hover, form .form-field [type="checkbox"]:not(:checked) + label a:hover {
            color: #BF3C3C; } }
    form .form-field [type="checkbox"]:checked + label:before, form .form-field [type="checkbox"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: calc(34px + 10 * ((100vw - 320px) / 1280));
      height: calc(34px + 10 * ((100vw - 320px) / 1280));
      border: 1px solid #AFBCC1;
      background-color: #FFFFFF;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (min-width: 1600px) {
        form .form-field [type="checkbox"]:checked + label:before, form .form-field [type="checkbox"]:not(:checked) + label:before {
          width: 44px;
          height: 44px; } }
    form .form-field [type="checkbox"]:focus + label:before {
      border: 1px solid #5F7A83; }
    form .form-field [type="checkbox"]:checked + label:after, form .form-field [type="checkbox"]:not(:checked) + label:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(14px + 10 * ((100vw - 320px) / 1280));
      height: calc(14px + 10 * ((100vw - 320px) / 1280));
      background-color: #AFBCC1;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      @media (min-width: 1600px) {
        form .form-field [type="checkbox"]:checked + label:after, form .form-field [type="checkbox"]:not(:checked) + label:after {
          width: 24px;
          height: 24px; } }
    form .form-field [type="checkbox"]:checked + label:after {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  form .form-button {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: right; }
    form .form-button button[disabled] {
      opacity: 0.5; }

.filter-select select {
  display: block;
  float: left;
  width: 100%; }

.filter-select .select2 {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  border: 1px solid #AFBCC1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden; }
  .filter-select .select2 .selection {
    display: block;
    float: left;
    width: 100%; }
  .filter-select .select2 .select2-selection {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: calc(10px + 10 * ((100vw - 320px) / 1280)) calc(80px + 20 * ((100vw - 320px) / 1280)) calc(10px + 10 * ((100vw - 320px) / 1280)) calc(10px + 10 * ((100vw - 320px) / 1280));
    border: 0 none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (min-width: 1600px) {
      .filter-select .select2 .select2-selection {
        padding: 20px 100px 20px 20px; } }
    .filter-select .select2 .select2-selection .select2-selection__rendered {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      font-size: calc(22px + 6 * ((100vw - 320px) / 1280));
      line-height: calc(30px + 8 * ((100vw - 320px) / 1280));
      color: #1B262B;
      text-align: left;
      font-weight: 300;
      background-color: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      @media (min-width: 1600px) {
        .filter-select .select2 .select2-selection .select2-selection__rendered {
          font-size: 28px;
          line-height: 38px; } }
    .filter-select .select2 .select2-selection .select2-selection__arrow {
      top: 0;
      right: 0;
      width: calc(80px + 20 * ((100vw - 320px) / 1280));
      height: 100%; }
      @media (min-width: 1600px) {
        .filter-select .select2 .select2-selection .select2-selection__arrow {
          width: 100px; } }
      .filter-select .select2 .select2-selection .select2-selection__arrow:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: calc(130px + 30 * ((100vw - 320px) / 1280));
        height: 1000px;
        background-color: #AFBCC1;
        z-index: 1;
        -webkit-transform: translate(50%, -50%) skew(-18deg);
        -moz-transform: translate(50%, -50%) skew(-18deg);
        -o-transform: translate(50%, -50%) skew(-18deg);
        -ms-transform: translate(50%, -50%) skew(-18deg);
        transform: translate(50%, -50%) skew(-18deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1600px) {
          .filter-select .select2 .select2-selection .select2-selection__arrow:before {
            width: 160px; } }
      .filter-select .select2 .select2-selection .select2-selection__arrow b {
        right: calc(20px + 8 * ((100vw - 320px) / 1280));
        width: calc(18px + 6 * ((100vw - 320px) / 1280));
        height: calc(18px + 6 * ((100vw - 320px) / 1280));
        padding: 0;
        margin: 0;
        border: 0 none;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .filter-select .select2 .select2-selection .select2-selection__arrow b:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          font-size: calc(18px + 6 * ((100vw - 320px) / 1280));
          line-height: calc(18px + 6 * ((100vw - 320px) / 1280));
          color: #FFFFFF;
          font-family: "icomoon" !important;
          font-style: normal; }
        @media (min-width: 1600px) {
          .filter-select .select2 .select2-selection .select2-selection__arrow b {
            right: 28px;
            width: 24px;
            height: 24px; }
            .filter-select .select2 .select2-selection .select2-selection__arrow b:before {
              font-size: 24px;
              line-height: 24px; } }

.filter-select .select2-dropdown {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #AFBCC1;
  border-top: 0 none;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .filter-select .select2-dropdown.select2-dropdown--above {
    border: 1px solid #AFBCC1;
    border-bottom: 0 none; }
  .filter-select .select2-dropdown .select2-results__options {
    max-height: 250px;
    padding: 10px 0; }
    .filter-select .select2-dropdown .select2-results__options .select2-results__option {
      padding: 10px 20px;
      font-size: calc(20px + 0 * ((100vw - 320px) / 1280));
      line-height: calc(24px + 0 * ((100vw - 320px) / 1280));
      color: #1B262B;
      text-align: left;
      font-weight: 300;
      background-color: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1600px) {
        .filter-select .select2-dropdown .select2-results__options .select2-results__option {
          font-size: 20px;
          line-height: 26px; } }
      .filter-select .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
        color: #1B262B !important;
        background-color: #F3F5F6; }
      .filter-select .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
        color: #BF3C3C; }

div.wpcf7-response-output {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px; }
  @media (min-width: 768px) {
    div.wpcf7-response-output {
      margin: 0 0 1em; } }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #e47a7a; }

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 15px;
  bottom: 25px;
  background-image: url("/wp-content/themes/museo/dist/img/loader.gif");
  background-size: cover;
  background-color: transparent;
  padding: 0;
  margin: 0; }

.contact-newsletter .wpcf7 form.invalid .wpcf7-response-output, .contact-newsletter .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #FFFFFF;
  color: #FFFFFF; }

.contact-newsletter span.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  color: #FFFFFF; }

span.wpcf7-not-valid-tip {
  display: inline-block;
  position: relative;
  color: #BF3C3C;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  line-height: 24px;
  font-weight: 300;
  padding-left: 0;
  margin: 5px 0 0;
  width: calc(100% - 22px); }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #BF3C3C;
  font-size: 14px;
  border-color: #BF3C3C; }

.wpcf7 form.sent .wpcf7-response-output {
  color: #AFBCC1;
  font-size: 14px;
  border-color: #AFBCC1; }

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden; }

.recaptchagoogle {
  font-size: 11px;
  padding-bottom: 15px;
  margin-top: -15px; }
  @media (min-width: 992px) {
    .recaptchagoogle a:hover {
      color: #FFFFFF; } }

span.wpcf7-list-item {
  margin: 0; }

div.wpcf7 .ajax-loader {
  width: 32px !important;
  height: 32px !important; }
  div.wpcf7 .ajax-loader::before {
    display: none; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: 15px 10px;
  font-size: 12px; }

.news-list {
  margin-top: -70px;
  justify-content: center; }
  .news-list.mt-more {
    margin-top: 10px; }

.home-news-gray-light .news-list {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .home-news-gray-light .news-list {
      margin-top: 0; } }

.news {
  display: block;
  float: left;
  width: 100%;
  margin-top: calc(30px + 20 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    .news {
      margin-top: 50px; } }
  .news .image {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 56.25%;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .news .content {
    float: left;
    width: 100%;
    padding: calc(15px + 20 * ((100vw - 320px) / 1280)) calc(15px + 5 * ((100vw - 320px) / 1280)) 0 calc(15px + 5 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .news .content {
        padding: 35px 20px 0 20px; } }
    .news .content a {
      display: block;
      float: left;
      width: 100%; }
    .news .content .news-data {
      float: left;
      width: 100%; }
      .news .content .news-data li {
        width: auto;
        padding-right: calc(14px + 6 * ((100vw - 320px) / 1280));
        margin-right: calc(14px + 6 * ((100vw - 320px) / 1280));
        border-right: 1px solid #AFBCC1; }
        @media (min-width: 1600px) {
          .news .content .news-data li {
            padding-right: 20px;
            margin-right: 20px; } }
        .news .content .news-data li time, .news .content .news-data li a {
          display: block;
          float: left;
          width: auto;
          font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
          line-height: calc(20px + 5 * ((100vw - 320px) / 1280));
          color: #5F7A83;
          font-weight: 300;
          text-transform: uppercase;
          text-decoration: none; }
          @media (min-width: 1600px) {
            .news .content .news-data li time, .news .content .news-data li a {
              font-size: 18px;
              line-height: 25px; } }
        .news .content .news-data li a {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 992px) {
            .news .content .news-data li a:hover {
              color: #253033; } }
        .news .content .news-data li:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: 0 none; }
    .news .content h4, .news .content .h4 {
      margin-top: calc(4px + 4 * ((100vw - 320px) / 1280));
      font-size: calc(30px + 6 * ((100vw - 320px) / 1280));
      line-height: calc(36px + 6 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .news .content h4, .news .content .h4 {
          margin-top: 8px;
          font-size: 36px;
          line-height: 42px; } }
    .news .content p {
      margin-top: calc(12px + 4 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .news .content p {
          margin-top: 16px; } }
    .news .content .btn {
      margin-top: calc(25px + 10 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .news .content .btn {
          margin-top: 35px; } }
  @media (min-width: 992px) {
    .news:hover .image {
      opacity: 0.7; }
    .news:hover .content .btn:before {
      width: 80px !important; } }

.news-author {
  float: left;
  width: 100%;
  padding-bottom: calc(40px + 10 * ((100vw - 320px) / 1280));
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1280)); }
  @media (min-width: 576px) {
    .news-author {
      width: calc(50% - 15px);
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .news-author {
      width: 100%;
      margin-right: 0; } }
  @media (min-width: 1600px) {
    .news-author {
      padding-left: 30px;
      padding-bottom: 50px;
      margin-bottom: 30px; } }
  .news-author article {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 18px calc(20px + 10 * ((100vw - 320px) / 1280));
    background-color: #F3F5F6; }
    @media (min-width: 1600px) {
      .news-author article {
        padding: 18px 30px; } }
    .news-author article:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100px;
      background-image: url("../../img/side-bottom.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain; }
    .news-author article header {
      display: block;
      float: left;
      width: 100%;
      margin-top: -30px; }
      .news-author article header .avatar {
        display: block;
        float: left;
        width: calc(58px + 40 * ((100vw - 320px) / 1280));
        height: calc(58px + 40 * ((100vw - 320px) / 1280));
        border: 1px solid #FFFFFF; }
        @media (min-width: 1600px) {
          .news-author article header .avatar {
            width: 98px;
            height: 98px; } }
      .news-author article header .author {
        display: block;
        float: left;
        width: calc(100% - (58px + 40 * ((100vw - 320px) / 1280)));
        padding: 26px 0 0 calc(14px + 6 * ((100vw - 320px) / 1280)); }
        @media (min-width: 1600px) {
          .news-author article header .author {
            width: calc(100% - 98px);
            padding: 26px 0 0 20px; } }
        .news-author article header .author p {
          font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
          line-height: calc(20px + 2 * ((100vw - 320px) / 1280));
          font-style: italic; }
          @media (min-width: 1600px) {
            .news-author article header .author p {
              font-size: 16px;
              line-height: 22px; } }
        .news-author article header .author h4, .news-author article header .author .h4 {
          font-size: calc(22px + 4 * ((100vw - 320px) / 1280));
          line-height: calc(28px + 6 * ((100vw - 320px) / 1280));
          text-transform: uppercase; }
          @media (min-width: 1600px) {
            .news-author article header .author h4, .news-author article header .author .h4 {
              font-size: 26px;
              line-height: 34px; } }
    .news-author article > p {
      margin-top: calc(20px + 6 * ((100vw - 320px) / 1280));
      padding-top: calc(18px + 2 * ((100vw - 320px) / 1280));
      border-top: 1px solid #BF3C3C;
      font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
      line-height: calc(24px + 2 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .news-author article > p {
          margin-top: 26px;
          padding-top: 20px;
          font-size: 18px;
          line-height: 26px; } }

.news-article {
  display: block;
  float: left;
  width: 100%; }
  .news-article .content-article section {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .news-article > * {
    margin-top: calc(25px + 25 * ((100vw - 320px) / 1280)) !important; }
    @media (min-width: 1600px) {
      .news-article > * {
        margin-top: 50px !important; } }
    .news-article > *:first-child {
      margin-top: 0 !important; }
  .news-article h2, .news-article .h2 {
    color: #1B262B;
    font-weight: 400;
    font-size: calc(26px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(34px + 4 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .news-article h2, .news-article .h2 {
        font-size: 30px;
        line-height: 38px; } }
  .news-article h3, .news-article .h3 {
    color: #1B262B;
    font-weight: 400;
    margin-top: calc(15px + 10 * ((100vw - 320px) / 1280)) !important;
    font-size: calc(22px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(28px + 6 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .news-article h3, .news-article .h3 {
        margin-top: 25px !important;
        font-size: 26px;
        line-height: 34px; } }
  .news-article h2 a, .news-article .h2 a, .news-article h3 a, .news-article .h3 a {
    color: #1B262B;
    text-decoration: underline; }
    @media (min-width: 992px) {
      .news-article h2 a:hover, .news-article .h2 a:hover, .news-article h3 a:hover, .news-article .h3 a:hover {
        text-decoration: none; } }
  .news-article p {
    /*
        @include media-breakpoint-up(lg) {
            padding-left:calc(100% / 8);
        }*/ }
    .news-article p img {
      margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1280)); }
      @media (min-width: 576px) {
        .news-article p img {
          width: 50%; }
          .news-article p img.right {
            float: right;
            margin-left: 30px; }
          .news-article p img.left {
            float: left;
            margin-right: 30px; } }
      @media (min-width: 1600px) {
        .news-article p img {
          margin-bottom: 50px; } }
      @media (min-width: 576px) {
        .news-article p img.alignleft {
          float: left;
          margin-right: 25px;
          margin-top: 8px; } }
  .news-article figure {
    display: block;
    float: left;
    margin: 0;
    padding: 0; }
    .news-article figure.wide {
      width: 100%; }
    @media (min-width: 576px) {
      .news-article figure.half {
        width: 50%;
        padding: 0 15px; } }
    .news-article figure.half.left {
      padding-left: 0; }
    .news-article figure.half.right {
      padding-right: 0; }
  .news-article .news-tag {
    position: relative;
    margin-top: calc(30px + 30 * ((100vw - 320px) / 1280)) !important;
    padding-left: 45px;
    /*
        @include media-breakpoint-up(lg) {
            padding-left:calc((100% / 8) + 45px);
        }*/ }
    @media (min-width: 1600px) {
      .news-article .news-tag {
        margin-top: 60px !important; } }
    .news-article .news-tag li {
      width: auto;
      margin-right: 5px;
      font-size: 20px;
      line-height: 26px;
      color: #5F7A83;
      font-style: italic;
      font-weight: 300; }
      .news-article .news-tag li:after {
        content: ','; }
      .news-article .news-tag li:first-child {
        position: absolute;
        left: 0;
        top: 0;
        /*
                @include media-breakpoint-up(lg) {
                    left:calc(100% / 8);
                }*/ }
        .news-article .news-tag li:first-child:after {
          content: none; }
      .news-article .news-tag li:last-child {
        margin-right: 0; }
        .news-article .news-tag li:last-child:after {
          content: none; }
      .news-article .news-tag li p {
        font-size: 14px;
        line-height: 32px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        color: #5F7A83; }
      .news-article .news-tag li a {
        color: #BF3C3C;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 992px) {
          .news-article .news-tag li a:hover {
            color: #984141;
            text-decoration: underline; } }
  .news-article .cover-news {
    width: auto; }
  .news-article > ul:not(.news-tag) > li {
    display: list-item;
    font-size: 24px;
    line-height: 34px;
    margin: 5px 35px;
    list-style: disc; }
    .news-article > ul:not(.news-tag) > li a {
      color: #1B262B; }
      @media (min-width: 992px) {
        .news-article > ul:not(.news-tag) > li a:hover {
          text-decoration: none; } }

.map-section {
  position: relative; }
  .map-section .map-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
    @media (min-width: 1200px) {
      .map-section .map-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        padding-bottom: 0; } }
    .map-section .map-container span {
      position: absolute;
      left: 220px;
      top: 0;
      display: none;
      width: 26px;
      height: 26px;
      background-color: #FFFFFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      @media (min-width: 1200px) {
        .map-section .map-container span {
          left: calc(220px + 220 * ((100vw - 1200px) / 720));
          display: block; } }
      @media (min-width: 1920px) {
        .map-section .map-container span {
          left: 440px; } }
      .map-section .map-container span:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 56px;
        height: 56px;
        border: 2px solid #FFFFFF;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .map-section .map-container span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 15px);
        width: 600px;
        height: 2px;
        margin-top: -1px;
        background-color: #FFFFFF; }
  .map-section .container {
    position: relative;
    z-index: 2; }
  .map-section .map-box {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    padding: calc(30px + 45 * ((100vw - 320px) / 1280)) calc(30px + 50 * ((100vw - 320px) / 1280));
    margin: -260px 0 0 0;
    background-color: #F3F5F6;
    flex-direction: column;
    overflow: hidden; }
    @media (min-width: 768px) {
      .map-section .map-box {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .map-section .map-box {
        width: calc(100% + 50px);
        margin: calc(120px + 50 * ((100vw - 1200px) / 400)) 0 calc(40px + 130 * ((100vw - 1200px) / 400)) -50px; } }
    @media (min-width: 1600px) {
      .map-section .map-box {
        padding: 75px 80px;
        margin: 170px 0 170px -50px; } }
    .map-section .map-box:before {
      content: "";
      position: absolute;
      left: -34px;
      top: -214px;
      width: 770px;
      height: 770px;
      font-size: 770px;
      line-height: 770px;
      color: rgba(95, 122, 131, 0.05);
      font-weight: normal;
      font-family: "icomoon" !important;
      z-index: 1; }
    .map-section .map-box > div {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      z-index: 2; }
      .map-section .map-box > div.address {
        width: 100%; }
        @media (min-width: 768px) {
          .map-section .map-box > div.address {
            width: 40%; } }
        .map-section .map-box > div.address .logo {
          position: relative;
          width: auto;
          padding-bottom: calc(14px + 8 * ((100vw - 320px) / 1280));
          margin-bottom: calc(12px + 8 * ((100vw - 320px) / 1280)); }
          .map-section .map-box > div.address .logo img {
            height: calc(30px + 10 * ((100vw - 320px) / 1280));
            width: auto; }
          .map-section .map-box > div.address .logo:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 2px;
            background-color: #BF3C3C; }
          @media (min-width: 1600px) {
            .map-section .map-box > div.address .logo {
              padding-bottom: 22px;
              margin-bottom: 20px; }
              .map-section .map-box > div.address .logo img {
                height: 40px; } }
        .map-section .map-box > div.address .btn {
          margin-top: 20px; }
          @media (min-width: 1600px) {
            .map-section .map-box > div.address .btn {
              margin-top: auto; } }
      .map-section .map-box > div.indications {
        width: 100%;
        margin-top: 30px; }
        @media (min-width: 768px) {
          .map-section .map-box > div.indications {
            width: 60%;
            padding-left: calc(30px + 30 * ((100vw - 768px) / 832));
            margin-top: 0; } }
        @media (min-width: 1600px) {
          .map-section .map-box > div.indications {
            padding-left: 60px; } }
        .map-section .map-box > div.indications p {
          margin-top: calc(20px + 8 * ((100vw - 320px) / 1280));
          font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
          line-height: calc(24px + 6 * ((100vw - 320px) / 1280)); }
          .map-section .map-box > div.indications p strong {
            font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
            line-height: calc(20px + 4 * ((100vw - 320px) / 1280));
            font-weight: 700;
            text-transform: uppercase;
            color: #5F7A83; }
            @media (min-width: 1600px) {
              .map-section .map-box > div.indications p strong {
                font-size: 16px;
                line-height: 24px; } }
          .map-section .map-box > div.indications p:first-child {
            margin-top: 0; }
          @media (min-width: 1600px) {
            .map-section .map-box > div.indications p {
              margin-top: 28px;
              font-size: 20px;
              line-height: 30px; } }

.btn-download-wrapper {
  margin-bottom: 35px;
  text-align: center; }
  @media (min-width: 992px) {
    .btn-download-wrapper {
      margin-bottom: 0;
      text-align: right; } }

.filters-wrapper {
  text-align: center; }
  @media (min-width: 992px) {
    .filters-wrapper {
      text-align: left; } }

.filters {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  padding: 0 calc(0px + 30 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    .filters {
      padding: 0 30px; } }
  .filters.mt-more {
    margin-top: calc(30px + 30 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .filters.mt-more {
        margin-top: 60px; } }
  .filters:before {
    content: none;
    position: absolute;
    left: 0;
    top: -10px;
    width: 60px;
    height: 80px;
    background-color: #F3F5F6;
    z-index: 1; }
    @media (min-width: 576px) {
      .filters:before {
        content: ''; } }
  .filters:after {
    content: none;
    position: absolute;
    left: 30px;
    top: -10px;
    width: 44px;
    height: 80px;
    background-color: #F3F5F6;
    z-index: 1;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg); }
    @media (min-width: 576px) {
      .filters:after {
        content: ''; } }
  .filters ul {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 2; }
    @media (min-width: 992px) {
      .filters ul {
        display: block;
        float: left; } }
    .filters ul li {
      position: relative;
      width: auto;
      padding: calc(10px + 5 * ((100vw - 320px) / 1280)) calc(15px + 35 * ((100vw - 320px) / 1280)) calc(10px + 5 * ((100vw - 320px) / 1280)) 0;
      margin-right: calc(15px + 35 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .filters ul li {
          padding: 15px 50px 15px 0;
          margin-right: 50px; } }
      .filters ul li a {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding-left: 0;
        font-size: calc(18px + 10 * ((100vw - 320px) / 1280));
        line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
        text-transform: uppercase;
        color: #1B262B;
        font-weight: 300;
        text-decoration: none;
        text-align: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .filters ul li a i {
          position: absolute;
          left: 0;
          top: calc(0px - 4 * ((100vw - 320px) / 1280));
          width: calc(20px + 20 * ((100vw - 320px) / 1280));
          height: calc(20px + 20 * ((100vw - 320px) / 1280));
          font-size: calc(20px + 20 * ((100vw - 320px) / 1280));
          line-height: calc(20px + 20 * ((100vw - 320px) / 1280));
          color: #5F7A83; }
        .filters ul li a.icon {
          padding-left: calc(30px + 18 * ((100vw - 320px) / 1280)); }
        @media (min-width: 992px) {
          .filters ul li a:hover {
            color: #5F7A83; } }
        @media (min-width: 1600px) {
          .filters ul li a {
            font-size: 28px;
            line-height: 30px; }
            .filters ul li a i {
              top: -4px;
              width: 40px;
              height: 40px;
              font-size: 40px;
              line-height: 40px; }
            .filters ul li a.icon {
              padding-left: 58px; } }
      .filters ul li.active a {
        color: #1B262B !important; }
        .filters ul li.active a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: calc(100% + 15px);
          width: calc(80px + 30 * ((100vw - 320px) / 1280));
          height: 2px;
          background-color: #BF3C3C;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media (min-width: 1600px) {
            .filters ul li.active a:before {
              width: 110px; } }
        .filters ul li.active a:after {
          content: '';
          position: absolute;
          left: 50%;
          top: calc(100% + 16px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 8px 0 8px;
          border-color: #BF3C3C transparent transparent transparent;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .filters ul li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #AFBCC1; }
      .filters ul li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .filters ul li:last-child:after {
          content: none; }

.press-list {
  margin-top: calc(35px + 40 * ((100vw - 320px) / 1280));
  justify-content: center; }
  @media (min-width: 1600px) {
    .press-list {
      margin-top: 75px; } }
  .press-list article {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 30px; }
    .press-list article .press-wrapper {
      position: relative;
      display: flex;
      float: left;
      width: 100%;
      height: calc(100% - 30px);
      background-color: #F3F5F6;
      flex-direction: row;
      text-decoration: none; }
      .press-list article .press-wrapper:before {
        position: absolute;
        left: 20px;
        top: -20px;
        z-index: 2;
        width: 54px;
        height: 54px;
        font-size: 30px;
        line-height: 54px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        font-family: "icomoon" !important;
        background-color: #984141; }
      .press-list article .press-wrapper .image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        width: 47%;
        position: relative; }
        .press-list article .press-wrapper .image:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 129.45736%; }
      .press-list article .press-wrapper .content {
        display: flex;
        width: 53%;
        padding: calc(20px + 10 * ((100vw - 320px) / 1600));
        text-align: right;
        flex-direction: column; }
        @media (min-width: 1920px) {
          .press-list article .press-wrapper .content {
            padding: 30px; } }
        .press-list article .press-wrapper .content h5, .press-list article .press-wrapper .content .h5 {
          position: relative;
          width: 100%;
          padding-bottom: calc(10px + 7 * ((100vw - 320px) / 1600));
          font-size: calc(20px + 16 * ((100vw - 320px) / 1600));
          line-height: calc(24px + 18 * ((100vw - 320px) / 1600));
          text-align: right;
          color: #1B262B; }
          .press-list article .press-wrapper .content h5:after, .press-list article .press-wrapper .content .h5:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: calc(100% + (40px + 20 * ((100vw - 320px) / 1600)));
            height: 2px;
            background-color: #BF3C3C; }
          @media (min-width: 1920px) {
            .press-list article .press-wrapper .content h5, .press-list article .press-wrapper .content .h5 {
              padding-bottom: 17px;
              font-size: 36px;
              line-height: 42px; }
              .press-list article .press-wrapper .content h5:after, .press-list article .press-wrapper .content .h5:after {
                width: calc(100% + 60px); } }
        .press-list article .press-wrapper .content div {
          display: flex;
          margin-top: calc(10px + 5 * ((100vw - 320px) / 1600));
          flex-direction: row;
          justify-content: flex-end; }
          @media (min-width: 1920px) {
            .press-list article .press-wrapper .content div {
              margin-top: 15px; } }
          .press-list article .press-wrapper .content div p {
            position: relative;
            width: auto;
            padding-right: calc(6px + 5 * ((100vw - 320px) / 1600));
            margin-right: calc(5px + 5 * ((100vw - 320px) / 1600));
            font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
            line-height: calc(14px + 11 * ((100vw - 320px) / 1600));
            text-transform: uppercase;
            color: #5F7A83;
            font-weight: 300; }
            @media (min-width: 1920px) {
              .press-list article .press-wrapper .content div p {
                padding-right: 11px;
                margin-right: 10px;
                font-size: 18px;
                line-height: 25px; } }
            .press-list article .press-wrapper .content div p:after {
              content: '';
              position: absolute;
              right: 0;
              top: 0;
              width: 1px;
              height: 100%;
              background-color: #AFBCC1; }
            .press-list article .press-wrapper .content div p:last-child {
              padding-right: 0;
              margin-right: 0; }
              .press-list article .press-wrapper .content div p:last-child:after {
                content: none; }
        .press-list article .press-wrapper .content .links, .press-list article .press-wrapper .content .btn-more {
          margin-top: auto; }
    .press-list article.press .press-wrapper:before {
      content: ""; }
    .press-list article.tv .press-wrapper:before {
      content: ""; }

.history-content {
  float: left;
  width: 100%; }
  .history-content .row {
    width: calc(100% + 30px); }
  .history-content h5, .history-content .h5 {
    margin-bottom: calc(4px + 2 * ((100vw - 320px) / 1280)) !important;
    color: #1B262B;
    font-weight: 300;
    text-transform: uppercase;
    font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(26px + 4 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .history-content h5, .history-content .h5 {
        margin-bottom: 6px !important;
        font-size: 24px;
        line-height: 30px; } }
  .history-content div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .history-content div {
        flex-direction: row;
        align-items: flex-end; } }
    .history-content div h3, .history-content div .h3 {
      position: relative;
      width: auto;
      padding-bottom: 18px;
      font-weight: 400; }
      .history-content div h3:after, .history-content div .h3:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 2px;
        background-color: #BF3C3C; }
    .history-content div .btn-back {
      align-self: flex-end;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .history-content div .btn-back {
          margin-bottom: 18px;
          margin-left: 60px;
          margin-top: 0; } }
  .history-content p {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .history-content p {
        margin-top: 30px; } }
  .history-content article {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #F3F5F6; }
    .history-content article a {
      display: block;
      float: left;
      width: 100%; }
      .history-content article a p {
        margin-top: calc(10px + 8 * ((100vw - 320px) / 1280)); }
        @media (min-width: 1600px) {
          .history-content article a p {
            margin-top: 18px; } }
      .history-content article a .btn {
        margin-top: calc(18px + 6 * ((100vw - 320px) / 1280)); }
        @media (min-width: 1600px) {
          .history-content article a .btn {
            margin-top: 24px; } }

.history-menu, .news-menu {
  position: sticky;
  position: -webkit-sticky;
  top: 146px;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: calc(40px + 10 * ((100vw - 320px) / 1280));
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1280));
  overflow: hidden; }
  @media (min-width: 1600px) {
    .history-menu, .news-menu {
      padding-left: 30px;
      padding-bottom: 50px;
      margin-bottom: 30px; } }
  .history-menu ul, .news-menu ul {
    position: relative;
    padding: calc(10px + 8 * ((100vw - 320px) / 1280)) 0;
    background-color: #F3F5F6; }
    @media (min-width: 1600px) {
      .history-menu ul, .news-menu ul {
        padding: 18px 0; } }
    .history-menu ul:after, .news-menu ul:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100px;
      background-image: url("../../img/side-bottom.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain; }
    .history-menu ul li, .news-menu ul li {
      position: relative;
      padding: calc(6px + 3 * ((100vw - 320px) / 1280)) calc(20px + 10 * ((100vw - 320px) / 1280)); }
      @media (min-width: 1600px) {
        .history-menu ul li, .news-menu ul li {
          padding: 9px 30px; } }
      .history-menu ul li h4, .history-menu ul li .h4, .news-menu ul li h4, .news-menu ul li .h4 {
        margin-bottom: 5px;
        font-size: calc(22px + 4 * ((100vw - 320px) / 1280));
        line-height: calc(28px + 6 * ((100vw - 320px) / 1280));
        text-transform: uppercase; }
        @media (min-width: 1600px) {
          .history-menu ul li h4, .history-menu ul li .h4, .news-menu ul li h4, .news-menu ul li .h4 {
            font-size: 26px;
            line-height: 34px; } }
      .history-menu ul li a, .news-menu ul li a {
        position: relative;
        display: block;
        float: left;
        width: auto;
        font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
        line-height: calc(26px + 4 * ((100vw - 320px) / 1280));
        font-weight: 300;
        color: #5F7A83;
        text-decoration: none;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (min-width: 992px) {
          .history-menu ul li a:hover, .news-menu ul li a:hover {
            color: #253033; } }
        @media (min-width: 1600px) {
          .history-menu ul li a, .news-menu ul li a {
            font-size: 24px;
            line-height: 30px; } }
      .history-menu ul li.active:after, .news-menu ul li.active:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #9AABB1;
        z-index: 2; }
        @media (min-width: 768px) {
          .history-menu ul li.active:after, .news-menu ul li.active:after {
            content: none; } }
      .history-menu ul li.active:before, .news-menu ul li.active:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(8px - 8 * ((100vw - 320px) / 448));
        width: 100%;
        height: calc(50px + 20 * ((100vw - 320px) / 1280));
        background-image: url("/wp-content/themes/museo/dist/img/history-active.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1; }
        @media (min-width: 768px) {
          .history-menu ul li.active:before, .news-menu ul li.active:before {
            top: calc(8px - 8 * ((100vw - 768px) / 224)); } }
        @media (min-width: 992px) {
          .history-menu ul li.active:before, .news-menu ul li.active:before {
            top: 0; } }
        @media (min-width: 1600px) {
          .history-menu ul li.active:before, .news-menu ul li.active:before {
            height: 70px; } }
      .history-menu ul li.active a, .news-menu ul li.active a {
        position: relative;
        color: #FFFFFF;
        z-index: 3; }

.news-menu {
  width: 100%; }
  @media (min-width: 576px) {
    .news-menu {
      width: calc(50% - 15px);
      margin-left: 15px; } }
  @media (min-width: 992px) {
    .news-menu {
      width: 100%;
      margin-left: 0; } }

.collection-section {
  background-image: url("../../img/paint-bottom-collection.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: content; }

.collection-link-wrapper {
  margin-top: 20px; }
  .collection-link-wrapper .collection-link {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: calc(22px + 18 * ((100vw - 320px) / 1280));
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 1600px) {
      .collection-link-wrapper .collection-link {
        padding: 40px; } }
    .collection-link-wrapper .collection-link:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 300px;
      height: 1000px;
      background-color: rgba(27, 38, 43, 0.8);
      z-index: 1;
      -webkit-transform: translate(50%, -50%) skew(-18deg);
      -moz-transform: translate(50%, -50%) skew(-18deg);
      -o-transform: translate(50%, -50%) skew(-18deg);
      -ms-transform: translate(50%, -50%) skew(-18deg);
      transform: translate(50%, -50%) skew(-18deg);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .collection-link-wrapper .collection-link:after {
      content: "";
      position: absolute;
      top: 50%;
      right: calc(35px + 15 * ((100vw - 320px) / 1280));
      width: calc(20px + 4 * ((100vw - 320px) / 1280));
      height: calc(20px + 4 * ((100vw - 320px) / 1280));
      color: #FFFFFF;
      font-size: calc(20px + 4 * ((100vw - 320px) / 1280));
      line-height: calc(20px + 4 * ((100vw - 320px) / 1280));
      font-style: normal;
      font-family: "icomoon" !important;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2; }
      @media (min-width: 1600px) {
        .collection-link-wrapper .collection-link:after {
          right: 50px;
          width: 24px;
          height: 24px;
          font-size: 24px;
          line-height: 24px; } }
    .collection-link-wrapper .collection-link p {
      position: relative;
      width: 70%;
      font-size: calc(18px + 6 * ((100vw - 320px) / 1280));
      line-height: calc(18px + 6 * ((100vw - 320px) / 1280));
      font-weight: 300;
      color: #FFFFFF;
      text-transform: uppercase;
      z-index: 2; }
      .collection-link-wrapper .collection-link p strong {
        display: block;
        float: left;
        width: 100%;
        font-size: calc(32px + 8 * ((100vw - 320px) / 1280));
        line-height: calc(32px + 8 * ((100vw - 320px) / 1280));
        font-weight: 700; }
      @media (min-width: 1600px) {
        .collection-link-wrapper .collection-link p {
          font-size: 24px;
          line-height: 24px; }
          .collection-link-wrapper .collection-link p strong {
            font-size: 40px;
            line-height: 40px; } }
    @media (min-width: 992px) {
      .collection-link-wrapper .collection-link:hover:before {
        width: 420px; } }

.collection-filters {
  float: left;
  width: 100%;
  margin-top: calc(30px + 16 * ((100vw - 320px) / 1280));
  padding-bottom: 12px;
  border-bottom: 1px solid #AFBCC1;
  text-align: center;
  font-size: 0; }
  @media (min-width: 992px) {
    .collection-filters {
      padding-bottom: 0; } }
  @media (min-width: 1600px) {
    .collection-filters {
      margin-top: 46px; } }
  .collection-filters > form, .collection-filters .col-cat-link-wrapper {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    padding: calc(10px + 10 * ((100vw - 320px) / 1280)) calc(12px + 24 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .collection-filters > form, .collection-filters .col-cat-link-wrapper {
        padding: 20px 36px; } }
    .collection-filters > form:after, .collection-filters .col-cat-link-wrapper:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: calc(20px + 20 * ((100vw - 320px) / 1280));
      background-color: rgba(27, 38, 43, 0.3);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
      @media (min-width: 1600px) {
        .collection-filters > form:after, .collection-filters .col-cat-link-wrapper:after {
          height: 40px; } }
    .collection-filters > form button, .collection-filters > form .col-cat-link, .collection-filters .col-cat-link-wrapper button, .collection-filters .col-cat-link-wrapper .col-cat-link {
      position: relative;
      display: block;
      float: left;
      width: auto;
      padding: 0;
      margin: 0;
      border: 0 none;
      font-size: calc(18px + 10 * ((100vw - 320px) / 1280));
      line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
      color: #1B262B;
      font-weight: 300;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      background-color: transparent;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 2; }
      @media (min-width: 1600px) {
        .collection-filters > form button, .collection-filters > form .col-cat-link, .collection-filters .col-cat-link-wrapper button, .collection-filters .col-cat-link-wrapper .col-cat-link {
          font-size: 28px;
          line-height: 30px; } }
      .collection-filters > form button:before, .collection-filters > form .col-cat-link:before, .collection-filters .col-cat-link-wrapper button:before, .collection-filters .col-cat-link-wrapper .col-cat-link:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: calc(100% + (32px + 40 * ((100vw - 320px) / 1280)));
        height: calc(100% + (20px + 20 * ((100vw - 320px) / 1280)));
        background-color: transparent;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1; }
        @media (min-width: 1600px) {
          .collection-filters > form button:before, .collection-filters > form .col-cat-link:before, .collection-filters .col-cat-link-wrapper button:before, .collection-filters .col-cat-link-wrapper .col-cat-link:before {
            width: calc(100% + 72px);
            height: calc(100% + 40px); } }
      .collection-filters > form button:after, .collection-filters > form .col-cat-link:after, .collection-filters .col-cat-link-wrapper button:after, .collection-filters .col-cat-link-wrapper .col-cat-link:after {
        content: '';
        position: absolute;
        left: calc(-18px - 20 * ((100vw - 320px) / 1280));
        top: 50%;
        width: 2px;
        height: calc(100% + 40px);
        background-color: transparent;
        z-index: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 1600px) {
          .collection-filters > form button:after, .collection-filters > form .col-cat-link:after, .collection-filters .col-cat-link-wrapper button:after, .collection-filters .col-cat-link-wrapper .col-cat-link:after {
            left: -38px;
            height: calc(100% + 40px); } }
      @media (min-width: 992px) {
        .collection-filters > form button:hover, .collection-filters > form .col-cat-link:hover, .collection-filters .col-cat-link-wrapper button:hover, .collection-filters .col-cat-link-wrapper .col-cat-link:hover {
          color: #5F7A83; } }
      .collection-filters > form button.is-checked, .collection-filters > form .col-cat-link.is-checked, .collection-filters .col-cat-link-wrapper button.is-checked, .collection-filters .col-cat-link-wrapper .col-cat-link.is-checked {
        color: #FFFFFF; }
        .collection-filters > form button.is-checked:before, .collection-filters > form .col-cat-link.is-checked:before, .collection-filters .col-cat-link-wrapper button.is-checked:before, .collection-filters .col-cat-link-wrapper .col-cat-link.is-checked:before {
          background-color: #AFBCC1; }
        .collection-filters > form button.is-checked:after, .collection-filters > form .col-cat-link.is-checked:after, .collection-filters .col-cat-link-wrapper button.is-checked:after, .collection-filters .col-cat-link-wrapper .col-cat-link.is-checked:after {
          background-color: #F3F5F6; }
    .collection-filters > form:last-child:after, .collection-filters .col-cat-link-wrapper:last-child:after {
      content: none; }

.text-msg-filter {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 992px) {
    .text-msg-filter {
      flex-direction: row; } }
  .text-msg-filter p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(22px + 4 * ((100vw - 320px) / 1280));
    font-style: italic;
    text-align: center; }
    @media (min-width: 992px) {
      .text-msg-filter p {
        text-align: left; } }
    @media (min-width: 1600px) {
      .text-msg-filter p {
        font-size: 20px;
        line-height: 26px; } }
  .text-msg-filter .text-msg-history {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    white-space: nowrap;
    font-size: calc(16px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(22px + 4 * ((100vw - 320px) / 1280));
    font-style: italic;
    color: #1B262B;
    text-align: center;
    font-weight: 300; }
    @media (min-width: 992px) {
      .text-msg-filter .text-msg-history {
        flex-direction: row;
        width: auto;
        margin-top: 0;
        text-align: left; } }
    @media (min-width: 1600px) {
      .text-msg-filter .text-msg-history {
        font-size: 20px;
        line-height: 26px; } }
    .text-msg-filter .text-msg-history .btn {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .text-msg-filter .text-msg-history .btn {
          margin-top: 0;
          margin-left: 20px; } }

.filter-row {
  z-index: 2 !important; }
  .filter-row > div {
    z-index: 1; }
    .filter-row > div:first-child {
      z-index: 2; }

.sort-wrapper {
  float: left;
  width: calc(100% + 30px);
  margin-top: 18px;
  margin-left: -15px;
  margin-right: -15px; }
  .sort-wrapper > span {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .sort-wrapper > span {
        width: 25%; }
        .sort-wrapper > span:first-child, .sort-wrapper > span:last-child {
          width: 37.5%; } }

.order-by-wrapper {
  float: left;
  width: calc(100% + 30px);
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px; }
  .order-by-wrapper > span {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 15px; }
    @media (min-width: 576px) {
      .order-by-wrapper > span {
        width: 50%; } }
    .order-by-wrapper > span .filter-label {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 2px;
      font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
      line-height: calc(24px + 2 * ((100vw - 320px) / 1280));
      color: rgba(27, 38, 43, 0.5);
      font-style: italic;
      font-family: "Oswald", sans-serif;
      font-weight: 300; }
      @media (min-width: 1600px) {
        .order-by-wrapper > span .filter-label {
          font-size: 20px;
          line-height: 26px; } }
    .order-by-wrapper > span button, .order-by-wrapper > span a {
      display: block;
      float: left;
      width: auto;
      padding: 10px;
      margin: 10px 10px 0 0;
      border: 0 none;
      font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
      line-height: calc(20px + 2 * ((100vw - 320px) / 1280));
      color: #1B262B;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      background-color: #AFBCC1;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .order-by-wrapper > span button:last-child, .order-by-wrapper > span a:last-child {
        margin-right: 0; }
      .order-by-wrapper > span button.is-checked, .order-by-wrapper > span button.is-checked2, .order-by-wrapper > span a.is-checked, .order-by-wrapper > span a.is-checked2 {
        color: #FFFFFF;
        background-color: #5F7A83; }
      @media (min-width: 992px) {
        .order-by-wrapper > span button:hover, .order-by-wrapper > span a:hover {
          color: #FFFFFF;
          background-color: #5F7A83; } }
      @media (min-width: 1600px) {
        .order-by-wrapper > span button, .order-by-wrapper > span a {
          font-size: 20px;
          line-height: 22px; } }

.filterable {
  float: left;
  width: calc(100% + 30px);
  margin: calc(35px + 25 * ((100vw - 320px) / 1280)) -15px 0 -15px; }
  @media (min-width: 1600px) {
    .filterable {
      margin: 60px -15px 0 -15px; } }
  .filterable article {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px; }
    @media (min-width: 576px) {
      .filterable article {
        width: 50%; } }
    @media (min-width: 992px) {
      .filterable article {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .filterable article {
        width: 25%; } }
    .filterable article a {
      position: relative;
      display: flex;
      float: left;
      width: 100%;
      height: 100%;
      padding: 20px 20px calc(20px + 10 * ((100vw - 320px) / 1280)) 20px;
      background-color: #FFFFFF;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(175, 188, 193, 0.25);
      -moz-box-shadow: 0px 0px 30px 0px rgba(175, 188, 193, 0.25);
      -o-box-shadow: 0px 0px 30px 0px rgba(175, 188, 193, 0.25);
      -ms-box-shadow: 0px 0px 30px 0px rgba(175, 188, 193, 0.25);
      box-shadow: 0px 0px 30px 0px rgba(175, 188, 193, 0.25); }
      @media (min-width: 1600px) {
        .filterable article a {
          padding: 20px 20px 30px 20px; } }
      .filterable article a > img {
        max-height: calc(240px + 200 * ((100vw - 320px) / 1280));
        object-fit: contain;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1; }
        @media (min-width: 1600px) {
          .filterable article a > img {
            max-height: 440px; } }
      .filterable article a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0px solid #FFFFFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1; }
      .filterable article a .type {
        position: absolute;
        left: calc(20px + 20 * ((100vw - 320px) / 1280));
        top: 0;
        width: auto;
        padding: 10px 15px;
        font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
        line-height: calc(16px + 4 * ((100vw - 320px) / 1280));
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        background-color: #984141;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 4; }
        @media (min-width: 1600px) {
          .filterable article a .type {
            left: 40px;
            font-size: 18px;
            line-height: 20px; } }
      .filterable article a h3 {
        display: block;
        float: left;
        width: calc(100% + 20px);
        margin: 20px -20px 0 0;
        padding-left: calc(0px + 20 * ((100vw - 320px) / 1280));
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 3; }
        @media (min-width: 1600px) {
          .filterable article a h3 {
            padding-left: 20px; } }
        .filterable article a h3 .brand {
          display: block;
          float: left;
          width: 100%;
          padding-bottom: calc(12px + 2 * ((100vw - 320px) / 1280));
          border-bottom: 1px solid #BF3C3C;
          font-size: calc(28px + 8 * ((100vw - 320px) / 1280));
          line-height: calc(32px + 10 * ((100vw - 320px) / 1280));
          color: #131716;
          font-weight: 400; }
          @media (min-width: 1600px) {
            .filterable article a h3 .brand {
              padding-bottom: 14px;
              font-size: 36px;
              line-height: 42px; } }
        .filterable article a h3 .details-wrapper {
          display: block;
          float: left;
          width: 100%;
          margin-top: calc(12px + 4 * ((100vw - 320px) / 1280)); }
          @media (min-width: 1600px) {
            .filterable article a h3 .details-wrapper {
              margin-top: 16px; } }
          .filterable article a h3 .details-wrapper span {
            position: relative;
            display: block;
            float: left;
            width: auto;
            padding-right: 11px;
            margin-right: 10px;
            font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
            line-height: calc(22px + 3 * ((100vw - 320px) / 1280));
            color: #5F7A83;
            text-transform: uppercase;
            font-weight: 300; }
            @media (min-width: 1600px) {
              .filterable article a h3 .details-wrapper span {
                font-size: 18px;
                line-height: 25px; } }
            .filterable article a h3 .details-wrapper span:after {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              width: 1px;
              height: 100%;
              background-color: #AFBCC1;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .filterable article a h3 .details-wrapper span:last-child {
              padding-right: 0;
              margin-right: 0; }
              .filterable article a h3 .details-wrapper span:last-child:after {
                content: none; }
      @media (min-width: 992px) {
        .filterable article a:hover > img {
          opacity: 0.6; }
        .filterable article a:hover:before {
          border: 4px solid #984141;
          z-index: 3; } }

.planimetry-section .container .row {
  margin-top: 60px; }
  .planimetry-section .container .row:first-child {
    margin-top: 0; }

.planimetry-section .map-area {
  position: relative;
  float: left;
  width: 100%;
  padding-top: calc(60px + 20 * ((100vw - 320px) / 880)); }
  @media (min-width: 1200px) {
    .planimetry-section .map-area {
      padding-top: 0; } }
  .planimetry-section .map-area > div {
    position: relative;
    z-index: 1; }
    .planimetry-section .map-area > div.label {
      position: absolute;
      top: 0;
      padding: calc(12px + 13 * ((100vw - 320px) / 1280)) calc(12px + 18 * ((100vw - 320px) / 1280));
      background-color: #BF3C3C;
      z-index: 2; }
      @media (min-width: 1200px) {
        .planimetry-section .map-area > div.label {
          top: calc(20px + 20 * ((100vw - 1200px) / 400)); } }
      @media (min-width: 1600px) {
        .planimetry-section .map-area > div.label {
          top: 40px;
          padding: 25px 30px; } }
      .planimetry-section .map-area > div.label p {
        position: relative;
        font-size: calc(20px + 10 * ((100vw - 320px) / 1280));
        line-height: calc(24px + 11 * ((100vw - 320px) / 1280));
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: 400;
        z-index: 4; }
        .planimetry-section .map-area > div.label p:after {
          content: none;
          position: absolute;
          bottom: -8px;
          width: calc(100% + 30px);
          height: 2px;
          background-color: #FFFFFF; }
        @media (min-width: 1200px) {
          .planimetry-section .map-area > div.label p:after {
            content: ''; } }
        @media (min-width: 1600px) {
          .planimetry-section .map-area > div.label p {
            font-size: 30px;
            line-height: 35px; } }
      .planimetry-section .map-area > div.label:before {
        content: none;
        position: absolute;
        bottom: 13px;
        width: 112px;
        height: 8px;
        background-color: #EEEEEE;
        z-index: 1; }
        @media (min-width: 1200px) {
          .planimetry-section .map-area > div.label:before {
            content: ''; } }
      .planimetry-section .map-area > div.label:after {
        content: none;
        position: absolute;
        bottom: 16px;
        width: 112px;
        height: 2px;
        background-color: #BF3C3C;
        z-index: 3; }
        @media (min-width: 1200px) {
          .planimetry-section .map-area > div.label:after {
            content: ''; } }
      .planimetry-section .map-area > div.label span {
        position: absolute;
        bottom: 2px;
        display: none;
        width: 32px;
        height: 32px;
        border: 3px solid #EEEEEE;
        background-color: #BF3C3C;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        z-index: 2; }
        @media (min-width: 1200px) {
          .planimetry-section .map-area > div.label span {
            display: block; } }
        .planimetry-section .map-area > div.label span:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 56px;
          height: 56px;
          border: 2px solid #BF3C3C;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 2; }
        .planimetry-section .map-area > div.label span:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 62px;
          height: 62px;
          border: 8px solid #EEEEEE;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 1; }
    .planimetry-section .map-area > div .interest-point {
      position: absolute;
      left: 0%;
      top: 0%;
      width: calc(40px + 70 * ((100vw - 320px) / 1280));
      height: calc(20px + 20 * ((100vw - 320px) / 1280));
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media (min-width: 1600px) {
        .planimetry-section .map-area > div .interest-point {
          width: 110px;
          height: 40px; } }
      .planimetry-section .map-area > div .interest-point:first-child {
        z-index: 999; }
      .planimetry-section .map-area > div .interest-point.point1 {
        left: 26.5%;
        top: 33%; }
      .planimetry-section .map-area > div .interest-point.point2 {
        left: 62%;
        top: 10.5%; }
      .planimetry-section .map-area > div .interest-point.point3 {
        left: 59%;
        top: 23%; }
      .planimetry-section .map-area > div .interest-point.point4 {
        left: 76%;
        top: 22%; }
      .planimetry-section .map-area > div .interest-point.point5 {
        left: 50%;
        top: 35%; }
      .planimetry-section .map-area > div .interest-point.point6 {
        left: 75%;
        top: 41%; }
      .planimetry-section .map-area > div .interest-point.point7 {
        width: calc(30px + 40 * ((100vw - 320px) / 1280));
        height: calc(30px + 40 * ((100vw - 320px) / 1280));
        left: 52%;
        top: 48.5%; }
        @media (min-width: 1600px) {
          .planimetry-section .map-area > div .interest-point.point7 {
            width: 70px;
            height: 70px; } }
      .planimetry-section .map-area > div .interest-point.point8 {
        left: 56%;
        top: 63%; }
      .planimetry-section .map-area > div .interest-point.point9 {
        left: 75%;
        top: 91%; }
      .planimetry-section .map-area > div .interest-point.point10 {
        left: 54.5%;
        top: 67%;
        width: calc(60px + 90 * ((100vw - 320px) / 1280)); }
        @media (min-width: 1600px) {
          .planimetry-section .map-area > div .interest-point.point10 {
            width: 170px; } }
    .planimetry-section .map-area > div img {
      position: relative;
      z-index: 1; }
  .planimetry-section .map-area.left > div {
    float: left; }
    .planimetry-section .map-area.left > div.label {
      right: 0; }
      @media (min-width: 1200px) {
        .planimetry-section .map-area.left > div.label {
          right: calc(-100px + 100 * ((100vw - 1200px) / 400)); } }
      @media (min-width: 1600px) {
        .planimetry-section .map-area.left > div.label {
          right: 0; } }
      .planimetry-section .map-area.left > div.label p:after {
        right: 0; }
      .planimetry-section .map-area.left > div.label:before {
        right: 100%; }
      .planimetry-section .map-area.left > div.label:after {
        right: calc(100% - 1px); }
      .planimetry-section .map-area.left > div.label span {
        left: -154px; }
  .planimetry-section .map-area.right > div {
    float: right; }
    .planimetry-section .map-area.right > div.label {
      left: 0; }
      @media (min-width: 1200px) {
        .planimetry-section .map-area.right > div.label {
          left: calc(-100px + 100 * ((100vw - 1200px) / 400)); } }
      @media (min-width: 1600px) {
        .planimetry-section .map-area.right > div.label {
          left: 0; } }
      .planimetry-section .map-area.right > div.label p:after {
        left: 0; }
      .planimetry-section .map-area.right > div.label:before {
        left: 100%; }
      .planimetry-section .map-area.right > div.label:after {
        left: calc(100% - 1px); }
      .planimetry-section .map-area.right > div.label span {
        right: -154px; }

.data-sheet {
  float: left;
  width: calc(100% + (0px + 70 * ((100vw - 320px) / 1280)));
  margin: calc(20px + 20 * ((100vw - 320px) / 1280)) calc(0px - 35 * ((100vw - 320px) / 1280)) 0 calc(0px - 35 * ((100vw - 320px) / 1280)); }
  @media (min-width: 1600px) {
    .data-sheet {
      width: calc(100% + 70px);
      margin: 40px -35px 0 -35px; } }
  .data-sheet li {
    position: relative;
    width: 100%;
    padding: calc(12px + 3 * ((100vw - 320px) / 1280)) calc(0px + 35 * ((100vw - 320px) / 1280));
    font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
    line-height: calc(24px + 4 * ((100vw - 320px) / 1280));
    text-transform: uppercase;
    font-weight: 300; }
    .data-sheet li strong {
      float: right;
      max-width: 50%;
      font-size: calc(18px + 6 * ((100vw - 320px) / 1280));
      text-transform: initial;
      font-weight: 400;
      text-align: right; }
    .data-sheet li:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: calc(100% - (0px + 70 * ((100vw - 320px) / 1280)));
      height: 1px;
      background-color: rgba(95, 122, 131, 0.3);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media (min-width: 768px) {
      .data-sheet li {
        width: 50%; } }
    @media (min-width: 1600px) {
      .data-sheet li {
        padding: 15px 35px;
        font-size: 18px;
        line-height: 28px; }
        .data-sheet li strong {
          font-size: 24px; }
        .data-sheet li:after {
          width: calc(100% - 70px); } }

.download-box {
  position: relative;
  float: left;
  width: 100%;
  padding: calc(26px + 24 * ((100vw - 320px) / 1280)) calc(20px + 60 * ((100vw - 320px) / 1280)) calc(26px + 54 * ((100vw - 320px) / 1280)) calc(20px + 60 * ((100vw - 320px) / 1280));
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1600px) {
    .download-box {
      padding: 50px 80px 80px 80px; } }
  .download-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 122, 131, 0.4);
    z-index: 1; }
  .download-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 2;
    background: black;
    background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  .download-box h5, .download-box .h5 {
    position: relative;
    text-align: center;
    -webkit-text-shadow: 0px 0px 20px black;
    -moz-text-shadow: 0px 0px 20px black;
    -o-text-shadow: 0px 0px 20px black;
    -ms-text-shadow: 0px 0px 20px black;
    text-shadow: 0px 0px 20px black;
    z-index: 3; }
  .download-box ul {
    position: relative;
    width: calc(100% + (10px + 20 * ((100vw - 320px) / 1280)));
    margin: 10px calc(-5px - 10 * ((100vw - 320px) / 1280)) 0 calc(-5px - 10 * ((100vw - 320px) / 1280));
    z-index: 3; }
    @media (min-width: 1600px) {
      .download-box ul {
        width: calc(100% + 30px);
        margin: 10px -15px 0 -15px; } }
    .download-box ul li {
      width: 100%;
      padding: 0 calc(5px + 10 * ((100vw - 320px) / 1280));
      margin-top: calc(12px + 8 * ((100vw - 320px) / 1280)); }
      @media (min-width: 576px) {
        .download-box ul li {
          width: 50%; } }
      @media (min-width: 1200px) {
        .download-box ul li {
          width: 25%; } }
      @media (min-width: 1600px) {
        .download-box ul li {
          padding: 0 15px;
          margin-top: 20px; } }
      .download-box ul li a {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        padding: calc(20px + 4 * ((100vw - 320px) / 1280)) calc(60px + 14 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280));
        background-color: #1B262B;
        overflow: hidden; }
        @media (min-width: 1600px) {
          .download-box ul li a {
            padding: 24px 74px 24px 24px; } }
        .download-box ul li a p {
          position: relative;
          display: block;
          float: left;
          width: 100%;
          font-size: calc(22px + 4 * ((100vw - 320px) / 1280));
          line-height: calc(24px + 2 * ((100vw - 320px) / 1280));
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: 300;
          z-index: 2; }
          .download-box ul li a p em {
            display: block;
            float: left;
            width: 100%;
            font-style: normal;
            font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
            line-height: calc(28px + 4 * ((100vw - 320px) / 1280)); }
          @media (min-width: 1600px) {
            .download-box ul li a p {
              font-size: 26px;
              line-height: 26px; }
              .download-box ul li a p em {
                font-size: 18px;
                line-height: 32px; } }
        .download-box ul li a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 270px;
          height: 1000px;
          background-color: rgba(0, 0, 0, 0.4);
          z-index: 1;
          -webkit-transform: translate(110%, -50%) skew(-18deg);
          -moz-transform: translate(110%, -50%) skew(-18deg);
          -o-transform: translate(110%, -50%) skew(-18deg);
          -ms-transform: translate(110%, -50%) skew(-18deg);
          transform: translate(110%, -50%) skew(-18deg);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .download-box ul li a:after {
          content: "";
          position: absolute;
          right: calc(22px + 4 * ((100vw - 320px) / 1280));
          bottom: calc(22px + 4 * ((100vw - 320px) / 1280));
          width: calc(20px + 10 * ((100vw - 320px) / 1280));
          height: calc(20px + 10 * ((100vw - 320px) / 1280));
          font-size: calc(20px + 10 * ((100vw - 320px) / 1280));
          line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
          color: #AFBCC1;
          font-family: "icomoon" !important;
          font-style: normal;
          font-weight: normal;
          z-index: 3; }
          @media (min-width: 1600px) {
            .download-box ul li a:after {
              right: 26px;
              bottom: 26px;
              width: 30px;
              height: 30px;
              font-size: 30px;
              line-height: 30px; } }
        @media (min-width: 992px) {
          .download-box ul li a:hover:before {
            -webkit-transform: translate(50%, -50%) skew(-18deg);
            -moz-transform: translate(50%, -50%) skew(-18deg);
            -o-transform: translate(50%, -50%) skew(-18deg);
            -ms-transform: translate(50%, -50%) skew(-18deg);
            transform: translate(50%, -50%) skew(-18deg); } }

.download-events {
  position: relative;
  float: left;
  width: calc(100% + 30px);
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #F3F5F6; }
  @media (min-width: 768px) {
    .download-events {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .download-events > span {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 200px;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .download-events > span:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 270px;
      height: 1000px;
      background-color: #F3F5F6;
      z-index: 1;
      -webkit-transform: translate(-85px, -50%) skew(-18deg);
      -moz-transform: translate(-85px, -50%) skew(-18deg);
      -o-transform: translate(-85px, -50%) skew(-18deg);
      -ms-transform: translate(-85px, -50%) skew(-18deg);
      transform: translate(-85px, -50%) skew(-18deg); }
    @media (min-width: 768px) {
      .download-events > span {
        display: block; } }
  .download-events ul {
    position: relative;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 0; }
    @media (min-width: 576px) {
      .download-events ul {
        width: calc(100% + 30px);
        margin: 0 -15px; } }
    .download-events ul li {
      display: inline-block;
      float: none;
      width: 100%;
      padding: 0 calc(5px + 10 * ((100vw - 320px) / 1280));
      margin-top: calc(12px + 8 * ((100vw - 320px) / 1280)); }
      @media (min-width: 576px) {
        .download-events ul li {
          width: 50%; } }
      @media (min-width: 992px) {
        .download-events ul li {
          width: 33.33%; } }
      @media (min-width: 1600px) {
        .download-events ul li {
          padding: 0 15px;
          margin-top: 20px; } }
      .download-events ul li a {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        padding: calc(20px + 4 * ((100vw - 320px) / 1280)) calc(60px + 14 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280)) calc(20px + 4 * ((100vw - 320px) / 1280));
        background-color: #1B262B;
        overflow: hidden; }
        @media (min-width: 1600px) {
          .download-events ul li a {
            padding: 24px 74px 24px 24px; } }
        .download-events ul li a p {
          position: relative;
          display: block;
          float: left;
          width: 100%;
          font-size: 26px;
          line-height: 26px;
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: 300;
          z-index: 2; }
          .download-events ul li a p em {
            display: block;
            float: left;
            width: 100%;
            font-style: normal;
            font-size: 18px;
            line-height: 32px; }
        .download-events ul li a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 270px;
          height: 1000px;
          background-color: rgba(0, 0, 0, 0.4);
          z-index: 1;
          -webkit-transform: translate(110%, -50%) skew(-18deg);
          -moz-transform: translate(110%, -50%) skew(-18deg);
          -o-transform: translate(110%, -50%) skew(-18deg);
          -ms-transform: translate(110%, -50%) skew(-18deg);
          transform: translate(110%, -50%) skew(-18deg);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .download-events ul li a:after {
          content: "";
          position: absolute;
          right: 26px;
          bottom: 26px;
          width: 30px;
          height: 30px;
          font-size: 30px;
          line-height: 30px;
          color: #AFBCC1;
          font-family: "icomoon" !important;
          font-style: normal;
          font-weight: normal;
          z-index: 3; }
        @media (min-width: 992px) {
          .download-events ul li a:hover:before {
            -webkit-transform: translate(50%, -50%) skew(-18deg);
            -moz-transform: translate(50%, -50%) skew(-18deg);
            -o-transform: translate(50%, -50%) skew(-18deg);
            -ms-transform: translate(50%, -50%) skew(-18deg);
            transform: translate(50%, -50%) skew(-18deg); } }

.economic-boom .header .header-menu ul li.active:before {
  background-color: #F2CC00; }

.economic-boom .header .header-menu ul li.active:after {
  background-color: #F2CC00; }

.economic-boom .gallery-slider .slick-dots li.slick-active button:before, .economic-boom .thumb-slider .slick-dots li.slick-active button:before {
  background-color: #F2CC00; }

.years-cover {
  position: sticky;
  position: -webkit-sticky;
  top: 146px;
  float: left;
  width: 100%;
  margin-top: -40px; }
  @media (min-width: 992px) {
    .years-cover {
      margin-top: 0; } }
  .years-cover > span {
    position: absolute;
    top: -20px;
    padding: calc(12px + 8 * ((100vw - 320px) / 1280));
    font-size: calc(18px + 18 * ((100vw - 320px) / 1280));
    line-height: calc(18px + 18 * ((100vw - 320px) / 1280));
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #F2CC00; }
    @media (min-width: 1600px) {
      .years-cover > span {
        padding: 20px;
        font-size: 36px;
        line-height: 36px; } }
  .years-cover > img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      .years-cover > img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .years-cover.left > span {
    left: 20px;
    text-align: left; }
  .years-cover.right > span {
    right: 20px;
    text-align: right; }

.years-content {
  float: left;
  width: 100%; }
  .years-content .single-year-wrapper {
    position: relative;
    float: left;
    margin-top: calc(24px + 16 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .years-content .single-year-wrapper {
        margin-top: 40px; } }
    .years-content .single-year-wrapper:first-child {
      margin-top: 20px; }
    .years-content .single-year-wrapper span, .years-content .single-year-wrapper h6 {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 6px;
      font-size: calc(20px + 10 * ((100vw - 320px) / 1280));
      line-height: calc(20px + 10 * ((100vw - 320px) / 1280));
      font-weight: 700;
      text-align: left; }
      .years-content .single-year-wrapper span:after, .years-content .single-year-wrapper h6:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #F2CC00; }
      @media (min-width: 768px) {
        .years-content .single-year-wrapper span, .years-content .single-year-wrapper h6 {
          position: absolute;
          top: 8px;
          width: calc(84px + 90 * ((100vw - 768px) / 832));
          padding-bottom: 16px;
          margin-bottom: 0; }
          .years-content .single-year-wrapper span:after, .years-content .single-year-wrapper h6:after {
            height: 2px; } }
      @media (min-width: 1600px) {
        .years-content .single-year-wrapper span, .years-content .single-year-wrapper h6 {
          width: 174px;
          font-size: 30px;
          line-height: 30px; } }
  @media (min-width: 768px) {
    .years-content.left .single-year-wrapper span, .years-content.left .single-year-wrapper h6 {
      left: calc(100% + 30px);
      text-align: left; } }
  @media (min-width: 768px) {
    .years-content.right .single-year-wrapper span, .years-content.right .single-year-wrapper h6 {
      right: calc(100% + 30px);
      text-align: right; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.delay10 {
  animation-delay: 0.10s; }

.delay20 {
  animation-delay: 0.20s; }

.delay30 {
  animation-delay: 0.30s; }

.delay40 {
  animation-delay: 0.40s; }

.delay50 {
  animation-delay: 0.50s; }

.delay60 {
  animation-delay: 0.60s; }

.delay70 {
  animation-delay: 0.70s; }

.delay80 {
  animation-delay: 0.80s; }

.delay90 {
  animation-delay: 0.90s; }

.delay100 {
  animation-delay: 1.00s; }

.delay110 {
  animation-delay: 1.10s; }

.delay120 {
  animation-delay: 1.20s; }

.delay130 {
  animation-delay: 1.30s; }

.delay140 {
  animation-delay: 1.40s; }

.delay150 {
  animation-delay: 1.50s; }

.delay160 {
  animation-delay: 1.60s; }

.delay170 {
  animation-delay: 1.70s; }

.delay180 {
  animation-delay: 1.80s; }

.delay190 {
  animation-delay: 1.90s; }

.delay200 {
  animation-delay: 2.00s; }

.x10 {
  animation-duration: 0.1s !important; }

.x20 {
  animation-duration: 0.2s !important; }

.x30 {
  animation-duration: 0.3s !important; }

.x40 {
  animation-duration: 0.4s !important; }

.x50 {
  animation-duration: 0.5s !important; }

.x60 {
  animation-duration: 0.6s !important; }

.x70 {
  animation-duration: 0.7s !important; }

.x80 {
  animation-duration: 0.8s !important; }

.x90 {
  animation-duration: 0.9s !important; }

.x100 {
  animation-duration: 1s !important; }

/* Reset opacity */
.animate-scroll {
  opacity: 0; }

/* Fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Fade in right */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* Fade in left */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/* Fade in up */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*# sourceMappingURL=style.min.6e43fbc1.css.map */
